.header{position:fixed;top:20px;left:0;right:0;margin:0 auto;z-index:1000;font-family:Inter,sans-serif;max-width:1236px;background:#2f313d;border-radius:60px;height:72px;padding:14px 48px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.header,.header .header__inner{display:flex;align-items:center;justify-content:space-between}.header .header__inner{width:100%}.header .header__inner .mobile-nav{position:fixed;inset:0;z-index:1100;background:#2f313d;display:flex;flex-direction:column;justify-content:space-between;height:100vh;padding:24px}.header .header__inner .mobile-nav .mobile-nav__top{display:flex;align-items:center;justify-content:space-between}.header .header__inner .mobile-nav .mobile-nav__top .header__logo{font-size:18px;color:#fff;display:flex;align-items:center;gap:8px}.header .header__inner .mobile-nav .mobile-nav__top .header__logo .image{width:150px;height:36px}.header .header__inner .mobile-nav .mobile-nav__top .mobile-close{color:#fff;cursor:pointer}.header .header__inner .mobile-nav .mobile-nav__top .mobile-close svg{width:28px;height:28px}.header .header__inner .mobile-nav .mobile-nav__links{display:flex;flex-direction:column;align-items:center;gap:24px;margin-top:auto;padding-bottom:40px}.header .header__inner .mobile-nav .mobile-nav__links a{color:#fff;font-size:20px;font-weight:500;text-decoration:none}.header .header__inner .mobile-nav .mobile-nav__links button{background:#1836b6;border-radius:32px;padding:14px 24px;border:none;cursor:pointer;color:#fff;font-size:16px;font-weight:500}.header .header__inner .mobile-nav .mobile-nav__links button:hover{background:#f9f9fc;color:#252835}.header .header__inner .header__logo{font-weight:700;font-size:18px;color:#fff;display:flex;align-items:center;gap:8px}.header .header__inner .header__logo .image{width:150px;height:36px}.header .header__nav{display:flex;gap:24px}.header .header__nav a{color:#fff;font-weight:400;text-decoration:none;font-size:16px}.header .header__nav a:hover{opacity:.7}.header .header__nav.open{display:flex;flex-direction:column;background:#2f313d;padding:20px;border-radius:20px;margin-top:12px}.header .header__nav.open a{font-size:16px;margin-bottom:12px}.header .header__nav.open .header__cta{display:block;margin-top:8px}.header .header__cta{font-family:Inter,sans-serif;background:#1836b6;color:#fff;padding:12px 24px;border-radius:32px;font-size:16px;font-weight:500;border:none;cursor:pointer}.header .header__cta:hover{background:#f9f9fc;color:#252835}.header .mobile-menu-toggle{display:none;cursor:pointer;color:#fff;z-index:1001}.header .mobile-menu-toggle svg{width:24px;height:24px}.header .mobile-nav{display:none}.header .desktop-only{display:block}.header .mobile-only{display:none}.header .mobile-nav{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#2f313d;z-index:1100;display:flex;flex-direction:column;padding:24px;animation:slideDown .3s ease-out forwards}.header .mobile-nav .mobile-nav__top{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid hsla(0,0%,100%,.1)}.header .mobile-nav .header__logo{font-size:18px;color:#fff;display:flex;align-items:center;gap:8px}.header .mobile-nav .mobile-close{color:#fff;cursor:pointer}.header .mobile-nav .mobile-close svg{width:28px;height:28px}.header .mobile-nav .mobile-nav__links{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;gap:24px}.header .mobile-nav .mobile-nav__links a{color:#fff;font-size:22px;font-weight:500;text-decoration:none}.header .mobile-nav .mobile-nav__links button{background:#1836b6;color:#fff;font-size:16px;padding:14px 28px;border-radius:32px;border:none;cursor:pointer;margin-top:24px}.header .mobile-nav .mobile-nav__links button:hover{background:#f9f9fc;color:#252835}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:768px){.header{top:0;padding:20px 20px 14px;border-radius:0;height:auto;position:relative;max-width:100%;background:none;box-shadow:none;z-index:9999;align-items:center}.header .header__inner .header__logo{font-weight:700;font-size:18px;color:#fff;display:flex;align-items:center;gap:8px}.header .header__inner .header__logo .image{width:24px;height:24px}.header .header__cta.desktop-only,.header .header__nav{display:none}.header .mobile-menu-toggle{display:block;position:absolute;top:20px;right:20px;z-index:1101}.mobile-nav{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#2f313d;z-index:9999;display:flex;flex-direction:column;padding:24px;animation:slideDown .3s ease-out forwards}.mobile-nav .mobile-nav__top{display:flex;align-items:center;justify-content:space-between}.mobile-nav .mobile-nav__top .header__logo{font-size:18px;color:#fff;display:flex;align-items:center;gap:8px}.mobile-nav .mobile-nav__top .header__logo .image{width:150px;height:50px}.mobile-nav .mobile-nav__top .mobile-close{color:#fff;cursor:pointer}.mobile-nav .mobile-nav__top .mobile-close svg{width:28px;height:28px}.mobile-nav .mobile-nav__links{display:flex;flex-direction:column;align-items:center;margin-top:auto;padding-bottom:40px;gap:24px}.mobile-nav .mobile-nav__links a{color:#fff;font-size:22px;font-weight:500;text-decoration:none}.mobile-nav .mobile-nav__links .header__cta{font-family:Inter,sans-serif;background:#1836b6;color:#fff;padding:12px 24px;border-radius:32px;font-size:16px;font-weight:500;border:none;cursor:pointer}.mobile-nav .mobile-nav__links .header__cta:hover{background:#f9f9fc;color:#252835}}.footer{position:relative;margin:20px auto;z-index:1000;height:72px;max-width:1236px;background:#2f313d;border-radius:60px;padding:14px 48px;box-shadow:0 10px 30px rgba(0,0,0,.3)}.footer,.footer__inner{display:flex;justify-content:space-between;align-items:center}.footer__inner{width:100%}.footer__logo{font-size:18px;color:#fff;display:flex;align-items:center;gap:8px}.footer__nav{display:flex;gap:24px}.footer__nav a{color:#fff;font-weight:400;text-decoration:none;font-size:16px}.footer__nav a:hover{opacity:.7}.footer__icons{display:flex;gap:16px}@media(max-width:768px){.footer{text-align:center;height:auto;padding:32px 24px;gap:16px;border-radius:32px;margin:24px 16px}.footer,.footer__inner{flex-direction:column;align-items:center}.footer__inner{gap:24px}.footer__nav{flex-direction:row;gap:24px}.footer__nav .nav{font-weight:400}.footer__logo,.footer__nav .nav{font-size:16px;line-height:24px;letter-spacing:.5px}.footer__icons{justify-content:center;gap:16px}.footer__icons .icon{display:inline-block}}.hero-wrapper{padding:140px 0 100px;position:relative;color:#fff;text-align:center;z-index:10;background-image:url(/hero-bg.svg);background-size:cover;background-repeat:no-repeat}.hero-wrapper .hero-content{max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;position:relative}.hero-wrapper .timer-position{position:absolute;top:260px;left:-260px;transform:rotate(-30deg);z-index:5}.hero-wrapper .hero-badges{display:flex;gap:12px;margin-bottom:24px}.hero-wrapper .hero-badges .badge{font-size:14px;font-weight:400;background:#2f313d;padding:6px 14px;border-radius:20px;color:#cfd1d5}.hero-wrapper .hero-title{font-size:72px;font-weight:800;line-height:1.2;margin-bottom:24px;font-family:Playfair,serif}.hero-wrapper .hero-description{font-size:18px;max-width:600px;margin:0 auto;color:#f9f9fc;font-family:Inter,sans-serif}.hero-wrapper .hero-cta{display:flex;align-items:center;gap:20px;flex-wrap:nowrap;justify-content:center;margin-top:32px}.hero-wrapper .hero-cta .price-wrapper{position:relative;display:inline-block}.hero-wrapper .hero-cta .price-wrapper .price-old{position:absolute;top:-20px;left:-10px;transform:rotate(-20deg);background:#c4c4c4;color:#2f313d;font-size:14px;font-weight:400;padding:6px 14px;border-radius:999px;text-decoration:line-through;z-index:2;box-shadow:0 2px 4px rgba(0,0,0,.2)}.hero-wrapper .hero-cta .price-wrapper .price-arrow{position:absolute;top:20px;left:-80px;width:50px;height:auto}.hero-wrapper .hero-cta .price-wrapper .price-current{background:#2f3449;padding:16px 32px;border-radius:48px;color:#fff;height:64px;font-size:24px;font-weight:500;z-index:1;position:relative;text-align:center}.hero-wrapper .hero-cta .cta-btn{background:#1836b6;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:18px;height:64px;padding:12px 24px;border-radius:32px;border:none;cursor:pointer;max-width:300px}.hero-wrapper .hero-cta .cta-btn:hover{background:#f9f9fc;color:#252835}.hero-wrapper .hero-cta .bonus-badge{background:#2f3449;padding:20px 24px;border-radius:32px;height:64px;font-size:14px;font-weight:700;color:#f9f9fc;display:flex;align-items:center;justify-content:space-between;max-width:300px;gap:25px;text-align:left}.hero-wrapper .hero-cta .bonus-icon{width:24px;height:24px}.hero-wrapper .hero-image-wrapper{margin-top:48px}.hero-wrapper .hero-image-wrapper .hero-image{object-fit:cover;width:1140px;height:472px;border-radius:32px}.desktop-only{display:block}.mobile-only{display:none}@media screen and (max-width:768px){.hero-wrapper{padding:49px 16px}.hero-wrapper .hero-title{font-size:40px;line-height:48px}.hero-wrapper .hero-description{font-size:16px;line-height:24px;letter-spacing:.5px;text-align:center}.hero-wrapper .hero-cta{flex-direction:column;align-items:center;gap:16px;margin-top:28px}.hero-wrapper .hero-cta .desktop-only{display:none}.hero-wrapper .hero-cta .mobile-only{display:block}.hero-wrapper .hero-cta .mobile-price{position:relative;background:#2f3449;border-radius:999px;text-align:center;width:100%;max-width:100%;display:flex;justify-content:center;align-items:center}.hero-wrapper .hero-cta .mobile-price .mobile-old-price{position:absolute;top:15px;left:30px;background:#c4c4c4;color:#464c60;font-size:14px;font-weight:400;padding:6px 14px;border-radius:999px;transform:rotate(-20deg);text-decoration:line-through;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:2}.hero-wrapper .hero-cta .mobile-price .mobile-new-price{padding:18px 155px;font-size:18px;font-weight:700;color:#fff;z-index:1}.hero-wrapper .hero-cta .cta-btn{width:100%;max-width:100%;font-size:16px}.hero-wrapper .hero-cta .bonus-badge{max-width:100%;width:100%;padding:12px 24px;font-size:14px;gap:24px;height:auto;flex-direction:row;justify-content:flex-start;text-align:left}.hero-wrapper .hero-image-wrapper{margin-top:24px;width:100%}.hero-wrapper .hero-image-wrapper .hero-image{width:100%;height:216px;border-radius:16px}.hero-wrapper .timer-position{display:none}.hero-wrapper .hero-badges{flex-wrap:wrap;justify-content:center;gap:8px}.hero-wrapper .hero-badges .badge{font-size:14px;padding:3px 12px}}.proposition-wrapper{background-color:#2f3449;padding:4rem 1rem;text-align:center;color:#fff;border-radius:48px;overflow-x:hidden}.proposition-wrapper .container{max-width:1140px;margin:0 auto}.proposition-wrapper .proposition-title{font-size:56px;font-weight:700;font-family:Playfair,serif;max-width:680px;margin:0 auto 16px;text-align:center}.proposition-wrapper .proposition-subtitle{color:#f9f9fc;font-weight:400;font-size:18px;max-width:680px;margin:0 auto 48px;text-align:center}.proposition-wrapper .cards-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.proposition-wrapper .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(364px,1fr));grid-gap:24px;gap:24px;overflow:visible}.proposition-wrapper .cards-grid .card{background-color:#dcdcf3;border-radius:32px;padding:32px;min-width:300px;text-align:left;min-height:160px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .2s ease}.proposition-wrapper .cards-grid .card:hover{transform:translateY(-3px)}.proposition-wrapper .cards-grid .card .card-title{font-size:40px;font-weight:800;color:#252835;line-height:48px;font-family:Playfair,serif;margin-top:23px}.proposition-wrapper .cards-grid .card .card-label{display:flex;flex-direction:column;align-items:flex-start;font-weight:500;gap:23px;font-size:16px;text-transform:uppercase;color:#5e5f72}.proposition-wrapper .cards-grid .card .card-label .inline-icon-label{display:flex;flex-direction:row;align-items:center;gap:6px;color:#5e5f72}.proposition-wrapper .cards-grid .card .card-label .inline-icon{vertical-align:middle}.proposition-wrapper .cards-grid .card.highlight{background-color:#f4c16b}.proposition-wrapper .cards-grid .card.highlight .card-title{font-size:32px;line-height:40px}.proposition-wrapper .cards-grid .card.highlight .card-label,.proposition-wrapper .cards-grid .card.highlight .card-title{color:#1e1e2f}@media(max-width:768px){.proposition-wrapper{padding:32px 16px;border-radius:24px}.proposition-wrapper .section-title{font-size:32px}.proposition-wrapper .section-subtitle{font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px}.proposition-wrapper .cards-grid{display:flex;flex-direction:row;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:12px;scrollbar-width:none;-ms-overflow-style:none}.proposition-wrapper .cards-grid::-webkit-scrollbar{display:none}.proposition-wrapper .cards-grid .card{max-width:60%;flex-shrink:0;scroll-snap-align:start}.proposition-wrapper .cards-grid .card .card-title{font-size:32px;font-weight:800;color:#252835;line-height:40px;font-family:Playfair,serif;margin-top:0;letter-spacing:.5}.proposition-wrapper .cards-grid .card .card-label{gap:17.5px}.proposition-wrapper .slider-arrows{display:flex;justify-content:center;gap:16px;margin-top:16px}.proposition-wrapper .slider-arrows button{width:42px;height:42px;border-radius:50%;background:none;border:2px solid #fff;color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:.3s ease}.proposition-wrapper .slider-arrows button.disabled{border-color:#888;color:#888;cursor:not-allowed}.proposition-wrapper .slider-arrows button:hover:not(.disabled){color:#fff}.mobile-only{display:flex}.desktop-only{display:none}}.process-wrapper{padding:4rem 1rem;color:#fff;font-family:Inter,sans-serif;text-align:center;background-image:url(/process-bg.svg);background-size:cover;background-repeat:no-repeat}.process-wrapper .container{max-width:1140px;margin:0 auto}.process-wrapper .section-title{font-family:Playfair,serif;font-weight:700;font-size:56px;margin-bottom:16px;max-width:768px;margin-inline:auto;line-height:1.3}.process-wrapper .section-subtitle{font-size:18px;color:#f9f9fc;font-family:Inter,sans-serif;font-weight:400;max-width:768px;margin:0 auto 48px}.process-wrapper .steps-list{display:grid;grid-template-columns:1fr;margin-top:2rem}.process-wrapper .steps-list .step-card{background-color:#dee0ff;border-radius:1rem;padding:40px;color:#1e1e2f;display:flex;flex-direction:column;text-align:left}.process-wrapper .steps-list .step-card .text-content .step-number{font-size:18px;font-weight:400;color:#252835;margin-bottom:30px}.process-wrapper .steps-list .step-card .text-content .step-title{font-family:Playfair,serif;font-size:40px;font-weight:800;margin-bottom:10px;color:#252835}.process-wrapper .steps-list .step-card .text-content .step-desc{font-weight:400;font-size:20px;line-height:24px;color:#252835;font-family:Inter,sans-serif;margin-bottom:20px}.process-wrapper .steps-list .step-card .step-image{width:632px;height:327px}.process-wrapper .steps-list .step-card .step-number{font-size:18px;font-weight:400;color:#252835;margin-bottom:16px}.process-wrapper .steps-list .step-card .step-title{font-family:Playfair,serif;font-size:24px;font-weight:800;margin-bottom:10px;color:#252835}.process-wrapper .steps-list .step-card .step-desc{font-weight:400;font-size:16px;line-height:24px;color:#252835;font-family:Inter,sans-serif;margin-bottom:20px}.process-wrapper .steps-list .step-card .step-image{width:100%;height:auto;border-radius:24px;object-fit:cover;margin-top:16px}.process-wrapper .steps-list .step-card.row{flex-direction:row;align-items:center;gap:2rem}.process-wrapper .steps-list .step-card.row .text-content{flex:1 1}.process-wrapper .steps-list .step-card.row .step-image{flex:1 1;width:478px;height:260px}.process-wrapper .steps-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(558px,1fr));margin-top:1.5rem}.process-wrapper .steps-grid .step-card{padding:40px;background-color:#dee0ff;border-radius:1rem;color:#1e1e2f;display:flex;text-align:left}.process-wrapper .steps-grid .step-card .text-content{display:flex;flex-direction:column;align-items:flex-start}.process-wrapper .steps-grid .step-card.row{flex-direction:column}.process-wrapper .steps-grid .step-card.row .step-number{order:1}.process-wrapper .steps-grid .step-card.row .image-wrapper{position:relative;width:478px;height:260px;border-radius:24px;overflow:hidden;flex-shrink:0;order:2}.process-wrapper .steps-grid .step-card.row .image-wrapper .step-image{margin:16px 0}.process-wrapper .steps-grid .step-card.row .step-title{order:3;margin-top:24px;font-weight:800;font-family:Playfair,serif;line-height:48px;letter-spacing:.5px}.process-wrapper .steps-grid .step-card.row .step-desc{font-size:18px;font-weight:400;line-height:28px;letter-spacing:.5px;order:4;margin-top:10px;font-family:Inter,sans-serif}.process-wrapper .steps-grid .step-card.mobile-column{flex-direction:column}.process-wrapper .steps-grid .step-card.mobile-column .text-content{order:1}.process-wrapper .steps-grid .step-card.mobile-column .step-image{order:2;margin-top:16px}.process-wrapper .cta-box{background-color:#96a5ff;color:#1e1e2f;border-radius:32px;margin-top:3rem;padding:32px 66px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.process-wrapper .cta-box .cta-text{font-family:Playfair,serif;font-weight:800;font-size:40px;max-width:680px;text-align:left}.process-wrapper .cta-box .cta-button{background:#1836b6;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:18px;height:64px;padding:12px 24px;border-radius:32px;border:none;cursor:pointer;max-width:300px}.process-wrapper .cta-box .cta-button:hover{background:#f9f9fc;color:#252835}@media(min-width:769px){.step-number{order:1}.step-image{order:2;margin:16px 0}.step-title{order:3}.step-desc{order:4}}@media(max-width:768px){.process-wrapper{padding:48px 16px}.process-wrapper .section-title{font-size:32px;font-weight:800;letter-spacing:.5px;line-height:40px}.process-wrapper .section-subtitle{font-size:16px}.process-wrapper .steps-list{max-width:100%}.process-wrapper .steps-list .step-card{padding:20px}.process-wrapper .steps-list .step-card .text-content .step-title{font-size:32px}.process-wrapper .steps-list .step-card .text-content .step-number{font-size:18px;padding:9px 0}.process-wrapper .steps-list .step-card .text-content .step-desc{font-size:16px;line-height:24px;letter-spacing:.5px}.process-wrapper .steps-grid{gap:24px}.process-wrapper .step-card.mobile-column,.process-wrapper .steps-grid{display:flex;flex-direction:column}.process-wrapper .step-card.mobile-column .text-content{order:1}.process-wrapper .step-card.mobile-column .step-image{order:2;margin-top:16px;border-radius:24px;width:100%;height:auto}.process-wrapper .step-card.row{flex-direction:column}.process-wrapper .step-card.row .step-image{margin-top:16px;height:auto}.process-wrapper .cta-box{padding:24px}.process-wrapper .cta-box .cta-text{font-size:32px}.process-wrapper .cta-box .cta-button{width:100%;margin-top:32px;font-size:16px;padding:20px 40px;border-radius:64px}.process-wrapper .cta-box .cta-button:hover{background:#f9f9fc;color:#252835}}.criteria-wrapper{background-color:#2f3449;padding:96px;border-radius:48px;display:flex;justify-content:center;font-family:Inter,sans-serif;text-align:center}.criteria-wrapper .criteria-container{max-width:1140px;display:block;gap:7rem;flex-wrap:wrap;align-items:flex-start;justify-content:center;text-align:center;grid-template-columns:1fr 1fr}.criteria-wrapper .criteria-container .criteria-left{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;width:100%;margin-bottom:20px}.criteria-wrapper .criteria-container .criteria-left h2{font-family:Playfair,serif;font-size:56px;font-weight:700;margin-bottom:16px;letter-spacing:.5px}.criteria-wrapper .criteria-container .criteria-left p{font-size:18px;margin-bottom:16px;font-weight:400;color:#f9f9fc;letter-spacing:.5px}.criteria-wrapper .criteria-container .criteria-right{display:grid;grid-gap:1.25rem;gap:1.25rem;grid-template-columns:1fr 1fr;text-align:left}.criteria-wrapper .criteria-container .criteria-right .criteria-item{background-color:#f0efff;padding:32px;border-radius:32px;font-size:18px;font-weight:500;display:flex;align-items:center;color:#2d2e42;gap:24px;line-height:28px;letter-spacing:.5px}.criteria-wrapper .criteria-container .criteria-right .criteria-item span{color:#2c4ae9;font-weight:700}.criteria-wrapper .criteria-container .criteria-right .criteria-item .diamond{width:48px;height:48px}@media(max-width:768px){.criteria-wrapper{padding:24px 16px;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;border-radius:24px}.criteria-wrapper .criteria-container{display:flex;flex-direction:column;gap:32px}.criteria-wrapper .criteria-container .criteria-left{text-align:center;align-items:center;display:flex;flex-direction:column}.criteria-wrapper .criteria-container .criteria-left h2{font-size:32px}.criteria-wrapper .criteria-container .criteria-left p{text-align:center}.criteria-wrapper .criteria-container .criteria-left .cta-wrapper{display:flex;justify-content:center;margin-top:16px}.criteria-wrapper .criteria-container .criteria-left .desktop-only{display:none}.criteria-wrapper .criteria-container .criteria-right{width:100%;display:flex;flex-direction:column;gap:16px;text-align:left}.criteria-wrapper .criteria-container .criteria-right .criteria-item{font-size:16px;padding:24px;letter-spacing:.5px;line-height:24px}.criteria-wrapper .cta-wrapper{position:relative;display:inline-block}.criteria-wrapper .cta-wrapper .cta-button{background:#1836b6;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:16px;padding:20px 50px;border-radius:32px;border:none;cursor:pointer;letter-spacing:.5px}.criteria-wrapper .cta-wrapper .cta-button:hover{background:#f9f9fc;color:#252835}.criteria-wrapper .cta-wrapper .discount-badge{position:absolute;right:-50px;top:50%;transform:translateY(-50%);background-color:#dee0ff;color:#252835;width:64px;height:64px;border-radius:50%;font-weight:600;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:18px}.mobile-only{display:block}}.profit-wrapper{margin-top:30px;padding:62px;color:#fff;font-family:Inter,sans-serif;background-image:url(/profit-bg.svg);background-size:cover;background-repeat:no-repeat;letter-spacing:.5px}.profit-wrapper .profit-container{max-width:1140px;margin:0 auto;text-align:center}.profit-wrapper .profit-header{max-width:768px;text-align:center;margin:0 auto}.profit-wrapper .profit-header h2{font-family:Playfair,sans-serif;font-size:56px;font-weight:700;margin-bottom:16px}.profit-wrapper .profit-header p{font-size:18px;color:#dcdce0;margin-bottom:48px}.profit-wrapper .profit-values{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-bottom:96px}.profit-wrapper .profit-values .value-card{width:364px;border-radius:20px;padding:32px;text-align:center;color:#000}.profit-wrapper .profit-values .value-card h3{font-size:40px;font-weight:800;margin-bottom:8px;font-family:Playfair,sans-serif}.profit-wrapper .profit-values .value-card p{font-weight:700;font-size:18;margin-bottom:6px}.profit-wrapper .profit-values .value-card span{font-size:16px;color:#3f3f3f}.profit-wrapper .profit-values .value-card.purple{background-color:#dee0ff}.profit-wrapper .profit-values .value-card.yellow{background-color:#ffdeac}.profit-wrapper .profit-values .value-card.pink{background-color:#ffd9e5}.profit-wrapper .clients-title{font-family:Playfair,sans-serif;font-size:56px;font-weight:700;margin-bottom:48px}.profit-wrapper .client-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;text-align:left}.profit-wrapper .client-grid .client-card{border-radius:20px;padding:0;position:relative;overflow:hidden;background-size:cover;background-position:50%;height:480px;width:713px;color:#fff;display:flex;align-items:flex-end}.profit-wrapper .client-grid .client-card.card1,.profit-wrapper .client-grid .client-card.card2{width:713px;color:#f9f9fc}.profit-wrapper .client-grid .client-card.card1{position:relative;background:none}.profit-wrapper .client-grid .client-card.card1:before{content:"";position:absolute;inset:0;background-image:url(/Images/ProfitSection/card1.jpeg);background-size:cover;background-position:50%;filter:grayscale(100%) brightness(60%);z-index:0}.profit-wrapper .client-grid .client-card.card1 .author,.profit-wrapper .client-grid .client-card.card1 .label,.profit-wrapper .client-grid .client-card.card1 .quote,.profit-wrapper .client-grid .client-card.card1 .text-wrapper{position:relative;z-index:1}.profit-wrapper .client-grid .client-card.card2{position:relative;background:none}.profit-wrapper .client-grid .client-card.card2:before{content:"";position:absolute;inset:0;background-image:url(/Images/ProfitSection/card2.jpeg);background-size:cover;background-position:50%;filter:grayscale(100%) brightness(60%);z-index:0}.profit-wrapper .client-grid .client-card.card2 .author,.profit-wrapper .client-grid .client-card.card2 .label,.profit-wrapper .client-grid .client-card.card2 .quote,.profit-wrapper .client-grid .client-card.card2 .text-wrapper{position:relative;z-index:1}.profit-wrapper .client-grid .client-card .text-wrapper{padding:32px;display:flex;flex-direction:column}.profit-wrapper .client-grid .client-card .text-wrapper .label{color:#f9f9fc;font-size:16px;text-transform:uppercase;letter-spacing:1px;font-weight:500;opacity:.8}.profit-wrapper .client-grid .client-card .text-wrapper .quote{font-family:Playfair,serif;margin-top:244px;font-size:40px;font-weight:800;line-height:48px}.profit-wrapper .client-grid .client-card .text-wrapper .author{font-size:18px;font-weight:400;color:#f9f9fc}.profit-wrapper .client-grid .client-card .text-wrapper .author a{display:inline-block;transition:transform .2s ease-in-out}.profit-wrapper .client-grid .client-card .text-wrapper .author a:hover{transform:scale(1.05)}.profit-wrapper .client-grid .client-card.pink,.profit-wrapper .client-grid .client-card.yellow{width:403px}.profit-wrapper .client-grid .client-card.pink{background-color:#f859a5;text-align:left;justify-content:flex-start;align-items:flex-start;position:relative;flex-direction:column;padding:32px;color:#252835}.profit-wrapper .client-grid .client-card.pink .label{position:absolute;top:32px;left:32px;font-size:16px;text-transform:uppercase;opacity:.7;font-weight:500;color:#252835}.profit-wrapper .client-grid .client-card.pink .badge{margin-top:auto;margin-bottom:16px;max-height:130px;height:auto}.profit-wrapper .client-grid .client-card.pink .fact-text{font-size:24px;font-weight:500;max-width:360px;margin-bottom:24px}.profit-wrapper .client-grid .client-card.yellow{background-color:#f4c16b;text-align:left;justify-content:flex-start;align-items:flex-start;position:relative;flex-direction:column;padding:32px;color:#252835}.profit-wrapper .client-grid .client-card.yellow .label{position:absolute;top:32px;left:32px;font-size:16px;text-transform:uppercase;opacity:.7;font-weight:500;color:#252835}.profit-wrapper .client-grid .client-card.yellow .crown{margin-top:auto;margin-bottom:42px;width:80px;height:80px}.profit-wrapper .client-grid .client-card.yellow .percent{font-size:100px;font-weight:700;line-height:120px;margin-bottom:16px}.profit-wrapper .client-grid .client-card.yellow .percent span{font-size:64px;font-weight:400;margin-left:4px}.profit-wrapper .client-grid .client-card.yellow .fact-text{font-size:24px;font-weight:500;max-width:360px;letter-spacing:.5;line-height:32px;color:#252835}.profit-wrapper .client-grid .client-card .label{font-size:12px;color:#b0b0b0;margin-bottom:12px}.profit-wrapper .client-grid .client-card .quote{font-size:20px;font-weight:600;margin-bottom:8px}.profit-wrapper .client-grid .client-card .author{font-size:14px;color:#ccc}@media(min-width:769px){.client-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.client-grid .client-card.card1{order:1}.client-grid .client-card.pink{order:2}.client-grid .client-card.yellow{order:3}.client-grid .client-card.card2{order:4}}@media(max-width:768px){.profit-wrapper{padding:24px 16px}.profit-wrapper .profit-header h2{font-size:32px;font-weight:800}.profit-wrapper .profit-header p{font-size:16px;color:#dcdce0;margin-bottom:24px}.profit-wrapper .clients-title{font-size:32px;font-weight:800;margin-bottom:24px}.profit-wrapper .client-grid .client-card{border-radius:24px;max-height:340px}.profit-wrapper .client-grid .client-card.card1,.profit-wrapper .client-grid .client-card.card2{height:288px;color:#f9f9fc}.profit-wrapper .client-grid .client-card .text-wrapper{padding:24px}.profit-wrapper .client-grid .client-card .text-wrapper .quote{margin-top:66px;font-size:32px;font-weight:800;line-height:40px}.profit-wrapper .client-grid .client-card .text-wrapper .author{font-size:16px}.profit-wrapper .client-grid .client-card.pink{height:240px;padding:24px;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.profit-wrapper .client-grid .client-card.pink .label{position:absolute;top:24px;left:24px;font-size:16px;text-transform:uppercase;opacity:.7;font-weight:500;color:#252835}.profit-wrapper .client-grid .client-card.pink .badge{display:block;width:180px;margin-left:0;margin-bottom:16px;max-height:80px;height:auto}.profit-wrapper .client-grid .client-card.pink .fact-text{font-size:18px;font-weight:700;margin-bottom:0}.profit-wrapper .client-grid .client-card.yellow{background-color:#f4c16b;text-align:left;justify-content:flex-start;align-items:flex-start;position:relative;flex-direction:column;padding:24px;color:#252835}.profit-wrapper .client-grid .client-card.yellow .label{position:absolute;top:24px;left:24px;font-size:16px;text-transform:uppercase;opacity:.7;font-weight:500;color:#252835}.profit-wrapper .client-grid .client-card.yellow .crown{margin-top:auto;margin-bottom:10px;width:40px;height:40px}.profit-wrapper .client-grid .client-card.yellow .percent{font-size:72px;font-weight:800;line-height:80px;margin-bottom:16px;font-family:Playfair,sans-serif}.profit-wrapper .client-grid .client-card.yellow .percent span{font-size:72px;font-weight:800;margin-left:4px}.profit-wrapper .client-grid .client-card.yellow .fact-text{font-size:18px;font-weight:700;max-width:360px;letter-spacing:.5;line-height:32px;color:#252835}.profit-wrapper .client-grid .client-card .label{font-size:12px;color:#b0b0b0;margin-bottom:12px}.profit-wrapper .client-grid .client-card .quote{font-size:20px;font-weight:600;margin-bottom:8px}.profit-wrapper .client-grid .client-card .author{font-size:14px;color:#ccc}}.CTA-wrapper{background-color:#2f3449;padding:96px 112px;border-radius:48px;display:flex;justify-content:center}.CTA-wrapper .CTA-container{background-color:#a9b4ff;border-radius:32px;padding:56px 64px;display:flex;justify-content:space-between;align-items:center;gap:0;max-width:1140px;width:100%}.CTA-wrapper .CTA-container .CTA-left{flex:1 1;max-width:680px}.CTA-wrapper .CTA-container .CTA-left h2{font-size:56px;font-weight:700;line-height:64px;color:#252835;margin-bottom:16px;letter-spacing:.5px;font-family:Playfair,sans-serif}.CTA-wrapper .CTA-container .CTA-left .subtext{font-size:18px;color:#252835;margin-bottom:32px;font-weight:400;font-family:Inter,sans-serif;line-height:28px;letter-spacing:.5px}.CTA-wrapper .CTA-container .CTA-left .cta-box{display:flex;align-items:center;flex-wrap:wrap;gap:16px}.CTA-wrapper .CTA-container .CTA-left .cta-box .price-box{position:relative}.CTA-wrapper .CTA-container .CTA-left .cta-box .price-box .old-price{position:absolute;top:-35px;left:-10px;text-decoration:line-through;background-color:#fff;color:#464c60;font-size:14px;padding:6px 12px;border-radius:999px;transform:rotate(-20deg);box-shadow:0 4px 8px rgba(0,0,0,.08);z-index:1}.CTA-wrapper .CTA-container .CTA-left .cta-box .price-box .new-price{height:64px;font-size:24px;font-weight:500;background-color:#dee0ff;color:#1e2130;padding:16px 32px;border-radius:64px;z-index:0}.CTA-wrapper .CTA-container .CTA-left .cta-box .cta-button{background:#1836b6;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:18px;height:64px;padding:18px 32px;border-radius:32px;border:none;cursor:pointer;max-width:310px;letter-spacing:.5px}.CTA-wrapper .CTA-container .CTA-left .cta-box .cta-button:hover{background:#f9f9fc;color:#252835}.CTA-wrapper .CTA-container .CTA-right{background-color:#252835;color:#fff;border-radius:24px;padding:32px;width:334px;display:flex;flex-direction:column;align-items:flex-start;box-shadow:0 12px 24px rgba(0,0,0,.2)}.CTA-wrapper .CTA-container .CTA-right .fire-emoji{background-color:#2a2d3e;width:56px;height:56px;margin-bottom:20px;padding:12px;border-radius:24px}.CTA-wrapper .CTA-container .CTA-right .limited-text{text-align:left;font-size:18px;margin-bottom:24px;line-height:28px;letter-spacing:.5px}@media(max-width:768px){.CTA-wrapper{padding:24px 16px;border-radius:24px}.CTA-wrapper .CTA-container{flex-direction:column;padding:24px;gap:24px}.CTA-wrapper .CTA-container .CTA-left{width:100%}.CTA-wrapper .CTA-container .CTA-left h2{text-align:left;font-size:32px;line-height:40px;margin-bottom:16px}.CTA-wrapper .CTA-container .CTA-left .subtext{font-size:16px;text-align:left;margin-bottom:20px;font-weight:400;line-height:24px;letter-spacing:.5px}.CTA-wrapper .CTA-container .CTA-left .cta-box{width:100%;max-width:310px;display:flex;flex-direction:column;align-items:center;gap:16px}.CTA-wrapper .CTA-container .CTA-left .cta-box .mobile-price{position:relative;background:#dee0ff;border-radius:999px;width:100%;display:flex;justify-content:center;align-items:center}.CTA-wrapper .CTA-container .CTA-left .cta-box .mobile-price .mobile-old-price{position:absolute;top:15px;left:30px;background:#fff;color:#464c60;font-size:14px;font-weight:400;padding:6px 14px;border-radius:999px;transform:rotate(-20deg);text-decoration:line-through;box-shadow:0 2px 4px rgba(0,0,0,.2);z-index:2}.CTA-wrapper .CTA-container .CTA-left .cta-box .mobile-price .mobile-new-price{font-size:18px;font-weight:700;color:#252835;padding:18px 0;width:100%;text-align:center;z-index:1}.CTA-wrapper .CTA-container .CTA-left .cta-box .cta-button{width:100%;font-size:16px}.CTA-wrapper .CTA-container .CTA-right{padding:24px;width:100%}.CTA-wrapper .CTA-container .CTA-right .fire-emoji{margin-bottom:16px}.CTA-wrapper .CTA-container .CTA-right .limited-text{font-size:16px;margin-bottom:16px}.CTA-wrapper .CTA-container .CTA-right .cta-timer{width:100%;justify-content:flex-start}}.FAQs-wrapper{margin-top:17px;padding:96px 24px;font-family:Inter,sans-serif;color:#fff;display:flex;flex-direction:column;align-items:center;background-image:url(/faqs-bg.svg);background-size:cover;background-repeat:no-repeat;letter-spacing:.5px}.FAQs-wrapper .faq-title{font-size:56px;font-weight:700;margin-bottom:48px;text-align:center;font-family:Playfair,sans-serif;line-height:64px;letter-spacing:.5px}.FAQs-wrapper .faq-list{display:flex;flex-direction:column;gap:20px;width:100%;max-width:880px}.FAQs-wrapper .faq-item{background-color:#2f3449;padding:32px 20px 32px 32px;border-radius:32px;cursor:pointer;transition:background-color .3s ease}.FAQs-wrapper .faq-item.active{background-color:#353a50}.FAQs-wrapper .faq-item .faq-question{display:flex;justify-content:space-between;align-items:center;font-size:24px;font-weight:500;color:#fff}.FAQs-wrapper .faq-item .faq-question .faq-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.FAQs-wrapper .faq-item .faq-answer{margin-top:16px;margin-right:48px;font-size:18px;line-height:28px;letter-spacing:.5px;color:#f9f9fc;transition:max-height .8s ease;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.FAQs-wrapper{padding:24px 16px}.FAQs-wrapper .faq-title{font-size:32px}.FAQs-wrapper .faq-item{padding:24px;border-radius:24px}.FAQs-wrapper .faq-item .faq-question{font-size:18px;font-weight:700}.FAQs-wrapper .faq-item .faq-answer{margin-top:16px;margin-right:0;font-size:16px;line-height:24px}}.video-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);z-index:9997;cursor:pointer}.floating-video{position:fixed;bottom:50px;right:50px;height:216px;z-index:9998;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 8px 20px rgba(0,0,0,.25);transition:all .3s ease-in-out;transform:scale(1)}.floating-video.hovered,.floating-video.playing{transform:scale(1.5);bottom:70px;right:70px}.floating-video .video-container{width:100%;height:100%;position:relative}.floating-video .video-container video{width:120px;height:100%;object-fit:contain;display:block;transition:width .3s ease-in-out}.floating-video .video-header{position:absolute;top:8px;right:8px;z-index:10}.floating-video .video-header .expand-btn{background:rgba(0,0,0,.6);border:none;border-radius:4px;padding:4px;color:#fff;cursor:pointer}.floating-video .center-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.floating-video .center-play .play-btn{background:rgba(0,0,0,.6);border:none;border-radius:50%;padding:12px;color:#fff;cursor:pointer}.floating-video.expanded{width:90vw;height:70vh;bottom:50%;right:50%;transform:translate(50%,50%)}.floating-video .progress-container{position:absolute;bottom:0;left:0;height:6px;width:100%;background:hsla(0,0%,100%,.2);cursor:pointer;z-index:5}.floating-video .progress-container .progress-bar{height:100%;background:#1936b6;transition:width .2s ease}.floating-video.expanded .video-container video{width:100%!important;height:100%;object-fit:contain}@media(max-width:768px){.floating-video{position:fixed;bottom:20px;right:20px;height:150px;z-index:9999;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 8px 20px rgba(0,0,0,.25);transition:all .3s ease-in-out;transform:scale(1)}.floating-video.hovered,.floating-video.playing{transform:scale(1.5);bottom:70px;right:70px}.floating-video .video-container{width:100%;height:100%;position:relative}.floating-video .video-container video{width:80px;height:100%;object-fit:contain;display:block;transition:width .3s ease-in-out}.floating-video .center-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.floating-video .center-play .play-btn{background:rgba(0,0,0,.6);border:none;border-radius:50%;padding:12px;color:#fff;cursor:pointer}.floating-video.expanded{width:100vw;height:100vh;top:0;left:0;bottom:auto;right:auto;transform:none;border-radius:0;z-index:11000}.floating-video.expanded .video-container video{width:100%!important;height:100%!important;object-fit:contain}}.mobile-offer-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:24px 16px;border-radius:24px;background:#2f3449;color:#252835;box-sizing:border-box}.mobile-offer-wrapper .offer-modal-content{background:#252835;position:relative;border-radius:32px;max-width:1200px;width:100%;display:flex;flex-direction:column;overflow:hidden}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;padding:32px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left{background:#dca130;border-radius:24px;padding:32px;display:flex;flex-direction:column;justify-content:center;text-align:left}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left .offer-modal-img{border-radius:16px;margin-bottom:24px;width:100%;object-fit:cover}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left h2{font-size:32px;font-family:Playfair,serif;font-weight:700;margin-bottom:16px;color:#1e2130;max-width:407px;letter-spacing:.5px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left p{font-family:Inter,sans-serif;font-size:18px;color:#1e2130;margin-bottom:16px;line-height:28px;letter-spacing:.5px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right{background:#fff;border-radius:24px;padding:32px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right h3{text-align:center;font-size:32px;font-family:Playfair,serif;font-weight:700;margin-bottom:24px;color:#1e2130;letter-spacing:.5px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form{display:flex;flex-direction:column;gap:24px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form input,.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form textarea{padding:19px 24px;background:#f2f3fe;border:none;border-radius:16px;font-size:15px;font-family:Inter,sans-serif}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form input::placeholder,.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form textarea::placeholder{color:#7d8ca4}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form input{height:64px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form textarea{resize:none;min-height:155px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form .cta-container{position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;gap:16px;flex-wrap:nowrap}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form .cta-container .cta-button{background:#1836b6;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:18px;height:64px;padding:18px 32px;border-radius:32px;border:none;cursor:pointer;max-width:350px;letter-spacing:.5px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form .cta-container .cta-button:hover{background:#f9f9fc;color:#252835}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form .cta-container .offer-discount-badge{position:absolute;right:60px;top:50%;transform:translateY(-50%);background-color:#dee0ff;color:#1a1a1a;width:64px;height:64px;border-radius:50%;font-weight:600;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:18px}@media screen and (max-width:768px){.mobile-offer-wrapper{padding:24px 16px;border-radius:24px;background:#2f3449;color:#252835}.mobile-offer-wrapper .offer-modal-content{padding:0}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px;padding:0}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left{background:#dca130;border-radius:24px;padding:16px;display:flex;flex-direction:column;justify-content:center;text-align:left;align-items:center;width:100%}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left .offer-modal-img{border-radius:16px;margin-bottom:16px;width:100%;object-fit:cover}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left h2{font-size:32px;font-family:Playfair,serif;font-weight:800;margin-bottom:16px;color:#1e2130;line-height:40px;letter-spacing:.5px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left p{font-family:Inter,sans-serif;font-size:16px;color:#1e2130;margin-bottom:16px;line-height:24px;letter-spacing:.5px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-left .mobile-center{display:flex;justify-content:center;align-items:center;width:100%;text-align:center}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right{background:#fff;border-radius:24px;padding:16px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right h3{font-size:32px;font-family:Playfair,serif;font-weight:800;margin-bottom:16px;color:#1e2130;text-align:center}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form{display:flex;flex-direction:column;gap:16px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form input,.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form textarea{padding:19px 24px;background:#f2f3fe;border:none;border-radius:16px;font-size:15px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form input::placeholder,.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form textarea::placeholder{color:#7d8ca4}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form input{height:56px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form textarea{resize:none;min-height:120px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form .cta-container{position:relative;display:flex;align-items:center;justify-content:center;gap:16px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form .cta-container .cta-button{background:#1836b6;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:18px;height:56px;padding:16px 32px;border-radius:32px;border:none;cursor:pointer;max-width:100%;letter-spacing:.5px}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form .cta-container .cta-button:hover{background:#f9f9fc;color:#252835}.mobile-offer-wrapper .offer-modal-content .offer-modal-grid .offer-modal-right form .cta-container .offer-discount-badge{display:none}}.timer-badge{display:flex;align-items:center;background-color:#2f3449;font-family:Inter,sans-serif;border-radius:60px;padding:20px 28px;color:#f9f9fc;gap:8px;box-shadow:0 4px 20px rgba(0,0,0,.2)}.timer-badge .timer-item{display:flex;flex-direction:column;align-items:center;min-width:40px}.timer-badge .timer-item .timer-value{font-weight:400;font-size:14px}.timer-badge .timer-item .timer-label{font-size:14px}.timer-badge .dot{font-size:18px;font-weight:400;margin:0 4px}.cta-timer{border-radius:16px;background-color:#3a3d49;padding:8.5px 15px;display:flex;justify-content:space-between;gap:7px;box-shadow:0 8px 20px rgba(0,0,0,.2)}.cta-timer .timer-item{text-align:center}.cta-timer .timer-item .timer-value{font-size:18px;font-weight:400;color:#f9f9fc;line-height:28px}.cta-timer .timer-item .timer-label{font-size:12px;color:#f9f9fc;line-height:20px}.modal-timer{border-radius:64px;background-color:#fabc49;padding:13px 20px;display:flex;justify-content:space-between;gap:4px;box-shadow:0 8px 20px rgba(0,0,0,.2);max-width:267px}.modal-timer .timer-item{text-align:center}.modal-timer .timer-item .timer-value{font-size:14px;font-weight:400;color:#252835;line-height:20px}.modal-timer .timer-item .timer-label{font-size:12px;color:#252835;line-height:18px}.modal-timer .dot{color:#252835;font-size:18px;font-weight:400;margin:0 4px}.mobile-timer{border-radius:64px;background-color:#fabc49;padding:13px 44.5px;display:flex;justify-content:space-between;gap:4px;box-shadow:0 8px 20px rgba(0,0,0,.2);max-width:310px}.mobile-timer .timer-item{text-align:center}.mobile-timer .timer-item .timer-value{font-size:14px;font-weight:400;color:#252835;line-height:20px}.mobile-timer .timer-item .timer-label{font-size:12px;color:#252835;line-height:18px}.mobile-timer .dot{color:#252835;font-size:18px;font-weight:400;margin:0 4px}.modal-overlay{position:fixed;inset:0;background-color:rgba(30,33,48,.8);z-index:1000;display:flex;justify-content:center;align-items:center;padding:48px}.modal-content{background:#252835;position:relative;border-radius:32px;max-width:1200px;width:100%;display:flex;flex-direction:column;overflow:hidden}.modal-content .modal-close{position:absolute;top:10px;right:10px;background:#fff;border:none;border-radius:50%;width:48px;height:48px;z-index:1001;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.1)}.modal-content .modal-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px;padding:32px}.modal-content .modal-grid .modal-left{background:#dca130;border-radius:24px;padding:32px;display:flex;flex-direction:column;justify-content:center;text-align:left}.modal-content .modal-grid .modal-left .modal-img{border-radius:16px;margin-bottom:24px;width:100%;object-fit:cover}.modal-content .modal-grid .modal-left h2{font-size:32px;font-family:Georgia,serif;font-weight:700;margin-bottom:16px;color:#1e2130;max-width:407px;letter-spacing:0}.modal-content .modal-grid .modal-left p{font-family:Helvetica Neue,serif;font-size:18px;color:#1e2130;margin-bottom:16px;line-height:28px;letter-spacing:.5px}.modal-content .modal-grid .modal-right{background:#fff;border-radius:24px;padding:32px}.modal-content .modal-grid .modal-right h3{font-size:32px;font-family:Georgia,serif;font-weight:700;margin-bottom:24px;color:#1e2130}.modal-content .modal-grid .modal-right form{display:flex;flex-direction:column;gap:24px}.modal-content .modal-grid .modal-right form input,.modal-content .modal-grid .modal-right form textarea{padding:19px 24px;background:#f2f3fe;border:none;border-radius:16px;font-size:15px}.modal-content .modal-grid .modal-right form input::placeholder,.modal-content .modal-grid .modal-right form textarea::placeholder{color:#7d8ca4}.modal-content .modal-grid .modal-right form input{height:64px}.modal-content .modal-grid .modal-right form textarea{resize:none;min-height:155px}.modal-content .modal-grid .modal-right form .cta-wrapper{position:relative;display:flex;align-items:center;justify-content:center;max-width:100%;gap:16px;flex-wrap:nowrap}.modal-content .modal-grid .modal-right form .cta-wrapper .cta-button{background:#1836b6;color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:18px;height:64px;padding:18px 32px;border-radius:32px;border:none;cursor:pointer;max-width:350px;letter-spacing:.5px}.modal-content .modal-grid .modal-right form .cta-wrapper .cta-button:hover{background:#f9f9fc;color:#252835}.modal-content .modal-grid .modal-right form .cta-wrapper .discount-badge{position:absolute;right:60px;top:50%;transform:translateY(-50%);background-color:#dee0ff;color:#1a1a1a;width:64px;height:64px;border-radius:50%;font-weight:600;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:18px}@media(max-width:768px){.modal-overlay{display:none}}*{margin:0;padding:0;box-sizing:border-box}*,html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:#252835}body.menu-open{overflow:hidden}svg rect{transition:all 1s ease-in-out}a{text-decoration:none;color:inherit}