/* Общие цвета и размеры удобно изменять здесь. */
:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#17213c;background:#f5f6fa;font-synthesis:none;--blue:#243cae;--muted:#778095}
*{box-sizing:border-box}body{margin:0}button,input{font:inherit}button,a,input{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.topbar{max-width:1240px;margin:auto;padding:36px 48px;display:flex;align-items:center;justify-content:space-between}.brand{font-size:25px;font-weight:750;letter-spacing:-1px;display:flex;align-items:center;gap:10px}.brand-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--blue);color:white;font-size:25px;font-weight:400}.brand-dot{color:var(--blue);margin-left:-9px}.demo-badge{font-size:12px;padding:8px 13px;border:1px solid #dfe3ed;border-radius:30px;color:#6b748a;background:#fff}
/* На широком экране — две колонки, на телефоне — одна. */
.checkout{max-width:1144px;margin:38px auto 48px;display:grid;grid-template-columns:1fr 1fr;min-height:630px;background:white;border:1px solid #e5e8ef;border-radius:26px;overflow:hidden;box-shadow:0 20px 65px #182d6810}.intro{background:#101d49;color:#fff;padding:52px 48px;position:relative;overflow:hidden}.eyebrow{font-size:11px;letter-spacing:1.7px;font-weight:600;color:#9caed8}h1{font-size:44px;line-height:1.15;letter-spacing:-1.6px;font-weight:650;margin:28px 0 18px}h1 span{color:#a7b6e1}.intro-text{font-size:16px;color:#a7b3d2;line-height:1.7;margin:0}.card{margin:41px 0 32px;border:1px solid #6076c4;border-radius:18px;padding:27px 28px;background:linear-gradient(120deg,#314dba,#203b9a 48%,#5474d6);box-shadow:0 18px 30px #050e302f;transform:rotate(-5deg);position:relative;overflow:hidden}.card:after{content:"";position:absolute;inset:-130px -90px auto auto;width:330px;height:330px;border:1px solid #ffffff18;border-radius:50%;box-shadow:0 0 0 32px #ffffff06,0 0 0 65px #ffffff06;pointer-events:none}.card-top{display:flex;align-items:center;justify-content:space-between}.card-top>span{font-size:11px;letter-spacing:2px;color:#d6def7}.visa{font-size:33px;font-weight:850;font-style:italic;letter-spacing:-1.5px}.chip{font-size:36px;color:#e1d9b6;height:49px;margin-top:14px}.card-number{font-size:22px;letter-spacing:1.5px;white-space:nowrap;margin:10px 0 24px}.card-bottom{display:flex;justify-content:space-between}.card-bottom div{display:grid;gap:7px;font-size:11px;letter-spacing:1px}.card-bottom small{font-size:8px;color:#b7c8f4;letter-spacing:1px}.intro-note{display:flex;gap:10px;align-items:center;color:#9cadd4;font-size:12px;margin-top:39px}.note-line{width:20px;height:1px;background:#6075aa}.form-panel{padding:43px 48px 25px}.step{display:flex;align-items:center;gap:8px;margin-bottom:33px}.step>span{display:grid;place-items:center;border-radius:50%;width:27px;height:27px;font-size:10px;background:#edf0fa;color:var(--blue)}.step>span:nth-of-type(2){background:#f5f6f8;color:#9ba4b8}.step div{width:29px;height:1px;background:#e3e7ee}.step small{margin-left:auto;font-size:12px;color:var(--muted)}.form-heading{display:flex;align-items:center;justify-content:space-between}h2{font-size:27px;letter-spacing:-.7px;margin:0}.visa-small{font-size:25px;color:#243a90}.form-subtitle{color:var(--muted);font-size:14px;margin:10px 0 28px}label{display:block;font-size:13px;font-weight:600;margin:0 0 10px}input{width:100%;height:51px;border:1px solid #dce1ec;border-radius:9px;padding:0 15px;color:#1f2e53;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}input::placeholder{color:#a0a8b9;font-size:14px}input:focus{border-color:#5871d1;box-shadow:0 0 0 3px #395dc413}.input-wrap{position:relative}.input-wrap input{padding-right:44px}.input-wrap>span{position:absolute;right:16px;top:15px;color:#8f9bb6}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:22px 0}.help{display:inline-grid;place-items:center;font-size:10px;color:#8994aa;border:1px solid #c9d0df;width:14px;height:14px;border-radius:50%;margin-left:5px}#holder{text-transform:uppercase}.error{font-size:12px;color:#b02d44;margin:12px 0;min-height:16px}.submit{display:flex;justify-content:center;align-items:center;gap:24px;width:100%;height:53px;border:0;border-radius:9px;background:var(--blue);color:#fff;font-weight:600;font-size:14px;cursor:pointer;box-shadow:0 6px 12px #243cae16;transition:background .2s,transform .2s}.submit:hover{background:#172c91;transform:translateY(-1px)}.submit span{font-size:22px;font-weight:400}.demo-note{font-size:12px;line-height:1.6;color:#858da0;text-align:center;margin:17px 7px 23px}.panel-footer{border-top:1px solid #eef0f5;padding-top:19px;font-size:10px;color:#949caf;display:flex;justify-content:space-between;gap:8px}.page-footer{max-width:1144px;margin:0 auto 30px;display:flex;justify-content:space-between;font-size:11px;color:#979faf}
/* Затемнение и анимация окна ожидания. */
dialog{border:1px solid #e5e8f2;border-radius:22px;padding:0;width:min(420px,calc(100% - 32px));box-shadow:0 30px 100px #07113233;color:#17213c}dialog::backdrop{background:#0b153b80;backdrop-filter:blur(7px)}.modal-content{text-align:center;padding:43px 28px 30px}.spinner{width:52px;height:52px;border:3px solid #e5eaf9;border-top-color:var(--blue);border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 28px}.modal-content .eyebrow{color:#7484b4;font-size:10px}.modal-content h2{margin:14px 0}.modal-content p{font-size:14px;line-height:1.7;color:var(--muted)}#close-dialog{border:1px solid #dce2f0;background:#f6f8fc;color:var(--blue);border-radius:9px;padding:12px 19px;cursor:pointer;margin-top:15px}button:focus-visible,a:focus-visible{outline:3px solid #7b92eb;outline-offset:4px}@keyframes spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:3s!important;transition:none!important}}
@media(min-width:760px){.checkout{width:calc(100% - 80px)}.page-footer{width:calc(100% - 80px)}}@media(max-width:1000px){.intro,.form-panel{padding:35px 28px}.card{padding:22px 18px}.card-number{font-size:18px}h1{font-size:36px}}@media(max-width:759px){.topbar{padding:24px}.checkout{margin:10px 18px 26px;grid-template-columns:1fr;border-radius:20px}.intro{padding:29px 26px}.eyebrow{font-size:9px}h1{font-size:34px;margin:18px 0 12px}.intro-text{font-size:14px}.card{max-width:350px;margin:29px auto 14px;transform:rotate(-3deg)}.intro-note{display:none}.form-panel{padding:30px 26px}.step{margin-bottom:25px}.page-footer{margin:0 24px 25px;gap:20px;font-size:10px}.desktop-break{display:none}}@media(max-width:360px){.form-panel,.intro{padding-left:20px;padding-right:20px}.card-number{font-size:16px}.field-row{gap:12px}h2{font-size:24px}}

[data-site-text="introText"],#submitted-message{white-space:pre-line}

#intro-title [data-site-text="introTitle"]{color:inherit}.submit [data-site-text="submitButton"]{font-size:inherit;font-weight:inherit}
