.screen-layout{position:relative;width:100vw;min-height:100vh;overflow-x:hidden}.screen-layout__background{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(180deg,#0e0d0d,#0e0d0d 40%,#ff6a00);z-index:0}.screen-layout__container{position:relative;z-index:1;width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:20px}.screen-layout__close-button{position:absolute;top:20px;right:20px;width:32px;height:32px;border:none;background:#ffffff1a;color:#fff;font-size:24px;font-weight:300;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s}.screen-layout__close-button:hover{background:#fff3}@media (min-width: 768px){.screen-layout__container{max-width:390px;margin:0 auto}}.primary-button{width:100%;max-width:350px;padding:16px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0003;text-transform:uppercase;letter-spacing:.5px}.primary-button--primary{background:#ff6a00}.primary-button--primary:hover:not(:disabled){background:#c50;transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.primary-button--primary:active:not(:disabled){transform:translateY(0)}.primary-button--secondary{background:#191818cc;border:1px solid rgba(255,255,255,.1)}.primary-button--secondary:hover:not(:disabled){background:#191818e6;border-color:#fff3}.primary-button:disabled{opacity:.5;cursor:not-allowed}.landing-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:40px;padding:60px 20px;min-height:calc(100vh - 40px)}.landing-screen__header{width:100%;margin-bottom:20px}.landing-screen__title{font-size:46px;font-weight:700;color:#fff;text-align:center;line-height:1.3;margin:0}.landing-screen__highlight{color:#ff6a00}.landing-screen__tags{width:100%;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;align-items:center}.landing-screen__tag{padding:10px 20px;background:#0006;border:1px solid rgba(255,255,255,.2);border-radius:20px;color:#fff;font-size:17px;font-weight:500;text-align:center;white-space:nowrap}.landing-screen__footer{width:100%;margin-top:auto;padding-top:20px;display:flex;flex-direction:column;align-items:center;gap:16px}.landing-screen__disclaimer{font-size:12px;color:#fffc;text-align:center;line-height:1.4;margin:0}.progress-bar{width:100%;max-width:350px;height:8px;background:#19181880;border-radius:4px;overflow:hidden;margin-bottom:24px}.progress-bar__fill{height:100%;background:linear-gradient(90deg,#ff6a00,#c50);border-radius:4px;transition:width .3s ease}.answer-button{width:100%;max-width:350px;padding:16px 24px;border:1px solid #ff7320;border-radius:12px;font-size:18px;font-weight:500;color:#fff;background:#19181899;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0003;text-align:center}.quiz-screen--quiz1 .answer-button,.quiz-screen--quiz2 .answer-button,.quiz-screen--quiz3 .answer-button,.quiz-screen--quiz4 .answer-button{text-align:left;font-size:19px}.answer-button--number{max-width:62px;width:62px;padding:12px;font-size:31px;font-weight:600}.quiz-screen__number-answers+.answer-button--number{width:284px;max-width:284px;font-size:20px;white-space:nowrap;align-self:center}.answer-button:hover{background:#191818cc;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.answer-button--selected{border-color:#ff6a00;background:#ff6a004d;box-shadow:0 4px 16px #ff6a0066}.answer-button--selected:hover{background:#ff6a0066}.back-button{position:absolute;bottom:14vh;left:20px;width:auto;max-width:none;padding:16px 24px;border:none;border-radius:12px;font-size:16px;font-weight:600;color:#fff;background:#19181899;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #0003;text-transform:uppercase;letter-spacing:.5px}.back-button:hover{background:#191818cc;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.back-button:active{transform:translateY(0)}.quiz-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding:40px 20px;min-height:calc(100vh - 40px);position:relative}.quiz-screen__question{font-size:26px;font-weight:600;color:#fff;text-align:left;line-height:1.4;width:100%}.quiz-screen__highlight{color:#ff6a00}.quiz-screen__answers{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.quiz-screen--quiz1 .quiz-screen__answers,.quiz-screen--quiz2 .quiz-screen__answers,.quiz-screen--quiz3 .quiz-screen__answers,.quiz-screen--quiz4 .quiz-screen__answers{align-items:flex-start}.quiz-screen__slider-labels{width:100%;display:flex;justify-content:space-between;color:#191818cc;font-size:18px;padding:0 10px}.quiz-screen__slider-line{width:100%;position:relative;height:4px;margin:0;padding:0 10px;display:flex;align-items:center}.quiz-screen__slider-line-track{width:100%;height:2px;background:#19181899;position:relative}.quiz-screen__slider-line-marker{width:8px;height:8px;border-radius:50%;background:#191818cc;position:absolute;top:50%;transform:translateY(-50%)}.quiz-screen__slider-line-marker--left{left:10px}.quiz-screen__slider-line-marker--right{right:10px}.quiz-screen__slider-line--quiz5{margin-bottom:0}.quiz-screen__number-answers{width:100%;display:flex;justify-content:center;gap:12px;flex-wrap:nowrap;margin-top:40px}.quiz-screen__number-answers+.answer-button{align-self:center}.quiz-screen__number-answers--quiz6{margin-top:20px}.quiz-screen__number-answers--quiz7{margin-top:5px}.quiz-screen--quiz6 .quiz-screen__question,.quiz-screen--quiz6 .quiz-screen__question .quiz-screen__highlight{color:#fff}.quiz-screen--quiz6 .quiz-screen__question .quiz-screen__highlight--pink{color:#ff6a00}.quiz-screen--quiz7 .quiz-screen__question{color:#fff}.quiz-screen--quiz7 .quiz-screen__question .quiz-screen__highlight,.quiz-screen--quiz7 .quiz-screen__question .quiz-screen__highlight--pink,.quiz-screen__question .quiz-screen__highlight--orange{color:#ff6a00}.quiz-screen__image-answers--quiz9{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.quiz-screen__image-row{width:100%;display:flex;gap:16px;justify-content:center}.quiz-screen__image-row--single{justify-content:center}.quiz-screen__image-answer{background:transparent;border:2px solid #ff7320;border-radius:12px;padding:0;cursor:pointer;transition:all .2s;overflow:hidden;flex:1;max-width:120px;aspect-ratio:3/4.4}.quiz-screen__image-row--single .quiz-screen__image-answer{max-width:120px}.quiz-screen__image-answer:hover{border-color:#ff6a00;transform:translateY(-2px);box-shadow:0 4px 12px #ff6a004d}.quiz-screen__image-answer--selected{border-color:#ff6a00;box-shadow:0 4px 16px #ff6a0066}.quiz-screen__image{width:100%;height:100%;object-fit:cover;display:block}.quiz-screen--quiz6 .quiz-screen__image-answer{aspect-ratio:3/3.9}.quiz-screen--quiz5 .quiz-screen__slider-labels,.quiz-screen--quiz6 .quiz-screen__slider-labels,.quiz-screen--quiz7 .quiz-screen__slider-labels{color:#ff7320}.quiz-screen--quiz5 .quiz-screen__slider-line-track,.quiz-screen--quiz6 .quiz-screen__slider-line-track,.quiz-screen--quiz7 .quiz-screen__slider-line-track{background:#9f4f1699}.quiz-screen--quiz5 .quiz-screen__slider-line-marker,.quiz-screen--quiz6 .quiz-screen__slider-line-marker,.quiz-screen--quiz7 .quiz-screen__slider-line-marker{background:#9f4f16cc}.quiz-screen--quiz8 .quiz-screen__slider-labels,.quiz-screen--quiz9 .quiz-screen__slider-labels{color:#ff6a00}.quiz-screen--quiz8 .quiz-screen__slider-line-track,.quiz-screen--quiz9 .quiz-screen__slider-line-track{background:#ff6a0099}.quiz-screen--quiz8 .quiz-screen__slider-line-marker,.quiz-screen--quiz9 .quiz-screen__slider-line-marker{background:#ff6a00cc}.loader-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:32px;padding:40px 20px;min-height:calc(100vh - 40px)}.loader-screen__spinner{width:150px;height:150px;border-radius:50%;background:conic-gradient(from 0deg,#ff6a00 0deg,#ff6a00 270deg,rgba(255,106,0,.8) 280deg,rgba(255,106,0,.4) 300deg,rgba(255,106,0,.1) 320deg,transparent 330deg,transparent 360deg);mask:radial-gradient(circle,transparent 60px,black 61px);-webkit-mask:radial-gradient(circle,transparent 60px,black 61px);animation:spin 1s linear infinite;position:relative;display:flex;align-items:center;justify-content:center;margin:auto auto 30vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-screen__text{font-size:28px;font-weight:700;color:#fff;text-align:center;line-height:1.3;margin-top:5vh}.loader-screen__highlight{color:#ff6a00}.loader-screen__percent{font-size:48px;font-weight:700;color:#fff;text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.loader-screen__time-spent{font-size:48px;font-weight:600;color:#fff;text-align:center;margin:-20px auto 40vh}.plan-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:flex-start;gap:32px;padding:60px 20px;min-height:calc(100vh - 40px);justify-content:space-between}.plan-screen__button-container{position:absolute;bottom:14vh;left:20px}.plan-screen__title{font-size:30px;font-weight:700;color:#fff;text-align:left;line-height:1.3}.plan-screen__highlight{color:#ff6a00;font-weight:700}.plan-screen__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px;color:#fff;font-size:18px;line-height:1.5;position:absolute;top:50%;left:20px;transform:translateY(-50%);width:fit-content;max-width:calc(100% - 40px);align-items:flex-start}.plan-screen__list li{padding-left:24px;position:relative;text-align:left;width:100%;align-self:flex-start}.plan-screen__list li:before{content:"•";position:absolute;left:0;color:#fff;font-size:20px}.plan-screen__number{font-weight:700;font-size:20px}.mail-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:32px;padding:60px 20px;min-height:calc(100vh - 40px);justify-content:space-between}.mail-screen>:last-child{margin-top:auto;margin-bottom:10vh}.mail-screen__title{font-size:30px;font-weight:700;color:#fff;text-align:left;line-height:1.4}.mail-screen__highlight{color:#ff7320;font-weight:700}.mail-screen__input{width:100%;max-width:350px;padding:16px 20px;border:2px solid transparent;border-radius:12px;font-size:16px;background:#fffffff2;color:#333;outline:none;transition:border-color .2s}.mail-screen__input::placeholder{color:#999}.mail-screen__input:focus{border-color:#ff6a00}.mail-screen__input--error{border-color:red;background:#fff0f0f2}.price-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 20px;min-height:calc(100vh - 40px);justify-content:flex-start}.price-screen>:last-child{margin-top:auto;margin-bottom:10vh}.price-screen__title{font-size:32px;font-weight:700;color:#ff6a00;text-align:center}.price-screen__subtitle{font-size:16px;color:#fff;text-align:center;line-height:1.5}.price-screen__highlight{color:#ff6a00;font-weight:700}.price-screen__plans{width:100%;display:flex;flex-direction:column;gap:16px}.price-screen__plan{position:relative;padding:4px 20px;background:#fff0f5f2;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.price-screen__plan:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.price-screen__plan--selected{border:4px solid #ff6a00;background:#fff0f5;box-shadow:0 4px 16px #ff6a004d}.price-screen__popular-badge{position:absolute;bottom:-12px;left:-12px;font-size:34px;z-index:1}.price-screen__sale-badge{position:absolute;top:-12px;right:0;padding:4px 12px;background:#ff6a00;color:#fff;border-radius:12px;font-size:12px;font-weight:600}.price-screen__plan--popular .price-screen__sale-badge{background:#ff6a00}.price-screen__plan-duration{font-size:22px;font-weight:600;color:#2d1b4e;margin-top:8px;margin-bottom:12px;text-align:left}.price-screen__plan-prices{display:flex;gap:12px;align-items:center;margin-bottom:8px}.price-screen__original-price{font-size:14px;color:#999;text-decoration:line-through}.price-screen__discounted-price{font-size:15px;color:#2d1b4e;font-weight:500}.price-screen__weekly-price{font-size:32px;font-weight:700;color:#2d1b4e;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:4px;margin-top:-60px}.price-screen__weekly-label{font-size:14px;font-weight:400;color:#666}.price-offer-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:40px 20px;min-height:calc(100vh - 40px);justify-content:flex-start}.price-offer-screen>:last-child{margin-top:auto;margin-bottom:10vh}.price-offer-screen__header{display:flex;align-items:center;gap:12px;align-self:flex-start;margin-top:50px}.price-offer-screen__flame{font-size:86px}.price-offer-screen__title{font-size:50px;font-weight:700;color:#f94747;line-height:1.2}.price-offer-screen__card{position:relative;width:100%;padding:29px 20px;background:#fff0f5f2;border-radius:12px;border:6px solid #ff6347;box-shadow:0 2px 8px #0000001a;margin-top:30px}.price-offer-screen__sale-badge{position:absolute;top:-12px;right:0;padding:4px 12px;background:#f94747;color:#fff;border-radius:12px;font-size:22px;font-weight:600}.price-offer-screen__duration{font-size:28px;font-weight:600;color:#2d1b4e;margin-top:8px;margin-bottom:12px;text-align:left}.price-offer-screen__prices{display:flex;gap:12px;align-items:center;margin-bottom:8px}.price-offer-screen__original-price{font-size:14px;color:#999;text-decoration:line-through}.price-offer-screen__discounted-price{font-size:15px;color:#2d1b4e;font-weight:500}.price-offer-screen__weekly-price{font-size:42px;font-weight:700;color:#f94747;display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:4px;margin-top:-60px}.price-offer-screen__weekly-label{font-size:14px;font-weight:400;color:#666}.thanks-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;gap:32px;padding:60px 20px;text-align:center}.thanks-screen__title{font-size:32px;font-weight:700;color:#ff6a00;line-height:1.3}.thanks-screen__text{font-size:18px;color:#fff;line-height:1.5}.error-screen{width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:60px 20px;text-align:center;min-height:calc(100vh - 40px)}.error-screen__title{font-size:28px;font-weight:700;color:#ff6a00;line-height:1.3}.error-screen__text{font-size:20px;color:#ff6a00;line-height:1.4}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{width:100vw;min-height:100vh}
