:root{--color-primary:#141414;--color-secondary:#1f1f25;--color-body:#74787c;--color-heading-1:#fff;--color-white:#fff;--color-success:#3eb75e;--color-danger:#ff0003;--color-warning:#ff8f3c;--color-info:#1ba2db;--color-facebook:#3b5997;--color-twitter:#1ba1f2;--color-youtube:#ed4141;--color-linkedin:#0077b5;--color-pinterest:#e60022;--color-instagram:#c231a1;--color-vimeo:#00adef;--color-twitch:#6441a3;--color-discord:#7289da;--transition:0.3s;--font-size-b1:16px;--font-size-b2:16px;--font-size-b3:12px;--font-size-b4:10px;--line-height-b1:26px;--line-height-b2:26px;--line-height-b3:1.7;--h1:60px;--h2:48px;--h3:30px;--h4:26px;--h5:24px;--h6:18px}.checkout-container{font-family:var(--font-satoshi),sans-serif;background-color:#f8f9fa;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;transition:all .3s ease-in-out}@media(max-width:991.98px){.checkout-container{padding:2rem}}@media(max-width:767.98px){.checkout-container{padding:1rem}}@media(max-width:575.98px){.checkout-container{padding:.5rem}}.checkout-container__wrapper{width:100%;max-width:1200px}@media(max-width:991.98px){.checkout-container__wrapper{max-width:900px}}@media(max-width:767.98px){.checkout-container__wrapper{max-width:600px}}@media(max-width:575.98px){.checkout-container__wrapper{max-width:100%}}.checkout-container__card{background:#fff;border-radius:1rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075);overflow:hidden;border:none}@media(max-width:767.98px){.checkout-container__card{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}}.checkout-container__header{background-image:url(/workshop/images/banner-bg.png);background-size:cover;background-position:50%;color:#fff;padding:2rem 2.5rem}@media(max-width:991.98px){.checkout-container__header{padding:2rem}}@media(max-width:767.98px){.checkout-container__header{padding:2.5rem}}@media(max-width:575.98px){.checkout-container__header{padding:1.5rem}}.checkout-container__header-content{margin-bottom:1.5rem}@media(max-width:767.98px){.checkout-container__header-content{margin-bottom:1.5rem}}@media(max-width:575.98px){.checkout-container__header-content{margin-bottom:1rem}}.checkout-container__brand-info .brand-label{color:hsla(0,0%,100%,.8);font-size:1rem;margin-bottom:.5rem;font-family:var(--font-inter),sans-serif;font-weight:500}@media(max-width:767.98px){.checkout-container__brand-info .brand-label{font-size:.9rem;margin-bottom:.5rem}}@media(max-width:575.98px){.checkout-container__brand-info .brand-label{font-size:1rem;margin-bottom:.3rem}}.checkout-container__brand-info .course-title{font-weight:700;font-size:2.5rem;color:#fff;margin-bottom:0;font-family:var(--font-satoshi),sans-serif;line-height:1.2}@media(max-width:991.98px){.checkout-container__brand-info .course-title{font-size:2rem}}@media(max-width:767.98px){.checkout-container__brand-info .course-title{font-size:1.8rem}}@media(max-width:575.98px){.checkout-container__brand-info .course-title{font-size:2rem}}.checkout-container__pricing-info{display:flex;align-items:baseline;gap:1rem}@media(max-width:767.98px){.checkout-container__pricing-info{gap:1rem}}@media(max-width:575.98px){.checkout-container__pricing-info{gap:1rem}}.checkout-container__pricing-info .current-price{font-size:2.25rem;font-weight:700;font-family:var(--font-satoshi),sans-serif;color:#fff}@media(max-width:991.98px){.checkout-container__pricing-info .current-price{font-size:2rem}}@media(max-width:767.98px){.checkout-container__pricing-info .current-price{font-size:1.8rem}}@media(max-width:575.98px){.checkout-container__pricing-info .current-price{font-size:2rem}}.checkout-container__pricing-info .original-price{color:hsla(0,0%,100%,.6);text-decoration:line-through;font-size:1.5rem;font-family:var(--font-satoshi),sans-serif;font-weight:500}@media(max-width:991.98px){.checkout-container__pricing-info .original-price{font-size:1.3rem}}@media(max-width:767.98px){.checkout-container__pricing-info .original-price{font-size:1.2rem}}@media(max-width:575.98px){.checkout-container__pricing-info .original-price{font-size:1.5rem}}.checkout-container__body{padding:2.5rem}@media(max-width:991.98px){.checkout-container__body{padding:2rem}}@media(max-width:767.98px){.checkout-container__body{padding:2rem}}@media(max-width:575.98px){.checkout-container__body{padding:1.5rem}}.checkout-container__layout{display:flex;gap:3rem;align-items:flex-start}@media(max-width:991.98px){.checkout-container__layout{flex-direction:column;gap:2rem}}@media(max-width:767.98px){.checkout-container__layout{flex-direction:column;gap:1.5rem}}@media(max-width:575.98px){.checkout-container__layout{flex-direction:column;gap:1.5rem}}.checkout-container__form-column{flex:1 1;min-width:0;order:1}@media(max-width:991.98px){.checkout-container__form-column{flex:none;width:100%;order:1}}.checkout-container__summary-column{flex:0 0 400px;order:2}@media(max-width:991.98px){.checkout-container__summary-column{flex:none;width:100%;order:2}}.checkout-container__form .form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin-bottom:1.5rem}@media(max-width:767.98px){.checkout-container__form .form-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:575.98px){.checkout-container__form .form-grid{grid-template-columns:1fr;gap:1rem}}.checkout-container__form .form-group{margin-bottom:1.5rem}@media(max-width:767.98px){.checkout-container__form .form-group{margin-bottom:1.5rem}}@media(max-width:575.98px){.checkout-container__form .form-group{margin-bottom:1rem}}.checkout-container__form .form-label{display:block;font-size:1.5rem;font-weight:600;color:#212529;margin-bottom:.5rem;font-family:var(--font-inter),sans-serif}@media(max-width:767.98px){.checkout-container__form .form-label{font-size:.9rem;margin-bottom:.6rem}}@media(max-width:575.98px){.checkout-container__form .form-label{font-size:1.5rem;margin-bottom:.5rem}}.checkout-container__form .form-label .required{color:#dc3545;margin-left:2px}.checkout-container__form .form-control{width:100%;padding:.875rem 1rem;border:1px solid #dee2e6;border-radius:.5rem;font-size:1.5rem;line-height:1.5;transition:all .15s ease-in-out;font-family:var(--font-inter),sans-serif;background-color:#fff}@media(max-width:767.98px){.checkout-container__form .form-control{padding:1rem;font-size:1rem}}@media(max-width:575.98px){.checkout-container__form .form-control{padding:.75rem;font-size:16px}}.checkout-container__form .form-control:focus{outline:none;border-color:#86b7fe;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.checkout-container__form .form-control.is-invalid{border-color:#dc3545}.checkout-container__form .form-control.is-invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.checkout-container__form .form-control::placeholder{color:#6c757d;opacity:.8}.checkout-container__form .error-message{color:#dc3545;font-size:12px;margin-top:.375rem;font-family:var(--font-inter),sans-serif;font-weight:500}.checkout-container__mobile-input-group{display:flex;border:1px solid #dee2e6;border-radius:.5rem;overflow:hidden;transition:all .15s ease-in-out;background-color:#fff}.checkout-container__mobile-input-group:focus-within{border-color:#86b7fe;box-shadow:0 0 0 .2rem rgba(13,110,253,.25)}.checkout-container__mobile-input-group.is-invalid{border-color:#dc3545}.checkout-container__mobile-input-group.is-invalid:focus-within{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.checkout-container__mobile-input-group .country-code{background-color:#f8f9fa;padding:.875rem 1rem;border-right:1px solid #dee2e6;font-weight:500;color:#495057;font-family:var(--font-inter),sans-serif;display:flex;align-items:center;font-size:1rem}@media(max-width:767.98px){.checkout-container__mobile-input-group .country-code{padding:1rem;font-size:1rem}}@media(max-width:575.98px){.checkout-container__mobile-input-group .country-code{padding:.75rem;font-size:16px}}.checkout-container__mobile-input-group .form-control{border:none;border-radius:0;flex:1 1}.checkout-container__mobile-input-group .form-control:focus{box-shadow:none}.checkout-container__whatsapp-info{font-size:12px;color:#6c757d;margin-top:.75rem;display:flex;align-items:center;font-family:var(--font-inter),sans-serif;line-height:1.4}@media(max-width:767.98px){.checkout-container__whatsapp-info{font-size:1.5rem;margin-top:.8rem}}@media(max-width:575.98px){.checkout-container__whatsapp-info{font-size:1.5rem;margin-top:.6rem}}.checkout-container__whatsapp-info .whatsapp-text{display:inline-flex;align-items:center;margin-left:.25rem;color:#25d366;font-weight:600}.checkout-container__whatsapp-info .whatsapp-text .whatsapp-icon{width:14px;height:14px;margin-right:.375rem}@media(max-width:767.98px){.checkout-container__whatsapp-info .whatsapp-text .whatsapp-icon{width:14px;height:14px;margin-right:.375rem}}@media(max-width:575.98px){.checkout-container__whatsapp-info .whatsapp-text .whatsapp-icon{width:12px;height:12px;margin-right:.3rem}}.checkout-container .submit-button{width:100%;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:.5rem;color:#fff;font-size:1.1rem;font-weight:600;padding:1rem 2rem;margin:2rem 0 1.5rem;cursor:pointer;transition:all .3s ease;font-family:var(--font-satoshi),sans-serif;text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden}@media(max-width:767.98px){.checkout-container .submit-button{padding:1.1rem 2rem;font-size:1.1rem;margin:2rem 0 1.5rem}}@media(max-width:575.98px){.checkout-container .submit-button{padding:1rem 1.5rem;font-size:1rem;margin:1.5rem 0 1rem}}.checkout-container .submit-button:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-1px);box-shadow:0 8px 25px rgba(0,123,255,.3)}.checkout-container .submit-button:active{transform:translateY(0)}.checkout-container .submit-button:disabled{cursor:not-allowed}.checkout-container .submit-button:disabled,.checkout-container .submit-button:disabled:hover{background:#6c757d;transform:none;box-shadow:none}.checkout-container .submit-button.loading{background:#6c757d;cursor:not-allowed}.checkout-container .submit-button.loading:after{content:"";position:absolute;width:20px;height:20px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1s ease infinite}.checkout-container__footer-note{font-size:1rem;color:#6c757d;text-align:center;margin-top:1rem;line-height:1.5;font-family:var(--font-inter),sans-serif}@media(max-width:767.98px){.checkout-container__footer-note{font-size:.8rem;margin-top:1rem}}@media(max-width:575.98px){.checkout-container__footer-note{font-size:1rem;margin-top:.75rem}}.checkout-container__footer-note .footer-link{color:#007bff;text-decoration:none;font-weight:500}.checkout-container__footer-note .footer-link:hover{color:#0056b3;text-decoration:underline}.checkout-container__order-summary{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:.75rem;padding:2rem;margin:0;font-family:var(--font-inter),sans-serif;position:-webkit-sticky;position:sticky;top:2rem;height:-moz-fit-content;height:fit-content;box-shadow:0 2px 10px rgba(0,0,0,.08)}@media(max-width:991.98px){.checkout-container__order-summary{margin:0;position:static;top:auto;padding:1.75rem}}@media(max-width:767.98px){.checkout-container__order-summary{padding:1.75rem}}@media(max-width:575.98px){.checkout-container__order-summary{padding:1.5rem}}.checkout-container__order-summary .order-summary-title{font-size:2rem;font-weight:700;color:#212529;margin-bottom:1.5rem;font-family:var(--font-satoshi),sans-serif;border-bottom:2px solid #e9ecef;padding-bottom:.75rem}@media(max-width:767.98px){.checkout-container__order-summary .order-summary-title{margin-bottom:1.25rem}}@media(max-width:575.98px){.checkout-container__order-summary .order-summary-title{margin-bottom:1rem}}.checkout-container__order-summary .order-summary-content .order-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}@media(max-width:767.98px){.checkout-container__order-summary .order-summary-content .order-item{margin-bottom:1.25rem}}@media(max-width:575.98px){.checkout-container__order-summary .order-summary-content .order-item{margin-bottom:1rem}}.checkout-container__order-summary .order-summary-content .order-item .item-name{font-size:1.5rem;font-weight:600;color:#212529;flex:1 1}.checkout-container__order-summary .order-summary-content .order-item .item-price{font-size:1.5rem;font-weight:700;color:#212529}@media(max-width:767.98px){.checkout-container__order-summary .order-summary-content .order-item .item-price{font-size:1rem}}@media(max-width:575.98px){.checkout-container__order-summary .order-summary-content .order-item .item-price{font-size:1.5rem}}.checkout-container__order-summary .order-summary-content .order-divider{height:1px;background-color:#dee2e6;margin:1.5rem 0}@media(max-width:767.98px){.checkout-container__order-summary .order-summary-content .order-divider{margin:1.25rem 0}}@media(max-width:575.98px){.checkout-container__order-summary .order-summary-content .order-divider{margin:1rem 0}}.checkout-container__order-summary .order-summary-content .order-breakdown .breakdown-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}@media(max-width:767.98px){.checkout-container__order-summary .order-summary-content .order-breakdown .breakdown-item{margin-bottom:.75rem}}@media(max-width:575.98px){.checkout-container__order-summary .order-summary-content .order-breakdown .breakdown-item{margin-bottom:.5rem}}.checkout-container__order-summary .order-summary-content .order-breakdown .breakdown-item:last-child{margin-bottom:0}.checkout-container__order-summary .order-summary-content .order-breakdown .breakdown-item .breakdown-label{font-size:1.4rem;color:#6c757d;font-weight:500}.checkout-container__order-summary .order-summary-content .order-breakdown .breakdown-item .breakdown-value{font-size:1.4rem;color:#212529;font-weight:600}.checkout-container__order-summary .order-summary-content .order-breakdown .breakdown-item.discount .breakdown-value{color:#28a745;font-weight:700}.checkout-container__order-summary .order-summary-content .order-total{display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0 .75rem;padding-top:1rem;border-top:2px solid #e9ecef}@media(max-width:767.98px){.checkout-container__order-summary .order-summary-content .order-total{margin:1.25rem 0 .75rem}}@media(max-width:575.98px){.checkout-container__order-summary .order-summary-content .order-total{margin:1rem 0 .5rem}}.checkout-container__order-summary .order-summary-content .order-total .total-label{font-size:1.5rem;font-weight:700;color:#212529;font-family:var(--font-satoshi),sans-serif}.checkout-container__order-summary .order-summary-content .order-total .total-amount{font-size:1.5rem;font-weight:800;color:#007bff;font-family:var(--font-satoshi),sans-serif}.checkout-container__order-summary .order-summary-content .gst-inclusive-note{font-size:12px;color:#6c757d;text-align:right;margin-top:.5rem;font-style:italic}@media(max-width:767.98px){.checkout-container__order-summary .order-summary-content .gst-inclusive-note{font-size:.75rem;margin-top:.375rem}}@media(max-width:575.98px){.checkout-container__order-summary .order-summary-content .gst-inclusive-note{font-size:.75rem;margin-top:.25rem}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.checkout-container :focus-visible{outline:2px solid #007bff;outline-offset:2px;border-radius:.25rem}.date-card{border:2px solid #e0e0e0;border-radius:10px;padding:14px 18px;transition:all .25s ease;cursor:pointer;display:flex;align-items:center;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.05)}.date-card:hover{border-color:#bdbdbd;background-color:#f5f5f5;box-shadow:0 2px 6px rgba(0,0,0,.08)}.date-card.active{border-color:#757575;background-color:#e0e0e0;box-shadow:0 3px 8px rgba(0,0,0,.15)}.date-card-content{display:flex;flex-direction:column}.date-title{font-weight:600;color:#222;font-size:15px}.date-duration{font-size:13px;color:#666;margin-top:4px}