:root{--yellow: #FFD600;--orange: #FF6B00;--pink: #FF2D7A;--blue: #007AFF;--green: #34C759;--purple: #AF52DE;--ink: #1A1A2E;--cream: #FFFBF0;--white: #FFFFFF;--dark: #1A1A2E;--font-head: "Bangers", cursive;--font-body: "Nunito", sans-serif;--radius: 12px;--radius-lg: 20px;--shadow: 6px 6px 0px rgba(0,0,0,.85);--shadow-sm: 3px 3px 0px rgba(0,0,0,.85);--border: 3px solid var(--ink)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--cream);color:var(--ink);overflow-x:hidden;line-height:1.5}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius);border:var(--border);font-family:var(--font-body);font-weight:900;font-size:1rem;cursor:pointer;transition:transform .1s,box-shadow .1s;box-shadow:var(--shadow);text-decoration:none;white-space:nowrap}.btn:hover{transform:translate(-2px,-2px);box-shadow:8px 8px #000000d9}.btn:active{transform:translate(2px,2px);box-shadow:2px 2px #000000d9}.btn--hero{background:var(--yellow);color:var(--ink);font-size:1.1rem;padding:16px 36px}.btn--primary{background:var(--blue);color:#fff}.btn--secondary{background:var(--white);color:var(--ink)}.btn--ghost{background:transparent;color:var(--ink);box-shadow:none;border-color:transparent}.btn--ghost:hover{background:#0000000d;box-shadow:none}.btn--danger{background:#ff3b30;color:#fff}.btn--green{background:var(--green);color:#fff}.btn--purple{background:var(--purple);color:#fff}.btn--sm{padding:8px 16px;font-size:.85rem;box-shadow:var(--shadow-sm)}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:12px 32px;background:var(--yellow);border-bottom:var(--border);gap:16px}.nav__logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav__mascot-mini{width:40px;height:40px;object-fit:contain}.nav__brand{font-family:var(--font-head);font-size:1.8rem;letter-spacing:2px;color:var(--ink)}.nav__brand--accent{color:var(--orange)}.nav__links{display:flex;gap:24px;list-style:none}.nav__links a{font-weight:900;color:var(--ink);text-decoration:none;font-size:.95rem;transition:color .15s}.nav__links a:hover{color:var(--orange)}.nav__cta-group{display:flex;align-items:center;gap:10px}.nav__pro-badge{background:var(--purple);color:#fff;padding:6px 14px;border-radius:var(--radius);border:var(--border);font-weight:900;font-size:.85rem}.hero{position:relative;overflow:hidden;background:var(--ink);color:#fff;padding:80px 32px;margin-bottom:0}.hero__halftone{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle,rgba(255,214,0,.15) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}.hero__lines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.speed-line{position:absolute;left:50%;top:50%;width:200%;height:2px;background:#ffd60014;transform-origin:left center}.speed-line:nth-child(1){transform:rotate(15deg)}.speed-line:nth-child(2){transform:rotate(-10deg)}.speed-line:nth-child(3){transform:rotate(35deg)}.speed-line:nth-child(4){transform:rotate(-30deg)}.speed-line:nth-child(5){transform:rotate(55deg)}.hero__content{position:relative;max-width:1100px;margin:0 auto;display:flex;align-items:center;gap:60px}.hero__text{flex:1}.speech-bubble--hero{display:inline-block;background:var(--yellow);color:var(--ink);padding:12px 20px;border-radius:var(--radius);border:var(--border);font-weight:900;font-size:.95rem;margin-bottom:20px;position:relative}.speech-bubble--hero:after{content:"";position:absolute;bottom:-14px;left:24px;border:7px solid transparent;border-top-color:var(--ink)}.hero__headline{font-family:var(--font-head);font-size:clamp(3.5rem,7vw,5.5rem);letter-spacing:3px;line-height:1;margin-bottom:20px}.text-squiggle{color:var(--yellow);text-decoration:underline wavy var(--orange)}.text-outlined{-webkit-text-stroke:2px var(--yellow);color:transparent}.hero__sub{font-size:1.1rem;opacity:.9;max-width:500px;margin-bottom:32px}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.hero__guarantee{font-size:.8rem;opacity:.6;font-weight:700}.hero__mascot-wrap{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:360px}.hero__mascot-bg{width:380px;height:380px;border-radius:50%;background:var(--yellow);opacity:.15;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero__mascot{width:340px;position:relative;z-index:1;filter:drop-shadow(4px 4px 0 rgba(0,0,0,.4));max-width:100%}.hero__badge{position:absolute;font-family:var(--font-head);font-size:1.4rem;background:var(--yellow);color:var(--ink);border:3px solid var(--ink);border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;text-align:center;box-shadow:var(--shadow-sm);animation:badge-bounce 2s ease-in-out infinite}.hero__badge--1{top:-10px;right:-10px;animation-delay:0s}.hero__badge--2{bottom:20px;right:-20px;animation-delay:.7s}.hero__badge--3{bottom:40px;left:-20px;animation-delay:1.4s;font-size:1rem;width:90px;height:90px}@keyframes badge-bounce{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-10px) rotate(5deg)}}.trust-bar{background:var(--orange);border-top:var(--border);border-bottom:var(--border);padding:14px 32px;display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;font-weight:900;font-size:.9rem;color:#fff}.trust-bar__sep{opacity:.5}.section{padding:80px 32px}.section--light{background:#f7f3e8}.section--demo{background:var(--ink);color:#fff}.section--pricing{background:var(--blue);color:#fff}.section__inner{max-width:1100px;margin:0 auto}.section-header{text-align:center;margin-bottom:56px}.section-header__tag{display:inline-block;background:var(--yellow);color:var(--ink);padding:6px 18px;border-radius:var(--radius);border:var(--border);font-weight:900;font-size:.85rem;margin-bottom:12px}.section-header__title{font-family:var(--font-head);font-size:clamp(2.2rem,4vw,3.2rem);letter-spacing:2px}.section-header__sub{margin-top:12px;font-size:1rem;opacity:.8;font-weight:700}.steps{display:flex;align-items:flex-start;gap:0;flex-wrap:wrap;justify-content:center}.step{background:#fff;border:var(--border);border-radius:var(--radius-lg);padding:32px 24px;text-align:center;max-width:280px;box-shadow:var(--shadow);flex:1;min-width:220px}.step__number{font-family:var(--font-head);font-size:3rem;color:var(--orange);letter-spacing:2px}.step__icon{font-size:2.5rem;margin:8px 0}.step__title{font-family:var(--font-head);font-size:1.5rem;letter-spacing:1px;margin-bottom:10px}.step__desc{font-size:.9rem;color:#555;font-weight:700}.step__arrow{font-size:2rem;color:var(--orange);align-self:center;padding:0 8px}.adlib-widget{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:start}.adlib-widget__prompts{display:flex;flex-direction:column;gap:16px}.adlib-prompt{display:flex;flex-direction:column;gap:6px}.adlib-prompt__label{font-weight:900;font-size:.95rem;color:var(--yellow)}.adlib-prompt__input{padding:12px 16px;border:3px solid rgba(255,255,255,.3);border-radius:var(--radius);background:#ffffff1a;color:#fff;font-family:var(--font-body);font-weight:700;font-size:1rem;transition:border-color .2s,background .2s}.adlib-prompt__input::placeholder{color:#fff6}.adlib-prompt__input:focus{outline:none;border-color:var(--yellow);background:#ffffff26}.adlib-widget__preview{position:sticky;top:100px}.book-preview{background:#fff;border:var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);color:var(--ink)}.book-preview__cover{background:linear-gradient(135deg,var(--orange),var(--pink));padding:32px;text-align:center}.book-preview__cover-art{font-size:4rem;margin-bottom:12px}.book-preview__title{font-family:var(--font-head);font-size:1.6rem;letter-spacing:2px;color:#fff;text-shadow:2px 2px 0 rgba(0,0,0,.3)}.book-preview__snippet{padding:20px 24px;font-weight:700;font-size:.9rem;line-height:1.6;color:#444}.highlight{color:var(--orange);font-weight:900}.adlib-widget__footer{grid-column:1/-1;text-align:center;padding-top:8px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.gallery-card{background:#fff;border:var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:transform .2s;position:relative}.gallery-card:hover{transform:translate(-3px,-3px)}.gallery-card--pro{border-color:var(--purple)}.gallery-card__pro-tag{position:absolute;top:12px;right:12px;background:var(--purple);color:#fff;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:900;border:2px solid var(--ink)}.gallery-card__cover{height:160px;display:flex;align-items:center;justify-content:center;font-size:5rem}.gallery-card__body{padding:20px}.gallery-card__body h3{font-family:var(--font-head);font-size:1.2rem;letter-spacing:1px;margin-bottom:8px}.gallery-card__body p{font-size:.85rem;color:#666;font-weight:700}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:24px}.pricing-card{background:#fff;border:var(--border);border-radius:var(--radius-lg);padding:32px 24px;box-shadow:var(--shadow);color:var(--ink);text-align:center;position:relative}.pricing-card--highlight{border-color:var(--yellow)}.pricing-card--featured{border-color:var(--yellow);background:var(--yellow);transform:translateY(-8px)}.pricing-card__best{position:absolute;top:-16px;left:50%;transform:translate(-50%);background:var(--orange);color:#fff;padding:4px 16px;border-radius:20px;font-size:.85rem;font-weight:900;border:var(--border);white-space:nowrap}.pricing-card__label{font-weight:900;font-size:.85rem;text-transform:uppercase;letter-spacing:2px;color:#888;margin-bottom:12px}.pricing-card__price{margin-bottom:24px}.pricing-card__amount{font-family:var(--font-head);font-size:3rem;letter-spacing:2px;color:var(--ink)}.pricing-card__period{font-weight:700;color:#888;font-size:.85rem}.pricing-card__features{list-style:none;text-align:left;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.pricing-card__features li{font-weight:700;font-size:.9rem}.pricing-card__cta{width:100%;justify-content:center}.pricing-loading{text-align:center;padding:40px;color:#fff;font-weight:900}.pricing-loading.hidden{display:none!important}.pricing-spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.pricing-note{text-align:center;margin-top:32px;font-size:.85rem;color:#ffffffb3;font-weight:700}.pricing-pro-active{margin-top:32px}.pricing-pro-active__content{background:#ffffff26;border:var(--border);border-radius:var(--radius-lg);padding:24px 32px;display:flex;align-items:center;gap:20px;color:#fff;flex-wrap:wrap}.pricing-pro-active__icon{font-size:3rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:#fff;border:var(--border);border-radius:var(--radius-lg);max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:12px 12px #000000d9}.modal__close{position:absolute;top:16px;right:16px;background:#fff;border:var(--border);border-radius:50%;width:36px;height:36px;cursor:pointer;font-size:1rem;font-weight:900;transition:background .15s}.modal__close:hover{background:#ff3b30;color:#fff}.toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%);padding:14px 28px;border-radius:var(--radius);border:var(--border);font-weight:900;font-size:.95rem;box-shadow:var(--shadow);z-index:300;animation:toast-in .3s ease}.toast--success{background:var(--green);color:#fff}.toast--error{background:#ff3b30;color:#fff}.toast--info{background:var(--blue);color:#fff}@keyframes toast-in{0%{transform:translate(-50%) translateY(20px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.footer{background:var(--ink);color:#fff;padding:40px 32px;border-top:var(--border)}.footer__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:20px}.footer__logo{display:flex;align-items:center;gap:10px}.footer__mascot{width:36px;filter:brightness(0) invert(1)}.footer__links{display:flex;gap:20px}.footer__links a{color:#ffffffb3;text-decoration:none;font-weight:700;font-size:.85rem}.footer__copy{font-size:.8rem;color:#ffffff80;font-weight:700}.rc-paywall-container{min-height:200px}.paywall-close-btn{margin-top:20px}@media (max-width: 768px){.nav__links{display:none}.hero__content{flex-direction:column}.hero__mascot-wrap{width:100%}.hero__mascot{width:220px}.hero__mascot-bg{width:260px;height:260px}.adlib-widget{grid-template-columns:1fr}.steps{flex-direction:column;align-items:center}.step__arrow{transform:rotate(90deg)}.pricing-grid{grid-template-columns:1fr}.pricing-card--featured{transform:none}}#app-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;background:var(--cream);overflow-y:auto;display:none;flex-direction:column}#app-overlay.active{display:flex}.app-header{background:var(--yellow);border-bottom:var(--border);padding:14px 24px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.app-header__title{font-family:var(--font-head);font-size:1.6rem;letter-spacing:2px}.app-header__step{font-weight:900;font-size:.85rem;color:var(--ink);opacity:.6}.progress-bar{height:12px;background:#0000001f;position:relative;flex-shrink:0;border-bottom:2px solid rgba(0,0,0,.08)}.progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--orange),#FF2D7A);transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 8px #ff6b0080}.progress-dots{display:flex;justify-content:center;gap:10px;padding:10px 0 4px;background:var(--cream);flex-shrink:0;border-bottom:2px solid rgba(0,0,0,.06)}.progress-dot{width:14px;height:14px;border-radius:50%;border:2.5px solid var(--ink);background:var(--cream);transition:background .25s,transform .2s;position:relative}.progress-dot.done{background:var(--orange);border-color:var(--orange);transform:scale(1.15)}.progress-dot.done:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:8px;color:#fff;font-weight:900}.progress-dot.active{background:var(--yellow);border-color:var(--orange);transform:scale(1.25);box-shadow:0 0 0 3px #ffd6004d}.app-step{display:none;flex-direction:column;align-items:center;padding:40px 24px;flex:1;max-width:700px;margin:0 auto;width:100%}.app-step.active{display:flex}.question-card{background:#fff;border:var(--border);border-radius:var(--radius-lg);padding:36px 32px;width:100%;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:20px}.question-emoji{font-size:3.5rem;text-align:center}.question-text{font-family:var(--font-head);font-size:1.8rem;letter-spacing:1px;text-align:center;color:var(--ink);line-height:1.2}.question-hint{text-align:center;font-weight:700;font-size:.9rem;color:#888}.question-input{padding:14px 18px;border:3px solid var(--ink);border-radius:var(--radius);font-family:var(--font-body);font-weight:700;font-size:1.1rem;color:var(--ink);background:var(--cream);transition:border-color .2s,box-shadow .2s;width:100%}.question-input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 4px #007aff26}.question-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.chip{padding:8px 16px;background:var(--cream);border:2px solid var(--ink);border-radius:30px;font-family:var(--font-body);font-weight:700;font-size:.85rem;cursor:pointer;transition:background .15s,transform .1s}.chip:hover{background:var(--yellow);transform:translateY(-2px)}.chip.selected{background:var(--yellow);border-width:3px}.question-nav{display:flex;gap:12px;width:100%;justify-content:space-between;margin-top:8px}.generating-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;flex:1;padding:40px;text-align:center}.generating-screen h2{font-family:var(--font-head);font-size:2.5rem;letter-spacing:2px}.generating-screen p{font-weight:700;color:#666;max-width:400px}.magic-spinner{width:80px;height:80px;border:6px solid var(--yellow);border-top-color:var(--orange);border-radius:50%;animation:spin 1s linear infinite}.gen-log{background:#fff;border:var(--border);border-radius:var(--radius);padding:16px 20px;width:100%;max-width:400px;text-align:left;font-size:.85rem;font-weight:700;color:#555;line-height:2;max-height:140px;overflow-y:auto}.gen-log__item{display:flex;gap:8px;align-items:center}.gen-log__item.done:before{content:"✅"}.gen-log__item.wait:before{content:"⏳"}.gen-log__item.error:before{content:"❌"}.book-builder{display:flex;flex-direction:column;gap:24px;width:100%}.book-builder__title-row{display:flex;gap:12px;align-items:center}.book-builder__title-input{flex:1;padding:12px 18px;border:var(--border);border-radius:var(--radius);font-family:var(--font-head);font-size:1.3rem;letter-spacing:1px;background:#fff;color:var(--ink)}.book-builder__title-input:focus{outline:none;border-color:var(--blue)}.page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.page-card{background:#fff;border:var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);cursor:pointer;transition:transform .15s,box-shadow .15s;position:relative}.page-card:hover{transform:translate(-2px,-2px);box-shadow:var(--shadow)}.page-card.selected{border-color:var(--blue);border-width:4px}.page-card__img{width:100%;aspect-ratio:1;object-fit:cover;display:block;background:#f0f0f0}.page-card__img-placeholder{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:3rem;background:#f5f5f5}.page-card__label{padding:8px 10px;font-weight:900;font-size:.8rem;color:var(--ink);background:#fff;border-top:2px solid var(--ink)}.page-card__del{position:absolute;top:6px;right:6px;background:#ff3b30;color:#fff;border:2px solid var(--ink);border-radius:50%;width:26px;height:26px;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:900;opacity:0;transition:opacity .15s}.page-card:hover .page-card__del{opacity:1}.upload-zone{border:3px dashed var(--ink);border-radius:var(--radius-lg);padding:32px;text-align:center;cursor:pointer;transition:background .15s;background:#ffffff80}.upload-zone:hover{background:var(--yellow)}.upload-zone input{display:none}.upload-zone__icon{font-size:2.5rem;margin-bottom:8px}.upload-zone__text{font-weight:900;font-size:.95rem}.upload-zone__sub{font-size:.8rem;color:#888;font-weight:700;margin-top:6px}.book-viewer{width:100%;background:#fff;border:var(--border);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow)}.book-viewer__cover{background:linear-gradient(135deg,var(--orange) 0%,var(--pink) 100%);padding:48px 32px;text-align:center;border-bottom:var(--border)}.book-viewer__cover-title{font-family:var(--font-head);font-size:2.2rem;letter-spacing:3px;color:#fff;text-shadow:3px 3px 0 rgba(0,0,0,.3)}.book-viewer__cover-sub{font-weight:700;color:#fffc;margin-top:8px}.book-viewer__pages{padding:24px;display:flex;flex-direction:column;gap:24px}.book-viewer__page{display:flex;gap:20px;align-items:flex-start}.book-viewer__page-img{width:200px;flex-shrink:0;border:var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm)}.book-viewer__page-img img{width:100%;display:block}.book-viewer__page-text{flex:1}.book-viewer__page-num{font-family:var(--font-head);font-size:1rem;color:var(--orange);letter-spacing:1px}.book-viewer__page-story{font-size:.95rem;font-weight:700;color:#444;line-height:1.7;margin-top:6px}.export-bar{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;padding:16px 0}.section--paywall{background:#f7f3e8}.coloring-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#fff;display:none;flex-direction:column}.coloring-overlay.active{display:flex}.coloring-header{background:var(--yellow);border-bottom:var(--border);padding:12px 20px;display:flex;align-items:center;gap:16px}.coloring-canvas-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:20px;overflow:auto}canvas.coloring-canvas{border:var(--border);border-radius:var(--radius);box-shadow:var(--shadow);cursor:crosshair;max-width:100%}.color-palette{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.color-swatch{width:32px;height:32px;border-radius:50%;border:3px solid var(--ink);cursor:pointer;transition:transform .1s}.color-swatch:hover,.color-swatch.active{transform:scale(1.2);border-width:4px}.brush-size{width:100px}.gallery-card__cover{height:180px;display:flex;align-items:center;justify-content:center;font-size:5rem;overflow:hidden;position:relative}.gallery-card__cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-card:hover .gallery-card__cover img{transform:scale(1.05)}.gallery-card__cover .cover-emoji-fallback{position:absolute;font-size:5rem;z-index:0}.section--testimonials{background:var(--cream)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px}.testimonial-card{background:#fff;border:var(--border);border-radius:var(--radius-lg);padding:28px 24px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px;transition:transform .2s}.testimonial-card:hover{transform:translate(-2px,-2px)}.testimonial-card:nth-child(2){border-color:var(--orange)}.testimonial-card:nth-child(4){border-color:var(--blue)}.testimonial-stars{font-size:1.1rem;letter-spacing:2px}.testimonial-quote{font-size:.95rem;font-weight:700;color:#444;line-height:1.65;flex:1;font-style:italic}.testimonial-quote:before{content:'"';color:var(--orange);font-size:1.4rem;font-style:normal;line-height:0;vertical-align:-.3em;margin-right:2px}.testimonial-quote:after{content:'"';color:var(--orange);font-size:1.4rem;font-style:normal;line-height:0;vertical-align:-.3em;margin-left:2px}.testimonial-author{display:flex;align-items:center;gap:10px}.testimonial-avatar{width:40px;height:40px;border-radius:50%;border:var(--border);display:flex;align-items:center;justify-content:center;font-size:1.3rem;background:var(--yellow);flex-shrink:0}.testimonial-name{font-weight:900;font-size:.9rem;color:var(--ink)}.testimonial-desc{font-size:.78rem;color:#888;font-weight:700}.section--faq{background:#f7f3e8}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:760px;margin:0 auto}.faq-item{background:#fff;border:var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-sm);transition:box-shadow .2s}.faq-item.open{box-shadow:var(--shadow)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;background:none;border:none;font-family:var(--font-body);font-weight:900;font-size:1rem;color:var(--ink);cursor:pointer;text-align:left;gap:12px}.faq-question:hover{background:#ffd6001a}.faq-chevron{font-size:.85rem;flex-shrink:0;transition:transform .25s;color:var(--orange);font-weight:900}.faq-item.open .faq-chevron{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .25s;padding:0 22px}.faq-answer-inner{padding-bottom:20px;font-size:.92rem;font-weight:700;color:#555;line-height:1.7;border-top:2px solid #f0ece0;padding-top:14px}.faq-item.open .faq-answer{max-height:300px}.footer{background:var(--ink);color:#fff;padding:56px 32px 32px;border-top:var(--border)}.footer__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.15)}.footer__logo{display:flex;align-items:center;gap:10px;margin-bottom:10px}.footer__tagline{font-size:.85rem;color:#fff9;font-weight:700;line-height:1.5;max-width:200px;margin-top:8px}.footer__social{display:flex;gap:12px;margin-top:16px}.footer__social-link{width:38px;height:38px;background:#ffffff1a;border:2px solid rgba(255,255,255,.25);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff;text-decoration:none;transition:background .15s,transform .15s}.footer__social-link:hover{background:var(--yellow);color:var(--ink);transform:translateY(-2px)}.footer__nav h4{font-family:var(--font-head);font-size:1.1rem;letter-spacing:1px;margin-bottom:14px;color:var(--yellow)}.footer__links{display:flex;flex-direction:column;gap:10px}.footer__links a{color:#ffffffb3;text-decoration:none;font-weight:700;font-size:.88rem;transition:color .15s}.footer__links a:hover{color:var(--yellow)}.footer__subscribe h4{font-family:var(--font-head);font-size:1.1rem;letter-spacing:1px;margin-bottom:8px;color:var(--yellow)}.footer__subscribe p{font-size:.82rem;color:#fff9;font-weight:700;margin-bottom:14px}.footer__email-row{display:flex;gap:8px}.footer__email-input{flex:1;padding:10px 14px;border:2px solid rgba(255,255,255,.3);border-radius:var(--radius);background:#ffffff1a;color:#fff;font-family:var(--font-body);font-weight:700;font-size:.88rem}.footer__email-input::placeholder{color:#fff6}.footer__email-input:focus{outline:none;border-color:var(--yellow)}.footer__email-btn{padding:10px 16px;background:var(--yellow);color:var(--ink);border:2px solid var(--ink);border-radius:var(--radius);font-family:var(--font-body);font-weight:900;font-size:.85rem;cursor:pointer;transition:transform .1s;white-space:nowrap}.footer__email-btn:hover{transform:translateY(-1px)}.footer__bottom{max-width:1100px;margin:24px auto 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.footer__copy{font-size:.8rem;color:#fff6;font-weight:700}@media (max-width: 768px){.footer__inner{grid-template-columns:1fr;gap:28px}}@keyframes preview-flash{0%{background:#ffd60059}to{background:transparent}}.book-preview__title,.book-preview__snippet{transition:color .2s}.preview-updated{animation:preview-flash .5s ease-out forwards;border-radius:4px}
