.premier-privileges{padding:60px 20px;background-color:#fafafa}.premier-privileges__title{text-align:center;font-size:42px;font-weight:300;letter-spacing:2px;margin-bottom:50px;color:#333}.premier-privileges__divider{width:2px;height:60px;background-color:#3e2557;margin:0 auto 50px}.privileges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:1400px;margin:0 auto}.privilege-card{text-align:center;display:flex;flex-direction:column;align-items:center}.privilege-image{width:100%;height:280px;border-radius:8px;overflow:hidden;margin-bottom:30px;box-shadow:0 4px 15px #0000001a}.privilege-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.privilege-image:hover img{transform:scale(1.05)}.privilege-card__heading{font-size:20px;font-weight:500;margin-bottom:15px;color:#333;letter-spacing:1px}.privilege-card__description{font-size:14px;color:#000;line-height:1.6;font-weight:400}.premier-privileges__bottom-divider{width:2px;height:60px;background-color:#3e2557;margin:50px auto 0}@media (max-width: 768px){.premier-privileges{padding:40px 15px}.premier-privileges__title{font-size:32px;margin-bottom:40px}.privileges-grid{gap:30px}.privilege-image{height:250px}}.product-selector-section{padding:50px 20px;background:#f8faf9;margin:0 auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.section-header{text-align:center;margin-bottom:40px;width:100%}.most-popular-badge{display:inline-flex;align-items:center;gap:6px;background:#daa520;color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;margin-bottom:12px}.most-popular-badge svg{width:16px;height:16px}.product-selector-heading{font-weight:800;margin-bottom:8px;letter-spacing:1px}.section-subheading{color:#666;font-size:15px;font-weight:400}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px;width:100%;max-width:1200px}.product-container{border:1px solid #e5e5e5;border-radius:16px;padding:0;background:#fff;box-shadow:0 2px 8px #0000000f;overflow:hidden}.product-title{display:block;padding:24px 28px;margin:0;border-bottom:1px solid #e5e5e5;background:#fff;font-size:22px;font-weight:700;color:#1a1a1a;letter-spacing:.5px}.variant-selector-wrapper{padding:24px 28px;border-bottom:1px solid #e5e5e5;background:#fff}.variant-label{display:block;font-size:14px;font-weight:600;color:#1a1a1a;margin-bottom:12px}.variant-select{width:100%;padding:12px 40px 12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:15px;font-weight:500;color:#1a1a1a;background:#fff;cursor:pointer;transition:all .2s ease;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%234a5568' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;-webkit-appearance:none;appearance:none}.variant-select:focus{outline:none;border-color:#3e2557;box-shadow:0 0 0 3px #3e25571a}.variant-details{padding:24px 28px;border-bottom:1px solid #e5e5e5;background:#f9fafb;display:none}.variant-details.active{display:block}.variant-info-title{font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.variant-info-subtitle{color:#666;font-size:14px;font-weight:400;margin-bottom:16px}.variant-price-section{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e5e5e5}.variant-price-box{display:flex;flex-direction:column;gap:4px}.vprice{font-size:24px;font-weight:700;color:#1a1a1a}.price-period{font-size:12px;color:#999;font-weight:400}.product-card-footer{padding:20px 28px;background:#fff;display:flex;gap:12px}.footer-button{flex:1;background:#3e2557;color:#fff;padding:12px 24px;border-radius:25px;font-weight:600;font-size:14px;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #daa520}.footer-button:hover{background:#3e2557;transform:translateY(-1px);box-shadow:0 2px 8px #daa520}.footer-button:active{transform:translateY(0)}.select-plan-button{background:#3e2557;color:#fff;padding:10px 28px;border-radius:25px;font-weight:600;font-size:14px;border:none;cursor:pointer;white-space:nowrap;transition:all .2s ease}.select-plan-button:hover{background:#3e2557;transform:translateY(-1px)}.select-plan-button:active{transform:translateY(0)}.product-description{margin:0;padding:32px 28px;background:#f8fdf9;border-top:1px solid #e5e5e5;font-size:14px;color:#333;line-height:1.8}.description-heading{display:flex;align-items:center;gap:8px;font-size:15px;color:#1a1a1a;font-weight:700;margin-bottom:16px}.description-heading svg{width:20px;height:20px;color:#3e2557}.product-description ul{list-style:none;padding:0;margin:0}.product-description li{padding-left:24px;position:relative;margin-bottom:10px;color:#333}.product-description li:before{content:"\2713";position:absolute;left:0;color:#3e2557;font-weight:700;font-size:16px}.recommended-badge{display:inline-block;background:#daa520;color:#fff;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:600;margin-left:8px;text-transform:uppercase;letter-spacing:.5px}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;justify-content:center;align-items:center;padding:20px}.modal-overlay.active{display:flex}.modal-content{background:#fff;border-radius:12px;padding:40px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-close{float:right;font-size:28px;font-weight:700;color:#999;cursor:pointer;border:none;background:none;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#1a1a1a}.modal-title{font-size:24px;font-weight:700;color:#1a1a1a;margin-bottom:8px;clear:both}.modal-subtitle{font-size:14px;color:#666;margin-bottom:24px}.input-wrapper{margin-bottom:20px}.input-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:0}.field-label{display:block;margin-bottom:8px;font-weight:600;color:#2d3748;font-size:14px;letter-spacing:.3px}.asterisk-required{color:#e53e3e}.text-input,.email-input,.phone-input,.dropdown-select,.textarea-input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;transition:all .1s ease;color:#2d3748;font-family:inherit}.text-input:focus,.email-input:focus,.phone-input:focus,.dropdown-select:focus,.textarea-input:focus{outline:none;border-color:#3e2557;background-color:#fff;box-shadow:0 0 0 3px #3e25571a}.text-input::placeholder,.email-input::placeholder,.phone-input::placeholder,.textarea-input::placeholder{color:#a0aec0}.text-input:read-only{background-color:#f5f5f5;cursor:not-allowed}.phone-wrapper{display:flex;gap:10px;align-items:flex-end}.country-code-select{flex:0 0 110px;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:13px;transition:all .3s ease}.country-code-select:focus{outline:none;border-color:#3e2557;box-shadow:0 0 0 3px #3e25571a}.phone-input-field{flex:1}.dropdown-select{cursor:pointer;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%234a5568' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;padding-right:40px;-webkit-appearance:none;appearance:none}.primary-button{width:100%;background:linear-gradient(135deg,#3d1f47,#2d1537);color:#fff;padding:14px;border:none;border-radius:25px;font-size:15px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:capitalize;letter-spacing:.5px;margin-top:10px}.primary-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3d1f4780}.primary-button:active{transform:translateY(0)}.notification-success{display:none;background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:14px 16px;border-radius:8px;margin-bottom:16px;font-weight:600;font-size:13px;box-shadow:0 4px 12px #48bb7866}.notification-success.show{display:block}@media (max-width: 1024px){.products-grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width: 768px){.product-selector-section{padding:40px 16px}.products-grid{grid-template-columns:1fr;gap:20px}.variant-details{padding:20px}.product-container{max-width:100%}.product-description{padding:24px 20px}.modal-content{padding:30px 24px}.input-row{grid-template-columns:1fr}.phone-wrapper{flex-direction:column}.country-code-select{flex:1}}@media (max-width: 480px){.product-selector-heading{font-size:24px}.variant-details{padding:18px 16px}.modal-content{padding:24px}.modal-title{font-size:20px}}.reserve-plus-section{padding:60px 20px;background:#f9f9f9}.reserve-container{max-width:1100px;margin:0 auto}.reserve-main-title{font-weight:700;color:#3c2456;font-size:38px;text-align:center;animation:fadeInDown .8s ease-out;margin-bottom:50px}.reserve-row{gap:40px;display:flex;flex-direction:column;margin-top:40px}.reserve-card{border-radius:12px;background:#fff;padding:40px;box-shadow:#3c40434d 0 1px 2px,#3c404326 0 1px 3px 1px;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;gap:30px;animation:fadeInUp .8s ease-out backwards}.reserve-card:nth-child(1){animation-delay:.1s}.reserve-card:nth-child(2){animation-delay:.2s}.reserve-card:nth-child(3){animation-delay:.3s}.reserve-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#755a91,#3e2557);animation:slideInRight .6s ease-out}.reserve-card:hover{transform:translateY(-5px);box-shadow:#3e255733 0 10px 30px}.reserve-left-content{display:flex;flex-direction:column;justify-content:space-between;padding-right:20px;border-right:2px solid #e0e0e0}.reserve-badge{display:inline-block;background:linear-gradient(90deg,#755a91,#3e2557);color:#fff;padding:6px 16px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:15px;animation:bounceIn .6s ease-out;animation-fill-mode:backwards;width:fit-content}.reserve-card:nth-child(1) .reserve-badge{animation-delay:.2s}.reserve-card:nth-child(2) .reserve-badge{animation-delay:.3s}.reserve-card:nth-child(3) .reserve-badge{animation-delay:.4s}.reserve-heading{font-size:16px;color:#666;margin-bottom:10px;font-weight:600;text-transform:uppercase;letter-spacing:1px;animation:fadeIn .8s ease-out backwards}.reserve-card:nth-child(1) .reserve-heading{animation-delay:.3s}.reserve-card:nth-child(2) .reserve-heading{animation-delay:.4s}.reserve-card:nth-child(3) .reserve-heading{animation-delay:.5s}.reserve-title{font-size:42px;font-weight:700;color:#3e2557;margin-bottom:15px;line-height:1.2;animation:scaleIn .6s ease-out backwards}.reserve-card:nth-child(1) .reserve-title{animation-delay:.4s}.reserve-card:nth-child(2) .reserve-title{animation-delay:.5s}.reserve-card:nth-child(3) .reserve-title{animation-delay:.6s}.reserve-subtitle{font-size:14px;color:#dba726;font-weight:700;margin-bottom:1px;animation:fadeIn .8s ease-out backwards}.reserve-description{font-size:14px;color:#555;margin-bottom:25px;line-height:1.6;animation:fadeIn .8s ease-out backwards}.reserve-button{display:inline-block;background:linear-gradient(90deg,#755a91,#3e2557);color:#fff;padding:14px 30px;border-radius:30px;text-decoration:none;font-weight:600;font-size:15px;transition:all .3s ease;animation:slideInUp .6s ease-out backwards;position:relative;overflow:hidden;box-shadow:0 2px 8px #daa520;width:fit-content}.reserve-card:nth-child(1) .reserve-button{animation-delay:.5s}.reserve-card:nth-child(2) .reserve-button{animation-delay:.6s}.reserve-card:nth-child(3) .reserve-button{animation-delay:.7s}.reserve-button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.reserve-button:hover:before{width:300px;height:300px}.reserve-button:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 25px #3e25574d;color:#fff}.reserve-right-content{display:flex;flex-direction:column;justify-content:flex-start;padding-left:20px}.reserve-features{animation:fadeInUp .8s ease-out backwards}.reserve-card:nth-child(1) .reserve-features{animation-delay:.6s}.reserve-card:nth-child(2) .reserve-features{animation-delay:.7s}.reserve-card:nth-child(3) .reserve-features{animation-delay:.8s}.reserve-features-title{font-size:16px;color:#3e2557;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px;font-weight:700}.reserve-feature-item{display:flex;align-items:flex-start;margin-bottom:14px;font-size:14px;color:#555;line-height:1.6;opacity:0;animation:slideInLeft .5s ease-out forwards}.reserve-feature-item:nth-child(1){animation-delay:.7s}.reserve-feature-item:nth-child(2){animation-delay:.8s}.reserve-feature-item:nth-child(3){animation-delay:.9s}.reserve-feature-item:nth-child(4){animation-delay:1s}.reserve-feature-item:nth-child(5){animation-delay:1.1s}.reserve-feature-item:before{content:"\2713";color:#dba726;margin-right:12px;font-size:18px;font-weight:700;flex-shrink:0;animation:starPulse 2s ease-in-out infinite}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3) translateY(-20px)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes starPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.8}}@media (max-width: 768px){.reserve-row,.reserve-card{grid-template-columns:1fr}.reserve-left-content{border-right:none;border-bottom:2px solid #e0e0e0;padding-right:0;padding-bottom:30px;margin-bottom:30px}.reserve-right-content{padding-left:0}.reserve-title{font-size:32px}.reserve-main-title{font-size:28px}}
/*# sourceMappingURL=/cdn/shop/t/17/compiled_assets/styles.css.map */
