.page-module__jA2tFG__pageContainer{background-color:#f5f5f5;min-height:calc(100vh - 80px);padding:2rem 4rem 4rem}.page-module__jA2tFG__loadingContainer,.page-module__jA2tFG__errorContainer{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:60vh;display:flex}.page-module__jA2tFG__spinner{color:#2563eb;animation:1s linear infinite page-module__jA2tFG__spin}@keyframes page-module__jA2tFG__spin{to{transform:rotate(360deg)}}.page-module__jA2tFG__errorText{color:#dc2626;font-size:1rem}.page-module__jA2tFG__backLink{color:#374151;align-items:center;gap:.25rem;margin-bottom:1.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.page-module__jA2tFG__backLink:hover{color:#2563eb}.page-module__jA2tFG__progressContainer{justify-content:center;margin-bottom:2rem;display:flex}.page-module__jA2tFG__progressBar{gap:.5rem;display:flex}.page-module__jA2tFG__progressStep{background-color:#e5e7eb;border-radius:3px;width:60px;height:6px;transition:background-color .3s}.page-module__jA2tFG__progressStep.page-module__jA2tFG__active{background-color:#2563eb}.page-module__jA2tFG__mainContent{grid-template-columns:1fr 380px;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.page-module__jA2tFG__formColumn{background-color:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 1px 3px #0000001a}.page-module__jA2tFG__pageTitle{color:#111827;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}.page-module__jA2tFG__pageSubtitle{color:#6b7280;margin-bottom:2rem;font-size:1rem}.page-module__jA2tFG__stepTitle{color:#111827;margin-bottom:1.5rem;font-size:1.125rem;font-weight:600}.page-module__jA2tFG__formFields{flex-direction:column;gap:1rem;display:flex}.page-module__jA2tFG__inputGroup{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;padding:0 1rem;transition:border-color .2s,box-shadow .2s;display:flex}.page-module__jA2tFG__inputGroup:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.page-module__jA2tFG__inputError{background-color:#fef2f2;border-color:#dc2626}.page-module__jA2tFG__inputError:focus-within{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.page-module__jA2tFG__inputSuccess{background-color:#f0fdf4;border-color:#16a34a}.page-module__jA2tFG__inputSuccess:focus-within{border-color:#16a34a;box-shadow:0 0 0 3px #16a34a1a}.page-module__jA2tFG__validIcon{color:#16a34a;flex-shrink:0}.page-module__jA2tFG__errorIcon{color:#dc2626;flex-shrink:0}.page-module__jA2tFG__fieldError{color:#dc2626;margin-top:.25rem;margin-bottom:0;padding-left:.25rem;font-size:.8125rem}.page-module__jA2tFG__inputIcon{color:#9ca3af;flex-shrink:0}.page-module__jA2tFG__textInput,.page-module__jA2tFG__selectInput{color:#111827;background:0 0;border:none;outline:none;flex:1;padding:1rem .75rem;font-size:.9375rem}.page-module__jA2tFG__textInput::placeholder,.page-module__jA2tFG__selectInput option[value=""]{color:#9ca3af}.page-module__jA2tFG__selectInput{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 0 center;background-repeat:no-repeat;padding-right:1.5rem}.page-module__jA2tFG__inputRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.page-module__jA2tFG__primaryButton{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s;display:flex}.page-module__jA2tFG__primaryButton:hover:not(:disabled){background-color:#1d4ed8}.page-module__jA2tFG__primaryButton:active:not(:disabled){transform:scale(.98)}.page-module__jA2tFG__primaryButton:disabled{cursor:not-allowed;background-color:#93c5fd}.page-module__jA2tFG__secondaryButton{color:#374151;cursor:pointer;background-color:#0000;border:1px solid #d1d5db;border-radius:.5rem;justify-content:center;align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:500;transition:background-color .2s,border-color .2s;display:flex}.page-module__jA2tFG__secondaryButton:hover{background-color:#f3f4f6;border-color:#9ca3af}.page-module__jA2tFG__buttonRow{grid-template-columns:auto 1fr;gap:1rem;margin-top:.5rem;display:grid}.page-module__jA2tFG__buttonSpinner{animation:1s linear infinite page-module__jA2tFG__spin}.page-module__jA2tFG__paymentOptions{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.page-module__jA2tFG__paymentOption{cursor:pointer;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem 1.5rem;transition:all .2s;display:flex;position:relative}.page-module__jA2tFG__paymentOption span{color:#374151;font-size:1.125rem;font-weight:600}.page-module__jA2tFG__paymentOption:hover{background-color:#eff6ff;border-color:#93c5fd}.page-module__jA2tFG__paymentOption.page-module__jA2tFG__selected{background-color:#eff6ff;border-color:#2563eb}.page-module__jA2tFG__paymentOption.page-module__jA2tFG__selected span{color:#2563eb}.page-module__jA2tFG__paymentOption .page-module__jA2tFG__checkIcon{color:#2563eb;position:absolute;top:.75rem;right:.75rem}.page-module__jA2tFG__paymentInfo{background-color:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;margin-bottom:.5rem;padding:1rem}.page-module__jA2tFG__paymentInfo p{color:#0369a1;font-size:.875rem;line-height:1.5}.page-module__jA2tFG__errorMessage{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem}.page-module__jA2tFG__errorMessage p{color:#dc2626;font-size:.875rem}.page-module__jA2tFG__priceColumn{height:fit-content;position:sticky;top:2rem}.page-module__jA2tFG__priceCard{background-color:#fff;border-radius:1rem;flex-direction:column;min-height:400px;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a}.page-module__jA2tFG__priceCardTitle{color:#111827;text-align:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.page-module__jA2tFG__tripSummary{flex-direction:column;gap:.75rem;margin-bottom:1.5rem;display:flex}.page-module__jA2tFG__summaryItem{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.page-module__jA2tFG__summaryLabel{color:#6b7280;font-size:.875rem}.page-module__jA2tFG__summaryValue{color:#111827;text-align:right;font-size:.875rem;font-weight:500}.page-module__jA2tFG__priceDivider{background-color:#9ca3af;height:1px;margin:1rem 0}.page-module__jA2tFG__priceLoading{color:#6b7280;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.page-module__jA2tFG__priceDetails{flex-direction:column;gap:.75rem;display:flex}.page-module__jA2tFG__priceRow{color:#374151;justify-content:space-between;font-size:.9375rem;display:flex}.page-module__jA2tFG__priceValue{font-weight:500}.page-module__jA2tFG__totalRow{color:#111827;border-top:2px solid #9ca3af;justify-content:space-between;margin-top:.5rem;padding-top:1rem;font-size:1.125rem;font-weight:700;display:flex}.page-module__jA2tFG__totalValue{color:#2563eb}.page-module__jA2tFG__priceEmpty{text-align:center;flex:1;justify-content:center;align-items:center;display:flex}.page-module__jA2tFG__priceEmpty p{color:#6b7280;font-size:.9375rem}@media (max-width:1024px){.page-module__jA2tFG__pageContainer{padding:1.5rem 2rem 3rem}.page-module__jA2tFG__mainContent{grid-template-columns:1fr;gap:2rem}.page-module__jA2tFG__priceColumn{order:-1;position:static}.page-module__jA2tFG__priceCard{min-height:auto}}@media (max-width:640px){.page-module__jA2tFG__pageContainer{padding:1rem 1rem 2rem}.page-module__jA2tFG__formColumn{padding:1.5rem}.page-module__jA2tFG__pageTitle{font-size:1.75rem}.page-module__jA2tFG__inputRow,.page-module__jA2tFG__buttonRow,.page-module__jA2tFG__paymentOptions{grid-template-columns:1fr}.page-module__jA2tFG__progressStep{width:40px}}.page-module__jA2tFG__fadeIn{opacity:0;transition:opacity .6s ease-out}.page-module__jA2tFG__fadeIn.page-module__jA2tFG__animateVisible{opacity:1}.page-module__jA2tFG__slideUp{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translateY(30px)}.page-module__jA2tFG__slideUp.page-module__jA2tFG__animateVisible{opacity:1;transform:translateY(0)}.page-module__jA2tFG__slideRight{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translate(-30px)}.page-module__jA2tFG__slideRight.page-module__jA2tFG__animateVisible{opacity:1;transform:translate(0)}.page-module__jA2tFG__slideLeft{opacity:0;transition:opacity .5s ease-out,transform .5s ease-out;transform:translate(30px)}.page-module__jA2tFG__slideLeft.page-module__jA2tFG__animateVisible{opacity:1;transform:translate(0)}.page-module__jA2tFG__animateVisible{opacity:1;transform:translateY(0)translate(0)}@media (prefers-reduced-motion:reduce){.page-module__jA2tFG__fadeIn,.page-module__jA2tFG__slideUp,.page-module__jA2tFG__slideRight,.page-module__jA2tFG__slideLeft{opacity:1;transition:none;transform:none}}
.Header-module__9fWxfa__navbar{z-index:100;background-color:#fff;padding:1.5rem 0;position:relative}.Header-module__9fWxfa__navbarTransparent{z-index:200;background-color:#0000;position:absolute;top:0;left:0;right:0}.Header-module__9fWxfa__navContainer{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 3rem;display:flex}.Header-module__9fWxfa__logo{align-items:center;transition:opacity .2s;display:flex}.Header-module__9fWxfa__logo:hover{opacity:.8}.Header-module__9fWxfa__logoImage{object-fit:contain;width:auto;height:40px}.Header-module__9fWxfa__logoLight .Header-module__9fWxfa__logoImage{filter:brightness(0)invert()}.Header-module__9fWxfa__navLinks{flex:1;justify-content:center;align-items:center;gap:2.5rem;display:flex}.Header-module__9fWxfa__navLink{color:#000;white-space:nowrap;font-size:1rem;font-weight:400;transition:color .2s}.Header-module__9fWxfa__navLink:hover{color:#1890ca}.Header-module__9fWxfa__navLinkActive{color:#1890ca;font-weight:500}.Header-module__9fWxfa__ctaButton{color:#fff;white-space:nowrap;cursor:pointer;background-color:#1890ca;border-radius:.5rem;padding:.75rem 1.75rem;font-size:1rem;font-weight:500;transition:all .2s}.Header-module__9fWxfa__ctaButton:hover{background-color:#1576a8;transform:translateY(-1px);box-shadow:0 4px 12px #1890ca4d}.Header-module__9fWxfa__mobileMenuButton{color:#000;cursor:pointer;background:0 0;padding:.5rem;display:none}.Header-module__9fWxfa__mobileMenuButtonLight{color:#fff}.Header-module__9fWxfa__mobileMenuOverlay{z-index:1000;background-color:#f9fafb;transition:transform .3s ease-in-out;position:fixed;inset:0;overflow-y:auto;transform:translate(100%)}.Header-module__9fWxfa__mobileMenuOpen{transform:translate(0)}.Header-module__9fWxfa__mobileMenuClose{color:#000;background:0 0;padding:.5rem;position:absolute;top:1.5rem;right:1.5rem}.Header-module__9fWxfa__mobileMenuContent{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100vh;padding:4rem 2rem;display:flex}.Header-module__9fWxfa__mobileMenuLink{color:#000;text-align:center;font-size:1.5rem;font-weight:400;transition:color .2s}.Header-module__9fWxfa__mobileMenuLink:hover{color:#1890ca}.Header-module__9fWxfa__mobileMenuCta{color:#fff;background-color:#1890ca;border-radius:.5rem;margin-top:2rem;padding:1rem 3rem;font-size:1.125rem;font-weight:600;transition:all .2s}.Header-module__9fWxfa__mobileMenuCta:hover{background-color:#1576a8;transform:translateY(-2px);box-shadow:0 4px 12px #1890ca4d}@media (max-width:768px){.Header-module__9fWxfa__navbarTransparent{position:absolute}.Header-module__9fWxfa__navContainer{padding:0 1.5rem}.Header-module__9fWxfa__navLinks,.Header-module__9fWxfa__ctaButton{display:none}.Header-module__9fWxfa__mobileMenuButton{display:block}}@media (max-width:480px){.Header-module__9fWxfa__logoImage{height:32px}}
.Footer-module__nhiC3q__footer{background-color:#fff;border-top:1px solid #e5e7eb;padding:4rem 3rem 2rem}.Footer-module__nhiC3q__footerContainer{max-width:1400px;margin:0 auto}.Footer-module__nhiC3q__footerMain{justify-content:space-between;gap:4rem;margin-bottom:3rem;display:flex}.Footer-module__nhiC3q__footerBrand{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__nhiC3q__footerLogo{transition:opacity .2s;display:inline-block}.Footer-module__nhiC3q__footerLogo:hover{opacity:.8}.Footer-module__nhiC3q__footerLogoImage{object-fit:contain;width:auto;height:46px}.Footer-module__nhiC3q__footerSocial{gap:1rem;display:flex}.Footer-module__nhiC3q__socialLink{color:#000;border:1px solid #e5e7eb;border-radius:.5rem;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.Footer-module__nhiC3q__socialLink:hover{color:#1890ca;border-color:#1890ca}.Footer-module__nhiC3q__footerLinks{gap:5rem;display:flex}.Footer-module__nhiC3q__footerColumn{flex-direction:column;gap:.875rem;display:flex}.Footer-module__nhiC3q__footerColumnTitle{color:#000;margin-bottom:.5rem;font-size:1rem;font-weight:600}.Footer-module__nhiC3q__footerLink{color:#6b7280;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:400;transition:color .2s;display:flex}.Footer-module__nhiC3q__footerLink:hover{color:#1890ca}.Footer-module__nhiC3q__footerAddress{color:#6b7280;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:400;display:flex}.Footer-module__nhiC3q__footerBottom{text-align:center;border-top:1px solid #e5e7eb;padding-top:2rem}.Footer-module__nhiC3q__footerCopyright{color:#9ca3af;font-size:.875rem;font-weight:400}@media (max-width:1024px){.Footer-module__nhiC3q__footerMain{flex-direction:column;gap:3rem}.Footer-module__nhiC3q__footerLinks{gap:3rem}}@media (max-width:768px){.Footer-module__nhiC3q__footer{padding:3rem 1.5rem 2rem}.Footer-module__nhiC3q__footerMain{gap:2.5rem}.Footer-module__nhiC3q__footerBrand{align-items:center}.Footer-module__nhiC3q__footerLinks{flex-direction:column;gap:2rem;width:100%}.Footer-module__nhiC3q__footerColumn{text-align:center;align-items:center}}@media (max-width:480px){.Footer-module__nhiC3q__footer{padding:2.5rem 1rem 1.5rem}.Footer-module__nhiC3q__footerLogoImage{height:38px}.Footer-module__nhiC3q__footerColumnTitle{font-size:.9375rem}.Footer-module__nhiC3q__footerLink,.Footer-module__nhiC3q__footerAddress{font-size:.875rem}.Footer-module__nhiC3q__footerCopyright{font-size:.8125rem}}
.PaymentModal-module__yq2fta__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out PaymentModal-module__yq2fta__fadeIn;display:flex;position:fixed;inset:0}@keyframes PaymentModal-module__yq2fta__fadeIn{0%{opacity:0}to{opacity:1}}.PaymentModal-module__yq2fta__modal{scrollbar-width:thin;scrollbar-color:#1890ca66 transparent;background-color:#fff;border-radius:1.5rem;width:100%;max-width:480px;max-height:90vh;animation:.3s ease-out PaymentModal-module__yq2fta__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.PaymentModal-module__yq2fta__modal::-webkit-scrollbar{width:6px}.PaymentModal-module__yq2fta__modal::-webkit-scrollbar-track{background:0 0;border-radius:3px;margin:1rem 0}.PaymentModal-module__yq2fta__modal::-webkit-scrollbar-thumb{background:linear-gradient(#1890ca80 0%,#1576a880 100%);border-radius:3px;transition:background .2s}.PaymentModal-module__yq2fta__modal::-webkit-scrollbar-thumb:hover{background:linear-gradient(#1890cacc 0%,#1576a8cc 100%)}@keyframes PaymentModal-module__yq2fta__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PaymentModal-module__yq2fta__closeButton{color:#6b7280;cursor:pointer;z-index:10;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.PaymentModal-module__yq2fta__closeButton:hover{color:#1f2937;background-color:#f3f4f6}.PaymentModal-module__yq2fta__content{text-align:center;padding:2rem}.PaymentModal-module__yq2fta__header{margin-bottom:1.5rem}.PaymentModal-module__yq2fta__title{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.PaymentModal-module__yq2fta__subtitle{color:#6b7280;font-size:.9375rem}.PaymentModal-module__yq2fta__amountBadge{color:#fff;background:linear-gradient(135deg,#1890ca 0%,#1576a8 100%);border-radius:2rem;margin-bottom:1.5rem;padding:.75rem 2rem;font-size:1.5rem;font-weight:700;display:inline-block}.PaymentModal-module__yq2fta__qrCodeContainer{background-color:#fff;border:2px solid #e5e7eb;border-radius:1rem;margin-bottom:1.5rem;padding:1rem;display:inline-block}.PaymentModal-module__yq2fta__qrCode{display:block}.PaymentModal-module__yq2fta__pixCodeContainer{text-align:left;margin-bottom:1.5rem}.PaymentModal-module__yq2fta__pixCodeLabel{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.PaymentModal-module__yq2fta__pixCodeWrapper{align-items:stretch;gap:.5rem;display:flex}.PaymentModal-module__yq2fta__pixCode{color:#374151;word-break:break-all;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;flex:1;max-height:80px;padding:.75rem;font-size:.75rem;overflow-y:auto}.PaymentModal-module__yq2fta__copyButton{color:#fff;cursor:pointer;white-space:nowrap;background-color:#1890ca;border:none;border-radius:.5rem;align-items:center;gap:.375rem;padding:.75rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.PaymentModal-module__yq2fta__copyButton:hover{background-color:#1576a8}.PaymentModal-module__yq2fta__copyButton.PaymentModal-module__yq2fta__copied{background-color:#059669}.PaymentModal-module__yq2fta__waitingContainer{color:#92400e;background-color:#fef3c7;border-radius:2rem;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.875rem 1.5rem;font-size:.875rem;display:flex}.PaymentModal-module__yq2fta__spinner{animation:1s linear infinite PaymentModal-module__yq2fta__spin}@keyframes PaymentModal-module__yq2fta__spin{to{transform:rotate(360deg)}}.PaymentModal-module__yq2fta__invoiceLink{color:#1890ca;font-size:.875rem;font-weight:500;text-decoration:underline;transition:color .2s;display:inline-block}.PaymentModal-module__yq2fta__invoiceLink:hover{color:#1576a8}.PaymentModal-module__yq2fta__confirmedContent{text-align:center;padding:1.5rem 1.5rem 1.75rem}.PaymentModal-module__yq2fta__confirmedIconWrapper{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;animation:.5s ease-out PaymentModal-module__yq2fta__scaleIn;display:inline-flex}@keyframes PaymentModal-module__yq2fta__scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.PaymentModal-module__yq2fta__confirmedIcon{color:#059669}.PaymentModal-module__yq2fta__confirmedTitle{color:#059669;margin-bottom:.25rem;font-size:1.375rem;font-weight:800}.PaymentModal-module__yq2fta__confirmedSubtitle{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.PaymentModal-module__yq2fta__confirmedDetails{text-align:left;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border:1px solid #a7f3d0;border-radius:.75rem;margin-bottom:1rem;padding:.75rem 1rem}.PaymentModal-module__yq2fta__detailRow{border-bottom:1px solid #d1fae5;justify-content:space-between;align-items:center;padding:.375rem 0;display:flex}.PaymentModal-module__yq2fta__detailRow:last-child{border-bottom:none}.PaymentModal-module__yq2fta__detailLabel{color:#6b7280;font-size:.75rem}.PaymentModal-module__yq2fta__detailValue{color:#1f2937;text-align:right;font-size:.8125rem;font-weight:600}.PaymentModal-module__yq2fta__nextSteps{text-align:left;background-color:#f9fafb;border-radius:.75rem;margin-bottom:1rem;padding:.75rem 1rem}.PaymentModal-module__yq2fta__nextStepsTitle{color:#1f2937;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.PaymentModal-module__yq2fta__stepsList{margin:0;padding:0;list-style:none}.PaymentModal-module__yq2fta__stepsList li{color:#4b5563;padding-bottom:.375rem;padding-left:1.25rem;font-size:.75rem;line-height:1.4;position:relative}.PaymentModal-module__yq2fta__stepsList li:last-child{padding-bottom:0}.PaymentModal-module__yq2fta__stepsList li:before{content:"";background-color:#1890ca;border-radius:50%;width:6px;height:6px;position:absolute;top:.35rem;left:0}.PaymentModal-module__yq2fta__actionsContainer{flex-direction:column;gap:.5rem;display:flex}.PaymentModal-module__yq2fta__whatsappButton{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.PaymentModal-module__yq2fta__whatsappButton:hover{background-color:#1da851;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.PaymentModal-module__yq2fta__closeConfirmedButton{color:#6b7280;cursor:pointer;background-color:#0000;border:1px solid #e5e7eb;border-radius:.625rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.PaymentModal-module__yq2fta__closeConfirmedButton:hover{color:#1f2937;background-color:#f3f4f6}.PaymentModal-module__yq2fta__redirectNotice{color:#9ca3af;text-align:center;margin-top:1rem;font-size:.8125rem}@media (max-width:480px){.PaymentModal-module__yq2fta__modal{border-radius:1rem 1rem 0 0;max-width:100%;max-height:95vh;position:fixed;bottom:0;left:0;right:0}.PaymentModal-module__yq2fta__content{padding:1.5rem}.PaymentModal-module__yq2fta__confirmedContent{padding:1.25rem 1.25rem 1.5rem}.PaymentModal-module__yq2fta__title{font-size:1.25rem}.PaymentModal-module__yq2fta__amountBadge{padding:.625rem 1.5rem;font-size:1.25rem}.PaymentModal-module__yq2fta__qrCodeContainer{padding:.75rem}.PaymentModal-module__yq2fta__qrCode{width:180px!important;height:180px!important}.PaymentModal-module__yq2fta__pixCodeWrapper{flex-direction:column}.PaymentModal-module__yq2fta__copyButton{justify-content:center}.PaymentModal-module__yq2fta__confirmedIconWrapper{width:64px;height:64px;margin-bottom:.75rem}.PaymentModal-module__yq2fta__confirmedTitle{font-size:1.25rem}.PaymentModal-module__yq2fta__confirmedSubtitle{margin-bottom:.75rem}.PaymentModal-module__yq2fta__confirmedDetails,.PaymentModal-module__yq2fta__nextSteps{margin-bottom:.75rem;padding:.625rem .875rem}}
.CreditCardModal-module__KAKHAW__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0009;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out CreditCardModal-module__KAKHAW__fadeIn;display:flex;position:fixed;inset:0}@keyframes CreditCardModal-module__KAKHAW__fadeIn{0%{opacity:0}to{opacity:1}}.CreditCardModal-module__KAKHAW__modal{scrollbar-width:thin;scrollbar-color:#1890ca66 transparent;background-color:#fff;border-radius:1.5rem;width:100%;max-width:480px;max-height:90vh;animation:.3s ease-out CreditCardModal-module__KAKHAW__slideUp;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.CreditCardModal-module__KAKHAW__modal::-webkit-scrollbar{width:6px}.CreditCardModal-module__KAKHAW__modal::-webkit-scrollbar-track{background:0 0;border-radius:3px;margin:1rem 0}.CreditCardModal-module__KAKHAW__modal::-webkit-scrollbar-thumb{background:linear-gradient(#1890ca80 0%,#1576a880 100%);border-radius:3px;transition:background .2s}.CreditCardModal-module__KAKHAW__modal::-webkit-scrollbar-thumb:hover{background:linear-gradient(#1890cacc 0%,#1576a8cc 100%)}@keyframes CreditCardModal-module__KAKHAW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CreditCardModal-module__KAKHAW__closeButton{color:#6b7280;cursor:pointer;z-index:10;background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.CreditCardModal-module__KAKHAW__closeButton:hover{color:#1f2937;background-color:#f3f4f6}.CreditCardModal-module__KAKHAW__content{padding:2rem}.CreditCardModal-module__KAKHAW__header{text-align:center;margin-bottom:1.5rem}.CreditCardModal-module__KAKHAW__title{color:#1f2937;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.CreditCardModal-module__KAKHAW__subtitle{color:#6b7280;font-size:.9375rem}.CreditCardModal-module__KAKHAW__amountBadge{text-align:center;color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);border-radius:2rem;margin-bottom:1.5rem;padding:.75rem 2rem;font-size:1.5rem;font-weight:700;display:block}.CreditCardModal-module__KAKHAW__form{flex-direction:column;gap:1rem;display:flex}.CreditCardModal-module__KAKHAW__inputGroup{flex:1;align-items:center;display:flex;position:relative}.CreditCardModal-module__KAKHAW__inputIcon{color:#9ca3af;pointer-events:none;z-index:1;position:absolute;left:1rem}.CreditCardModal-module__KAKHAW__input,.CreditCardModal-module__KAKHAW__select{color:#1f2937;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;outline:none;width:100%;padding:.875rem 1rem .875rem 2.75rem;font-size:1rem;transition:all .2s}.CreditCardModal-module__KAKHAW__input:focus,.CreditCardModal-module__KAKHAW__select:focus{background-color:#fff;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.CreditCardModal-module__KAKHAW__input:disabled,.CreditCardModal-module__KAKHAW__select:disabled{color:#9ca3af;cursor:not-allowed;background-color:#f3f4f6}.CreditCardModal-module__KAKHAW__input::placeholder{color:#9ca3af}.CreditCardModal-module__KAKHAW__select{appearance:none;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='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.CreditCardModal-module__KAKHAW__cardBrand{color:#6b7280;background-color:#f3f4f6;border-radius:.25rem;padding:.25rem .5rem;font-size:.625rem;font-weight:700;position:absolute;right:.75rem}.CreditCardModal-module__KAKHAW__cardBrand.CreditCardModal-module__KAKHAW__visa{color:#fff;background-color:#1a1f71}.CreditCardModal-module__KAKHAW__cardBrand.CreditCardModal-module__KAKHAW__mastercard{color:#fff;background-color:#eb001b}.CreditCardModal-module__KAKHAW__cardBrand.CreditCardModal-module__KAKHAW__amex{color:#fff;background-color:#006fcf}.CreditCardModal-module__KAKHAW__cardBrand.CreditCardModal-module__KAKHAW__elo{color:#fff;background-color:#00a4e0}.CreditCardModal-module__KAKHAW__cardBrand.CreditCardModal-module__KAKHAW__hipercard{color:#fff;background-color:#b3131b}.CreditCardModal-module__KAKHAW__inputRow{gap:.75rem;display:flex}.CreditCardModal-module__KAKHAW__flex2{flex:2}.CreditCardModal-module__KAKHAW__sectionTitle{color:#374151;margin-top:.5rem;font-size:.875rem;font-weight:600}.CreditCardModal-module__KAKHAW__securityNotice{color:#166534;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.8125rem;display:flex}.CreditCardModal-module__KAKHAW__submitButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.CreditCardModal-module__KAKHAW__submitButton:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed4d}.CreditCardModal-module__KAKHAW__submitButton:disabled{cursor:not-allowed;box-shadow:none;background:#d1d5db;transform:none}.CreditCardModal-module__KAKHAW__spinner{animation:1s linear infinite CreditCardModal-module__KAKHAW__spin}@keyframes CreditCardModal-module__KAKHAW__spin{to{transform:rotate(360deg)}}.CreditCardModal-module__KAKHAW__successContent{text-align:center;padding:1.5rem 1.5rem 1.75rem}.CreditCardModal-module__KAKHAW__successIconWrapper{background:linear-gradient(135deg,#d1fae5 0%,#a7f3d0 100%);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1rem;animation:.5s ease-out CreditCardModal-module__KAKHAW__scaleIn;display:inline-flex}@keyframes CreditCardModal-module__KAKHAW__scaleIn{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.CreditCardModal-module__KAKHAW__successIcon{color:#059669}.CreditCardModal-module__KAKHAW__successTitle{color:#059669;margin-bottom:.25rem;font-size:1.375rem;font-weight:800}.CreditCardModal-module__KAKHAW__successSubtitle{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.CreditCardModal-module__KAKHAW__successDetails{text-align:left;background:linear-gradient(135deg,#f0fdf4 0%,#ecfdf5 100%);border:1px solid #a7f3d0;border-radius:.75rem;margin-bottom:1rem;padding:.75rem 1rem}.CreditCardModal-module__KAKHAW__detailRow{border-bottom:1px solid #d1fae5;justify-content:space-between;align-items:center;padding:.375rem 0;display:flex}.CreditCardModal-module__KAKHAW__detailRow:last-child{border-bottom:none}.CreditCardModal-module__KAKHAW__detailLabel{color:#6b7280;font-size:.75rem}.CreditCardModal-module__KAKHAW__detailValue{color:#1f2937;text-align:right;font-size:.8125rem;font-weight:600}.CreditCardModal-module__KAKHAW__nextSteps{text-align:left;background-color:#f9fafb;border-radius:.75rem;margin-bottom:1rem;padding:.75rem 1rem}.CreditCardModal-module__KAKHAW__nextStepsTitle{color:#1f2937;margin-bottom:.5rem;font-size:.875rem;font-weight:700}.CreditCardModal-module__KAKHAW__stepsList{margin:0;padding:0;list-style:none}.CreditCardModal-module__KAKHAW__stepsList li{color:#4b5563;padding-bottom:.375rem;padding-left:1.25rem;font-size:.75rem;line-height:1.4;position:relative}.CreditCardModal-module__KAKHAW__stepsList li:last-child{padding-bottom:0}.CreditCardModal-module__KAKHAW__stepsList li:before{content:"";background-color:#7c3aed;border-radius:50%;width:6px;height:6px;position:absolute;top:.35rem;left:0}.CreditCardModal-module__KAKHAW__actionsContainer{flex-direction:column;gap:.5rem;display:flex}.CreditCardModal-module__KAKHAW__whatsappButton{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:.625rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.CreditCardModal-module__KAKHAW__whatsappButton:hover{background-color:#1da851;transform:translateY(-2px);box-shadow:0 4px 12px #25d3664d}.CreditCardModal-module__KAKHAW__closeSuccessButton{color:#6b7280;cursor:pointer;background-color:#0000;border:1px solid #e5e7eb;border-radius:.625rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.CreditCardModal-module__KAKHAW__closeSuccessButton:hover{color:#1f2937;background-color:#f3f4f6}.CreditCardModal-module__KAKHAW__redirectNotice{color:#9ca3af;text-align:center;margin-top:1rem;font-size:.8125rem}.CreditCardModal-module__KAKHAW__errorContent{text-align:center;padding:2.5rem 2rem}.CreditCardModal-module__KAKHAW__errorIconWrapper{background:linear-gradient(135deg,#fee2e2 0%,#fecaca 100%);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:1.5rem;animation:.5s ease-out CreditCardModal-module__KAKHAW__scaleIn;display:inline-flex}.CreditCardModal-module__KAKHAW__errorIcon{color:#dc2626}.CreditCardModal-module__KAKHAW__errorTitle{color:#dc2626;margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.CreditCardModal-module__KAKHAW__errorSubtitle{color:#6b7280;margin-bottom:1.5rem;font-size:1rem}.CreditCardModal-module__KAKHAW__errorHints{text-align:left;background-color:#fef2f2;border:1px solid #fecaca;border-radius:1rem;margin-bottom:1.5rem;padding:1.25rem}.CreditCardModal-module__KAKHAW__errorHints p{color:#991b1b;margin-bottom:.75rem;font-size:.875rem;font-weight:600}.CreditCardModal-module__KAKHAW__errorHints ul{margin:0;padding-left:1.25rem;list-style:outside}.CreditCardModal-module__KAKHAW__errorHints li{color:#b91c1c;padding-bottom:.375rem;font-size:.8125rem}.CreditCardModal-module__KAKHAW__tryAgainButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#5b21b6 100%);border:none;border-radius:.75rem;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.CreditCardModal-module__KAKHAW__tryAgainButton:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed4d}@media (max-width:480px){.CreditCardModal-module__KAKHAW__modal{border-radius:1rem 1rem 0 0;max-width:100%;max-height:95vh;position:fixed;bottom:0;left:0;right:0}.CreditCardModal-module__KAKHAW__content,.CreditCardModal-module__KAKHAW__errorContent{padding:1.5rem}.CreditCardModal-module__KAKHAW__successContent{padding:1.25rem 1.25rem 1.5rem}.CreditCardModal-module__KAKHAW__title{font-size:1.25rem}.CreditCardModal-module__KAKHAW__amountBadge{padding:.625rem 1.5rem;font-size:1.25rem}.CreditCardModal-module__KAKHAW__inputRow{flex-direction:column}.CreditCardModal-module__KAKHAW__successIconWrapper{width:64px;height:64px;margin-bottom:.75rem}.CreditCardModal-module__KAKHAW__successTitle{font-size:1.25rem}.CreditCardModal-module__KAKHAW__successSubtitle{margin-bottom:.75rem}.CreditCardModal-module__KAKHAW__successDetails,.CreditCardModal-module__KAKHAW__nextSteps{margin-bottom:.75rem;padding:.625rem .875rem}}
