#checkout{background-color:#fff;padding:1rem;box-shadow:0 1px 2px #0000000a;border:1px solid #00000014;border-radius:8px}#checkout .payment-methods{display:flex;gap:8px;margin-bottom:32px}#checkout .payment-method{flex:1;padding:12px;border:1px solid #e0e0e0;border-radius:8px;display:flex;align-items:center;gap:8px;cursor:pointer;background:white;min-height:48px}#checkout .payment-method.active{border:2px solid #0066ff;padding:11px}#checkout .payment-method.disabled{opacity:0.4;cursor:default}#checkout .payment-method-icon img{width:20px;height:20px}#checkout .payment-method-text{font-size:15px;color:#333}#checkout .form-row{margin-bottom:20px}#checkout label{display:block;font-size:15px;color:#333;margin-bottom:8px}#checkout .card-details{display:flex;gap:12px}#checkout .card-info-field{flex:1;min-width:100px}#checkout .card-info-field:first-child,#checkout .card-info-field:last-child{flex:1}#checkout select.form-input-flow{width:100%;height:40px;padding:8px 12px;border:1px solid #e0e0e0;border-radius:8px;background:white;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23666666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}#checkout .stripe-footer{display:flex;justify-content:space-between;align-items:center;margin:24px 0;padding:0 4px}#checkout .cta-stripe-checkout:hover{background:var(--gold)}#checkout .price-label{padding:0 24px;height:100%;display:flex;align-items:center;border-right:1px solid rgba(255,255,255,0.2);font-size:15px}#checkout .submit-text{flex:1;text-align:center;font-size:15px}#checkout #card-errors{color:#ff4d4d;font-size:13px;margin-top:8px}#checkout #card-number-element,#checkout #card-expiry-element,#checkout #card-cvc-element{height:40px;width:100%;padding:10px 12px;border:1px solid #e0e0e0;border-radius:8px;background-color:white}#checkout #card-cvc-element{width:100%;min-width:100px}#checkout .StripeElement--focus{border-color:#0066ff;box-shadow:0 1px 3px 0 rgba(50,50,93,0.1)}#checkout .StripeElement--invalid{border-color:#fa755a}section.flow1,section.flow2,section.flow-gift{display:flex !important;width:100%;min-height:100vh;background-color:#f7f5f5;flex-flow:row;padding-left:5rem;padding-right:0}@media screen and (max-width: 768px){section.flow1,section.flow2,section.flow-gift,section.welcome-app{flex-flow:column;padding-left:1rem;padding-right:1rem}section.welcome-app{padding:1rem !important}}section.flow1 .cta{cursor:pointer}section.flow1 .form-input-flow{display:flex;align-items:center;justify-content:flex-start;width:100%;height:48px;padding:16px 20px;background-color:#f7f7f7;border:1px solid #d9d9d9;border-radius:496px;box-shadow:0 2px 2px #0000000a}section.flow1,section.flow2,section.welcome-app{display:none;width:100%;min-height:100vh;background-color:#f7f5f5}section.flow1.visible,section.flow2.visible,section.welcome-app.visible{display:flex !important;flex-direction:row;padding-left:5rem;padding-right:0}section.flow1,section.flow2,section.welcome-app{transition:opacity 0.3s ease-out}.form-input-flow.error{border-color:#ff4d4d !important;background-color:rgba(255,77,77,0.05) !important}.field-error-message{color:#ff4d4d;font-size:12px;margin-top:4px;margin-left:16px;animation:slideIn 0.2s ease-out}.price-check-plans.error .checkbox-wrap{border-color:#ff4d4d !important}section.flow1,section.flow2,section.flow-gift,section.welcome-app{opacity:1;transition:opacity 0.3s ease-out !important;will-change:opacity}@keyframes slideIn{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.form-input-flow:focus{border-color:#0066ff !important;box-shadow:0 0 0 3px rgba(0,102,255,0.1) !important;outline:none !important}.form-input-flow.error:focus{border-color:#ff4d4d !important;box-shadow:0 0 0 3px rgba(255,77,77,0.1) !important}.cta-stripe-checkout{transition:all 0.3s ease;background:#808080}.cta-stripe-checkout:hover{background:#6d6d6d}.cta-stripe-checkout.all-fields-valid{background:#9d6e00}.cta-stripe-checkout.all-fields-valid:hover{background:#9d6e00}section.welcome-app{background-color:#f7f5f5;padding-left:5rem;padding-right:0;flex-flow:row;justify-content:flex-start;align-items:stretch;grid-column-gap:0;grid-row-gap:0}section.welcome-app.visible{flex-direction:row;justify-content:flex-start;align-items:stretch;padding-left:5rem;padding-right:0}.welcome-app__container{display:flex;width:100%;min-height:100vh}.welcome-app__left{flex:0 0 50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-right:0}.welcome-app__stepper{margin-bottom:40px}.welcome-app__checkmark{margin-bottom:24px}.welcome-app__heading{color:#1b1a19;font-family:Semplicitapro, sans-serif;font-size:48px;font-weight:700;line-height:110%;margin:0 0 16px 0}.welcome-app__description{color:#666;font-family:Figtree, sans-serif;font-size:16px;line-height:160%;margin-bottom:32px;max-width:460px}.welcome-app__features{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.welcome-app__feature{display:flex;align-items:center;gap:16px}.welcome-app__feature-icon{flex:0 0 40px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:rgba(163,115,3,0.1);border-radius:50%}.welcome-app__feature-title{color:#1b1a19;font-family:Figtree, sans-serif;font-size:16px;font-weight:600;line-height:140%}.welcome-app__feature-subtitle{color:#666;font-family:Figtree, sans-serif;font-size:14px;line-height:140%}.welcome-app__buttons{display:flex;gap:12px;flex-wrap:wrap}.welcome-app__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:50px;font-family:Figtree, sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:all 0.2s ease;min-width:180px}.welcome-app__btn--primary{background-color:#a37303;color:#fff}.welcome-app__btn--primary:hover{background-color:#8a6000;color:#fff}.welcome-app__btn--secondary{background-color:#fff;color:#1b1a19;border:1px solid #e0e0e0}.welcome-app__btn--secondary:hover{background-color:#f0f0f0;color:#1b1a19}.welcome-app__btn-arrow{width:20px;height:20px;filter:brightness(0) invert(1)}.welcome-app__right{flex:0 0 50%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:60px 80px;background-image:linear-gradient(90deg, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.28) 45%, rgba(0,0,0,0.36) 100%),linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.22) 46%, rgba(0,0,0,0.14) 100%),url(/assets/purchase-3-confirmation-6ee427a0bf52d81a516cabf0d801167962098b7137c8929f73f51315db477436.png);background-position:center, center, 42% center;background-repeat:no-repeat, no-repeat, no-repeat;background-size:cover, cover, cover;color:#fff;min-height:100vh}.welcome-app__right-content,.welcome-app__testimonial{width:100%;max-width:500px;text-align:left;position:relative;z-index:1}.flow1 .step-icon,.flow2 .step-number-flow.active,.welcome-app .step-number-flow.active{background-color:#a37303;border-color:#a37303}.flow1 .step-icon .number-flow,.flow2 .step-number-flow.active .number-flow,.welcome-app .step-number-flow.active .number-flow{color:#fff}.flow1>.right{justify-content:space-between !important;align-items:flex-start !important;padding:60px 80px !important;background-image:linear-gradient(90deg, rgba(0,0,0,0.14) 0%, rgba(0,0,0,0.28) 42%, rgba(0,0,0,0.4) 100%),linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 44%, rgba(0,0,0,0.86) 100%),url(/assets/purchase-1-contact-b8ee8b25f4250f5d959417b7460a810d792a2cfcb7eb362d07a0593c7531a4fd.png) !important;background-position:center, center, center bottom !important;background-repeat:no-repeat, no-repeat, no-repeat !important;background-size:cover, cover, cover !important}.flow1-right__top{width:100%;max-width:480px}.flow1-right__label{color:#d4a84b;letter-spacing:0.24em;text-transform:uppercase;font-family:Figtree, sans-serif;font-size:12px;font-weight:500;margin-bottom:16px}.flow1-right__heading{font-family:Semplicitapro, sans-serif;font-size:40px;font-weight:700;line-height:120%;color:#fff;margin-bottom:40px}.flow1-right__features{display:flex;flex-direction:column;gap:24px}.flow1-right__feature{display:flex;align-items:flex-start;gap:16px}.flow1-right__feature-icon{width:28px;height:28px;flex-shrink:0}.flow1-right__feature-title{color:#fff;font-family:Figtree, sans-serif;font-size:16px;font-weight:500;margin-bottom:4px}.flow1-right__feature-subtitle{color:rgba(255,255,255,0.7);font-family:Figtree, sans-serif;font-size:14px;line-height:150%}.flow1-right__testimonial{width:100%;max-width:480px;margin-top:48px}.flow1-right__quote{font-family:Semplicitapro, sans-serif;font-size:24px;font-weight:500;font-style:italic;line-height:140%;color:#fff;margin-bottom:12px}.flow1-right__quote-author{font-family:Figtree, sans-serif;font-size:14px;color:rgba(255,255,255,0.7)}.right._2{justify-content:space-between !important;align-items:flex-start !important;padding:60px 80px !important;background-image:linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.28) 45%, rgba(0,0,0,0.16) 100%),linear-gradient(180deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.22) 48%, rgba(0,0,0,0.62) 100%),url(/assets/purchase-2-payment-aaa22b9826b697506e293d48e89c5eb6e3109dff552cc22f9a7fec4772a6a9a8.png) !important;background-position:center, center, 58% center !important;background-repeat:no-repeat, no-repeat, no-repeat !important;background-size:cover, cover, cover !important}.flow2-right__top{width:100%;max-width:520px}.flow2-right__label{color:#d4a84b;letter-spacing:0.24em;text-transform:uppercase;font-family:Figtree, sans-serif;font-size:12px;font-weight:500;margin-bottom:24px}.flow2-right__cards{display:flex;flex-direction:column;gap:16px}.flow2-right__card{background-color:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:12px;padding:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.flow2-right__stars{margin-bottom:12px}.flow2-right__stars .stars-flow{height:16px;width:auto}.flow2-right__quote{color:#fff;font-family:Figtree, sans-serif;font-size:15px;line-height:160%;margin-bottom:16px}.flow2-right__author{color:rgba(255,255,255,0.6);font-family:Figtree, sans-serif;font-size:13px}.flow2-right__bottom{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,0.7);font-family:Figtree, sans-serif;font-size:13px;margin-top:48px}.flow2-right__lock-icon{width:16px;height:16px;flex-shrink:0}.welcome-app__right-label{color:#d4a84b;letter-spacing:0.24em;text-transform:uppercase;font-family:Figtree, sans-serif;font-size:12px;font-weight:500;margin-bottom:16px}.welcome-app__right-heading{font-family:Semplicitapro, sans-serif;font-size:40px;font-weight:700;line-height:120%;margin-bottom:16px;color:#fff}.welcome-app__right-description{font-family:Figtree, sans-serif;font-size:16px;line-height:160%;max-width:500px;color:rgba(255,255,255,0.85)}.welcome-app__testimonial{width:100%;max-width:500px}.welcome-app__quote{font-family:Semplicitapro, sans-serif;font-size:24px;font-weight:500;line-height:140%;font-style:italic;margin-bottom:12px;color:#fff}.welcome-app__quote-author{font-family:Figtree, sans-serif;font-size:14px;color:rgba(255,255,255,0.7)}section.welcome-app.visible{display:flex !important;flex-direction:row;justify-content:flex-start;align-items:stretch;padding-left:5rem;padding-right:0;padding-top:0;padding-bottom:0}section.welcome-app.visible .welcome-app__container{display:flex;flex-direction:row;width:100%;min-height:100vh}section.welcome-app.visible .welcome-app__left{flex:0 0 50%;width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-right:0;padding-left:0}section.welcome-app.visible .welcome-app__left>.left-inner-flow{width:540px}section.welcome-app.visible .welcome-app__right{flex:0 0 50%;width:50%;min-height:100vh}@media screen and (max-width: 991px){.welcome-app__container{flex-direction:column}.welcome-app__left,.welcome-app__right{flex:1 1 100%;padding:40px 24px;min-height:auto}.welcome-app__right{min-height:60vh}.welcome-app__heading{font-size:36px}.welcome-app__right-heading{font-size:32px}.welcome-app__buttons{flex-direction:column;width:100%}.welcome-app__btn{width:100%}}@media screen and (max-width: 768px){.welcome-app__left,.welcome-app__right{padding:32px 16px}.welcome-app__heading{font-size:32px}.welcome-app__right-heading{font-size:28px}.welcome-app__quote{font-size:20px}}
