/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --radius-sm: 10px;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-primary: #7352FF;
    --color-primary-hover: #8A6FFF;
    --color-primary-muted: rgba(115, 82, 255, 0.08);
    --color-bg: #FFFDF9;
    --color-bg-alt: #F5F0EA;
    --color-text: #2D2926;
    --color-text-muted: #9C9490;
    --font-family-display: 'Space Grotesk', sans-serif;
    --font-family-body: 'Space Mono', monospace;
    --radius-base: 16px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
}
@layer base {
  html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body {
    font-family: var(--font-family-body);
    background: var(--color-bg);
    color: var(--color-text);
    font-size: 0.875rem;
    line-height: 1.7;
    overflow-x: hidden;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-display);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.05;
  }
  h1 {
    font-size: clamp(3.25rem, 9vw, 7rem);
  }
  h2 {
    font-size: clamp(2rem, 5vw, 3.5rem);
  }
  h3 {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }
  p {
    color: var(--color-text-muted);
    max-width: 48ch;
  }
}
@layer components {
  .container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .btn {
    font-family: var(--font-family-body);
    font-size: 0.8125rem;
    padding: 0.75rem 1.75rem;
    border-radius: var(--radius-sm);
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .btn-primary {
    background: var(--color-primary);
    color: #fff;
  }
  .btn-primary:hover {
    background: var(--color-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(115, 82, 255, 0.3);
  }
  .btn-primary:active {
    transform: translateY(0);
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 1.25rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.4s, backdrop-filter 0.4s, box-shadow 0.4s;
  }
  nav.scrolled {
    background: rgba(255, 253, 249, 0.82);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 1px 0 rgba(45, 41, 38, 0.06);
  }
  .logo {
    font-family: var(--font-family-display);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--color-text);
    text-decoration: none;
    letter-spacing: -0.04em;
  }
  .logo span {
    color: var(--color-primary);
  }
  .section-label {
    font-family: var(--font-family-body);
    font-size: 0.6875rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--color-primary);
    margin-bottom: 1rem;
  }
  .section-header {
    margin-bottom: 3.5rem;
  }
  .section-header h2 {
    margin-bottom: 1.25rem;
  }
  .hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 5rem;
    overflow: hidden;
  }
  .hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(100px);
    will-change: transform;
  }
  .orb-1 {
    width: 550px;
    height: 550px;
    background: rgba(115, 82, 255, 0.1);
    top: -8%;
    right: -2%;
  }
  .orb-2 {
    width: 480px;
    height: 480px;
    background: rgba(210, 170, 120, 0.14);
    bottom: -12%;
    left: -8%;
  }
  .orb-3 {
    width: 320px;
    height: 320px;
    background: rgba(245, 195, 140, 0.12);
    top: 35%;
    left: 45%;
  }
  .hero .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
    position: relative;
    z-index: 1;
  }
  .hero-content {
    flex: 1;
    max-width: 640px;
  }
  .hero-visual {
    flex: 0 0 auto;
    opacity: 0;
    animation: fadeSlideLeft 1s 1.2s forwards;
  }
  .hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--color-primary-muted);
    color: var(--color-primary);
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    border-radius: 100px;
    margin-bottom: 2rem;
    opacity: 0;
    animation: fadeUp 0.7s 0.2s forwards;
  }
  .hero-label::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--color-primary);
    animation: blink 2s ease-in-out infinite;
  }
  .hero h1 {
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.7s 0.35s forwards;
  }
  .hero h1 em {
    font-style: normal;
    color: var(--color-primary);
  }
  .hero-sub {
    font-size: 0.9375rem;
    line-height: 1.8;
    margin-bottom: 2.75rem;
    opacity: 0;
    animation: fadeUp 0.7s 0.5s forwards;
  }
  .waitlist-form {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
  .waitlist-form input[type="email"] {
    flex: 1;
    max-width: 300px;
    padding: 0.875rem 1.25rem;
    border: 1.5px solid rgba(45, 41, 38, 0.1);
    border-radius: var(--radius-sm);
    font-family: var(--font-family-body);
    font-size: 0.8125rem;
    background: #fff;
    color: var(--color-text);
    transition: border-color 0.3s, box-shadow 0.3s;
    outline: none;
  }
  .waitlist-form input[type="email"]::placeholder {
    color: var(--color-text-muted);
  }
  .waitlist-form input[type="email"]:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary-muted);
  }
  .social-proof {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .avatar-stack {
    display: flex;
  }
  .avatar-stack span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--color-bg);
    margin-left: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.65rem;
    font-family: var(--font-family-display);
    font-weight: 600;
  }
  .avatar-stack span:first-child {
    margin-left: 0;
  }
  .avatar-stack span:nth-child(1) {
    background: #E8D5C4;
    color: #8B6E56;
  }
  .avatar-stack span:nth-child(2) {
    background: #D4C4F0;
    color: #6B52B0;
  }
  .avatar-stack span:nth-child(3) {
    background: #F5D0A9;
    color: #9B7740;
  }
  .avatar-stack span:nth-child(4) {
    background: #C4DFE8;
    color: #4A7A8A;
  }
  .flashcard {
    width: 280px;
    height: 180px;
    perspective: 1000px;
    cursor: pointer;
  }
  .flashcard-inner {
    width: 100%;
    height: 100%;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
    position: relative;
  }
  .flashcard.flipped .flashcard-inner {
    transform: rotateY(180deg);
  }
  .flashcard-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: var(--radius-base);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .flashcard-front {
    background: #fff;
    border: 1.5px solid rgba(45, 41, 38, 0.07);
    box-shadow: 0 20px 50px rgba(45, 41, 38, 0.07), 0 0 0 1px rgba(45,41,38,0.02);
  }
  .flashcard-back {
    background: var(--color-primary);
    color: #fff;
    transform: rotateY(180deg);
  }
  .flashcard-tag {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.45;
  }
  .flashcard-text {
    font-family: var(--font-family-display);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.45;
    color: var(--color-text);
  }
  .flashcard-back .flashcard-text {
    color: #fff;
  }
  .flashcard-hint {
    font-size: 0.625rem;
    opacity: 0.35;
  }
  .features {
    background: var(--color-bg-alt);
    background-image: radial-gradient(circle, rgba(45,41,38,0.03) 1px, transparent 1px);
    background-size: 28px 28px;
    padding: 6rem 0 3rem;
  }
  .features .section-header {
    margin-bottom: 3rem;
  }
  .feature-showcase {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    background: var(--color-bg);
    border-radius: 24px;
    padding: 3rem 3.5rem;
    margin-bottom: 1.75rem;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s;
  }
  .feature-showcase:last-child {
    margin-bottom: 0;
  }
  .feature-showcase:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(45, 41, 38, 0.06);
  }
  .feature-showcase.reverse {
    flex-direction: row-reverse;
  }
  .feature-text {
    flex: 1;
  }
  .feature-text .section-label {
    margin-bottom: 0.5rem;
  }
  .feature-text h3 {
    font-size: clamp(1.5rem, 3.5vw, 2.25rem);
    line-height: 1.1;
    margin-bottom: 1rem;
  }
  .feature-text p {
    font-size: 0.875rem;
    line-height: 1.85;
    max-width: 42ch;
  }
  .feature-visual {
    flex: 0 0 180px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .feature-visual svg {
    width: 140px;
    height: 140px;
  }
  .feature-visual lottie-player {
    width: 180px;
    height: 180px;
  }
  .how-it-works .section-header {
    text-align: center;
  }
  .step-indicator {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
  }
  .step-pill {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1.2rem;
    border-radius: 100px;
    font-family: var(--font-family-body);
    font-size: 0.6875rem;
    border: 1.5px solid rgba(45,41,38,0.1);
    color: var(--color-text-muted);
    transition: all 0.4s;
  }
  .step-pill.active {
    background: var(--color-primary);
    color: #fff;
    border-color: var(--color-primary);
  }
  .step-pill.done {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
  .step-pill-num {
    font-family: var(--font-family-display);
    font-weight: 700;
  }
  .demo-stage {
    position: relative;
    height: 380px;
    background: var(--color-bg);
    border-radius: 24px;
    border: 1.5px solid rgba(45,41,38,0.05);
  }
  .demo-step {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.45s;
  }
  .demo-step.active {
    opacity: 1;
    pointer-events: auto;
  }
  .demo-step-1 {
    gap: 3rem;
    padding: 2rem;
  }
  .demo-file {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    padding: 1.5rem 2rem;
    background: #fff;
    border-radius: var(--radius-base);
    border: 1.5px solid rgba(45,41,38,0.08);
    box-shadow: 0 4px 20px rgba(45,41,38,0.06);
    cursor: grab;
    user-select: none;
    transition: transform 0.3s, box-shadow 0.3s, opacity 0.3s;
  }
  .demo-file:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(45,41,38,0.1);
  }
  .demo-file:active {
    cursor: grabbing;
    transform: scale(0.96);
  }
  .demo-file svg {
    width: 44px;
    height: 44px;
  }
  .demo-file-name {
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-text);
    font-family: var(--font-family-display);
  }
  .demo-file-size {
    font-size: 0.625rem;
    color: var(--color-text-muted);
  }
  .demo-dropzone {
    width: 180px;
    height: 180px;
    border: 2px dashed rgba(45,41,38,0.14);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    transition: all 0.3s;
    color: var(--color-text-muted);
    font-size: 0.75rem;
  }
  .demo-dropzone svg {
    width: 28px;
    height: 28px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.75;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .demo-dropzone.dragover {
    border-color: var(--color-primary);
    background: var(--color-primary-muted);
    color: var(--color-primary);
    transform: scale(1.04);
  }
  .demo-dropzone.absorbed {
    border-style: solid;
    border-color: var(--color-primary);
    background: var(--color-primary-muted);
  }
  .demo-hint {
    position: absolute;
    bottom: 1.25rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0.625rem;
    color: var(--color-text-muted);
    opacity: 0.5;
  }
  .demo-step-2 {
    flex-direction: column;
    gap: 1.5rem;
  }
  .demo-generating {
    display: flex;
    gap: 1rem;
  }
  .demo-gen-card {
    width: 155px;
    padding: 1rem 1rem 0.75rem;
    background: #fff;
    border-radius: 12px;
    border: 1.5px solid rgba(115,82,255,0.12);
    opacity: 0;
    transform: translateY(20px);
    animation: cardDeal 0.45s calc(var(--i) * 0.35s + 0.2s) forwards;
  }
  .gen-label {
    font-size: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-primary);
    margin-bottom: 0.4rem;
  }
  .gen-text {
    font-family: var(--font-family-display);
    font-size: 0.7rem;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.35;
    opacity: 0;
    animation: genFadeIn 0.3s calc(var(--i) * 0.35s + 0.5s) forwards;
  }
  .demo-status {
    font-size: 0.75rem;
    color: var(--color-primary);
    opacity: 0;
    animation: genFadeIn 0.3s 0.1s forwards;
  }
  .demo-step-3 {
    flex-direction: column;
    gap: 1.25rem;
  }
  .demo-cards {
    position: relative;
    width: 320px;
    height: 200px;
    perspective: 1000px;
  }
  .demo-card {
    position: absolute;
    inset: 0;
    cursor: pointer;
    transition: transform 0.35s, opacity 0.35s;
  }
  .demo-card:nth-child(2) {
    transform: translateY(8px) scale(0.96);
    opacity: 0.5;
    z-index: 1;
  }
  .demo-card:nth-child(3) {
    transform: translateY(16px) scale(0.92);
    opacity: 0.25;
    z-index: 0;
  }
  .demo-card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.4,0,0.2,1);
  }
  .demo-card.flipped .demo-card-inner {
    transform: rotateY(180deg);
  }
  .demo-card-face {
    position: absolute;
    inset: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: var(--radius-base);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .demo-card-front {
    background: #fff;
    border: 1.5px solid rgba(45,41,38,0.08);
    box-shadow: 0 8px 30px rgba(45,41,38,0.06);
  }
  .demo-card-back {
    background: var(--color-primary);
    color: #fff;
    transform: rotateY(180deg);
    box-shadow: 0 8px 30px rgba(115,82,255,0.2);
  }
  .demo-card-tag {
    font-size: 0.5625rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.45;
  }
  .demo-card-text {
    font-family: var(--font-family-display);
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .demo-card-back .demo-card-text {
    color: #fff;
  }
  .demo-card-hint {
    font-size: 0.5625rem;
    opacity: 0.35;
  }
  .demo-actions {
    display: none;
    gap: 0.75rem;
  }
  .demo-actions.show {
    display: flex;
  }
  .demo-actions button {
    font-family: var(--font-family-body);
    font-size: 0.6875rem;
    padding: 0.6rem 1.5rem;
    border-radius: var(--radius-sm);
    cursor: pointer;
    border: none;
    transition: all 0.2s;
  }
  .btn-again {
    background: rgba(45,41,38,0.06);
    color: var(--color-text-muted);
  }
  .btn-again:hover {
    background: rgba(45,41,38,0.1);
  }
  .btn-got-it {
    background: var(--color-primary);
    color: #fff;
  }
  .btn-got-it:hover {
    background: var(--color-primary-hover);
  }
  .demo-complete {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  .demo-complete.show {
    display: flex;
    animation: fadeUp 0.5s forwards;
  }
  .demo-complete span {
    font-family: var(--font-family-display);
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-primary);
  }
  .demo-complete a {
    font-size: 0.6875rem;
    color: var(--color-text-muted);
    text-decoration: none;
    transition: color 0.2s;
  }
  .demo-complete a:hover {
    color: var(--color-primary);
  }
  .cta {
    background: var(--color-bg-alt);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .cta .orb-cta {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(120px);
    background: rgba(115, 82, 255, 0.08);
    bottom: -20%;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .cta .container {
    position: relative;
    z-index: 1;
  }
  .cta h2 {
    margin-bottom: 1.25rem;
  }
  .cta > .container > p {
    margin: 0 auto 3rem;
  }
  .cta .waitlist-form {
    justify-content: center;
    opacity: 1;
    animation: none;
  }
  .cta-note {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    margin-top: 1rem;
  }
  .form-success {
    display: none;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-primary);
    font-size: 0.8125rem;
  }
  .form-success.show {
    display: flex;
    animation: fadeUp 0.5s forwards;
  }
  .form-success svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }
  footer {
    padding: 3rem 2rem;
    text-align: center;
    font-size: 0.75rem;
    color: var(--color-text-muted);
  }
  .reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1), transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .reveal.visible {
    opacity: 1;
    transform: translateY(0);
  }
  .reveal-d1.visible {
    transition-delay: 0.1s;
  }
  .reveal-d2.visible {
    transition-delay: 0.2s;
  }
}
@layer utilities {
  .sparkle-anim .sparkle {
    animation: sparkleFloat 3s ease-in-out infinite;
    transform-origin: center;
  }
  .sparkle-anim .sparkle:nth-child(2) {
    animation-delay: 0.6s;
  }
  .sparkle-anim .sparkle:nth-child(3) {
    animation-delay: 1.2s;
  }
  .sparkle-anim .sparkle:nth-child(4) {
    animation-delay: 1.8s;
  }
  .sparkle-anim .sparkle:nth-child(5) {
    animation-delay: 0.3s;
  }
  .sparkle-anim .doc {
    animation: docFloat 4s ease-in-out infinite;
  }
  .clock-anim .minute-hand {
    transform-origin: 70px 70px;
    animation: minuteSpin 6s linear infinite;
  }
  .clock-anim .hour-hand {
    transform-origin: 70px 70px;
    animation: hourSpin 24s linear infinite;
  }
  .clock-anim .pulse-ring {
    transform-origin: 70px 70px;
    animation: ringPulse 3s ease-in-out infinite;
  }
  @keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeSlideLeft {
    from {
      opacity: 0;
      transform: translateX(40px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.3;
    }
  }
  @keyframes drift1 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
    }
    33% {
      transform: translate(-70px, 50px) scale(1.08);
    }
    66% {
      transform: translate(35px, -35px) scale(0.95);
    }
  }
  @keyframes drift2 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
    }
    33% {
      transform: translate(55px, -45px) scale(1.05);
    }
    66% {
      transform: translate(-25px, 25px) scale(1.1);
    }
  }
  @keyframes drift3 {
    0%, 100% {
      transform: translate(0, 0) scale(1);
    }
    50% {
      transform: translate(-50px, -35px) scale(1.12);
    }
  }
  @keyframes cardFloat {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
  @keyframes sparkleFloat {
    0%, 100% {
      opacity: 0.25;
      transform: scale(0.6);
    }
    50% {
      opacity: 1;
      transform: scale(1.15);
    }
  }
  @keyframes docFloat {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
  }
  @keyframes minuteSpin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes hourSpin {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes ringPulse {
    0%, 100% {
      opacity: 0.12;
      transform: scale(1);
    }
    50% {
      opacity: 0.3;
      transform: scale(1.04);
    }
  }
  @keyframes cardDeal {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes genFadeIn {
    to {
      opacity: 1;
    }
  }
  @keyframes fileAbsorb {
    40% {
      transform: scale(0.85);
      opacity: 0.6;
    }
    100% {
      transform: scale(0) translateY(10px);
      opacity: 0;
    }
  }
  @keyframes cardFlyOut {
    to {
      transform: translateX(120%) rotate(8deg);
      opacity: 0;
    }
  }
  @keyframes sparkleBurst {
    0% {
      opacity: 1;
      transform: scale(0);
    }
    100% {
      opacity: 0;
      transform: scale(1.5) translate(var(--tx), var(--ty));
    }
  }
  .animate-orb-1 {
    animation: drift1 28s ease-in-out infinite;
  }
  .animate-orb-2 {
    animation: drift2 32s ease-in-out infinite;
  }
  .animate-orb-3 {
    animation: drift3 22s ease-in-out infinite;
  }
  .animate-card-float {
    animation: cardFloat 5s ease-in-out infinite;
  }
  .demo-file.flying {
    animation: fileAbsorb 0.55s ease-in forwards;
    pointer-events: none;
  }
  .demo-card.dismissed {
    animation: cardFlyOut 0.35s ease-in forwards;
  }
  .sparkle-particle {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    pointer-events: none;
    animation: sparkleBurst 0.7s ease-out forwards;
  }
}
@media (max-width: 960px) {
  .feature-showcase, .feature-showcase.reverse {
    flex-direction: column;
    text-align: center;
    padding: 2.5rem 2rem;
    gap: 2rem;
  }
  .feature-text p {
    margin: 0 auto;
  }
  .feature-visual {
    flex: 0 0 150px;
    height: 150px;
  }
  .feature-visual svg {
    width: 120px;
    height: 120px;
  }
  .feature-visual lottie-player {
    width: 150px;
    height: 150px;
  }
  .demo-stage {
    height: 340px;
  }
  .demo-step-1 {
    flex-direction: column;
    gap: 1.5rem;
  }
  .demo-generating {
    flex-direction: column;
    align-items: center;
  }
  .demo-cards {
    width: 280px;
    height: 180px;
  }
  .hero .container {
    flex-direction: column;
    gap: 3rem;
  }
  .hero-visual {
    display: none;
  }
  .hero-content {
    max-width: 100%;
  }
  section {
    padding: 4rem 0;
  }
  .features {
    padding: 4rem 0 2rem;
  }
  .section-header {
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 600px) {
  .waitlist-form {
    flex-direction: column;
  }
  .waitlist-form input[type="email"] {
    max-width: 100%;
  }
  .container {
    padding: 0 1.25rem;
  }
  nav {
    padding: 1rem 1.25rem;
  }
  .social-proof {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
