:root{--orange:#f97316;--orange-dark:#dd5707;--orange-soft:#fff1e7;--cream:#fffaf5;--ink:#25201c;--muted:#756b63;--line:#eadfd5;--white:#fff;--green:#27865c;--shadow:0 24px 70px rgba(111,54,13,.13)}*{box-sizing:border-box}html{min-height:100%;background:var(--cream)}body{margin:0;min-height:100vh;color:var(--ink);font-family:DM Sans,sans-serif;background:radial-gradient(circle at 6% 14%,#ffe1ca 0,transparent 25%),radial-gradient(circle at 95% 87%,#ffdec3 0,transparent 24%),var(--cream);overflow-x:hidden}button,input,textarea,select{font:inherit}.ambient{position:fixed;border-radius:50%;filter:blur(1px);pointer-events:none;z-index:0}.ambient-one{width:360px;height:360px;border:1px solid rgba(249,115,22,.16);top:10%;left:-260px;box-shadow:0 0 0 55px #f9731608,0 0 0 115px #f9731606}.ambient-two{width:220px;height:220px;background:#f973160d;right:-70px;bottom:-80px}.topbar{height:84px;max-width:1340px;margin:auto;padding:0 32px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.brand{display:flex;align-items:center;gap:11px;color:var(--ink);font:800 24px/1 Manrope,sans-serif;text-decoration:none;letter-spacing:-1px}.brand-mark{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:var(--orange);transform:rotate(-4deg);box-shadow:0 7px 17px #f9731640}.brand-mark svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.secure-note{display:flex;align-items:center;gap:8px;color:#8b7e74;font-size:14px;font-weight:600}.secure-note svg{width:16px;fill:none;stroke:currentColor;stroke-width:1.8}.app-shell{position:relative;z-index:1;max-width:1240px;min-height:calc(100vh - 120px);margin:8px auto 28px;display:grid;grid-template-columns:370px minmax(0,1fr);border:1px solid rgba(222,203,188,.8);border-radius:28px;overflow:hidden;background:#ffffffdb;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.journey-card{background:linear-gradient(155deg,#f77b21,#ed630c 60%,#db4d00);color:#fff;padding:54px 43px 38px;display:flex;flex-direction:column;position:relative;overflow:hidden}.journey-card:before{content:"";position:absolute;width:270px;height:270px;border:55px solid rgba(255,255,255,.06);border-radius:50%;right:-150px;top:-90px}.journey-card:after{content:"♪";font:500 190px/1 Georgia;color:#ffffff0e;position:absolute;right:-5px;bottom:65px;transform:rotate(12deg)}.journey-card>*{position:relative;z-index:1}.eyebrow,.step-kicker{text-transform:uppercase;letter-spacing:2.1px;font-size:14px;font-weight:800}.journey-card h2{font:700 37px/1.13 Manrope,sans-serif;letter-spacing:-1.8px;margin:15px 0}.journey-card h2 em{font-family:Georgia,serif;font-weight:400}.journey-card>div>p{font-size:14px;line-height:1.65;color:#ffffffc7;margin:0;max-width:260px}.desktop-steps{list-style:none;padding:0;margin:45px 0 34px;display:flex;flex-direction:column}.desktop-steps li{display:grid;grid-template-columns:32px 1fr;gap:13px;min-height:49px;color:#ffffff8c;font-size:14px;font-weight:600;position:relative}.desktop-steps li:not(:last-child):before{content:"";position:absolute;width:1px;height:21px;background:#ffffff40;left:15px;top:28px}.desktop-steps li span{width:31px;height:31px;border:1px solid rgba(255,255,255,.4);border-radius:50%;display:grid;place-items:center;font-size:14px}.desktop-steps li p{margin:6px 0 0}.desktop-steps li.active{color:#fff}.desktop-steps li.active span{background:#fff;color:var(--orange);border-color:#fff;box-shadow:0 4px 13px #64250024}.desktop-steps li.done span{background:#ffffff2e;color:#fff}.included-box{margin-top:auto;padding:15px;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;border-radius:15px;display:flex;gap:12px;align-items:flex-start}.sparkle{font-size:18px}.included-box strong,.included-box span{display:block}.included-box strong{font-size:14px}.included-box div span{font-size:14px;line-height:1.45;color:#ffffffba;margin-top:3px}.form-card{min-width:0;background:#ffffffeb;display:flex;flex-direction:column}.mobile-progress{display:none}.form-card form{min-height:100%;display:flex;flex-direction:column}.step{display:none;padding:55px 66px 25px;animation:stepIn .35s ease}.step.active{display:block}@keyframes stepIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}.step-heading{margin-bottom:30px}.step-kicker{color:var(--orange)}.step-heading h1{font:800 clamp(29px,3vw,39px)/1.14 "Manrope",sans-serif;letter-spacing:-1.5px;margin:9px 0 10px}.step-heading p{font-size:15px;color:var(--muted);margin:0}.choice-grid{display:grid;gap:12px}.two-cols,.voice-grid{grid-template-columns:repeat(2,1fr)}.choice-card{border:1.5px solid var(--line);border-radius:16px;background:#fff;padding:19px;text-align:left;display:flex;align-items:center;gap:14px;color:var(--ink);cursor:pointer;transition:.2s;position:relative}.choice-card:hover,.genre:hover,.order-type button:hover{border-color:#f7a56e;transform:translateY(-1px)}.choice-card.selected,.genre.selected,.order-type button.selected{border-color:var(--orange);background:var(--orange-soft);box-shadow:0 0 0 2px #f9731612}.choice-icon{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;background:var(--orange-soft);font-size:23px;color:var(--orange);flex:none}.choice-card.selected .choice-icon{background:var(--orange);color:#fff}.choice-card strong,.choice-card small{display:block}.choice-card strong{font-size:14px}.choice-card small{color:var(--muted);font-size:14px;margin-top:3px;line-height:1.35}.choice-card i{width:17px;height:17px;border:1.5px solid #d1c6bd;border-radius:50%;position:absolute;right:15px;top:15px}.choice-card.selected i{border:5px solid var(--orange)}.commercial-notice{display:none;margin-top:13px;padding:12px 14px;border-radius:12px;background:#fff8df;border:1px solid #f3df9c;align-items:flex-start;gap:10px;color:#6f5612}.commercial-notice.visible{display:flex}.commercial-notice>span{width:20px;height:20px;border-radius:50%;background:#e6b838;color:#fff;display:grid;place-items:center;font-size:14px;flex:none}.commercial-notice p{margin:0;font-size:14px;line-height:1.45}.field-label{margin-top:24px}label{display:block;position:relative}label>span,.segmented>span{display:block;font-size:14px;font-weight:700;margin:0 0 8px;color:#514841}label>span small{font-weight:400;color:#978b82}input,textarea,select{width:100%;border:1.5px solid var(--line);border-radius:12px;background:#fff;padding:13px 14px;outline:none;color:var(--ink);transition:.2s}input::placeholder,textarea::placeholder{color:#aea49d}input:focus,textarea:focus,select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f973161a}textarea{resize:vertical;line-height:1.55}.select-wrap{position:relative}.select-wrap select{appearance:none;padding-right:40px}.select-wrap>span{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:var(--orange);pointer-events:none}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:18px}.step>label{margin-bottom:18px}.char-count{position:absolute;right:12px;bottom:9px;color:#aaa;font-size:14px}.tip{display:flex;gap:12px;background:#fff7f0;border-radius:13px;padding:13px;color:#765239}.tip>span{color:var(--orange)}.tip p{margin:0;font-size:14px;line-height:1.45}.tip strong{display:block;color:#49372b;margin-bottom:2px}.genre-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:20px}.genre{min-height:70px;border:1.5px solid var(--line);background:#fff;border-radius:13px;color:#4a413b;cursor:pointer;font-size:14px;font-weight:700;transition:.2s}.genre span{display:block;color:var(--orange);font-size:19px;margin-bottom:4px}.segmented{display:flex;align-items:center;gap:7px;margin-top:18px}.segmented>span{margin:0 auto 0 0}.segmented button{border:1px solid var(--line);background:#fff;padding:8px 13px;border-radius:20px;font-size:14px;cursor:pointer;color:#756a62}.segmented button.selected{background:var(--orange);border-color:var(--orange);color:#fff}.choice-card.compact{padding:15px}.choice-card.compact .choice-icon{width:38px;height:38px;font-size:18px}.order-type{display:grid;grid-template-columns:1fr 1fr;gap:10px}.order-type button{padding:14px;border:1.5px solid var(--line);border-radius:13px;background:#fff;color:var(--ink);font-weight:700;font-size:14px;cursor:pointer;transition:.2s}.order-type small{display:block;font-size:14px;font-weight:500;color:var(--muted);margin-top:4px}.quantity-panel{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:14px 16px;border-radius:13px;background:#fff8f2}.quantity-panel>div>span,.quantity-panel>div>small{display:block}.quantity-panel>div>span{font-size:14px;font-weight:700}.quantity-panel>div>small{font-size:14px;color:var(--muted);margin-top:2px}.quantity-control{display:flex;align-items:center;gap:17px}.quantity-control button{border:1px solid #f2ccb2;background:#fff;color:var(--orange);border-radius:8px;width:31px;height:31px;cursor:pointer;font-size:17px}.quantity-control strong{font:800 17px Manrope}.price-breakdown{margin:11px 0 20px;border-bottom:1px solid var(--line);padding:0 4px 14px}.price-row{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin:5px 0}.price-row.total{font-size:14px;color:var(--ink);font-weight:800;margin-top:9px}.discount{color:var(--green)}.contact-title{margin:0 0 11px}.contact-title strong,.contact-title span{display:block}.contact-title strong{font-size:14px}.contact-title span{font-size:14px;color:var(--muted);margin-top:2px}.summary-strip{display:grid;grid-template-columns:2fr 1fr 1fr;background:#fff5ed;border:1px solid #f5dbc9;border-radius:14px;padding:13px 16px;margin-bottom:13px}.summary-strip div+div{border-left:1px solid #efcfb9;padding-left:14px}.summary-strip span,.summary-strip strong{display:block}.summary-strip span{font-size:14px;color:var(--muted);text-transform:uppercase;letter-spacing:.6px}.summary-strip strong{font:800 15px Manrope;margin-top:3px}.summary-strip div:first-child strong{color:var(--orange);font-size:19px}.prompt-card{border:1px solid var(--line);border-radius:14px;padding:15px;margin-bottom:18px;background:#fff}.prompt-top{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.7px}.prompt-top b{color:var(--orange);margin-right:5px}.prompt-top button{border:0;background:#fff3e9;color:var(--orange);border-radius:7px;padding:6px 9px;font-size:14px;cursor:pointer}.prompt-card p{font-size:14px;line-height:1.55;color:#625850;margin:12px 0 0;max-height:90px;overflow:auto}.payment-heading{margin-bottom:11px}.payment-heading strong,.payment-heading span{display:block}.payment-heading strong{font-size:14px}.payment-heading span{font-size:14px;color:var(--muted);margin-top:2px}.payment-tabs{display:flex;border-bottom:1px solid var(--line)}.payment-tabs button{border:0;background:transparent;padding:9px 17px;color:#8a7f77;font-size:14px;font-weight:700;cursor:pointer;border-bottom:2px solid transparent}.payment-tabs button.active{color:var(--orange);border-color:var(--orange)}.payment-panel{display:none;min-height:95px;align-items:center;gap:18px;background:#faf8f6;padding:15px;border-radius:0 0 12px 12px}.payment-panel.active{display:flex}.payment-logo{width:54px;height:54px;border-radius:13px;background:var(--orange);color:#fff;display:grid;place-items:center;font-weight:800}.payment-logo.paypal{background:#0874c9;font-size:25px}.payment-data{display:grid;grid-template-columns:auto auto;gap:3px 9px;font-size:14px}.payment-data span{color:var(--muted)}.payment-data strong,.payment-copy strong{font-size:14px}.payment-copy p{font-size:14px;color:var(--muted);margin:4px 0}.payment-copy a{font-size:14px;color:var(--orange);font-weight:700}.qr-placeholder{width:66px;height:66px;background:repeating-conic-gradient(#211 0 4%,#fff 0 8%);border:5px solid white;box-shadow:0 0 0 1px #ddd;display:grid;place-items:center}.qr-placeholder span{background:#fff;padding:3px;font-size:14px;font-weight:900}.terms{display:flex;align-items:flex-start;gap:9px;margin-top:12px}.terms input{width:16px;height:16px;accent-color:var(--orange);margin:1px 0 0;flex:none}.terms span{font-size:14px;line-height:1.45;color:var(--muted);font-weight:400;margin:0}.form-error{color:#b93820;font-size:14px;min-height:18px;margin:0 66px;padding-top:3px}.form-actions{margin-top:auto;border-top:1px solid #eee4dc;padding:19px 66px 22px;display:flex;align-items:center;gap:12px;background:#ffffffe6}.back-button{border:0;background:none;padding:11px 0;color:#8a7f77;font-size:14px;font-weight:700;cursor:pointer;visibility:hidden}.next-button{margin-left:auto;border:0;border-radius:12px;background:var(--orange);color:#fff;padding:13px 18px 13px 21px;display:flex;align-items:center;gap:22px;font-size:14px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px #f9731640;transition:.2s}.next-button:hover{background:var(--orange-dark);transform:translateY(-1px)}.next-button b{font-size:17px}.live-price{display:none;margin-left:auto;text-align:right}.live-price span,.live-price strong{display:block}.live-price span{font-size:14px;color:var(--muted)}.live-price strong{font-size:15px}.toast{position:fixed;z-index:5;left:50%;bottom:24px;transform:translate(-50%,20px);background:#28231f;color:#fff;padding:11px 17px;border-radius:9px;font-size:14px;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%)}[hidden]{display:none!important}label>span,.segmented>span{font-size:14px;line-height:1.4}.field-label{font-size:14px;line-height:1.4;font-weight:700;color:#514841}.field-label+*{margin-top:2px}@media(max-width:900px){.app-shell{margin:5px 18px 25px;grid-template-columns:290px minmax(0,1fr)}.journey-card{padding:42px 28px}.journey-card h2{font-size:31px}.step{padding:43px 40px 20px}.form-actions{padding:18px 40px}.form-error{margin:0 40px}.genre-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.topbar{height:68px;padding:0 20px}.secure-note{font-size:0}.secure-note svg{width:19px}.app-shell{display:block;margin:0;border-radius:24px 24px 0 0;min-height:calc(100vh - 68px)}.journey-card{display:none}.mobile-progress{display:block;padding:19px 22px 0}.progress-meta{display:flex;justify-content:space-between;font-size:14px;font-weight:700;color:var(--muted);margin-bottom:7px}.progress-track{height:4px;border-radius:3px;background:#f3e8df;overflow:hidden}.progress-track span{display:block;height:100%;width:14.28%;background:var(--orange);border-radius:3px;transition:.3s}.step{padding:31px 22px 15px}.step-heading{margin-bottom:24px}.step-heading h1{font-size:28px}.two-cols,.voice-grid,.field-row,.order-type{grid-template-columns:1fr}.field-row{margin-bottom:0}.field-row label{margin-bottom:17px}.genre-grid{grid-template-columns:repeat(3,1fr)}.segmented{flex-wrap:wrap}.segmented>span{width:100%}.final-step .step-heading{margin-bottom:18px}.form-error{margin:0 22px}.form-actions{position:sticky;bottom:0;padding:14px 22px 18px}.live-price{display:block}.payment-panel{align-items:flex-start}.payment-data{grid-template-columns:1fr}.summary-strip{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:390px){.genre-grid{grid-template-columns:repeat(2,1fr)}.payment-tabs button{padding:9px 12px}.summary-strip{padding:11px}.step-heading h1{font-size:25px}}.step-heading p strong{display:inline-block;margin-left:5px;color:var(--orange);font-size:14px}.customer-status{margin-top:4px;padding:15px;border:1px solid #f5d2b8;background:#fff6ee;border-radius:14px;display:flex;align-items:flex-start;gap:11px;color:#76401d}.customer-status>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--orange);color:#fff;flex:none;font-size:14px}.customer-status p{margin:1px 0 0;font-size:14px;line-height:1.45}.customer-status strong{display:block;font-size:14px;color:#4f3321}.customer-status.returning{background:#edf8f2;border-color:#b9dfca;color:#286346}.customer-status.returning>span{background:var(--green)}.customer-status.returning strong{color:#20563b}.privacy-note{font-size:14px;color:#92867d;text-align:center;margin:15px 0 0}.voice-grid{grid-template-columns:repeat(3,1fr)}.duration-block{margin:19px 0 17px;padding:14px 16px;border-radius:14px;background:#fff8f2}.duration-label,.range-marks{display:flex;align-items:center;justify-content:space-between}.duration-label span{font-size:14px;font-weight:700}.duration-label strong{font:800 18px Manrope;color:var(--orange)}input[type=range]{appearance:none;padding:0;border:0;box-shadow:none;height:24px;background:transparent;margin-top:8px}input[type=range]::-webkit-slider-runnable-track{height:5px;border-radius:4px;background:linear-gradient(90deg,var(--orange),#ffd8bc)}input[type=range]::-webkit-slider-thumb{appearance:none;width:19px;height:19px;border-radius:50%;background:#fff;border:5px solid var(--orange);margin-top:-7px;box-shadow:0 2px 7px #9c450a3d}input[type=range]::-moz-range-track{height:5px;border-radius:4px;background:#ffd8bc}input[type=range]::-moz-range-progress{height:5px;border-radius:4px;background:var(--orange)}input[type=range]::-moz-range-thumb{width:11px;height:11px;border-radius:50%;background:#fff;border:5px solid var(--orange)}.range-marks{font-size:14px;color:var(--muted)}.compact-row{align-items:end;margin-top:0}.compact-row .quantity-panel{margin:0;height:67px}.multi-song{display:none;margin:14px 0;padding:14px 16px;border:1px solid #f1d9c8;border-radius:14px;background:#fffbf8}.multi-song.visible{display:block}.multi-song>span{display:block;font-size:14px;font-weight:700;margin-bottom:10px}.multi-song>div{display:grid;grid-template-columns:1fr 1fr;gap:9px}.multi-song button{padding:10px;border:1.5px solid var(--line);border-radius:10px;background:#fff;color:var(--muted);font-size:14px;font-weight:700;cursor:pointer}.multi-song button.selected{border-color:var(--orange);background:var(--orange-soft);color:var(--orange)}#differentTopics{display:none;margin-top:12px}#differentTopics.visible{display:block}.contact-step .field-row,.contact-status{margin-top:8px}.delivery-assurance{display:flex;align-items:flex-start;gap:11px;margin-top:14px;padding:14px 15px;border:1px solid #cce7d8;border-radius:14px;background:#f1faf5;color:#245f40}.delivery-assurance>span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:var(--green);color:#fff;flex:none;font-size:14px}.delivery-assurance p{margin:1px 0 0}.delivery-assurance strong,.delivery-assurance small{display:block}.delivery-assurance strong{font-size:14px}.delivery-assurance small{margin-top:3px;color:#52715f;font-size:14px;line-height:1.45}@media(max-width:720px){.voice-grid,.compact-row{grid-template-columns:1fr}.multi-song>div{grid-template-columns:1fr}.compact-row .quantity-panel{margin-bottom:17px}}.topic-progress{display:flex!important;grid-template-columns:none!important;gap:7px!important;margin:13px 0}.topic-progress span{width:25px;height:25px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;background:#fff;color:#9d9188;font-size:14px;font-weight:800}.topic-progress span.active{border-color:var(--orange);color:var(--orange);box-shadow:0 0 0 3px var(--orange-soft)}.topic-progress span.done{border-color:var(--green);background:var(--green);color:#fff}#topicEditor textarea{margin-top:2px}.topic-ok{margin:9px 0 0 auto!important;width:82px;display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--orange)!important;border-color:var(--orange)!important;color:#fff!important;float:right}.topic-ok+*{clear:both}.topics-complete>strong{display:block;color:var(--green);font-size:14px;margin:12px 0 8px}.topics-complete>div{display:flex!important;flex-direction:column;gap:6px!important}.topics-complete>div span{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;border-radius:9px;background:#fff;color:#655a52;font-size:14px;line-height:1.4}.topics-complete>div b{width:17px;height:17px;display:grid;place-items:center;border-radius:50%;background:var(--orange-soft);color:var(--orange);flex:none;font-size:14px}.topics-complete>button{display:block;margin:9px 0 0 auto;border:0!important;background:transparent!important;color:var(--orange)!important;padding:4px!important;font-size:14px!important}.creation-card{display:flex;align-items:flex-start;gap:14px;border:1px solid #f3d3bd;background:#fff7f0;border-radius:14px;padding:16px;margin-bottom:18px}.creation-icon{width:36px;height:36px;border-radius:11px;background:var(--orange);color:#fff;display:grid;place-items:center;flex:none;font-size:17px}.creation-card strong{display:block;font-size:14px;margin:1px 0 5px}.creation-card p{font-size:14px;line-height:1.5;color:#685a51;margin:0}.business-only{display:none}.business-only.visible{display:block}.business-section-title{padding:12px 14px;margin:2px 0 14px;border-left:3px solid var(--orange);background:#fff7f0;border-radius:0 10px 10px 0}.business-section-title strong,.business-section-title span{display:block}.business-section-title span{font-size:14px;color:var(--muted);margin-top:3px}.business-campaign{padding:15px;margin:-3px 0 16px;border:1px solid #f1d7c4;border-radius:14px;background:#fffbf8}.business-campaign>.field-row{margin-bottom:13px}.business-campaign>label{margin-bottom:0}.business-mode .step-kicker{color:#d65b09}.business-mode .commercial-notice{box-shadow:inset 3px 0 #e5b62f}.mention-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:14px}.mention-options label{cursor:pointer}.mention-options input{position:absolute;opacity:0;pointer-events:none}.mention-options label>span{height:100%;min-height:48px;margin:0;padding:9px 10px;border:1.5px solid var(--line);border-radius:11px;background:#fff;display:flex;align-items:center;gap:7px;color:#756a62;font-size:14px;font-weight:700;transition:.2s}.mention-options i{width:15px;height:15px;border:1.5px solid #cfc3ba;border-radius:4px;flex:none;position:relative}.mention-options input:checked+span{border-color:var(--orange);background:var(--orange-soft);color:var(--orange)}.mention-options input:checked+span i{background:var(--orange);border-color:var(--orange)}.mention-options input:checked+span i:after{content:"✓";position:absolute;color:#fff;font-style:normal;font-size:14px;left:2px;top:-1px}#businessContactFields>.field-row{display:flex}.mention-field{display:none}.mention-field.visible{display:block;flex:1}@media(max-width:720px){.mention-options{grid-template-columns:1fr}.business-only>.field-row{display:block}}.top-actions{display:flex;align-items:center;gap:17px}.admin-toggle{border:1px solid #e8d9ce;background:#fff;color:#6f6259;border-radius:10px;padding:8px 11px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .25s cubic-bezier(.2,.8,.2,1),background .25s,border-color .25s,color .25s}.admin-toggle:hover{transform:translateY(-2px);border-color:#f3a26b;color:var(--orange)}.admin-toggle.active{background:#2d2824;border-color:#2d2824;color:#fff}.admin-banner{display:none;margin:18px 66px -30px;padding:10px 13px;border:1px solid #e0d5cc;border-radius:11px;background:#292521;color:#fff;align-items:center;gap:8px;animation:bannerIn .35s cubic-bezier(.2,.8,.2,1)}.admin-banner.visible{display:flex}.admin-banner span{color:#ff9a54}.admin-banner strong{font-size:14px}.admin-banner small{font-size:14px;color:#bfb7b1;margin-left:auto}@keyframes bannerIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.admin-mode .next-button{background:#2d2824;box-shadow:0 8px 18px #14121033}.social-proof-heading{display:flex;align-items:center;gap:10px;margin:22px 0 11px}.social-proof-heading>span{color:#ff8a31;font-size:14px;letter-spacing:1px}.social-proof-heading strong,.social-proof-heading small{display:block}.social-proof-heading strong{font-size:14px}.social-proof-heading small{font-size:14px;color:var(--muted);margin-top:2px}.story-carousel{height:365px;margin:0 0 24px;border:1px solid #efdfd3;border-radius:17px;overflow:hidden;position:relative;background:linear-gradient(145deg,#fff8f2,#f5ede7);box-shadow:0 10px 28px #793b111a;touch-action:pan-y}.carousel-track{display:flex;width:100%;height:100%}.carousel-slide{position:relative;flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;padding:12px 48px 30px}.carousel-slide img{display:block;width:auto;height:100%;max-width:100%;object-fit:contain;border-radius:10px;box-shadow:0 7px 24px #2e211829}.carousel-dots{position:absolute;z-index:2;left:50%;bottom:11px;transform:translate(-50%);display:flex;gap:5px}.carousel-dots button{border:0;width:6px;height:6px;border-radius:5px;padding:0;background:#d5c5ba;cursor:pointer;transition:width .3s ease,background .3s ease}.carousel-dots button.active{width:19px;background:var(--orange)}.carousel-arrow{position:absolute;z-index:2;top:50%;transform:translateY(-50%);width:31px;height:31px;border:1px solid #ead7ca;border-radius:50%;background:#ffffffeb;color:var(--orange);font-size:23px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 4px 13px #542e151a;transition:.2s}.carousel-arrow:hover{background:var(--orange);border-color:var(--orange);color:#fff}.carousel-arrow.previous{left:11px}.carousel-arrow.next{right:11px}.lifestyle-carousel{height:172px;margin:-7px 0 24px;border:0;background:#e86b19}.lifestyle-carousel .carousel-slide{padding:0;background-image:linear-gradient(0deg,rgba(31,17,8,.72),transparent 62%),url(/assets/carousel-stories-Df5v3GPc.jpg);background-repeat:no-repeat;background-size:300% auto;background-position-y:center}.lifestyle-carousel .carousel-slide.couple{background-position-x:0}.lifestyle-carousel .carousel-slide.friends{background-position-x:50%}.lifestyle-carousel .carousel-slide.business{background-position-x:100%}.lifestyle-carousel .carousel-slide>div{position:absolute;left:18px;bottom:17px;color:#fff}.lifestyle-carousel .carousel-slide span,.lifestyle-carousel .carousel-slide strong{display:block;text-shadow:0 1px 8px rgba(0,0,0,.35)}.lifestyle-carousel .carousel-slide span{font-size:14px;text-transform:uppercase;letter-spacing:1.4px;font-weight:800;color:#ffd6ba}.lifestyle-carousel .carousel-slide strong{font:700 17px/1.2 Manrope;margin-top:4px}.lifestyle-carousel .carousel-dots button{background:#ffffff7a}.lifestyle-carousel .carousel-dots button.active{background:#fff}.lifestyle-carousel.hero-carousel{margin:0 0 28px}.hero-carousel+.step-heading{margin-bottom:24px}.step[data-step="1"]>.customer-status{margin-top:16px}.choice-card,.genre,.next-button,.quantity-control button,.payment-tabs button{transition:all .28s cubic-bezier(.2,.8,.2,1)}.choice-card:active,.genre:active,.quantity-control button:active{transform:scale(.97)}.step.active{will-change:opacity,transform}@media(max-width:720px){body{background:#fffaf6}.topbar{position:sticky;top:0;z-index:10;background:#fffaf6e0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,217,206,.7)}.brand{font-size:20px}.brand-mark{width:34px;height:34px}.top-actions{gap:6px}.secure-note{display:none}.admin-toggle{padding:8px 10px;font-size:14px}.app-shell{margin:0;border:0;border-radius:0;min-height:calc(100dvh - 68px);box-shadow:none;background:#fff}.form-card{min-height:calc(100dvh - 68px)}.mobile-progress{padding:16px 18px 0}.admin-banner{margin:12px 18px -17px;padding:9px 11px}.admin-banner small{display:none}.step{padding:30px 18px 100px}.step-heading{margin-bottom:21px}.step-heading h1{font-size:clamp(25px,8vw,31px);line-height:1.12}.step-heading p{font-size:14px;line-height:1.5}.story-carousel{height:184px;margin:0 0 22px;border-radius:15px}.carousel-slide{background-size:300% auto}.field-row{gap:0}.choice-card{min-height:72px}.genre-grid{gap:7px}.genre{min-height:66px}.duration-block{margin-top:15px}.form-actions{position:fixed;z-index:8;left:0;right:0;bottom:0;padding:12px 18px calc(12px + env(safe-area-inset-bottom));box-shadow:0 -8px 30px #3a241514;border-top-color:#eee2d9}.form-error{position:fixed;z-index:9;left:18px;right:18px;bottom:72px;margin:0;padding:8px 11px;min-height:0;border-radius:8px;background:#fff1ec;box-shadow:0 5px 18px #501e0f1f;display:none}.form-error:not(:empty){display:block}.next-button{min-height:44px}.summary-strip{gap:0}.payment-tabs{overflow-x:auto}.payment-tabs button{white-space:nowrap}.payment-panel{min-height:112px}.topics-complete>div span{font-size:14px}}@media(max-width:400px){.topbar{padding:0 14px}.admin-toggle span{display:none}.step,.mobile-progress{padding-left:15px;padding-right:15px}.genre-grid{grid-template-columns:repeat(2,1fr)}.summary-strip{grid-template-columns:1.3fr .8fr .8fr}.summary-strip strong{font-size:14px}.back-button{font-size:0}.back-button:after{content:"←";font-size:18px}.live-price{margin-left:4px}.next-button{gap:12px;padding:12px 14px}}@media(max-width:720px){.social-proof-heading{margin-top:21px}.lifestyle-carousel{height:184px;margin-bottom:22px}.lifestyle-carousel.hero-carousel{margin:0 0 24px}.testimonial-carousel{height:min(58dvh,500px);min-height:390px;margin-bottom:21px}.testimonial-carousel .carousel-slide{padding:10px 34px 30px}.testimonial-carousel .carousel-arrow{width:29px;height:29px}.testimonial-carousel .carousel-arrow.previous{left:7px}.testimonial-carousel .carousel-arrow.next{right:7px}}.payment-proof{margin-top:17px;padding-top:16px;border-top:1px solid var(--line)}.proof-heading{display:flex;align-items:center;gap:9px;margin-bottom:10px}.proof-heading>span{width:22px;height:22px;border-radius:50%;background:var(--orange);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:800}.proof-heading strong,.proof-heading small{display:block}.proof-heading small{font-size:14px;color:var(--muted);margin-top:2px}.proof-dropzone{display:flex;align-items:center;gap:11px;padding:12px;border:1.5px dashed #e5c5af;border-radius:13px;background:#fffbf8;cursor:pointer;transition:.25s}.proof-dropzone:hover{border-color:var(--orange);background:#fff5ec}.proof-dropzone input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}.proof-upload-icon{width:34px;height:34px;border-radius:10px;background:var(--orange-soft);color:var(--orange);display:grid!important;place-items:center;font-size:18px;flex:none;margin:0!important}.proof-dropzone>span:nth-of-type(2){min-width:0;margin:0}.proof-dropzone>span:nth-of-type(2) strong,.proof-dropzone>span:nth-of-type(2) small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.proof-dropzone>span:nth-of-type(2) small{font-size:14px;color:var(--muted);margin-top:3px}.proof-dropzone>b{margin-left:auto;border:1px solid #f0c6a9;border-radius:8px;padding:6px 8px;color:var(--orange);font-size:14px;white-space:nowrap}.proof-dropzone.has-file{border-style:solid;border-color:#94d2b2;background:#f2fbf6}.proof-dropzone.has-file .proof-upload-icon{background:var(--green);color:#fff}.payment-reference{margin-top:11px}.next-button:disabled{opacity:.65;cursor:wait;transform:none}.order-success{position:fixed;z-index:30;inset:0;padding:20px;background:#231b168c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:none;place-items:center}.order-success.visible{display:grid;animation:fadeOverlay .25s ease}.order-success>div{width:min(430px,100%);padding:34px;border-radius:23px;background:#fff;text-align:center;box-shadow:0 30px 90px #1e140f40;animation:successIn .38s cubic-bezier(.2,.8,.2,1)}.success-check{width:52px;height:52px;margin:0 auto 15px;border-radius:50%;background:#eaf8f0;color:var(--green);display:grid;place-items:center;font-size:25px}.order-success h2{font:800 25px/1.15 Manrope;letter-spacing:-.7px;margin:8px 0}.order-success p{color:var(--muted);font-size:14px;line-height:1.55}.order-code{margin:18px 0;padding:12px;border-radius:12px;background:#fff4eb}.order-code span,.order-code strong{display:block}.order-code span{font-size:14px;text-transform:uppercase;letter-spacing:1px;color:var(--muted)}.order-code strong{font:800 18px Manrope;color:var(--orange);margin-top:3px}.order-success>div>small{display:block;color:#a0683f;font-size:14px;line-height:1.4}.order-success button{margin-top:17px;border:0;border-radius:10px;background:var(--orange);color:#fff;padding:11px 25px;font-weight:800;font-size:14px;cursor:pointer}@keyframes fadeOverlay{0%{opacity:0}to{opacity:1}}@keyframes successIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}@media(max-width:720px){.proof-dropzone>b{display:none}.order-success>div{padding:28px 21px}.payment-proof{margin-top:19px}}.summary-strip div:first-child small{display:block;margin-top:2px;color:#9b6c4d;font-size:14px}.exact-payment{margin-left:auto;padding-left:15px;border-left:1px solid #eadfd7;text-align:right}.exact-payment span,.exact-payment strong,.exact-payment small{display:block}.exact-payment span{font-size:14px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted)}.exact-payment strong{font:800 17px Manrope;color:var(--orange);margin:3px 0}.exact-payment small{font-size:14px;color:#7d7169;max-width:180px}.payment-copy strong b{color:var(--orange)}@media(max-width:720px){#payment-mobile{flex-wrap:wrap}.exact-payment{width:100%;margin:2px 0 0;padding:11px 0 0;border-left:0;border-top:1px solid #e8ddd5;text-align:left}.exact-payment small{max-width:none}}.turnstile-wrap{margin-top:13px;padding:10px;border:1px solid #eee2d9;border-radius:12px;background:#fcfaf8}.turnstile-wrap>small{display:block;margin-top:5px;color:#91857c;font-size:14px;text-align:center}.cf-turnstile{min-height:65px}label>span,.segmented>span,.field-label{font-size:14px;line-height:1.4;font-weight:700;color:#514841}label>span small{font-size:14px;line-height:1.3}.business-section-title strong{font-size:14px}.business-section-title span{font-size:14px;line-height:1.45}.mention-options label>span{font-size:14px;line-height:1.35}.payment-reference>span{font-size:14px}.terms span{font-size:14px;line-height:1.55}.proof-heading strong{font-size:14px}.proof-heading small{font-size:14px;line-height:1.4}.proof-dropzone>span:nth-of-type(2) strong{font-size:14px}.proof-dropzone>span:nth-of-type(2) small{font-size:14px}.topbar{height:96px}.brand{gap:8px;letter-spacing:0}.brand-mark{width:86px;height:62px;border-radius:0;background:none;transform:none;box-shadow:none;overflow:visible;flex:none}.brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.brand-wordmark{display:grid;line-height:.82;text-transform:uppercase;font-family:League Spartan,sans-serif;font-weight:900;letter-spacing:-.7px}.brand-wordmark b{font-size:16px;color:#172033}.brand-wordmark strong{font-size:24px;color:var(--orange);margin-top:5px}.brand:hover .brand-mark{transform:translateY(-1px)}@media(max-width:720px){.topbar{height:76px;padding:0 14px}.brand{gap:3px}.brand-mark{width:66px;height:48px}.brand-wordmark b{font-size:14px}.brand-wordmark strong{font-size:19px;margin-top:4px}}.sample-player{margin:22px 0 18px;padding:18px;border:1px solid #ead9cc;border-radius:17px;background:linear-gradient(145deg,#fffaf6,#fff3e9)}.sample-player-heading{display:flex;align-items:center;gap:12px;margin-bottom:14px}.sample-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--orange);color:#fff;font-size:20px;font-weight:800;box-shadow:0 7px 16px #f9731638}.sample-player-heading strong,.sample-player-heading p{display:block}.sample-player-heading strong{font-size:16px}.sample-player-heading p{margin:3px 0 0;color:var(--muted);font-size:14px;line-height:1.4}.sample-list{display:grid;gap:8px}.sample-track{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:10px 12px;border:1px solid #eee0d5;border-radius:12px;background:#fff;transition:.2s}.sample-track.playing{border-color:#f4a06a;box-shadow:0 0 0 3px #f9731614}.sample-play{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:#fff0e5;color:var(--orange);cursor:pointer;transition:.2s}.sample-play:hover,.sample-track.playing .sample-play{background:var(--orange);color:#fff}.sample-play span{font-size:16px;line-height:1;margin-left:2px}.sample-track.playing .sample-play span{font-size:14px;margin:0}.sample-info{min-width:0}.sample-info strong,.sample-info>span{display:block}.sample-info strong{font-size:14px}.sample-info>span{margin-top:2px;color:var(--muted);font-size:14px}.sample-progress{height:4px;margin-top:7px;border-radius:4px;background:#f0e5dd;overflow:hidden}.sample-progress i{display:block;width:0;height:100%;border-radius:inherit;background:var(--orange)}.sample-track time{color:#81746b;font-size:14px;font-weight:700}@media(max-width:720px){.sample-player{margin-top:20px;padding:14px}.sample-player-heading{align-items:flex-start}.sample-track{grid-template-columns:40px minmax(0,1fr) auto;padding:9px}.sample-player-heading p{line-height:1.5}}.step{padding-bottom:118px}.form-actions{position:fixed;z-index:20;left:max(370px,calc(50vw - 250px));right:max(0px,calc(50vw - 620px));bottom:0;margin:0;background:#fffffff5;box-shadow:0 -10px 32px #3a24151c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid #eadfd7}@media(min-width:721px)and (max-width:900px){.form-actions{left:308px;right:18px}}@media(max-width:720px){.step{padding-bottom:112px}.form-actions{left:0;right:0;bottom:0}}.step{padding-bottom:166px}.form-actions{display:grid;grid-template-columns:auto 1fr;gap:8px 16px;padding-top:12px;padding-bottom:14px}.back-button{grid-column:1;margin:0}.live-price{grid-column:2;margin-left:auto}.next-button{grid-column:1 / -1;width:100%;min-height:54px;margin:0;justify-content:center;font-size:16px;border-radius:14px}@media(max-width:720px){.step{padding-bottom:164px}.form-actions{padding:10px 18px calc(12px + env(safe-area-inset-bottom))}.next-button{min-height:52px}.form-error{bottom:136px}}body>.form-actions{position:fixed!important;z-index:100}body>.form-error{position:fixed;z-index:120;top:18px;left:50%;bottom:auto;width:min(540px,calc(100vw - 36px));min-height:0;margin:0;padding:14px 18px;border:1px solid #efb8a9;border-radius:12px;background:#fff1ec;color:#a92f1b;box-shadow:0 14px 38px #581f1133;font-size:16px;font-weight:700;line-height:1.4;text-align:center;transform:translate(-50%,-12px);opacity:0;pointer-events:none;display:block;transition:opacity .2s ease,transform .2s ease}body>.form-error:not(:empty){opacity:1;transform:translate(-50%)}@media(max-width:720px){body>.form-error{top:88px;font-size:16px}}
