:root {
  --ink: #253f40;
  --ink-soft: #506365;
  --sage: #9eb6aa;
  --sage-deep: #78958b;
  --cream: #f5f0e6;
  --paper: #fffdf8;
  --peach: #dcae91;
  --line: #d9d5ca;
  --white: #fff;
  --shadow: 0 24px 70px rgba(44, 64, 61, .13);
  --serif: "Playfair Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { max-width: 100%; overflow-x: hidden; overflow-x: clip; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); font-family: var(--sans); background: var(--paper); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.site-header {
  min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px;
  padding: 0 5vw; border-bottom: 1px solid rgba(37, 63, 64, .1); background: rgba(255, 253, 248, .92);
  backdrop-filter: blur(12px); position: relative; z-index: 20;
}
.brand { display: flex; align-items: center; gap: 10px; font: 600 20px var(--serif); }
.brand-mark { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid var(--sage); border-radius: 50%; color: var(--sage-deep); font-size: 16px; }
.brand-copy { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; line-height: 1; }
.brand-copy strong { font: inherit; }
.brand-copy small { margin-top: 4px; color: var(--ink-soft); font: 500 9px/1.15 var(--sans); white-space: nowrap; }
.site-header nav { display: flex; gap: 34px; margin-left: auto; font-size: 13px; color: var(--ink-soft); }
.site-header nav a { transition: color .2s; }
.site-header nav a:hover { color: var(--ink); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 4px; background: var(--ink); color: var(--white); padding: 16px 23px; font-weight: 600; font-size: 13px; letter-spacing: .01em; cursor: pointer; box-shadow: 0 8px 22px rgba(37, 63, 64, .18); transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); background: #1d3536; box-shadow: 0 12px 26px rgba(37, 63, 64, .22); }
.button-small { padding: 11px 18px; box-shadow: none; }
.text-link { font-size: 13px; font-weight: 600; padding-bottom: 3px; border-bottom: 1px solid var(--sage-deep); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.landing-page {
  --ink: #332f2c;
  --ink-soft: #655e57;
  --sage: #ffb170;
  --sage-deep: #f26a21;
  --cream: #fff3e3;
  --paper: #fffbf5;
  --peach: #f47a3a;
  --line: #ead7c6;
  --shadow: 0 24px 70px rgba(165, 80, 28, .13);
  background: var(--paper);
}
.landing-page .button { border-radius: 999px; background: linear-gradient(135deg, #ff7a1a, #ff5d0a); box-shadow: 0 10px 25px rgba(238, 91, 15, .24); }
.landing-page .button:hover { background: linear-gradient(135deg, #f06b10, #e94f00); box-shadow: 0 14px 30px rgba(225, 78, 7, .3); }
.landing-page .button-light { background: #fff8f0; color: var(--ink); box-shadow: none; }
.landing-page .button-light:hover { background: #ff6a12; color: var(--white); }
.landing-page .trust-row { color: #786d64; }
.landing-page .how-section:after { color: rgba(242, 106, 33, .08); }
.landing-page .step-card { border-color: rgba(226, 112, 48, .16); background: rgba(255, 251, 245, .75); }
.landing-page .step-card.featured { background: rgba(255, 255, 255, .94); box-shadow: 0 18px 45px rgba(166, 87, 40, .08); }
.landing-page .step-card:nth-child(2) .step-visual:before { background: #fff0d5; }
.landing-page .creator-section { background: #342b27; }
.landing-page .creator-cta > p { color: #e4d5ca; }
.landing-page .promise-card > span { color: #ffad75; }
.landing-page .promise-card p { color: #cdbeb5; }
.landing-page .creator-cta > small { color: #b8a9a0; }
.landing-page .closing-section { background: #ffe8d2; }
.landing-page footer { background: #2d2724; }
.landing-page footer p { color: #b8aaa1; }
.landing-page .footer-email { display: block; width: fit-content; margin: 7px 0 0 auto; color: #fff7f0; font-size: 11px; text-decoration: underline; text-decoration-color: rgba(255, 247, 240, .45); text-underline-offset: 3px; }

/* Entregável: do envio das memórias ao livro pronto */
.landing-page .example-section { background: #f6f8f5; color: var(--ink); text-align: left; }
.example-heading { max-width: 720px; margin: 0 auto 54px; text-align: center; }
.example-heading .eyebrow { justify-content: center; }
.example-heading h2 { margin: 18px 0 14px; font: 600 clamp(38px, 4.5vw, 58px)/1.08 var(--serif); letter-spacing: -.035em; }
.example-heading > p:last-child { max-width: 630px; margin: 0 auto; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.example-layout { display: grid; grid-template-columns: minmax(290px, .7fr) minmax(520px, 1.3fr); gap: clamp(30px, 5vw, 72px); align-items: center; }
.example-workflow { position: relative; padding: 30px; border: 1px solid #dfe5df; border-radius: 20px; background: rgba(255,255,255,.82); box-shadow: 0 20px 55px rgba(55, 71, 63, .08); }
.workflow-label { margin: 0 0 22px; color: #7b8880; font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.source-photos { margin-bottom: 10px; padding: 13px; border-radius: 14px; background: #eef2ee; }
.source-photos > span { display: block; margin-bottom: 9px; color: #657169; font-size: 10px; font-weight: 600; }
.source-photos > div { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.source-photos img { width: 100%; height: 82px; display: block; object-fit: cover; border: 2px solid #fff; border-radius: 9px; box-shadow: 0 4px 12px rgba(51, 65, 57, .1); }
.workflow-step { position: relative; display: grid; grid-template-columns: 30px 48px 1fr; gap: 12px; align-items: center; padding: 18px 0; }
.workflow-step + .workflow-step { border-top: 1px solid #e7ebe7; }
.workflow-number { align-self: start; display: grid; place-items: center; width: 25px; height: 25px; margin-top: 12px; border: 1px solid #ff9a5c; border-radius: 50%; color: #e75d0b; font-size: 10px; font-weight: 600; }
.workflow-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; background: #fff0e3; color: #ee6a1c; }
.workflow-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.workflow-step-result .workflow-icon { background: #e7efe8; color: #557666; }
.workflow-step h3 { margin: 0 0 5px; font: 600 19px var(--serif); }
.workflow-step p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.55; }
.workflow-arrow { position: absolute; z-index: 3; right: -54px; top: 50%; display: grid; place-items: center; width: 76px; height: 46px; color: #ff741c; font: 400 42px/1 var(--serif); transform: translateY(-50%); }
.workflow-arrow:before { content: ""; position: absolute; inset: 3px 0; border: 1px solid #ffb279; border-left-color: transparent; border-radius: 50%; transform: rotate(12deg); }
.workflow-arrow span { position: relative; transform: translateX(13px); }
.workflow-action { padding-top: 24px; text-align: center; }
.workflow-action .button { width: 100%; }
.workflow-action small { display: block; margin-top: 11px; color: #8a938d; font-size: 9px; }
.example-result { min-width: 0; display: grid; gap: 20px; }
.book-example { min-width: 0; overflow: hidden; border: 1px solid #d9dfda; border-radius: 20px; background: #fff; box-shadow: 0 24px 70px rgba(47, 62, 54, .14); }
.book-example-header { display: flex; align-items: center; gap: 24px; padding: 18px 22px; border-bottom: 1px solid #e4e8e4; background: #fbfcfa; }
.book-example-header div { display: grid; gap: 3px; }
.book-example-header span { color: #e9681a; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.book-example-header strong { font: 600 18px var(--serif); }
.pdf-viewer { position: relative; min-height: 610px; padding: 16px 16px 0; overflow: hidden; background: radial-gradient(circle at 50% 40%, #f9fbf8 0, #e8eee9 68%, #dfe7e1 100%); }
.book-loading { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; color: #5f6c64; text-align: center; background: radial-gradient(circle at 50% 40%, #f9fbf8 0, #e8eee9 68%, #dfe7e1 100%); }
.book-loading-spinner { width: 34px; height: 34px; margin-bottom: 5px; border: 2px solid #cad5cd; border-top-color: #ed6b1d; border-radius: 50%; animation: spin .9s linear infinite; }
.book-loading strong { font: 600 17px var(--serif); }
.book-loading small { color: #879188; font-size: 9px; }
.page-flip-stage { width: 100%; min-height: 530px; display: grid; place-items: center; overflow: hidden; touch-action: pan-y pinch-zoom; }
.page-flip-book { width: 100%; margin: 0 auto; filter: drop-shadow(0 20px 20px rgba(42, 55, 47, .18)); }
.book-page-content { overflow: hidden; background: #f7eedc; }
.book-page-content img { width: 100%; height: 100%; display: block; object-fit: cover; image-rendering: auto; pointer-events: none; user-select: none; -webkit-user-drag: none; }
.pdf-viewer.is-ready { min-height: 0; }
.book-viewer-controls { display: grid; grid-template-columns: minmax(105px, 1fr) auto minmax(105px, 1fr); align-items: center; gap: 15px; padding: 13px 0 16px; border-top: 1px solid rgba(80, 96, 86, .12); }
.book-page-button { min-height: 42px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid #d3dcd5; border-radius: 999px; background: rgba(255,255,255,.9); color: #405048; font-size: 11px; font-weight: 600; cursor: pointer; transition: color .2s, border-color .2s, transform .2s, opacity .2s; }
.book-page-button:hover:not(:disabled) { color: #e75e0c; border-color: #f0a06d; transform: translateY(-1px); }
.book-page-button:focus-visible { outline: 2px solid #ee6a1c; outline-offset: 2px; }
.book-page-button:disabled { opacity: .35; cursor: default; }
.book-page-button span { color: #ed6819; font-size: 17px; line-height: 1; }
.book-page-count { margin: 0; color: #7c887f; font-size: 10px; white-space: nowrap; }
.book-page-count strong { color: #37463e; }
.book-viewer-error { min-height: 570px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; color: #675e58; text-align: center; }
.book-viewer-error strong { font: 600 18px var(--serif); }
.book-viewer-error button { border: 0; border-bottom: 1px solid currentColor; background: none; color: #e96110; cursor: pointer; font-size: 11px; font-weight: 600; }
.viewer-hint { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0; padding: 12px 18px; color: #77827b; font-size: 10px; }
.viewer-hint span { color: #ec6b1e; font-size: 16px; }
.testimonials { min-width: 0; scroll-margin-top: 24px; padding: 24px 24px 17px; overflow: hidden; border: 1px solid #eadfd3; border-radius: 20px; background: #fffaf4; box-shadow: 0 18px 45px rgba(91, 64, 46, .08); }
.testimonials-heading { margin-bottom: 18px; }
.testimonials-heading > span { display: block; margin-bottom: 5px; color: #e9681a; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.testimonials-heading h3 { margin: 0; color: #302824; font: 600 25px/1.2 var(--serif); letter-spacing: -.02em; }
.testimonials-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(245px, calc((100% - 14px) / 2)); gap: 14px; padding: 1px 1px 11px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: thin; scrollbar-color: #e7b18c #f4e9df; }
.testimonials-track:focus-visible { outline: 2px solid #ed6b1d; outline-offset: 4px; border-radius: 12px; }
.testimonial-card { min-height: 162px; display: flex; flex-direction: column; justify-content: space-between; gap: 20px; margin: 0; padding: 19px; border: 1px solid #eee3d8; border-radius: 15px; background: #fff; scroll-snap-align: start; }
.testimonial-card.has-image { min-height: 356px; gap: 15px; }
.testimonial-image { width: 100%; height: 166px; display: block; flex: 0 0 auto; object-fit: contain; border: 1px solid #eee4d9; border-radius: 11px; background: #fbf7ef; }
.testimonial-card.has-image blockquote { flex: 1; }
.testimonial-card blockquote { margin: 0; color: #594c45; font: 400 12px/1.65 var(--sans); }
.testimonial-card figcaption { display: flex; align-items: center; gap: 8px; color: #302824; font: 600 12px var(--serif); }
.testimonial-card figcaption:before { content: ""; width: 18px; height: 1px; background: #f08a4c; }
.testimonials-hint { display: none; align-items: center; justify-content: center; gap: 7px; margin: 8px 0 0; color: #887a70; font-size: 9px; }
.testimonials-hint span { color: #e9681a; font-size: 14px; }
.price-card { display: grid; grid-template-columns: minmax(0, 1fr) minmax(205px, .58fr); align-items: center; gap: 28px; padding: 28px 30px; overflow: hidden; border-radius: 20px; background: #302824; color: #fffaf5; box-shadow: 0 22px 55px rgba(55, 39, 30, .2); }
.price-card-copy { min-width: 0; }
.price-card-label { display: block; margin-bottom: 8px; color: #ff9b5f; font-size: 9px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.price-card h3 { margin: 0 0 9px; font: 600 23px/1.18 var(--serif); letter-spacing: -.02em; }
.price-card-copy p { margin: 0; color: #d8cac1; font-size: 11px; line-height: 1.6; }
.price-card-purchase { display: grid; justify-items: center; padding-left: 27px; border-left: 1px solid rgba(255,255,255,.14); text-align: center; }
.price-card-original { color: #d8cac1; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.price-card-original del { color: #ff9b5f; font-weight: 600; text-decoration-thickness: 1px; text-decoration-color: #ffcfb2; }
.price-card-value { display: flex; align-items: flex-start; justify-content: center; margin: 1px 0 0; color: #fff; line-height: 1; }
.price-card-value sup { margin: 13px 5px 0 0; color: #ff9b5f; font-size: 13px; font-weight: 600; }
.price-card-value strong { font: 600 58px/.95 var(--serif); letter-spacing: -.06em; }
.price-card-value small { margin-top: 9px; font-size: 16px; font-weight: 600; }
.price-card-payment { margin: 4px 0 11px; color: #bfaea4; font-size: 9px; }
.price-card-guarantee { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; margin: 0 0 14px; padding: 9px 10px; border: 1px solid rgba(255, 155, 95, .28); border-radius: 10px; background: rgba(255, 155, 95, .08); text-align: left; }
.price-card-guarantee svg { width: 22px; height: 22px; flex: 0 0 auto; fill: none; stroke: #ff9b5f; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.price-card-guarantee > span { display: grid; gap: 1px; }
.price-card-guarantee strong { color: #fffaf5; font-size: 10px; }
.price-card-guarantee small { color: #cdbdb3; font-size: 8px; line-height: 1.35; }
.price-card .price-card-button { width: 100%; min-height: 44px; padding: 12px 17px; gap: 12px; white-space: nowrap; font-size: 11px; }

.hero { min-height: 690px; display: block; padding-top: 60px; padding-bottom: 80px; text-align: center; }
.hero-copy { width: 100%; max-width: 820px; margin: 0 auto; }
.hero .eyebrow, .hero-actions, .hero .trust-row { justify-content: center; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--sage-deep); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; font-weight: 600; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.hero h1 { margin: 24px 0 26px; color: var(--ink); font: 600 clamp(47px, 5.2vw, 72px)/1.04 var(--serif); letter-spacing: -.045em; }
.hero h1 em { color: var(--peach); font-weight: 600; }
.hero-text { max-width: 600px; margin-inline: auto; color: var(--ink-soft); font: 400 16px/1.75 var(--sans); }
.hero-actions { display: flex; align-items: center; gap: 32px; margin: 34px 0 14px; }
.social-proof { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 4px; margin: 0 0 34px; padding: 5px 9px; border-radius: 2px; background: #fff5ea; color: #f05a28; font-size: 12px; line-height: 1.2; }
.social-proof i { margin: 0 1px; font-style: normal; }
.social-proof-stars { letter-spacing: .04em; }
.trust-row { display: flex; align-items: center; gap: 18px; color: #6c7979; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.trust-row b { color: var(--ink); font-size: 14px; letter-spacing: 0; }
.trust-row i { width: 3px; height: 3px; border-radius: 50%; background: var(--sage); }

.book-stage { width: min(560px, 100%); display: grid; place-items: center; margin: 18px auto 4px; }
.hero-mockup { width: min(500px, 100%); height: auto; display: block; object-fit: contain; filter: drop-shadow(0 28px 26px rgba(89, 61, 39, .18)); }

.how-section { background: var(--cream); padding: 100px 0 115px; position: relative; overflow: hidden; }
.how-section:after { content: "✦"; position: absolute; font-size: 300px; color: rgba(158, 182, 170, .09); right: -45px; bottom: -135px; }
.section-heading { max-width: 660px; margin: 0 auto 55px; }
.centered { text-align: center; }
.centered .eyebrow { justify-content: center; }
.section-heading h2, .creator-intro h2, .closing-section h2 { margin: 16px 0; font: 600 clamp(36px, 4vw, 53px)/1.12 var(--serif); letter-spacing: -.025em; }
.section-heading > p:last-child { color: var(--ink-soft); line-height: 1.7; font-size: 14px; }
.steps-grid { display: grid; gap: 28px; max-width: 1050px; margin: 0 auto; position: relative; z-index: 1; }
.step-card { min-height: 290px; display: grid; grid-template-columns: minmax(0, 1fr) 340px; align-items: center; gap: clamp(35px, 7vw, 90px); padding: 24px 58px; position: relative; overflow: hidden; border: 1px solid rgba(120, 149, 139, .13); border-radius: 26px; background: rgba(255, 253, 248, .68); }
.step-card.featured { background: rgba(255, 255, 255, .9); box-shadow: 0 18px 45px rgba(60, 75, 69, .07); }
.step-card:nth-child(even) { grid-template-columns: 340px minmax(0, 1fr); }
.step-card:nth-child(even) .step-copy { order: 2; }
.step-card:nth-child(even) .step-visual { order: 1; }
.step-copy { display: flex; align-items: flex-start; gap: 18px; }
.step-number { width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center; border-radius: 50%; background: #e98b5d; color: var(--white); font-size: 16px; font-weight: 600; box-shadow: 0 7px 18px rgba(220, 126, 82, .2); }
.step-card h3 { margin: 4px 0 12px; font: 600 24px var(--serif); }
.step-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.step-card p strong { color: var(--ink); font-weight: 600; }
.step-visual { width: 300px; height: 245px; display: grid; place-items: center; justify-self: center; position: relative; isolation: isolate; }
.step-visual:before { content: ""; width: 215px; height: 215px; position: absolute; z-index: -2; border-radius: 44% 56% 52% 48%; background: #fff2e9; transform: rotate(-9deg); }
.step-visual:after { content: ""; width: 225px; height: 225px; position: absolute; z-index: -1; border: 2px solid #e98b5d; border-left-color: transparent; border-radius: 50%; transform: rotate(22deg); }
.step-card:nth-child(2) .step-visual:before { background: #e8f0ea; transform: rotate(8deg); }
.step-card:nth-child(2) .step-visual:after { border-color: var(--sage-deep); border-right-color: transparent; }
.step-card:nth-child(3) .step-visual:before { background: #f5ead8; transform: rotate(-4deg); }
.step-visual img { max-width: 285px; max-height: 255px; position: relative; z-index: 1; object-fit: contain; filter: drop-shadow(0 12px 14px rgba(73, 82, 74, .1)); }

.creator-section { padding: 110px 0; background: var(--ink); color: var(--white); }
.creator-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 7vw; align-items: start; }
.creator-intro { position: sticky; top: 110px; }
.creator-intro .light { color: #bad0c5; }
.creator-intro > p:not(.eyebrow) { color: #c1cdca; font-size: 14px; line-height: 1.8; }
.promise-card { display: flex; gap: 17px; margin: 36px 0; padding: 20px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.05); }
.promise-card > span { font-size: 24px; color: #bad0c5; }
.promise-card strong { font: 600 16px var(--serif); }
.promise-card p { margin: 6px 0 0; color: #aebdb8; font-size: 11px; line-height: 1.6; }
.creator-intro blockquote { margin: 48px 0 0; color: #d7b49d; font: italic 19px/1.5 var(--serif); }
.creator-landing { text-align: center; }
.creator-cta { max-width: 760px; margin: 0 auto; }
.creator-cta .eyebrow { justify-content: center; }
.creator-cta h2 { margin: 18px 0; font: 600 clamp(36px, 4vw, 53px)/1.12 var(--serif); letter-spacing: -.025em; }
.creator-cta > p { max-width: 650px; margin: 0 auto; color: #c1cdca; font-size: 14px; line-height: 1.8; }
.creator-cta .promise-card { max-width: 560px; margin: 34px auto; text-align: left; }
.creator-cta > small { display: block; margin-top: 18px; color: #98aaa5; font-size: 10px; }

.form-card { background: var(--paper); color: var(--ink); box-shadow: var(--shadow); padding: 42px 48px 46px; border-radius: 3px; }
.form-progress { display: flex; align-items: center; color: #a5aaa5; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 42px; }
.form-progress span { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.form-progress b { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; border: 1px solid #c7ccc6; font-size: 9px; }
.form-progress .active { color: var(--ink); }.form-progress .active b { background: var(--ink); color: var(--white); border-color: var(--ink); }
.form-progress i { height: 1px; background: #dfe1db; flex: 1; margin: 0 13px; }
.form-section-title { display: flex; align-items: center; gap: 14px; margin: 0 0 26px; }
.form-section-title.second { margin-top: 45px; padding-top: 35px; border-top: 1px solid #e6e3da; }
.form-section-title > span { font: italic 18px var(--serif); color: var(--peach); }
.form-section-title h3 { margin: 0 0 3px; font: 600 24px var(--serif); }.form-section-title p { margin: 0; color: #8b9691; font-size: 11px; }
.field-grid { display: grid; gap: 18px; }.two-columns { grid-template-columns: 1fr 1fr; }
.field { display: block; margin: 0 0 22px; border: 0; padding: 0; }
.field > span, .field legend { display: block; margin-bottom: 8px; font-weight: 600; font-size: 11px; color: #465958; }
.field input[type="text"], .field input[type="email"], .field input[type="date"], .field select, .field textarea { width: 100%; border: 1px solid #d8d9d3; border-radius: 3px; padding: 13px 14px; background: #fff; color: var(--ink); outline: none; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
.field textarea { resize: vertical; min-height: 115px; line-height: 1.55; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--sage-deep); box-shadow: 0 0 0 3px rgba(120,149,139,.12); }
.field small { display: block; margin-top: 6px; color: #909993; font-size: 9px; line-height: 1.45; }
.field input.input-error { border-color: #b94c3e; box-shadow: 0 0 0 3px rgba(185, 76, 62, .1); }
.field small.error { color: #a33e33; font-weight: 600; }
.choice-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }.choice-row.two { grid-template-columns: repeat(2, 1fr); }.choice-row.four { grid-template-columns: repeat(4, 1fr); }
.choice-row label input { position: absolute; opacity: 0; pointer-events: none; }
.choice-row label span { display: block; padding: 12px 8px; text-align: center; border: 1px solid #d8d9d3; border-radius: 3px; cursor: pointer; color: #667572; font-size: 11px; transition: .2s; }
.choice-row label input:checked + span { background: #e8efe9; border-color: var(--sage-deep); color: var(--ink); font-weight: 600; }
.drop-zone { min-height: 145px; display: grid; place-items: center; margin-bottom: 22px; border: 1px dashed #a8b4ad; border-radius: 4px; background: #f8f7f2; padding: 20px; cursor: pointer; text-align: center; transition: .2s; }
.drop-zone.dragging, .drop-zone:focus { border-color: var(--sage-deep); background: #edf2ed; outline: none; }
#upload-empty { display: flex; flex-direction: column; align-items: center; gap: 7px; }
.upload-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #e0e9e2; font-size: 18px; }
#upload-empty strong { font-size: 11px; font-weight: 500; } #upload-empty u { color: var(--sage-deep); } #upload-empty small { color: #929a95; font-size: 9px; }
.photo-preview { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.photo-preview figure { margin: 0; position: relative; width: 95px; }
.photo-preview img { width: 95px; height: 82px; object-fit: cover; border-radius: 4px; display: block; }
.photo-preview figcaption { font-size: 8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-top: 4px; }
.consent-note { margin: 0; padding: 15px; background: #f2f3ed; color: #667370; font-size: 10px; line-height: 1.55; }
.consent-note a { text-decoration: underline; color: var(--ink); }
.submit-button { width: 100%; margin-top: 22px; }.submit-note { text-align: center; color: #929b96; font-size: 9px; margin: 10px 0 0; }
.message { padding: 13px 15px; margin-top: 16px; border-radius: 3px; font-size: 11px; line-height: 1.5; }.error-message { color: #7b3737; background: #f7e8e5; border: 1px solid #e9c5bf; }

.order-progress { min-height: 610px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 35px; }
.making-orbit { width: 100px; height: 100px; border: 1px solid #d9e2dc; border-radius: 50%; position: relative; display: grid; place-items: center; margin-bottom: 32px; }
.making-orbit:before, .making-orbit:after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed #c8d6cd; inset: 10px; animation: spin 10s linear infinite; }
.making-orbit:after { inset: -9px; animation-direction: reverse; animation-duration: 15s; }
.making-orbit span { color: var(--peach); font-size: 28px; animation: pulse 2s ease-in-out infinite; }
.making-orbit i { width: 8px; height: 8px; border-radius: 50%; background: var(--sage); position: absolute; top: -4px; }
.order-progress .eyebrow { justify-content: center; }.order-progress h2, .order-progress h3 { font: 600 35px var(--serif); margin: 12px 0; }.order-progress > p:not(.eyebrow):not(.order-id) { max-width: 420px; color: var(--ink-soft); line-height: 1.7; font-size: 13px; }
.progress-track { width: min(420px, 100%); height: 5px; background: #e5e5dd; margin-top: 35px; overflow: hidden; border-radius: 9px; }.progress-track span { display: block; height: 100%; width: 2%; background: linear-gradient(90deg, var(--sage), var(--ink)); transition: width .5s ease; }
.progress-meta { width: min(420px, 100%); display: flex; justify-content: space-between; margin: 9px 0 30px; color: #788581; font-size: 10px; }.progress-meta b { color: var(--ink); }
.order-id { color: #a5aaa5; font-size: 8px; margin-top: 20px; }.text-button { border: 0; background: none; color: var(--ink); text-decoration: underline; cursor: pointer; margin-top: 16px; font-size: 11px; }

.closing-section { padding: 105px 0; text-align: center; background: #e3ebe5; }.closing-inner > span { color: var(--peach); font-size: 23px; }.closing-section h2 { margin-inline: auto; max-width: 720px; }.closing-section p { color: var(--ink-soft); margin-bottom: 28px; }.button-light { background: var(--paper); color: var(--ink); }.button-light:hover { color: var(--white); }
.faq-section { padding: 100px 0 115px; background: #fffbf5; color: var(--ink); }
.faq-shell { max-width: 920px; }
.faq-heading { max-width: 700px; margin: 0 auto 44px; text-align: center; }
.faq-heading .eyebrow { justify-content: center; }
.faq-heading h2 { margin: 17px 0 13px; font: 600 clamp(36px, 4vw, 50px)/1.12 var(--serif); letter-spacing: -.03em; }
.faq-heading > p:last-child { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.faq-list { border-top: 1px solid #dfd9d1; }
.faq-list details { border-bottom: 1px solid #dfd9d1; }
.faq-list summary { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 20px 3px; color: #302824; font: 600 18px/1.35 var(--serif); list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:focus-visible { outline: 2px solid #ed6b1d; outline-offset: 5px; border-radius: 4px; }
.faq-list summary > span { position: relative; width: 28px; height: 28px; flex: 0 0 auto; border: 1px solid #e5c6b1; border-radius: 50%; transition: transform .25s, border-color .25s, background .25s; }
.faq-list summary > span:before, .faq-list summary > span:after { content: ""; position: absolute; top: 50%; left: 50%; width: 10px; height: 1px; background: #e9681a; transform: translate(-50%, -50%); }
.faq-list summary > span:after { transform: translate(-50%, -50%) rotate(90deg); transition: transform .25s; }
.faq-list details[open] summary { color: #e05d12; }
.faq-list details[open] summary > span { border-color: #f0a476; background: #fff1e7; transform: rotate(180deg); }
.faq-list details[open] summary > span:after { transform: translate(-50%, -50%) rotate(0); }
.faq-answer { max-width: 760px; padding: 0 52px 24px 3px; }
.faq-answer p { margin: 0; color: #6f6660; font-size: 14px; line-height: 1.75; }
footer { min-height: 120px; padding: 25px 5vw; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #192e2f; color: #e7eeea; } footer p { color: #93a4a0; font-size: 10px; } footer > div { display: flex; gap: 25px; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.quiz-page {
  --ink: #332f2c;
  --ink-soft: #655e57;
  --sage: #ffb170;
  --sage-deep: #f26a21;
  --cream: #fff3e3;
  --paper: #fffbf5;
  --peach: #f47a3a;
  --line: #ead7c6;
  min-height: 100vh;
  background: var(--cream);
}
.quiz-header { min-height: 72px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 760px) / 2)); border-bottom: 1px solid rgba(242, 106, 33, .14); background: var(--paper); }
.quiz-shell { width: min(760px, calc(100% - 32px)); margin: 0 auto; padding: 34px 0 70px; }
.quiz-progress { margin: 0 auto 22px; padding: 0 4px; }
.quiz-progress-meta { display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px; color: #7d8985; font-size: 11px; }
.quiz-progress-meta b { color: var(--sage-deep); font-weight: 600; }
.quiz-progress-track { height: 6px; overflow: hidden; border-radius: 10px; background: #f1dfce; }
.quiz-progress-track span { display: block; width: 33%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #ffad68, #f15f18); transition: width .35s ease; }
.quiz-card { min-height: 560px; padding: 48px 56px; border: 1px solid rgba(226, 112, 48, .13); border-radius: 12px; background: var(--paper); box-shadow: 0 22px 65px rgba(165, 80, 28, .12); }
.quiz-step { animation: quizStepIn .3s ease both; }
.quiz-step .eyebrow { margin-bottom: 14px; }
.quiz-step h1 { margin: 0 0 12px; font: 600 clamp(32px, 5vw, 43px)/1.12 var(--serif); letter-spacing: -.025em; }
.quiz-lead { margin: 0 0 34px; color: var(--ink-soft); font-size: 14px; line-height: 1.65; }
.quiz-step .field { margin-bottom: 26px; }
.quiz-step .field > span, .quiz-step .field legend { font-size: 13px; }
.quiz-step .field input[type="text"], .quiz-step .field input[type="email"], .quiz-step .field input[type="date"], .quiz-step .field select, .quiz-step .field textarea { border-radius: 8px; padding: 15px 16px; font-size: 14px; }
.quiz-page .field > span, .quiz-page .field legend { color: #554b45; }
.quiz-page .field input:focus, .quiz-page .field select:focus, .quiz-page .field textarea:focus { border-color: #f26a21; box-shadow: 0 0 0 3px rgba(242, 106, 33, .13); }
.quiz-step .field small { font-size: 10px; }
.quiz-step .field small.complete, .quiz-step .field small.complete b { color: var(--sage-deep); }
.quiz-step .choice-row label span { padding: 14px 9px; border-radius: 8px; font-size: 13px; }
.quiz-page .choice-row label span { color: #6b625b; border-color: #dfd1c5; background: #fffefa; }
.quiz-page .choice-row label input:checked + span { border-color: #f26a21; background: #fff0e4; color: #b94c16; box-shadow: 0 0 0 2px rgba(242, 106, 33, .08); }
.quiz-step .story-field textarea { min-height: 190px; }
.quiz-step .drop-zone { min-height: 190px; border-radius: 8px; }
.cast-list { display: grid; gap: 16px; }
.cast-card { padding: 20px; border: 1px solid #deddd5; border-radius: 12px; background: #fbfaf6; }
.cast-card-primary { border-color: rgba(241, 105, 31, .35); background: #fffaf5; }
.cast-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 8px; }
.cast-card-heading > div { display: flex; align-items: center; gap: 10px; }
.cast-card-heading strong { font-size: 14px; }
.cast-card > p { margin: 0 0 15px; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.cast-number { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f1691f; color: #fff; font-size: 12px; font-weight: 700; }
.cast-badge { padding: 5px 9px; border-radius: 999px; background: #fbe5d7; color: #ae4a18; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; }
.remove-participant { border: 0; border-bottom: 1px solid #c6bcb3; padding: 3px 0; background: transparent; color: #8a6553; cursor: pointer; font-size: 10px; }
.participant-fields { margin-top: 18px; }
.participant-fields .field { margin-bottom: 14px; }
.photo-picker { min-height: 112px; display: grid; place-items: center; border: 1px dashed #b9b4aa; border-radius: 9px; background: #fff; padding: 14px; cursor: pointer; text-align: center; transition: border-color .2s, background .2s; }
.photo-picker:hover, .photo-picker:focus, .photo-picker.dragging { border-color: #f1691f; background: #fff8f2; outline: none; }
.photo-picker-empty { display: flex; flex-direction: column; align-items: center; gap: 5px; }
.photo-picker-empty strong { font-size: 11px; }
.photo-picker-empty small { color: #929a95; font-size: 9px; }
.photo-picker .upload-icon { width: 32px; height: 32px; background: #fbe5d7; color: #b8511c; font-size: 15px; }
.photo-picker-preview { display: grid; grid-template-columns: 72px minmax(0, 1fr) auto; align-items: center; gap: 12px; width: 100%; text-align: left; }
.photo-picker-preview img { width: 72px; height: 72px; object-fit: cover; border-radius: 8px; }
.photo-picker-preview > span { overflow: hidden; color: var(--ink); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.photo-picker-preview u { color: #b8511c; font-size: 10px; }
.add-participant { width: 100%; min-height: 48px; margin-top: 16px; border: 1px solid #f1691f; border-radius: 8px; background: transparent; color: #b8511c; cursor: pointer; font-size: 12px; font-weight: 600; }
.add-participant span { display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 6px; border-radius: 50%; background: #f1691f; color: #fff; }
.cast-limit-note { margin: 8px 0 26px; color: #8b928d; text-align: center; font-size: 9px; }
.quiz-actions { display: grid; grid-template-columns: auto minmax(210px, 1fr); align-items: center; gap: 14px; margin-top: 34px; }
.quiz-actions.single-action { display: flex; justify-content: flex-end; }
.quiz-actions .button { min-width: 230px; }
.quiz-page .button { border-radius: 999px; background: linear-gradient(135deg, #ff7a1a, #ff5d0a); box-shadow: 0 10px 25px rgba(238, 91, 15, .24); }
.quiz-page .button:hover { background: linear-gradient(135deg, #f06b10, #e94f00); box-shadow: 0 14px 30px rgba(225, 78, 7, .3); }
.quiz-back { min-height: 48px; padding: 0 14px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: 12px; }
.quiz-page .quiz-back:hover { border-color: #f26a21; color: #b94c16; background: #fff6ed; }
.quiz-actions .submit-button { width: 100%; margin: 0; }
.quiz-privacy { max-width: 560px; margin: 20px auto 0; text-align: center; color: #86918d; font-size: 9px; line-height: 1.6; }
.quiz-page .consent-note { background: #fff2e6; color: #6b625b; }
.quiz-page .making-orbit { border-color: #f0cdb2; }
.quiz-page .making-orbit:before, .quiz-page .making-orbit:after { border-color: #edc2a2; }
.quiz-page .making-orbit i { background: #f26a21; }
.quiz-page .progress-track { background: #f1dfce; }
.quiz-page .progress-track span { background: linear-gradient(90deg, #ffad68, #f15f18); }
@keyframes quizStepIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

.legal-page { background: var(--cream); }.legal-page .site-header { position: sticky; top: 0; }.legal-shell { width: min(780px, calc(100% - 40px)); margin: 80px auto 110px; }.legal-shell h1 { font: 600 clamp(45px, 7vw, 70px) var(--serif); margin: 18px 0; }.legal-lead { color: #7f5b4f; background: #f2dfd2; border-left: 3px solid var(--peach); padding: 18px; line-height: 1.6; }.legal-shell section { border-top: 1px solid #d8d6cc; padding: 28px 0 14px; }.legal-shell h2 { font: 600 25px var(--serif); }.legal-shell section p { color: var(--ink-soft); line-height: 1.8; font-size: 14px; }.legal-date { margin-top: 40px; color: #8a9590; font-size: 11px; }

.reveal { animation: reveal .75s both ease-out; }.reveal-delay { animation-delay: .15s; }.reveal-delay-2 { animation-delay: .3s; }
@keyframes reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes spin { to { transform: rotate(360deg); } } @keyframes pulse { 50% { transform: scale(1.18); opacity: .7; } }

@media (max-width: 900px) {
  .site-header nav { display: none; }.hero { padding-top: 70px; }.hero-copy { max-width: 680px; }.book-stage { height: auto; }.steps-grid { grid-template-columns: 1fr; max-width: 620px; margin: auto; }.step-card.featured { transform: none; }.creator-grid { grid-template-columns: 1fr; }.creator-intro { position: static; max-width: 680px; }.form-card { max-width: 700px; width: 100%; }.choice-row.four { grid-template-columns: repeat(2, 1fr); }
  .example-layout { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
  .workflow-arrow { right: 50%; top: auto; bottom: -49px; transform: translateX(50%) rotate(90deg); }
  .pdf-viewer { min-height: 620px; }
}
@media (max-width: 560px) {
  .site-header { min-height: 68px; padding: 0 18px; }.site-header > .button { display: none; }.brand { font-size: 17px; }.section-shell { width: min(calc(100% - 30px), 1180px); }.hero { padding-top: 45px; gap: 20px; }.hero h1 { font-size: min(8vw, 35px); white-space: nowrap; }.hero-actions { flex-direction: column; align-items: center; }.social-proof { display: flex; width: fit-content; max-width: 100%; margin: 0 auto 34px; font-size: 11px; }.trust-row { gap: 10px; flex-wrap: wrap; }.book-stage { transform: none; margin: 10px auto 0; }.how-section, .creator-section { padding: 75px 0; }.form-card { padding: 30px 20px; }.form-progress { font-size: 8px; }.form-progress span { flex-direction: column; }.form-progress i { margin: 0 7px; }.two-columns { grid-template-columns: 1fr; gap: 0; }.choice-row { grid-template-columns: 1fr 1fr; }.order-progress { padding: 15px 0; }.order-progress h2, .order-progress h3 { font-size: 29px; } footer { flex-direction: column; text-align: center; padding-block: 38px; }
  .landing-page { overflow-x: hidden; text-align: center; }
  .landing-page .hero-copy { width: 100%; min-width: 0; }
  .landing-page .hero { padding-top: 30px; }
  .landing-page .hero .eyebrow, .landing-page .trust-row { justify-content: center; }
  .landing-page .hero-text { margin-inline: auto; }
  .landing-page .book-stage { width: 100%; min-width: 0; margin: 10px auto 0; overflow: visible; }
  .landing-page .steps-grid { gap: 16px; }
  .landing-page .step-card, .landing-page .step-card:nth-child(even) { min-height: 0; grid-template-columns: 1fr; gap: 8px; padding: 34px 20px 24px; }
  .landing-page .step-card .step-copy { order: 1; flex-direction: column; align-items: center; }
  .landing-page .step-card .step-visual { order: 2; width: min(270px, 100%); height: 225px; }
  .landing-page .step-visual:before { width: 190px; height: 190px; }
  .landing-page .step-visual:after { width: 200px; height: 200px; }
  .landing-page .step-visual img { width: 100%; max-width: 250px; max-height: 225px; }
  .landing-page .creator-cta .promise-card { flex-direction: column; align-items: center; text-align: center; }
  .landing-page .example-section { padding-block: 74px; text-align: left; }
  .example-heading { margin-bottom: 34px; }
  .example-heading h2 { font-size: 38px; }
  .example-workflow { padding: 22px 18px; }
  .source-photos img { height: 88px; }
  .workflow-step { grid-template-columns: 26px 42px minmax(0, 1fr); gap: 9px; }
  .workflow-number { width: 23px; height: 23px; }
  .workflow-icon { width: 42px; height: 42px; border-radius: 12px; }
  .workflow-step h3 { font-size: 18px; }
  .book-example-header { align-items: flex-start; padding: 15px; }
  .book-example { width: calc(100% + 16px); margin-inline: -8px; }
  .pdf-viewer { min-height: 220px; padding: 8px 2px 4px; }
  .page-flip-stage { min-height: 0; padding-block: 8px; }
  .page-flip-book { width: calc(100% - 2px); }
  .book-viewer-controls { display: none; }
  .book-viewer-error { min-height: 220px; }
  .viewer-hint { min-height: 58px; padding: 14px 12px; text-align: center; font-size: 11px; line-height: 1.4; }
  .testimonials { padding: 22px 16px 14px; }
  .testimonials-heading { text-align: center; }
  .testimonials-heading h3 { font-size: 24px; }
  .testimonials-track { grid-auto-columns: min(82vw, 292px); gap: 11px; }
  .testimonial-card { min-height: 174px; padding: 18px; }
  .testimonial-card.has-image { min-height: 374px; }
  .testimonial-image { height: 184px; }
  .testimonial-card blockquote { font-size: 12px; }
  .testimonials-hint { display: flex; }
  .price-card { grid-template-columns: 1fr; gap: 22px; padding: 27px 22px 23px; text-align: center; }
  .price-card h3 { font-size: 24px; }
  .price-card-copy p { font-size: 12px; }
  .price-card-purchase { padding: 20px 0 0; border-top: 1px solid rgba(255,255,255,.14); border-left: 0; }
  .price-card .price-card-button { max-width: 300px; }
  .landing-page footer > div { justify-content: center; flex-wrap: wrap; }
  .landing-page .footer-email { margin-inline: auto; }
  .faq-section { padding: 74px 0 84px; text-align: left; }
  .faq-heading { margin-bottom: 30px; }
  .faq-heading h2 { font-size: 36px; }
  .faq-list summary { min-height: 70px; gap: 15px; padding-block: 18px; font-size: 17px; }
  .faq-answer { padding: 0 42px 22px 0; }
  .faq-answer p { font-size: 13px; }
  .quiz-page, .quiz-shell, .quiz-card, .quiz-step, .cast-card, .photo-picker { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }.quiz-header { min-height: 64px; padding: 0 16px; }.quiz-header .brand { min-width: 0; font-size: 15px; }.quiz-shell { width: min(calc(100% - 20px), 760px); padding-top: 22px; }.quiz-card { min-height: 0; padding: 32px 20px; }.quiz-step h1 { font-size: 32px; }.quiz-lead { margin-bottom: 28px; }.quiz-actions { grid-template-columns: minmax(0, 1fr); }.quiz-actions.single-action { display: grid; }.quiz-actions .button { width: 100%; min-width: 0; }.quiz-back { order: 2; }.final-actions .quiz-back { order: 2; }.quiz-step .choice-row { grid-template-columns: minmax(0, 1fr); }.quiz-step .choice-row.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }.cast-card { padding: 16px; }.participant-fields { grid-template-columns: minmax(0, 1fr); gap: 0; }.photo-picker-preview { grid-template-columns: 58px minmax(0, 1fr); min-width: 0; }.photo-picker-preview img { width: 58px; height: 58px; }.photo-picker-preview u { grid-column: 2; }.cast-card-heading { align-items: flex-start; }
}
@media (max-width: 360px) {
  .landing-page .hero h1 { font-size: 8vw; }
}
@media (hover: none) and (pointer: coarse) {
  .book-viewer-controls { display: none; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *:before, *:after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
