.checkout{min-height:100vh;background:linear-gradient(180deg,#f8f9fa,#ffffff)}.checkout,.checkout__container{width:100%;padding:0;margin:0;position:relative;overflow:hidden}.checkout__container{max-width:100%;height:100vh}.checkout__layout{display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;margin:0;padding:0}.checkout__form-section,.checkout__layout{height:100vh;width:100%;position:relative;box-sizing:border-box}.checkout__form-section{padding:100px 48px 60px;background:white;overflow-y:auto;overflow-x:hidden}.checkout__form-header{margin-bottom:40px}.checkout__title{font-size:36px;font-weight:800;color:var(--header-black);margin:0 0 8px;background:linear-gradient(135deg,var(--header-accent) 0,#003d2e 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout__subtitle{font-size:16px;color:var(--header-gray);margin:0}.checkout__form{display:flex;flex-direction:column;gap:32px}.checkout__section{display:flex;flex-direction:column;gap:20px}.checkout__step-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #e8e9ea;position:relative}.checkout__step-header:after{content:"";position:absolute;bottom:-2px;left:0;width:80px;height:2px}.checkout__step-header:after,.checkout__step-number{background:linear-gradient(135deg,var(--header-accent) 0,#003d2e 100%)}.checkout__step-number{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;color:white;font-size:18px;font-weight:800;flex-shrink:0;box-shadow:0 4px 12px rgba(0,85,63,.3)}.checkout__section-title{font-size:24px;font-weight:700;color:var(--header-black);margin:0 0 8px}.checkout__section-subtitle{font-size:15px;color:var(--header-gray);margin:0}.checkout__steps-progress{margin-bottom:40px;padding-bottom:32px;border-bottom:2px solid #f0f0f0}.checkout__steps-list{display:flex;align-items:center;justify-content:space-between;gap:8px}.checkout__step-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1 1}.checkout__step-circle{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:800;background:#e8e9ea;color:var(--header-gray);border:3px solid #e8e9ea;transition:all .3s ease}.checkout__step-item--active .checkout__step-circle{background:linear-gradient(135deg,var(--header-accent) 0,#003d2e 100%);color:white;border-color:var(--header-accent);box-shadow:0 4px 12px rgba(0,85,63,.3)}.checkout__step-item--completed .checkout__step-circle{background:var(--header-accent);color:white;border-color:var(--header-accent)}.checkout__step-label{font-size:13px;font-weight:600;color:var(--header-gray);text-transform:uppercase;letter-spacing:.5px}.checkout__step-item--active .checkout__step-label{color:var(--header-accent)}.checkout__step-connector{flex:1 1;height:3px;background:#e8e9ea;margin-top:-24px;transition:all .3s ease}.checkout__step-connector--active{background:linear-gradient(90deg,var(--header-accent) 0,#003d2e 100%)}.checkout__step-content{display:flex;flex-direction:column;gap:24px;animation:slideIn .4s ease}@keyframes slideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.checkout__step-actions{display:flex;gap:16px;margin-top:8px}.checkout__step-actions>*{flex:1 1}.checkout__review-section{padding:24px;background:#f8f9fa;border-radius:12px;border:1px solid #e8e9ea;margin-bottom:20px}.checkout__review-title{font-size:18px;font-weight:700;color:var(--header-black);margin:0 0 16px;padding-bottom:12px;border-bottom:2px solid #e8e9ea}.checkout__review-info{display:flex;flex-direction:column;gap:8px}.checkout__review-info p{margin:0;font-size:15px;color:var(--header-black);line-height:1.6}.checkout__review-info strong{font-weight:600;color:var(--header-accent)}.checkout__form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.checkout__form-group{display:flex;flex-direction:column;gap:8px}.checkout__form-group label{font-size:14px;font-weight:600;color:var(--header-black);text-transform:uppercase;letter-spacing:.5px}.checkout__form-group input{padding:14px 18px;font-size:16px;border:2px solid #e8e9ea;border-radius:12px;transition:all .3s ease;font-family:inherit;background:#fafbfc}.checkout__form-group input:focus{outline:none;border-color:var(--header-accent);background:white;box-shadow:0 0 0 4px rgba(0,85,63,.1)}.checkout__form-group input:required{border-left:3px solid var(--header-accent)}.checkout__error{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fee;border:1px solid #fcc;border-radius:12px;color:#c33;margin-top:8px}.checkout__error-icon{font-size:20px}.checkout__order-summary{padding:24px;background:linear-gradient(135deg,#f8f9fa,#ffffff);border-radius:16px;border:2px solid #e8e9ea;margin-top:8px}.checkout__order-summary .checkout__section-title{margin-bottom:20px;border-bottom:1px solid #e0e0e0}.checkout__items{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.checkout__item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f0f0f0}.checkout__item:last-child{border-bottom:none}.checkout__item-info{display:flex;flex-direction:column;gap:4px}.checkout__item-name{font-weight:600;color:var(--header-black);font-size:15px}.checkout__item-qty{font-size:13px;color:var(--header-gray)}.checkout__item-price{font-weight:700;color:var(--header-accent);font-size:16px}.checkout__totals{padding-top:16px;border-top:2px solid #e8e9ea}.checkout__total-row{display:flex;justify-content:space-between;padding:8px 0;color:var(--header-gray);font-size:15px}.checkout__total-row--final{padding-top:12px;border-top:1px solid #e0e0e0;font-size:24px;font-weight:800;color:var(--header-black)}.checkout__slider-section{position:relative;width:100%;height:100vh;overflow:hidden;background:#000;margin:0;padding:0}.checkout__slider{position:relative;width:100%;height:100%}.checkout__slider-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transform:scale(1.05);transition:all 1s cubic-bezier(.4,0,.2,1);overflow:hidden}.checkout__slider-slide--active{opacity:1;transform:scale(1);z-index:1}.checkout__slider-image{width:100%;height:100%;object-fit:cover;object-position:center}.checkout__slider-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,85,63,.7),rgba(0,61,46,.8));z-index:1}.checkout__slider-content{position:absolute;bottom:0;left:0;right:0;text-align:center;color:white;padding:60px 48px;z-index:2}.checkout__slider-title{font-size:48px;font-weight:800;margin:0 0 12px;text-shadow:0 4px 12px rgba(0,0,0,.5);letter-spacing:-1px}.checkout__slider-subtitle{font-size:22px;font-weight:500;margin:0;opacity:.95;text-shadow:0 2px 8px rgba(0,0,0,.5)}.checkout__slider-indicators{position:absolute;bottom:120px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.checkout__slider-indicator{width:12px;height:12px;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;transition:all .3s ease;padding:0}.checkout__slider-indicator:hover{background:rgba(255,255,255,.3);transform:scale(1.2)}.checkout__slider-indicator--active{background:white;width:32px;border-radius:6px}@media (max-width:1024px){.checkout__container,.checkout__layout{height:auto;min-height:100vh}.checkout__layout{grid-template-columns:1fr}.checkout__slider-section{display:none}.checkout__form-section{padding:40px 24px;height:auto;min-height:100vh}}@media (max-width:768px){.checkout__form-section{padding:32px 20px}.checkout__title{font-size:28px}.checkout__form-row{grid-template-columns:1fr}.checkout__order-summary{padding:20px}}