:root {
  --ink: #050811;
  --ink-raised: #0d1220;
  --surface: #151a2a;
  --surface-soft: #111625;
  --white: #f8f8fa;
  --muted: #a6a8b5;
  --lime: #d7ff18;
  --pink: #ff3ea5;
  --cyan: #2fd6ff;
  --purple: #a56cff;
  --border: rgba(255, 255, 255, 0.1);
  --page: min(1440px, calc(100vw - 48px));
  --radius: 28px;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
  color-scheme: dark;
  font-family: ui-rounded, "SF Pro Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ink);
  color: var(--white);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html { background: var(--ink); }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--ink); }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
p { color: var(--muted); line-height: 1.62; }

.skip-link {
  position: fixed; left: 16px; top: 16px; z-index: 1000; transform: translateY(calc(-100% - 32px));
  padding: 12px 18px; background: var(--lime); color: var(--ink); border-radius: 999px; font-weight: 800;
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: var(--page); height: 94px; margin: 0 auto; display: grid;
  grid-template-columns: 1fr auto 1fr; align-items: center; gap: 32px; position: relative; z-index: 20;
}
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 12px; position: relative; font-size: 30px; font-weight: 900; letter-spacing: -1.5px; }
.brand img { border-radius: 12px; box-shadow: 0 8px 30px rgba(215, 255, 24, 0.12); }
.brand-underline { position: absolute; width: 150px; height: 9px; left: 56px; bottom: -10px; transform: rotate(-3deg); }
.brand-underline::before, .brand-underline::after { content: ""; position: absolute; height: 3px; border-radius: 99px; background: var(--pink); }
.brand-underline::before { left: 0; width: 100%; transform: skewX(-30deg); }
.brand-underline::after { width: 58%; left: 42px; top: 6px; transform: rotate(4deg); }
.desktop-nav { display: flex; gap: 42px; color: rgba(248, 248, 250, 0.88); font-size: 15px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 12px 0; }
.desktop-nav a::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: 6px; background: var(--cyan); transition: width 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { width: 100%; }
.site-header > .button { justify-self: end; }

.button {
  border: 0; min-height: 58px; min-width: 210px; padding: 0 28px; border-radius: 999px;
  background: var(--lime); color: var(--ink); font-weight: 900; cursor: pointer;
  box-shadow: 0 12px 34px rgba(215, 255, 24, 0.16); transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.button:hover { transform: translateY(-3px) scale(1.015); box-shadow: 0 18px 40px rgba(215, 255, 24, 0.22); }
.button:active { transform: translateY(0) scale(0.98); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.button-small { min-width: 156px; min-height: 48px; padding: 0 22px; font-size: 14px; }

.section { width: var(--page); margin-inline: auto; }
.hero { min-height: calc(100svh - 94px); display: grid; grid-template-columns: minmax(420px, .9fr) minmax(500px, 1.1fr); align-items: center; gap: 40px; padding: 56px 0 100px; }
.hero-copy { position: relative; z-index: 3; padding-left: clamp(0px, 2vw, 34px); }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(56px, 5.7vw, 94px); line-height: .98; letter-spacing: -.055em; font-weight: 950; }
.hero-line { display: block; }
.hero-line-final { position: relative; width: fit-content; }
.hero-line-final::after { content: ""; position: absolute; left: 0; right: 4%; height: 8px; bottom: -15px; border-radius: 999px; background: var(--pink); transform: rotate(-2deg) skewX(-28deg); }
.hero-description { max-width: 590px; margin: 52px 0 0; font-size: clamp(18px, 1.4vw, 23px); }
.hero-actions { display: flex; align-items: center; gap: 40px; margin-top: 32px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 800; padding: 12px 2px; border-bottom: 2px solid var(--cyan); }
.text-link svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 2.3; transition: transform 160ms ease; }
.text-link:hover svg { transform: translateX(4px); }

.hero-product { min-height: 700px; position: relative; display: grid; place-items: center; perspective: 1200px; }
.hero-photo-fan { position: absolute; width: min(850px, 72vw); max-width: none; right: -155px; top: 50%; transform: translateY(-50%) rotate(2deg); opacity: .92; mix-blend-mode: normal; }
.phone-shell { width: 320px; height: 650px; border-radius: 54px; padding: 9px; position: relative; background: linear-gradient(145deg, #71737a, #171920 22%, #6b6d73 48%, #16181f 80%); box-shadow: var(--shadow); }
.phone-shell::before { content: ""; position: absolute; inset: 3px; border: 1px solid rgba(255,255,255,.3); border-radius: 51px; pointer-events: none; }
.hero-phone { z-index: 3; transform: rotateY(-6deg) rotateX(1deg); transition: transform 250ms ease-out; }
.phone-island { position: absolute; z-index: 4; top: 20px; left: 50%; translate: -50% 0; width: 94px; height: 25px; background: #000; border-radius: 999px; }
.phone-screen { height: 100%; overflow: hidden; border-radius: 46px; padding: 58px 17px 16px; background: #070a13; border: 1px solid #0b0d15; }
.app-topbar { display: flex; justify-content: space-between; align-items: center; }
.mini-brand { font-size: 21px; font-weight: 950; letter-spacing: -1px; display: flex; align-items: center; gap: 7px; }
.mini-play { width: 25px; height: 25px; border-radius: 8px; background: var(--lime); position: relative; }
.mini-play::after { content: ""; position: absolute; left: 9px; top: 7px; border-left: 8px solid var(--ink); border-block: 5px solid transparent; }
.mini-gear { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--surface); font-size: 14px; }
.app-section-title { margin: 30px 0 12px; color: var(--lime); font-size: 12px; font-weight: 950; }
.app-section-title span { color: var(--cyan); margin-left: 5px; }
.flip-list { display: grid; gap: 10px; }
.mini-flip { display: grid; grid-template-columns: 72px 1fr; align-items: center; gap: 12px; min-height: 102px; padding: 10px; background: var(--ink-raised); border: 1px solid var(--border); border-radius: 18px; }
.mini-photo { height: 80px; border-radius: 13px; border: 2px solid var(--pink); background: linear-gradient(145deg, #72c6dc 0 38%, #184b55 39% 56%, #e88775 57%); }
.landscape-two { border-color: var(--lime); background: linear-gradient(160deg, #ffc98a 0 34%, #2f6a68 35% 62%, #e73f73 63%); }
.landscape-three { border-color: var(--purple); background: linear-gradient(145deg, #b9dff3 0 35%, #2a705a 36% 68%, #17373f 69%); }
.mini-flip strong, .mini-flip span, .mini-flip small { display: block; }
.mini-flip strong { font-size: 14px; margin-bottom: 8px; }
.mini-flip span, .mini-flip small { color: var(--muted); font-size: 10px; margin-top: 3px; }
.mini-create { height: 48px; margin-top: 14px; border-radius: 18px; background: var(--lime); color: var(--ink); display: grid; grid-auto-flow: column; justify-content: center; align-items: center; gap: 8px; font-size: 13px; font-weight: 950; }
.mini-create span { display: grid; place-items: center; width: 23px; height: 23px; color: var(--lime); background: var(--ink); border-radius: 50%; font-size: 17px; }
.doodle { position: absolute; z-index: 4; font-weight: 900; line-height: 1; }
.sparkle { font-size: 44px; animation: slow-spin 8s linear infinite; }
.sparkle-pink { color: var(--pink); right: 3%; top: 12%; }
.sparkle-cyan { color: var(--cyan); right: 8%; bottom: 12%; animation-direction: reverse; }

.workflow { padding: 150px 0 170px; }
.section-heading { text-align: center; max-width: 1100px; margin: 0 auto 82px; }
.section-heading h2, .benefits-heading h2, .faq-title h2 { margin: 0; font-size: clamp(44px, 5vw, 78px); line-height: 1.02; letter-spacing: -.045em; font-weight: 950; }
.section-heading p { margin: 26px auto 0; font-size: 20px; }
.scribble { display: block; width: 330px; height: 7px; margin: 20px auto 0; background: var(--pink); border-radius: 99px; transform: rotate(-2deg) skewX(-30deg); }
.workflow-rail { display: grid; grid-template-columns: 1fr 76px 1fr 76px 1fr; align-items: start; gap: 14px; }
.workflow-step { min-width: 0; }
.step-visual { height: 520px; display: grid; place-items: center; position: relative; }
.mock-phone { width: 260px; height: 500px; overflow: hidden; border: 8px solid #3a3d45; outline: 1px solid rgba(255,255,255,.35); border-radius: 40px; padding: 30px 13px 14px; background: #080b14; box-shadow: 0 26px 58px rgba(0,0,0,.35); transition: transform 260ms ease; }
.workflow-step:hover .mock-phone { transform: translateY(-8px) rotate(1deg); }
.mock-nav { height: 44px; display: grid; grid-template-columns: 30px 1fr 38px; align-items: center; text-align: center; font-size: 12px; }
.mock-nav span:first-child { text-align: left; font-size: 24px; }
.photo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.photo-grid i { aspect-ratio: 1; border-radius: 7px; background: linear-gradient(145deg, #76c7e0, #214f5d 55%, #ff8f70); position: relative; }
.photo-grid i:nth-child(2n) { background: linear-gradient(145deg, #c2e3ef, #326b5b 55%, #d8ff18); }
.photo-grid i:nth-child(3n) { background: linear-gradient(145deg, #ffd0a1, #723c70 55%, #2fd6ff); }
.photo-grid i:nth-child(1), .photo-grid i:nth-child(5), .photo-grid i:nth-child(8) { outline: 2px solid var(--purple); }
.photo-grid i:nth-child(1)::after, .photo-grid i:nth-child(5)::after, .photo-grid i:nth-child(8)::after { content: "✓"; position: absolute; right: 4px; top: 4px; width: 16px; height: 16px; display: grid; place-items: center; border-radius: 50%; background: var(--purple); font-size: 9px; font-style: normal; }
.mock-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 14px; font-size: 11px; }
.mock-bottom span { padding: 8px 13px; color: var(--ink); background: var(--lime); border-radius: 999px; font-weight: 900; }
.setting-line { display: flex; justify-content: space-between; margin: 20px 2px 12px; font-size: 11px; }
.setting-line strong { color: var(--purple); }
.slider { height: 5px; background: #33384e; border-radius: 99px; position: relative; }
.slider::before { content: ""; position: absolute; width: 36%; height: 100%; background: var(--purple); border-radius: inherit; }
.slider span { position: absolute; left: 34%; top: 50%; translate: 0 -50%; width: 17px; height: 17px; border-radius: 50%; background: white; }
.segment { display: flex; padding: 3px; margin-top: 22px; border: 1px solid var(--border); border-radius: 999px; }
.segment i { flex: 1; padding: 7px; text-align: center; font-size: 9px; font-style: normal; border-radius: 999px; }
.segment .active { background: var(--cyan); color: var(--ink); }
.crop-preview, .export-poster { height: 245px; margin-top: 18px; border-radius: 18px; background: linear-gradient(155deg, #8fc8dd 0 39%, #31545a 40% 56%, #df7983 57%); position: relative; }
.crop-preview span { position: absolute; width: 10px; height: 10px; border: 2px solid white; border-radius: 50%; }
.crop-preview span:nth-child(1) { left: 10px; top: 10px; }.crop-preview span:nth-child(2) { right: 10px; top: 10px; }.crop-preview span:nth-child(3) { left: 10px; bottom: 10px; }.crop-preview span:nth-child(4) { right: 10px; bottom: 10px; }
.done-chip { padding: 6px 7px; border-radius: 999px; background: var(--lime); color: var(--ink); font-size: 8px !important; }
.export-poster { height: 300px; display: grid; place-items: center; border: 2px solid var(--pink); }
.play-circle { display: grid; place-items: center; width: 55px; height: 55px; border-radius: 50%; background: rgba(0,0,0,.55); border: 1px solid white; font-size: 18px; }
.export-button { margin-top: 15px; height: 45px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 14px; font-size: 12px; font-weight: 900; }
.silent-note { text-align: center; margin-top: 12px; color: var(--muted); font-size: 9px; }
.step-copy { display: grid; grid-template-columns: 52px 1fr; gap: 15px; align-items: start; }
.step-number { width: 48px; height: 48px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-size: 24px; font-weight: 950; }
.pink { color: var(--pink); }.cyan { color: var(--cyan); }.purple { color: var(--purple); }
.step-copy h3, .benefit h3 { margin: 4px 0 10px; color: var(--white); font-size: 20px; }
.step-copy p, .benefit p { margin: 0; font-size: 15px; }
.flow-arrow { align-self: center; margin-top: 190px; font-size: 64px; font-family: cursive; transform: rotate(-8deg); }
.arrow-pink { color: var(--pink); }.arrow-cyan { color: var(--cyan); }

.benefits { padding: 90px 0 140px; }
.benefits-heading { max-width: 620px; }
.benefits-heading .scribble { margin-left: 0; width: 280px; }
.benefit-layout { display: grid; grid-template-columns: 1fr 1.45fr 1fr; gap: 30px; align-items: center; margin-top: 64px; }
.benefit-column { display: grid; gap: 76px; position: relative; z-index: 2; }
.benefit { display: grid; grid-template-columns: 60px 1fr; gap: 18px; }
.benefit-icon { width: 58px; height: 58px; display: grid; place-items: center; border: 2px solid currentColor; border-radius: 50%; }
.benefit-icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.benefit-art { min-height: 460px; display: grid; place-items: center; position: relative; z-index: 1; }
.benefit-art img { width: 122%; max-width: none; transform: translateX(-2%); }

.faq { padding: 110px 0 80px; display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 80px; }
.faq-title h2 { font-size: clamp(42px, 4vw, 66px); }
.faq-title .scribble { margin-left: 0; width: 230px; }
.scribble-cyan { background: var(--cyan); }
.faq-list { border: 1px solid var(--border); border-radius: 22px; overflow: hidden; }
.faq-list details { border-bottom: 1px solid var(--border); background: rgba(13, 18, 32, .6); }
.faq-list details:last-child { border-bottom: 0; }
.faq-list summary { list-style: none; min-height: 78px; display: grid; grid-template-columns: 42px 1fr 28px; align-items: center; gap: 14px; padding: 12px 20px; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; justify-self: end; font-size: 25px; color: var(--muted); transition: transform 180ms ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); color: var(--lime); }
.faq-mark { width: 34px; height: 34px; border: 2px solid currentColor; border-radius: 50%; display: grid; place-items: center; font-weight: 950; }
.faq-list details p { margin: -6px 60px 22px 76px; font-size: 15px; }

.final-cta { min-height: 128px; margin-top: 70px; margin-bottom: 48px; padding: 28px 40px; border-radius: 28px; background: var(--lime); color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 28px; box-shadow: 0 20px 60px rgba(215,255,24,.12); }
.final-cta > div { display: flex; align-items: baseline; gap: clamp(24px, 7vw, 130px); }
.final-cta h2 { margin: 0; font-size: clamp(28px, 3vw, 48px); letter-spacing: -.035em; line-height: 1.02; }
.final-cta p { margin: 0; color: rgba(5,8,17,.75); font-size: 18px; font-weight: 650; }
.button-inverse { background: var(--ink); color: var(--lime); box-shadow: none; }
.button-inverse:hover { box-shadow: 0 14px 34px rgba(5,8,17,.25); }

.site-footer { width: var(--page); min-height: 118px; margin: 0 auto; border-top: 1px solid var(--border); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-brand { font-size: 23px; letter-spacing: -1px; }
.footer-brand img { border-radius: 9px; }
.site-footer nav { display: flex; gap: 34px; color: var(--muted); font-size: 14px; }
.site-footer a:hover { color: var(--white); }
.footer-spark { justify-self: end; color: var(--pink); font-size: 34px; }

.beta-dialog { width: min(480px, calc(100vw - 32px)); border: 1px solid var(--border); border-radius: 30px; padding: 38px; background: var(--ink-raised); color: var(--white); text-align: center; box-shadow: var(--shadow); }
.beta-dialog::backdrop { background: rgba(0,0,0,.76); backdrop-filter: blur(8px); }
.beta-dialog[open] { animation: dialog-in 280ms cubic-bezier(.2,.8,.2,1); }
.beta-dialog img { border-radius: 16px; }
.beta-dialog h2 { margin: 20px 0 10px; font-size: 30px; }
.beta-dialog p { margin: 0 0 24px; }
.dialog-close { position: absolute; right: 18px; top: 16px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-size: 30px; }
.dialog-done { min-width: 160px; }

[data-enter] { opacity: 0; transform: translateY(18px); }
body.is-loaded [data-enter="header"] { animation: enter-down 620ms 40ms cubic-bezier(.2,.8,.2,1) forwards; }
body.is-loaded [data-enter="hero-1"] { animation: enter-up 650ms 120ms cubic-bezier(.2,.8,.2,1) forwards; }
body.is-loaded [data-enter="hero-2"] { animation: enter-up 650ms 190ms cubic-bezier(.2,.8,.2,1) forwards; }
body.is-loaded [data-enter="hero-3"] { animation: enter-up 650ms 260ms cubic-bezier(.2,.8,.2,1) forwards; }
body.is-loaded [data-enter="hero-4"] { animation: enter-up 600ms 350ms cubic-bezier(.2,.8,.2,1) forwards; }
body.is-loaded [data-enter="hero-5"] { animation: enter-up 600ms 420ms cubic-bezier(.2,.8,.2,1) forwards; }
body.is-loaded [data-enter="product"] { animation: product-in 900ms 220ms cubic-bezier(.16,.9,.22,1) forwards; }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 650ms ease var(--delay, 0ms), transform 650ms cubic-bezier(.2,.8,.2,1) var(--delay, 0ms); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@keyframes enter-up { to { opacity: 1; transform: translateY(0); } }
@keyframes enter-down { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes product-in { from { opacity: 0; transform: translateX(40px) scale(.94); } to { opacity: 1; transform: none; } }
@keyframes slow-spin { to { rotate: 360deg; } }
@keyframes dialog-in { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: none; } }

@media (max-width: 1100px) {
  :root { --page: min(100% - 36px, 980px); }
  .desktop-nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; text-align: center; }
  .hero-copy { padding: 0; }
  .hero h1, .hero-description { margin-inline: auto; }
  .hero-line-final { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .hero-product { min-height: 660px; }
  .hero-photo-fan { right: 50%; translate: 50% 0; width: 900px; }
  .workflow-rail { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .flow-arrow { display: none; }
  .mock-phone { width: 240px; }
  .benefit-layout { grid-template-columns: 1fr 1fr; }
  .benefit-art { grid-column: 1 / -1; grid-row: 1; }
  .benefit-art img { width: min(900px, 110%); transform: none; }
  .benefits-heading { text-align: center; margin-inline: auto; }
  .benefits-heading .scribble { margin-inline: auto; }
  .final-cta > div { display: block; }
  .final-cta p { margin-top: 10px; }
}

@media (max-width: 760px) {
  :root { --page: calc(100vw - 32px); }
  .site-header { height: 78px; }
  .brand { font-size: 24px; gap: 9px; }
  .brand img { width: 38px; height: 38px; }
  .brand-underline { left: 46px; width: 118px; bottom: -8px; }
  .site-header > .button { min-width: 0; min-height: 43px; padding: 0 17px; font-size: 12px; }
  .hero { min-height: auto; padding: 64px 0 74px; gap: 30px; }
  .hero h1 { font-size: clamp(45px, 13vw, 68px); }
  .hero-description { margin-top: 44px; font-size: 17px; }
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .hero-product { min-height: 560px; transform: scale(.9); margin-inline: -20px; }
  .hero-photo-fan { width: 740px; right: 48%; }
  .phone-shell { width: 274px; height: 558px; border-radius: 48px; }
  .phone-screen { padding: 51px 14px 14px; border-radius: 40px; }
  .mini-flip { grid-template-columns: 58px 1fr; min-height: 86px; }
  .mini-photo { height: 66px; }
  .mini-flip:nth-child(3) { display: none; }
  .workflow, .benefits { padding: 100px 0; }
  .section-heading { margin-bottom: 56px; }
  .section-heading h2, .benefits-heading h2 { font-size: 45px; }
  .section-heading p { font-size: 17px; }
  .scribble { width: 220px; }
  .workflow-rail { grid-template-columns: 1fr; gap: 74px; }
  .step-visual { height: 490px; }
  .mock-phone { width: 250px; height: 480px; }
  .step-copy { max-width: 390px; margin-inline: auto; }
  .benefit-layout { display: flex; flex-direction: column; margin-top: 48px; gap: 54px; }
  .benefit-art { min-height: 260px; order: -1; margin-inline: -42px; overflow: hidden; }
  .benefit-art img { width: 700px; }
  .benefit-column { gap: 54px; }
  .benefit { grid-template-columns: 52px 1fr; gap: 15px; }
  .benefit-icon { width: 50px; height: 50px; }
  .faq { grid-template-columns: 1fr; padding: 70px 0 40px; gap: 44px; }
  .faq-title { text-align: center; }
  .faq-title .scribble { margin-inline: auto; }
  .faq-list summary { grid-template-columns: 36px 1fr 20px; padding: 13px 14px; }
  .faq-list summary strong { font-size: 14px; }
  .faq-list details p { margin: -2px 44px 20px 64px; font-size: 14px; }
  .final-cta { margin-top: 70px; padding: 32px 24px; text-align: center; flex-direction: column; }
  .final-cta h2 { font-size: 34px; }
  .final-cta .button { width: 100%; }
  .site-footer { min-height: 180px; grid-template-columns: 1fr auto; }
  .site-footer nav { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; justify-content: center; gap: 20px; padding-bottom: 24px; }
}

@media (prefers-reduced-motion: reduce) {
  :root { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-enter], .reveal { opacity: 1 !important; transform: none !important; }
}
