.magical-demo{--magic-body-font: var(--font-body-family, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif);--magic-display-font: var(--font-heading-family, var(--magic-body-font));background:linear-gradient(135deg,#1a1a1a,#000,#1a1a1a);color:#fff;position:relative;overflow:hidden;padding:4rem 0;font-family:var(--magic-body-font);-webkit-text-size-adjust:100%}.magical-demo--premium{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e)}.magical-demo *,.magical-demo *:before,.magical-demo *:after{box-sizing:border-box}.magical-background{z-index:0;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.stars{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill-opacity='0.3'%3E%3Cpolygon fill='%23FFF' points='50 0 60 40 100 50 60 60 50 100 40 60 0 50 40 40'/%3E%3C/g%3E%3C/svg%3E") repeat;background-size:200px 200px;animation:rotate 120s linear infinite;opacity:.1}.twinkling{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill-opacity='0.8'%3E%3Cpolygon fill='%23FFF' points='50 0 60 40 100 50 60 60 50 100 40 60 0 50 40 40'/%3E%3C/g%3E%3C/svg%3E") repeat;background-size:300px 300px;animation:move-twink-back 200s linear infinite;opacity:.05}.stars-premium{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill-opacity='0.3'%3E%3Cpolygon fill='%23FFE8A8' points='50 0 60 40 100 50 60 60 50 100 40 60 0 50 40 40'/%3E%3C/g%3E%3C/svg%3E") repeat;background-size:200px 200px;animation:rotate 120s linear infinite;opacity:.15}.twinkling-premium{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cg fill-opacity='0.8'%3E%3Cpolygon fill='%23FFF2C5' points='50 0 60 40 100 50 60 60 50 100 40 60 0 50 40 40'/%3E%3C/g%3E%3C/svg%3E") repeat;background-size:300px 300px;animation:move-twink-back 200s linear infinite;opacity:.1}.floating-sparkles{position:absolute;top:0;right:0;bottom:0;left:0;background:url(sparkle.gif) repeat;background-size:600px 600px;animation:move-twink-back 150s linear infinite;opacity:.3}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes move-twink-back{0%{background-position:0 0}to{background-position:-10000px 5000px}}.magical-demo__wrapper{position:relative;z-index:10;width:90vw;max-width:1600px;margin:0 auto;padding:0 3vw}.magical-demo__form{width:100%;max-width:none;margin-left:auto;margin-right:auto}.magical-demo__title{font-family:var(--magic-display-font);text-align:center;font-size:3.8rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(to right,#fbbf24,#fcd34d,#fde68a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1}.magical-demo__subtitle{font-family:var(--magic-body-font);text-align:center;font-size:1.9rem;color:#d1d5db;margin:0 auto .75rem;font-weight:300;line-height:1.6}.magical-demo__synopsis{font-size:2.4rem;color:#d1d5db;font-weight:300;line-height:1.5;text-align:center;margin:0 auto}.magical-demo__field{margin:0 auto 1.5rem;text-align:center;max-width:480px;width:100%}.magical-demo__field-row{display:flex;gap:1rem;margin-bottom:1.5rem}.magical-demo__field-row .magical-demo__field{flex:1 1 0;margin-bottom:0}@media (max-width: 768px){.magical-demo__field-row{flex-direction:column}}.magical-demo__label{display:block;font-size:1.6rem;font-weight:500;margin-bottom:1rem;color:#e5e7eb;text-align:center}.optional-text{font-weight:400;color:#9ca3af}.required-text{font-weight:400;color:#fbbf24;margin-left:.25rem}.magical-field__input,.magical-field__select,.magical-field__textarea{width:100%;height:3.25rem;padding:0 1.5rem;font-size:18px;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:.75rem;color:#fff;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:inset 0 1px 2px #00000040}.magical-field__textarea{height:6rem;padding:.75rem 1.5rem;resize:vertical;min-height:6rem}.option-group{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.option-group input[type=radio],.option-group input[type=checkbox]{display:none}.option-group label{padding:.5rem 1rem;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);border-radius:.75rem;cursor:pointer;font-size:1.6rem;color:#fff;box-shadow:0 1px 2px #00000040;transition:box-shadow .3s ease,border-color .3s ease,background .3s ease}.option-group label:hover{border-color:#fbbf2480;box-shadow:0 0 6px #fbbf244d}.option-group input[type=radio]:focus+label,.option-group input[type=checkbox]:focus+label{border-color:#fbbf2499;box-shadow:0 0 0 3px #fbbf2466}.option-group input[type=radio]:checked+label,.option-group input[type=checkbox]:checked+label{background:#fbbf24;border-color:#fbbf24;color:#000}.magical-field__input::placeholder,.magical-field__textarea::placeholder{color:#9ca3af;font-size:.9em}.magical-field__input:focus,.magical-field__select:focus,.magical-field__textarea:focus{outline:none;border-color:#fbbf2499;box-shadow:0 0 0 3px #fbbf2466,0 0 6px #fbbf2499}.magical-field__input:hover,.magical-field__select:hover,.magical-field__textarea:hover{border-color:#ffffff4d;box-shadow:inset 0 1px 2px #0003}.field-help{font-size:1.4rem;color:#9ca3af;margin:1rem 0 1.5rem;line-height:1.6;text-align:center}#progress-motivation{font-size:4.2rem;margin-top:-.5rem}.magical-demo__button-wrapper{text-align:center;margin-top:2rem;display:flex;justify-content:center;gap:1rem;max-width:480px;width:100%;margin-left:auto;margin-right:auto}.magical-demo__button-wrapper .magical-button{flex:1 1 45%}.magical-button{padding:1.25rem 3rem;font-size:clamp(1.6rem,2.2vw,1.9rem);font-weight:700;background:linear-gradient(to right,#eab308,#f59e0b);color:#000;border:2px solid transparent;border-radius:.75rem;cursor:pointer;transition:all .3s ease;transform:scale(1);text-decoration:none;display:inline-block}.magical-button:hover{background:linear-gradient(to right,#f59e0b,#fbbf24);transform:translateY(-2px);box-shadow:0 10px 25px #fbbf2440,0 0 8px #fbbf2480}.magical-button:focus{outline:none;box-shadow:0 0 0 3px #fbbf2466,0 0 8px #fbbf2499,0 0 16px #fbbf2466}.magical-button:disabled{opacity:.5;cursor:not-allowed;transform:scale(1)}.step-progress-wrapper{margin:0 auto 2rem;width:100%}.step-progress{display:flex;justify-content:space-between;list-style:none;padding:0;margin:0;counter-reset:step}.step-progress li{flex:1;text-align:center;position:relative;font-size:1.4rem;color:#e5e7eb}.step-progress li:before{counter-increment:step;content:counter(step);display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;margin:0 auto .5rem;border-radius:50%;border:2px solid #e5e7eb;background:#ffffff1a;color:#e5e7eb}.step-progress li:after{content:"";position:absolute;top:1.25rem;left:50%;width:100%;height:2px;background:#ffffff40;z-index:-1}.step-progress li:last-child:after{display:none}.step-progress li.active:before{background:#fde68a;border-color:#fde68a;color:#1f2937}.step-progress li.completed:before{content:"\2713";background:#fde68a;border-color:#fde68a;color:#1f2937}.step-progress li.completed:after{background:#fde68a}.form-step{padding:2rem 0;margin:0}@media (max-width: 768px){.form-step{padding:1.5rem 0}}.form-step.fade-in{animation:stepFade .3s ease}.fade-in{animation:viewFade .4s ease}@keyframes stepFade{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes viewFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.magical-progress-container{width:100%;max-width:none;height:1.25rem;background:#ffffff26;border-radius:9999px;overflow:hidden;margin:2rem auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:relative}.magical-progress-bar{display:block!important;height:100%;width:0;background:linear-gradient(90deg,#fbbf24,#fcd34d,#fde68a,#fcd34d);background-size:200% 100%;border-radius:9999px;animation:progressBarAnim 42s linear forwards,shimmer 4s linear infinite;box-shadow:0 0 8px #fde68acc}@keyframes progressBarAnim{0%{width:0}to{width:100%}}@keyframes shimmer{0%{background-position:0 0}to{background-position:-200% 0}}@media (max-width: 768px){.magical-demo{padding:2rem 1rem}.magical-demo__wrapper{width:100%;padding:0 1.5rem}.magical-demo__title{font-family:var(--magic-display-font);font-size:3rem}.magical-demo__subtitle{font-family:var(--magic-body-font);font-size:1.5rem}.magical-demo__synopsis{font-size:1.8rem}.magical-field__input,.magical-field__select,.magical-field__textarea{font-size:18px;height:3.5rem}.magical-button{font-size:1.6rem;padding:1.25rem 2.5rem}.results-actions .magical-button{font-size:2rem;padding:1.5rem 3rem}.magical-demo__form,.magical-progress-container,.progress-step,.step-progress{width:100%;max-width:none}.result-note{font-size:.9rem}}.magical-demo__content{min-height:70vh;display:flex;flex-direction:column;justify-content:center;padding:2rem 0;position:relative;transition:min-height .4s cubic-bezier(.4,0,.2,1)}.magical-demo__form.inactive{opacity:.45;pointer-events:none;filter:blur(1.5px);transition:opacity .3s,filter .3s}#progress-placeholder,#magic-demo-results{width:100%}#progress-placeholder{min-height:44px}#progress-placeholder p{margin:0;font-size:1.5rem;color:#e5e7eb}.progress-step{margin-top:4rem;min-height:160px;position:relative;overflow:hidden;width:100%;max-width:none;margin-left:auto;margin-right:auto;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}.progress-step h3{margin:0;font-size:3rem;color:#fbbf24}.progress-step p{margin:.5rem auto 0;font-size:1.8rem;color:#e5e7eb;max-width:40rem}.progress-step.animate{animation:slideInOut 9s ease-in-out forwards}@keyframes slideInOut{0%{opacity:0;transform:translate(-100%)}10%{opacity:1;transform:translate(0)}90%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.magical-demo__content{min-height:70vh;transition:min-height .3s cubic-bezier(.4,0,.2,1)}.magical-demo-results{display:flex;flex-wrap:wrap;align-items:center;gap:2rem;width:100%;justify-content:center;min-height:80vh;position:relative;z-index:20}.result-main{display:flex;flex-wrap:wrap;gap:2rem;width:100%;justify-content:center;align-items:center;text-align:left}.result-cover{flex:0 0 40%;max-width:40%;text-align:center}.result-cover .magical-demo-gallery{max-width:100%}.result-cover .magical-demo-gallery img{max-width:440px;max-height:580px;box-shadow:0 4px 12px #00000026;border:1px solid rgba(255,255,255,.15);margin:0 auto}.result-details{flex:1 1 50%;max-width:50%;text-align:left;display:flex;flex-direction:column;align-items:center}.result-note,.results-actions{flex:none;width:100%}.magical-demo-results .magical-demo__title{font-family:var(--magic-display-font);font-size:3.6rem;margin-top:0}.result-subheading{font-size:2.4rem;font-weight:600;background:linear-gradient(to right,#fbbf24,#fde68a);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin:0 0 .25rem;text-align:center}.result-synopsis{font-size:1.92rem;line-height:1.5;color:#d1d5db;text-align:center;margin:.5rem auto 1rem}@media (max-width: 768px){.result-main{flex-direction:column}.result-cover,.result-note,.results-actions{flex:none;max-width:100%;width:100%}.result-cover .magical-demo-gallery img{max-width:60%}.result-details{max-width:90%;width:90%;padding:0 1rem;text-align:center}.results-actions{justify-content:center}}.results-container{width:90vw;max-width:1600px;margin:1rem auto 0;padding:0 3vw 3rem}.magical-demo-results img{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #00000026;border:1px solid rgba(255,255,255,.15)}@media (max-width: 1200px){.results-container{width:100%;max-width:none;padding:0 1.5rem 3rem}.magical-demo-results img{width:100%;max-width:none}}.magical-demo-gallery{width:100%;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.magical-demo-gallery img{width:100%;height:auto;max-height:400px;object-fit:contain;box-shadow:0 4px 12px #00000026;border-radius:12px}@media (max-width: 768px){.magic-demo-gallery img{width:60%;max-width:60%}}.result-note{font-size:1.1rem;color:#fff;opacity:.8;text-align:center;margin-top:1rem;max-width:500px;margin-left:auto;margin-right:auto}#regenerate-link{color:#fff;text-decoration:underline}.results-actions{display:flex;justify-content:center;gap:1.5rem;margin:1.5rem 0}.results-actions .magical-button{padding:1.25rem 3rem;font-size:1.9rem;border-radius:.75rem}.results-actions .magical-button--outline{font-weight:400}.magical-button--outline{background:transparent;color:#fbbf24;border:2px solid #fcd34d}.magical-button--outline:hover{background:#fbbf241a;box-shadow:none}.product.magical-demo-active .product__info-wrapper.grid__item{width:100%!important;max-width:100%!important;padding:0!important}.book-info-wrapper{display:flex;flex-wrap:wrap;align-items:center;column-gap:2rem;row-gap:2rem;width:90vw;max-width:1600px;margin:2rem auto 0;padding:0 3vw;position:relative;z-index:20}.book-info-content{flex:1 1 calc(60% - 1rem);max-width:calc(60% - 1rem);text-align:left;order:2}.book-info-content>.magical-demo__title{font-family:var(--magic-display-font);font-size:3rem}.book-info-cover{flex:0 1 calc(40% - 1rem);max-width:calc(40% - 1rem);text-align:center;order:1}.book-info-cover img{width:100%;max-width:440px;max-height:580px;height:auto;border-radius:12px;box-shadow:0 2px 16px #0000001a;border:1px solid #e5e7eb}.book-info-section{margin-bottom:2.5rem}.book-info-section h4{font-size:1.8rem;margin-bottom:.5rem}.book-info-section ul{list-style:none;padding:0;margin:0;font-size:1.4rem}.book-info-section li{margin-bottom:.5rem}.check-item:before{content:"\2713  ";color:#10b981}@media (max-width: 768px){.book-info-wrapper{flex-direction:column;padding:0 1.5rem}.book-info-cover{order:1;max-width:100%;flex:none}.book-info-cover img{max-width:60%}.book-info-content{order:2;max-width:100%;flex:none;text-align:justify}}.book-info-reminder{font-style:italic;color:#d1d5db;font-size:1.4rem}.section-note{font-style:italic;color:#9ca3af;font-size:1.4rem;margin-top:.5rem}.book-info-actions{margin:2rem 0}.order-review-wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;gap:2rem;width:90vw;max-width:1600px;margin:2rem auto 0;padding:0 3vw}.order-review-cover{flex:0 0 40%;max-width:390px;text-align:center}.order-review-cover img{width:100%;height:auto;border-radius:12px;box-shadow:0 2px 16px #0000001a;border:1px solid #e5e7eb}.order-review-content{flex:1 1 50%;max-width:60%}.order-review-items{margin:1rem 0}.order-review-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.order-review-item img{width:60px;height:80px;object-fit:cover;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.order-review-item span{font-size:1.4rem}.order-review-format{font-weight:600}.order-review-total{font-size:1.6rem;font-weight:700;margin-top:.5rem}.order-review-actions{margin-top:2rem}@media (max-width: 768px){.order-review-wrapper{flex-direction:column;padding:0 1.5rem}.order-review-cover{order:2;max-width:100%;margin-top:2rem}.order-review-content{order:1;max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/magic-demo.css.map */
