:root {
  --purple: #6325e9;
  --purple-deep: #4d18c6;
  --ink: #2b1e42;
  --muted: #716681;
  --paper: #fcfbff;
  --lavender: #f2edfb;
  --line: #e4deed;
  --blue: #bde7ff;
  font-family: "Segoe UI", ui-sans-serif, system-ui, -apple-system, sans-serif;
  font-synthesis: none;
  color: var(--ink);
  background: var(--paper);
  scroll-behavior: smooth;
  scroll-padding-top: 105px;
}
* { box-sizing: border-box; }
body { margin: 0; font-size: 16px; line-height: 1.65; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { opacity: .45; cursor: default; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, h4, p { margin: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible {
  outline: 3px solid #078fc5; outline-offset: 5px;
}
::selection { background: #c6b5fd; color: #281544; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 100; padding: 10px 20px; background: white; border: 2px solid var(--purple); border-radius: 10px; }
.skip-link:focus { top: 12px; }
.section-wrap { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.section-space { margin-top: 115px; }
.site-header { max-width: 1440px; margin: auto; min-height: 96px; display: flex; gap: 24px; align-items: center; justify-content: space-between; padding: 20px 40px; }
.wordmark { font-weight: 800; font-size: 26px; letter-spacing: -1.5px; display: inline-flex; align-items: baseline; white-space: nowrap; }
.wordmark>span:first-child { color: var(--purple); }
.brand-dot { width: 6px; height: 6px; background: #53b8ee; border-radius: 50%; margin-left: 3px; align-self: center; }
.site-header nav { display: flex; align-items: center; gap: 25px; font-size: 14px; font-weight: 550; }
.site-header nav a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; white-space: nowrap; }
.site-header nav .nav-home { justify-content: center; min-width: 44px; }
.nav-icon { width: 19px; height: 19px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.nav-home .nav-icon { width: 21px; height: 21px; }
.site-header nav a:hover, .site-footer nav a:hover { color: var(--purple); }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 23px; border: 1px solid transparent; border-radius: 14px; padding: 15px 23px; font-size: 15px; font-weight: 650; line-height: 1.4; text-align: center; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 0 7px 0 #3b225810; }
.button>span { font-size: 22px; line-height: 1; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: #46305f; }
.button-white { background: white; color: var(--purple); }
.button-purple { background: var(--purple); color: white; }
.button-purple:hover { background: var(--purple-deep); }
.button-outline { border-color: var(--purple); color: var(--purple); background: transparent; }
.header-cta { padding: 12px 19px; font-size: 14px; }
.text-link { display: inline-flex; align-items: center; gap: 14px; color: var(--purple); font-weight: 650; font-size: 15px; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.eyebrow { display: inline-block; font-size: 14px; font-weight: 600; color: var(--purple); margin-bottom: 18px; }
.hero { width: min(1340px, calc(100% - 48px)); }
.hero-panel { position: relative; display: grid; grid-template-columns: 1.13fr 1fr; background: var(--purple); color: white; border-radius: 30px 30px 100px 30px; overflow: hidden; min-height: 660px; }
.hero-copy { padding: 56px 0 46px clamp(32px, 5vw, 72px); position: relative; z-index: 3; }
.hero-eyebrow { color: #e0d3ff; font-size: 14px; }
.tiny-star { display: inline-block; color: var(--blue); margin-right: 8px; font-size: 20px; }
.hero h1 { font-size: clamp(53px, 5.45vw, 78px); font-weight: 780; letter-spacing: -4px; line-height: 1.06; margin: 9px 0 29px; max-width: 650px; }
.hero-last { position: relative; color: var(--blue); display: inline-block; }
.hand-line { position: absolute; height: 10px; width: 92%; border-bottom: 4px solid var(--blue); border-radius: 50%; bottom: -7px; left: 0; transform: rotate(-4deg); }
.hero-copy>p { max-width: 445px; color: #e4d9ff; font-size: 17px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 29px; }
.light-link { color: white; font-size: 14px; }
.hero-reassurance { font-size: 12px; color: #ded1ff; display: flex; gap: 9px; align-items: center; flex-wrap: wrap; margin-top: 20px; }
.hero-world { position: relative; min-height: 490px; align-self: stretch; margin-top: 20px; }
.hero-magi { position: absolute; width: min(105%, 560px); max-width: none; height: auto; top: 10px; left: -4%; z-index: 1; }
.hero-magi { mask-image: linear-gradient(to right, transparent, #000 5%, #000 95%, transparent), linear-gradient(to bottom, transparent, #000 5%, #000 95%, transparent); mask-composite: intersect; }
.hero-orbit { position: absolute; border: 1px solid #b6a0f750; border-radius: 50%; transform: rotate(-25deg); pointer-events: none; }
.orbit-one { width: 91%; height: 60%; left: -8%; top: 23%; }
.orbit-two { width: 81%; height: 58%; left: 10%; top: 25%; transform: rotate(31deg); }
.floating-note { position: absolute; z-index: 4; padding: 11px 15px; border-radius: 13px; background: white; color: var(--ink); font-size: 12px; box-shadow: 0 9px 23px #32116d26; }
.note-top { top: 23px; right: 25px; transform: rotate(5deg); display: flex; gap: 9px; align-items: center; }
.note-dot { width: 8px; height: 8px; border-radius: 50%; background: #55a9dd; }
.note-bottom { bottom: 8%; right: 8%; transform: rotate(-5deg); padding: 14px 19px; font-size: 13px; }
.note-bottom>span { color: var(--purple); float: left; font-size: 29px; margin-right: 12px; }
.note-bottom strong { font-weight: 700; }
.mini-page { background: #fff; border-radius: 11px; overflow: hidden; color: #524233; box-shadow: 0 14px 25px #27105225; }
.hero-mini { width: 162px; position: absolute; left: -12px; bottom: 8%; z-index: 3; transform: rotate(-9deg); }
.mini-browser { height: 20px; display: flex; gap: 4px; padding: 7px 8px; background: #f7f5f9; }
.mini-browser i { height: 4px; width: 4px; background: #d7cee1; border-radius: 50%; }
.mini-page-inner { padding: 13px; position: relative; min-height: 157px; background: #f1ece3; }
.mini-page-inner b { display: block; font-size: 9px; margin-bottom: 13px; }
.mini-page-inner>span { display: block; font-family: Georgia, serif; font-size: 15px; line-height: 1.1; }
.mini-page-inner em { display: block; font-size: 7px; font-style: normal; margin-top: 12px; }
.mini-vase { width: 37px; height: 52px; border-radius: 12px 12px 19px 19px; background: #b89175; position: absolute; right: 15px; bottom: 25px; transform: rotate(8deg); }
.mini-vase::before { content: ''; position: absolute; top: -10px; left: 9px; width: 20px; height: 18px; background: #b89175; border-radius: 5px; }
.hero-spark { position: absolute; color: var(--blue); z-index: 2; font-size: 44px; }
.spark-one { left: 1%; top: 15%; }
.spark-two { right: 8%; top: 60%; font-size: 30px; }
.hero-bottom { grid-column: 1/-1; align-self: end; display: flex; align-items: center; gap: 35px; padding: 21px clamp(32px,5vw,72px); border-top: 1px solid #ffffff24; color: #e4d7ff; font-size: 13px; }
.hero-bottom-symbol { margin-left: auto; color: var(--blue); font-size: 25px; }
.hero-caption { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 24px 25px 0; font-size: 13px; color: var(--muted); }
.hero-caption strong { color: var(--ink); font-weight: 550; }
.hero-caption a { color: var(--purple); font-weight: 600; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 44px; }
h2 { font-size: clamp(35px, 4vw, 49px); line-height: 1.14; letter-spacing: -2px; font-weight: 720; }
.section-heading>p { max-width: 345px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.step-illustration { height: 200px; background: #f1edfa; border-radius: 22px; position: relative; overflow: hidden; }
.step-conversation { background: #eee5ff; }
.bubble { padding: 13px 19px; border-radius: 17px; position: absolute; font-size: 13px; font-weight: 550; box-shadow: 0 7px 14px #613a9710; }
.bubble-a { top: 39px; left: 27px; background: white; transform: rotate(-5deg); }
.bubble-b { bottom: 41px; right: 24px; background: var(--purple); color: white; max-width: 220px; transform: rotate(3deg); }
.step-doodle { position: absolute; font-size: 37px; right: 25px; top: 20px; color: #a580f3; }
.step-compose { background: #eaf4fc; }
.compose-tile { position: absolute; border-radius: 9px; padding: 8px 22px; font-size: 20px; font-weight: 680; letter-spacing: -.5px; min-width: 170px; }
.tile-a { background: white; color: #817091; left: 40px; top: 27px; transform: rotate(-8deg); }
.tile-b { background: var(--purple); color: white; left: 84px; top: 77px; transform: rotate(4deg); }
.tile-c { background: #c5e6fc; color: #3f6491; left: 39px; top: 129px; transform: rotate(-3deg); }
.compose-cursor { position: absolute; bottom: 22px; right: 40px; color: var(--purple); font-size: 39px; }
.step-devices { background: #f4edf7; }
.device-desktop { width: 207px; height: 120px; border: 5px solid #3e3054; border-radius: 11px; position: absolute; top: 33px; left: 35px; background: #eee5ff; }
.device-desktop>div { height: 14px; border-bottom: 1px solid #d5c4ef; }
.device-desktop b { font-size: 21px; letter-spacing: -1px; color: var(--purple); display: block; margin: 22px 15px; }
.device-desktop>span { position: absolute; bottom: -17px; width: 110%; left: -5%; height: 7px; background: #b7a9cd; border-radius: 3px 3px 8px 8px; }
.device-mobile { width: 65px; height: 111px; position: absolute; right: 31px; bottom: 23px; border: 4px solid #3e3054; border-radius: 11px; background: #d0eaff; transform: rotate(8deg); }
.device-mobile i { display: block; width: 18px; height: 4px; margin: 6px auto; background: #3e3054; border-radius: 5px; }
.device-mobile b { font-size: 14px; line-height: 1.1; color: #3e547c; display: block; margin: 19px 7px; }
.device-check { position: absolute; right: 20px; top: 18px; width: 29px; height: 29px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); color: white; }
.step-label { display: flex; align-items: center; gap: 11px; margin: 24px 0 10px; }
.step-label>span { width: 27px; height: 27px; border-radius: 50%; background: #eee5fd; color: var(--purple); font-size: 13px; display: grid; place-items: center; flex: 0 0 auto; }
h3 { font-size: 20px; line-height: 1.3; letter-spacing: -.45px; font-weight: 670; }
.step p { color: var(--muted); font-size: 14px; line-height: 1.85; padding-right: 15px; }
.availability-note { margin-top: 38px; padding: 15px 22px; display: flex; align-items: center; gap: 14px; background: #f3effa; border-radius: 14px; color: #776786; font-size: 13px; }
.availability-note>span:first-child { color: var(--purple); font-size: 22px; }
.availability-note strong { color: #584373; font-weight: 600; }
.example-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.example-tabs button { padding: 11px 19px; border: 1px solid var(--line); background: white; color: var(--muted); border-radius: 28px; font-size: 14px; transition: background .18s; }
.example-tabs button[aria-pressed=true] { background: var(--ink); color: white; border-color: var(--ink); }
.showcase { display: grid; grid-template-columns: .8fr 1.5fr; gap: 38px; align-items: center; background: #f0ebe1; border-radius: 26px; padding: 40px; overflow: hidden; }
.example-tag { display: inline-block; font-size: 11px; padding: 5px 10px; background: #ffffff90; border-radius: 20px; color: #817262; margin-bottom: 20px; }
.showcase h3 { font-size: 33px; line-height: 1.15; letter-spacing: -1.3px; color: #554633; }
.showcase h3, .sample-hero h4 { white-space: pre-line; }
.showcase-story>p { font-size: 14px; color: #877763; margin-top: 19px; max-width: 245px; line-height: 1.85; }
.showcase-story .text-link { font-size: 13px; color: #654d35; margin-top: 25px; }
.sample-palette { display: flex; margin-top: 30px; gap: 7px; }
.sample-palette span { width: 19px; height: 19px; border-radius: 50%; background: #b68d74; }
.sample-palette span:nth-child(2) { background: #ded2bc; }.sample-palette span:nth-child(3) { background: #717b5b; }
.sample-window { border-radius: 11px; background: #fffcf7; box-shadow: 0 18px 35px #5f48251b; transform: rotate(2deg); overflow: hidden; min-width: 0; }
.sample-window-bar { height: 30px; background: #ffffff; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; gap: 10px; font-size: 9px; color: #a1978b; border-bottom: 1px solid #eee9e2; }
.sample-window-bar>div { display: flex; gap: 4px; }.sample-window-bar i { width: 5px; height: 5px; border-radius: 50%; background: #dfd7cd; }
.sample-content { padding: 22px; background: #fbf7ef; }
.sample-nav { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sample-nav b { font-family: Georgia, serif; font-size: 24px; letter-spacing: -1px; color: #63553e; font-weight: 500; }
.sample-nav>span { font-size: 8px; color: #9a8b76; }
.sample-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 15px; align-items: center; padding: 28px 0 12px; }
.sample-eyebrow { font-size: 6px; color: #928672; letter-spacing: 1px; }
.sample-hero h4 { font-family: Georgia, serif; font-size: clamp(23px,2.8vw,36px); font-weight: 400; line-height: 1.07; letter-spacing: -1px; margin-top: 13px; color: #64543e; }
.sample-hero p { font-size: 9px; line-height: 1.65; color: #958570; margin-top: 15px; max-width: 165px; }
.sample-fake-cta { display: inline-block; margin-top: 19px; background: #74785b; color: white; padding: 9px 12px; font-size: 8px; border-radius: 3px; }
.sample-art { min-height: 250px; background: #eae1d0; border-radius: 100px 100px 9px 9px; position: relative; overflow: hidden; }
.art-sun { position: absolute; width: 100px; height: 100px; border-radius: 50%; top: 25px; left: 33px; background: #f6f0e3; }
.pot { position: absolute; bottom: 35px; box-shadow: 9px 12px 14px #6f563024; }
.pot-one { width: 85px; height: 99px; background: linear-gradient(90deg,#ad8065,#cfa98c); left: 15%; border-radius: 27px 27px 33px 33px; transform: rotate(-5deg); }
.pot-one::before { content: ''; position: absolute; width: 44px; height: 32px; top: -22px; left: 20px; background: #bf9476; border-radius: 7px 7px 0 0; border-top: 6px solid #8b6853; }
.pot-two { width: 69px; height: 64px; background: linear-gradient(90deg,#d2c4ac,#e9ddc5); right: 8%; border-radius: 8px 8px 35px 35px; border-top: 7px solid #b8a587; }
.art-caption { position: absolute; bottom: 13px; left: 0; right: 0; text-align: center; font-family: Georgia,serif; color: #96856e; font-size: 9px; font-style: italic; }
.showcase[data-example=services] { background: #e3eaf1; }.showcase[data-example=services] .sample-content { background: #f4f7fc; }.showcase[data-example=services] .sample-art { background: #d4e0ed; }.showcase[data-example=services] .pot-one { background: #809ebd; }.showcase[data-example=services] .pot-one::before { background: #9db2ca; border-color: #5c7b9f; }.showcase[data-example=services] .pot-two { background: #bed5c9; border-color: #80a896; }.showcase[data-example=services] .showcase-story .sample-palette span { background: #809ebd; }
.showcase[data-example=personal] { background: #f0e4ed; }.showcase[data-example=personal] .sample-content { background: #fff5fb; }.showcase[data-example=personal] .sample-art { background: #ead1e2; }.showcase[data-example=personal] .pot-one { background: #a785b8; }.showcase[data-example=personal] .pot-one::before { background: #bda1c9; border-color: #8c64a0; }.showcase[data-example=personal] .pot-two { background: #d0bcd8; border-color: #b394c2; }.showcase[data-example=personal] .showcase-story .sample-palette span { background: #a785b8; }
.example-disclaimer { color: #897d95; font-size: 11px; margin-top: 17px; text-align: center; }
.play-section { background: #f0eafa; padding-block: 76px; }
.play-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 75px; align-items: center; }
.play-copy>p { color: var(--muted); line-height: 1.9; margin-top: 25px; max-width: 365px; }
.check-list { padding: 0; margin: 24px 0 30px; list-style: none; }
.check-list li { display: flex; gap: 10px; color: var(--muted); font-size: 14px; line-height: 1.7; margin-bottom: 12px; }
.check-list li::before { content: '✓'; color: var(--purple); flex-shrink: 0; font-weight: 650; }
.play-editor { border: 1px solid #dcd2ec; border-radius: 20px; background: white; box-shadow: 0 17px 0 -8px #e3d9f1,0 35px 55px #503c7320; overflow: hidden; min-width: 0; }
.play-toolbar { padding: 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; border-bottom: 1px solid var(--line); }
.play-toolbar>span { font-size: 12px; font-weight: 550; }
.device-buttons { display: flex; gap: 3px; padding: 3px; border-radius: 9px; background: #f3eef9; }
.device-buttons button { border: 0; background: transparent; padding: 5px 9px; color: var(--muted); border-radius: 6px; font-size: 11px; }
.device-buttons button[aria-pressed=true] { background: var(--purple); color: white; }
.play-stage { padding: 24px; background-image: radial-gradient(#d6cde4 1px,transparent 1px); background-size: 14px 14px; background-color: #f5f2fa; min-height: 335px; display: flex; justify-content: center; }
.play-canvas { position: relative; width: 100%; aspect-ratio: 430/285; background: #fdf9f3; border: 1px solid #ece3d9; box-shadow: 0 8px 15px #452c5712; overflow: hidden; container-type: inline-size; min-width: 0; }
.play-canvas[data-device=mobile] { width: 215px; aspect-ratio: 215/350; border: 5px solid #392a4e; border-radius: 24px; }
.play-site-nav { display: flex; align-items: center; justify-content: space-between; padding: 16px 22px; font-size: 10px; color: #77638b; }
.play-site-nav strong { font-weight: 600; }.play-site-nav>span { font-size: 13px; }
.play-movable { position: absolute; left: 7%; top: 26%; width: 60%; height: 43%; z-index: 3; border: 1px solid #9d6ef7; touch-action: none; }
.play-movable::before,.play-movable::after { content: ''; position: absolute; width: 6px; height: 6px; background: white; border: 1px solid #9d6ef7; }
.play-movable::before { top: -4px; left: -4px; }.play-movable::after { bottom: -4px; right: -4px; }
#drag-title { background: none; border: 0; padding: 6px; width: 100%; height: 100%; text-align: left; font-weight: 780; font-size: 12cqw; line-height: 1; letter-spacing: -.06em; color: var(--purple); cursor: grab; touch-action: none; }
#drag-title:active { cursor: grabbing; }
.drag-hint { position: absolute; right: 5px; bottom: -30px; background: #e7d9fd; color: #744ca9; padding: 3px 8px; border-radius: 6px; font-size: 9px; white-space: nowrap; }
.play-shape { position: absolute; }.shape-one { width: 27%; height: 57%; background: #cdb7ee; bottom: 8%; right: 4%; border-radius: 80px 80px 12px 12px; transform: rotate(9deg); }.shape-two { width: 16%; aspect-ratio: 1; background: #b7dded; border-radius: 50%; bottom: 7%; right: 21%; }
.play-small-text { position: absolute; font-size: 7px; left: 8%; bottom: 9%; color: #a18b74; }
.play-canvas[data-device=mobile] .play-movable { width: 79%; height: 25%; left: 8%; top: 20%; }.play-canvas[data-device=mobile] #drag-title { font-size: 16cqw; }.play-canvas[data-device=mobile] .shape-one { height: 34%; width: 47%; bottom: 12%; }.play-canvas[data-device=mobile] .shape-two { width: 33%; bottom: 10%; right: 35%; }.play-canvas[data-device=mobile] .play-small-text { bottom: 3%; font-size: 7px; }
.play-controls { display: flex; align-items: center; gap: 10px; justify-content: space-between; padding: 15px 18px 7px; flex-wrap: wrap; }
.color-controls { display: flex; gap: 8px; align-items: center; }.color-controls>span { font-size: 11px; color: var(--muted); margin-right: 4px; }
.swatch { width: 24px; height: 24px; border: 3px solid white; border-radius: 50%; box-shadow: 0 0 0 1px #e1d9ea; position: relative; }
.swatch[aria-pressed=true] { box-shadow: 0 0 0 2px var(--ink); }.swatch[aria-pressed=true]::after { content: '✓'; position: absolute; inset: 0; color: white; font-size: 11px; line-height: 18px; text-align: center; }
.purple-swatch { background: #6325e9; }.blue-swatch { background: #087eac; }.pink-swatch { background: #ba417d; }
.undo-button { border: 0; background: none; font-size: 11px; color: #69557e; padding: 6px; }
.play-status { margin: 3px 18px 15px; color: #8f7f9e; font-size: 10px; }
.magi-section { display: grid; grid-template-columns: 1fr 1.05fr; gap: 90px; align-items: center; }
.magi-portrait { position: relative; border-radius: 80px 24px 80px 24px; background: #6219e6; padding: 0; min-height: 370px; }
.magi-portrait>img { width: 100%; border-radius: inherit; }
.magi-name-tag { position: absolute; bottom: 25px; left: -18px; padding: 12px 22px; border-radius: 12px; background: white; box-shadow: 0 8px 25px #44266715; transform: rotate(-5deg); font-size: 18px; }
.magi-name-tag>span { color: var(--purple); margin-left: 10px; }.magi-name-tag b { font-weight: 700; }
.magi-story>p { color: var(--muted); margin-top: 20px; line-height: 1.85; max-width: 420px; }.magi-story .text-link { margin-top: 26px; font-size: 14px; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 27px; }
.price-card { padding: 35px 38px; border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; }
.preview-price { background: #f4effc; }.store-price { border-color: #cab7f5; background: #fff; }
.plan-label { font-size: 12px; color: var(--muted); }.plan-label-row { display: flex; align-items: center; justify-content: space-between; gap: 9px; flex-wrap: wrap; }
.soon-tag { padding: 4px 10px; border-radius: 20px; background: #f1eafa; color: #83669f; font-size: 10px; }
.price-card h3 { font-size: 27px; margin-top: 18px; letter-spacing: -.7px; }
.price-value { font-weight: 700; font-size: 49px; letter-spacing: -2px; line-height: 1.2; margin: 21px 0 20px; }
.price-tax { display: block; margin-top: 8px; font-size: 15px; font-weight: 600; letter-spacing: 0; line-height: 1.5; }
.price-currency { font-size: 16px; letter-spacing: 0; font-weight: 500; }.price-period { font-size: 16px; font-weight: 400; letter-spacing: 0; color: var(--muted); }
.price-card>p { color: var(--muted); font-size: 14px; line-height: 1.8; max-width: 340px; }
.price-card .check-list { margin: 27px 0; }.price-card .check-list li { font-size: 13px; }
.plan-bottom { margin-top: auto; }.plan-bottom .button { width: 100%; }.plan-bottom small { display: block; font-size: 11px; color: #92839e; margin-top: 12px; text-align: center; }
.plan-details { border: 1px solid var(--line); border-radius: 13px; margin-top: 22px; padding: 0 23px; font-size: 14px; }
summary { cursor: pointer; }.plan-details summary { padding-block: 16px; color: var(--muted); }.plan-details[open] summary { color: var(--purple); }.plan-details>div { padding: 0 0 20px; }.plan-details p { color: var(--muted); margin-top: 12px; line-height: 1.8; }
.faq { display: grid; grid-template-columns: .8fr 1.3fr; gap: 90px; }
.faq-heading>p { color: var(--muted); font-size: 14px; margin-top: 22px; }.faq-spark { color: #b49ade; font-size: 89px; line-height: 1; margin-top: 32px; display: block; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { list-style: none; padding: 23px 28px 23px 0; position: relative; font-size: 16px; font-weight: 550; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary::after { content: '+'; position: absolute; right: 3px; top: 19px; color: #9a80bd; font-size: 23px; font-weight: 400; }.faq-list details[open] summary::after { content: '−'; }.faq-list details[open] summary { color: var(--purple); }.faq-list p { padding: 0 25px 23px 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 45px; padding: 55px 60px; background: var(--purple); color: white; border-radius: 25px 75px 25px 25px; }
.final-cta .eyebrow { color: #dacef7; }.final-cta h2 { font-size: clamp(35px,4vw,51px); }.final-cta h2 span { color: var(--blue); }.final-cta p { color: #e0d4ff; font-size: 14px; line-height: 1.8; margin-top: 22px; }
.final-action { display: flex; flex-direction: column; align-items: center; gap: 18px; }.final-action>span:last-child { font-size: 12px; color: #dfd1ff; }.final-star { font-size: 90px; color: var(--blue); line-height: 1.2; transform: rotate(10deg); }
.site-footer { margin-top: 65px; padding-bottom: 28px; }.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 23px; flex-wrap: wrap; padding-bottom: 30px; border-bottom: 1px solid var(--line); }.footer-top .wordmark { font-size: 23px; }.footer-top>p { font-size: 12px; color: var(--muted); }.site-footer nav { display: flex; gap: 25px; font-size: 12px; color: var(--muted); }.footer-bottom { display: flex; gap: 16px; justify-content: space-between; flex-wrap: wrap; padding-top: 24px; font-size: 11px; color: #9b8faa; }
@media (max-width: 1100px) {
  .site-header { padding-inline: 28px; gap: 17px; }.site-header nav { gap: 16px; font-size: 12px; }.wordmark { font-size: 24px; }.hero-panel { min-height: 620px; }.hero-copy { padding-left: 38px; padding-top: 45px; }.hero h1 { font-size: 61px; }.hero-copy>p { font-size: 15px; }.hero-world { margin-top: 48px; }.hero-magi { top: 25px; }.hero-mini { bottom: 9%; left: 3%; width: 142px; }.note-top { font-size: 10px; right: 12px; }.note-bottom { right: 9%; bottom: 3%; font-size: 11px; }.hero-actions { gap: 17px; }.hero-actions .button { padding: 13px 16px; font-size: 13px; }.hero-actions .text-link { font-size: 12px; }.section-space { margin-top: 90px; }.showcase { padding: 28px; gap: 25px; }.sample-content { padding: 17px; }.sample-art { min-height: 220px; }.play-grid { gap: 42px; }.magi-section { gap: 65px; }.faq { gap: 60px; }.final-cta-inner { padding: 45px; }
}
@media (max-width: 820px) {
  .section-wrap { width: calc(100% - 40px); }.site-header { flex-wrap: wrap; padding: 20px; min-height: 85px; }.site-header nav { width: 100%; order: 3; justify-content: center; gap: 22px; }.header-cta { margin-left: auto; }.hero-panel { grid-template-columns: 1.1fr 1fr; border-radius: 22px 22px 60px 22px; min-height: 580px; }.hero-copy { padding: 35px 0 35px 28px; }.hero h1 { font-size: 49px; letter-spacing: -2.5px; }.hero-copy>p { font-size: 14px; }.hero-eyebrow { font-size: 11px; }.hero-world { margin-top: 65px; }.hero-magi { width: 125%; left: -12%; top: 17px; }.hero-mini { width: 121px; left: 0; bottom: 7%; }.mini-page-inner { min-height: 133px; }.mini-page-inner>span { font-size: 12px; }.mini-vase { width: 29px; height: 37px; right: 9px; }.mini-vase::before { width: 16px; left: 6px; }.mini-page-inner em { font-size: 6px; }.note-top { top: 0; padding: 8px 10px; right: 9px; font-size: 9px; }.note-bottom { bottom: 1%; right: 1%; font-size: 10px; padding: 10px; }.hero-bottom { gap: 20px; font-size: 11px; padding: 18px 28px; }.hero-caption { padding: 18px 8px 0; font-size: 12px; }.hero-caption a { display: none; }.section-heading { align-items: flex-start; gap: 25px; }.section-heading>p { max-width: 265px; font-size: 14px; }.eyebrow { font-size: 12px; }.steps-grid { gap: 17px; }.step-illustration { height: 160px; }.bubble { padding: 9px 12px; font-size: 10px; }.bubble-a { left: 13px; top: 29px; }.bubble-b { right: 13px; bottom: 30px; max-width: 156px; }.step-doodle { right: 10px; font-size: 29px; }.compose-tile { font-size: 15px; min-width: 130px; padding: 8px 14px; }.tile-a { left: 12px; top: 16px; }.tile-b { left: 46px; top: 63px; }.tile-c { left: 13px; top: 111px; }.compose-cursor { right: 10px; bottom: 5px; }.device-desktop { width: 140px; height: 88px; left: 13px; top: 25px; }.device-desktop b { font-size: 14px; margin: 14px 8px; }.device-mobile { right: 11px; width: 48px; height: 84px; bottom: 24px; }.device-mobile b { font-size: 10px; margin: 15px 4px; }.device-check { right: 10px; top: 13px; }.step-label { gap: 8px; align-items: flex-start; }.step-label h3 { font-size: 16px; }.step p { font-size: 12px; padding: 0; }.showcase { gap: 18px; padding: 25px; grid-template-columns: .8fr 1.4fr; }.showcase h3 { font-size: 27px; }.showcase-story>p { font-size: 12px; }.showcase-story .text-link { font-size: 12px; }.sample-nav>span { display: none; }.sample-art { min-height: 190px; }.sample-hero { grid-template-columns: 1.1fr 1fr; gap: 9px; }.sample-hero h4 { font-size: 25px; }.pot-one { width: 59px; height: 73px; left: 11%; }.pot-one::before { width: 31px; height: 25px; left: 14px; top: -19px; }.pot-two { width: 45px; height: 48px; }.sample-fake-cta { padding: 6px; font-size: 7px; }.sample-eyebrow { font-size: 5px; }.sample-hero p { font-size: 8px; }.play-grid { grid-template-columns: 1fr; gap: 35px; }.play-copy { max-width: 560px; }.play-copy>p { max-width: none; }.play-editor { max-width: 580px; width: 100%; margin: auto; }.play-stage { min-height: 335px; }.magi-section { gap: 36px; }.magi-portrait { min-height: 0; }.magi-story p { font-size: 14px; }.magi-name-tag { left: -8px; font-size: 14px; padding: 10px 14px; }.price-card { padding: 27px; }.price-card h3 { font-size: 23px; }.price-value { font-size: 42px; }.price-card .check-list li { font-size: 12px; }.faq { grid-template-columns: .7fr 1.1fr; gap: 35px; }.faq-list summary { font-size: 14px; }.final-cta-inner { padding: 35px; gap: 25px; }.final-action .button { padding: 14px 16px; font-size: 13px; }.final-star { font-size: 70px; }
}
@media (max-width: 590px) {
  :root { scroll-padding-top: 25px; }.section-wrap { width: calc(100% - 32px); }.section-space { margin-top: 68px; }.site-header { padding: 18px 20px; gap: 14px; min-height: 80px; }.wordmark { font-size: 24px; }.header-cta { display: none; }.menu-toggle { display: flex; gap: 9px; align-items: center; margin-left: auto; background: #f0eafb; border: 0; border-radius: 10px; padding: 8px 12px; color: var(--purple); font-size: 13px; min-height: 44px; }.site-header nav { display: none; flex-direction: column; align-items: stretch; gap: 0; width: 100%; padding: 5px 0 0; }.site-header nav.is-open { display: flex; }.site-header nav a { font-size: 15px; padding: 10px 3px; border-bottom: 1px solid var(--line); }.hero { width: calc(100% - 24px); }.hero-panel { grid-template-columns: 1fr; border-radius: 23px 23px 60px 23px; min-height: 0; }.hero-copy { padding: 31px 24px 12px; }.hero-eyebrow { font-size: 12px; margin-bottom: 10px; }.hero h1 { font-size: clamp(45px, 11.5vw, 65px); letter-spacing: -2.7px; line-height: 1.07; margin-bottom: 24px; }.hero-copy>p { font-size: 15px; max-width: 430px; line-height: 1.8; }.hero-actions { margin-top: 23px; gap: 20px; }.hero-actions .button { font-size: 14px; padding: 14px 18px; }.hero-actions .text-link { font-size: 13px; }.hero-reassurance { font-size: 11px; margin-top: 17px; }.hero-world { height: 375px; min-height: 0; margin: 0 auto; width: min(100%,450px); }.hero-magi { width: 375px; max-width: 107%; top: 0; left: 9%; }.hero-mini { width: 125px; bottom: 24px; left: 21px; }.note-top { right: 20px; top: 13px; font-size: 10px; transform: rotate(4deg); }.note-bottom { right: 18px; bottom: 15px; font-size: 11px; }.spark-one { top: 17%; left: 8%; font-size: 27px; }.spark-two { right: 6%; top: 66%; font-size: 25px; }.hero-bottom { padding: 20px 24px; gap: 10px 24px; flex-wrap: wrap; font-size: 11px; }.hero-bottom-symbol { display: none; }.hero-caption { padding: 20px 6px 0; text-align: center; justify-content: center; font-size: 12px; }.hero-caption strong { display: block; margin-top: 4px; }.eyebrow { font-size: 12px; margin-bottom: 14px; }h2 { font-size: 35px; letter-spacing: -1.3px; line-height: 1.16; }.section-heading { flex-direction: column; gap: 20px; margin-bottom: 30px; }.section-heading>p { max-width: 100%; font-size: 15px; }.steps-grid { grid-template-columns: 1fr; gap: 30px; }.step-illustration { height: 205px; }.bubble { font-size: 13px; padding: 14px 18px; }.bubble-a { top: 35px; left: 34px; }.bubble-b { bottom: 35px; right: 30px; max-width: 220px; }.step-doodle { font-size: 42px; right: 30px; top: 22px; }.compose-tile { font-size: 21px; min-width: 185px; padding: 9px 19px; }.tile-a { top: 22px; left: 30px; }.tile-b { top: 79px; left: 100px; }.tile-c { top: 136px; left: 40px; }.compose-cursor { bottom: 5px; right: 50px; font-size: 43px; }.device-desktop { width: 210px; height: 120px; left: 34px; top: 30px; }.device-desktop b { font-size: 24px; margin: 22px 17px; }.device-mobile { right: 42px; bottom: 22px; width: 67px; height: 115px; }.device-mobile b { font-size: 14px; margin: 24px 8px; }.device-check { right: 25px; top: 24px; }.step-label { align-items: center; margin-top: 19px; }.step-label h3 { font-size: 20px; }.step p { font-size: 15px; }.availability-note { align-items: flex-start; padding: 17px; font-size: 12px; margin-top: 30px; }.example-tabs { gap: 7px; }.example-tabs button { font-size: 12px; padding: 9px 12px; }.showcase { grid-template-columns: 1fr; padding: 25px 20px; gap: 29px; border-radius: 20px; }.showcase h3 { font-size: 30px; }.showcase-story>p { max-width: 100%; font-size: 14px; margin-top: 13px; }.example-tag { margin-bottom: 13px; }.showcase-story .text-link { margin-top: 15px; font-size: 14px; }.sample-palette { display: none; }.sample-window { transform: rotate(1deg); }.sample-content { padding: 14px; }.sample-art { min-height: 208px; }.sample-hero { gap: 8px; }.sample-hero h4 { font-size: 27px; }.sample-eyebrow { font-size: 5px; }.sample-fake-cta { font-size: 6px; }.sample-hero p { font-size: 8px; }.pot-one { width: 58px; height: 80px; }.pot-two { width: 46px; height: 49px; }.example-disclaimer { font-size: 10px; }.play-section { padding-block: 45px; }.play-copy>p { font-size: 15px; margin-top: 19px; }.check-list li { font-size: 13px; }.play-copy .button { width: 100%; }.play-stage { padding: 17px; min-height: 240px; }.play-toolbar { padding: 12px; }.play-toolbar>span { font-size: 11px; }.play-site-nav { padding: 12px 16px; font-size: 9px; }.play-controls { padding: 14px 12px 7px; }.play-status { margin-inline: 12px; font-size: 10px; }.play-small-text { font-size: 6px; }.magi-section { grid-template-columns: 1fr; gap: 34px; }.magi-portrait { width: min(88%,380px); margin-inline: auto; border-radius: 60px 20px 60px 20px; }.magi-story>p { font-size: 15px; }.magi-name-tag { bottom: 23px; left: -10px; font-size: 16px; }.magi-story .text-link { font-size: 13px; }.pricing-grid { grid-template-columns: 1fr; gap: 20px; }.price-card { padding: 28px; }.price-card h3 { font-size: 27px; }.price-value { font-size: 48px; }.price-card .check-list li { font-size: 13px; }.price-card>p { font-size: 14px; }.plan-details { padding-inline: 17px; font-size: 13px; }.faq { grid-template-columns: 1fr; gap: 26px; }.faq-spark { display: none; }.faq-list summary { font-size: 15px; padding-block: 20px; }.faq-list p { font-size: 14px; }.final-cta-inner { padding: 34px 26px; flex-direction: column; align-items: stretch; gap: 22px; border-radius: 23px 60px 23px 23px; }.final-cta h2 { font-size: 36px; }.final-cta .eyebrow { max-width: 210px; }.final-action { align-items: stretch; gap: 14px; }.final-star { display: none; }.final-action .button { font-size: 15px; }.final-action>span:last-child { text-align: center; font-size: 11px; }.site-footer { margin-top: 43px; padding-bottom: 24px; }.footer-top { flex-direction: column; align-items: flex-start; gap: 16px; }.footer-top>p { font-size: 13px; }.site-footer nav { font-size: 13px; gap: 22px; }.footer-bottom { flex-direction: column; gap: 8px; font-size: 11px; }
}
@media (max-width: 370px) {
  .hero-copy { padding-inline: 21px; }.hero h1 { font-size: 44px; }.hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; }.hero-world { height: 320px; }.hero-magi { width: 320px; left: 1%; }.hero-mini { width: 105px; left: 16px; bottom: 20px; }.mini-page-inner { min-height: 127px; padding: 10px; }.mini-page-inner>span { font-size: 11px; }.mini-vase { width: 25px; height: 33px; bottom: 25px; }.mini-vase::before { width: 14px; left: 5px; }.note-bottom { font-size: 9px; right: 13px; bottom: 4px; padding: 9px; }.note-bottom>span { font-size: 21px; margin-right: 6px; }.note-top { font-size: 9px; right: 10px; }.step-illustration { height: 185px; }.bubble-a { left: 15px; }.bubble-b { right: 15px; font-size: 12px; max-width: 190px; }.compose-tile { min-width: 158px; font-size: 18px; }.tile-b { left: 76px; top: 71px; }.tile-c { top: 122px; }.device-desktop { left: 22px; width: 183px; height: 109px; }.device-mobile { right: 23px; width: 60px; height: 105px; }.device-check { right: 16px; }.sample-content { padding: 11px; }.sample-hero h4 { font-size: 22px; }.sample-art { min-height: 191px; }.pot-one { left: 7%; width: 48px; }.pot-two { right: 5%; width: 39px; }.sample-hero p { font-size: 7px; }.sample-fake-cta { padding: 6px; }.plan-label-row { align-items: flex-start; }.price-card { padding: 24px; }.play-toolbar { gap: 6px; }.play-toolbar>span { font-size: 10px; }.color-controls { gap: 7px; }.color-controls>span { font-size: 10px; }.undo-button { font-size: 10px; }
}
@media (pointer: coarse) {
  .example-tabs button, .device-buttons button, .undo-button { min-height: 44px; }
  .swatch::before { content: ''; position: absolute; inset: -10px; }.color-controls { gap: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
.site-header nav .mobile-account { display: none; }
@media (max-width: 590px) { .site-header nav .mobile-account { display: inline-flex; color: var(--purple); font-weight: 650; } .site-header nav .nav-home { justify-content: flex-start; } }
@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: welcome-in .6s ease both; }
  .hero-world { animation: welcome-in .75s ease .12s both; }
  @keyframes welcome-in { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
}
