.ib-preorder-page { padding-bottom: 64px; }
.ib-preorder-section { background: #fff; }
.ib-preorder { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; max-width: 1200px; padding: 56px 40px; margin: 0 auto; color: #222; letter-spacing: 0; }
.ib-preorder__intro { align-self: center; padding: 20px 0 40px; }
.ib-preorder__status { display: flex; align-items: center; gap: 12px; margin: 0 0 28px; font-size: 16px; font-weight: 500; }
.ib-preorder__status > span, .ib-preorder__success-icon { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 32px; width: 32px; height: 32px; background: #7564ef; color: #fff; border-radius: 50%; font-size: 22px; line-height: 1; }
.ib-preorder__intro h2 { margin: 0 0 26px; font-size: 48px; line-height: 1.1; font-weight: 700; letter-spacing: 0; }
.ib-preorder__intro h2 span { color: #7564ef; }
.ib-preorder__offer { max-width: 420px; margin: 0 0 20px; font-size: 22px; line-height: 1.45; }
.ib-preorder__offer strong { color: #6450d7; font-weight: 700; }
.ib-preorder__note { max-width: 360px; margin: 0; color: #737383; font-size: 16px; line-height: 1.6; }
.ib-preorder__form-area { min-width: 0; border-left: 1px solid #e6e6ee; padding-left: 48px; }
.ib-preorder__form-area h2 { margin: 0 0 10px; font-size: 26px; line-height: 1.25; font-weight: 700; letter-spacing: 0; }
.ib-preorder__form-note { margin: 0 0 24px; color: #737383; font-size: 15px; line-height: 1.5; }
.ib-preorder__field { margin-bottom: 17px; }
.ib-preorder__field > label { display: block; margin: 0 0 8px; font-size: 14px; font-weight: 500; }
.ib-preorder__field > input { display: block; width: 100%; min-width: 0; height: 48px; padding: 0 14px; border: 1px solid #dadae4; border-radius: 6px; background: #fff; color: #222; font: inherit; font-size: 16px; box-shadow: none; box-sizing: border-box; }
.ib-preorder__field > input::placeholder { color: #90909b; opacity: 1; }
.ib-preorder input:focus-visible, .ib-preorder button:focus-visible, .ib-preorder a:focus-visible { outline: 2px solid #7564ef; outline-offset: 3px; }
.ib-preorder input[aria-invalid="true"] { border-color: #be3348; }
.ib-preorder__consent { display: flex; align-items: flex-start; gap: 10px; margin: 4px 0 0; font-size: 13px; font-weight: 400; line-height: 1.6; cursor: pointer; }
.ib-preorder__consent > input { appearance: auto; position: static; opacity: 1; flex: 0 0 18px; width: 18px; height: 18px; margin: 2px 0 0; accent-color: #7564ef; }
.ib-preorder__consent > span { min-width: 0; }
.ib-preorder__consent a { color: #6450d7; text-decoration: underline; text-underline-offset: 2px; }
.ib-preorder__error { margin: 5px 0 0; color: #b92943; font-size: 13px; line-height: 1.45; }
.ib-preorder__error:empty { display: none; }
.ib-preorder__general { margin-top: 14px; }
.ib-preorder__submit { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 50px; padding: 12px 20px; margin-top: 24px; border: 0; border-radius: 6px; background: #7564ef; color: #fff; font: inherit; font-size: 16px; font-weight: 600; cursor: pointer; transition: background .15s; }
.ib-preorder__submit:hover:not(:disabled) { background: #6450d7; }
.ib-preorder__submit:disabled { background: #e0dfe8; color: #777383; cursor: not-allowed; }
#ib-preorder-form[aria-busy="true"] .ib-preorder__submit:disabled { background: #7564ef; color: #fff; opacity: .7; cursor: wait; }
.ib-preorder__footnote { margin: 13px 0 0; text-align: center; color: #737383; font-size: 13px; }
.ib-preorder__trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.ib-preorder__success { padding: 60px 0; outline: none; }
.ib-preorder__success-icon { margin-bottom: 24px; }
.ib-preorder__success p { color: #737383; font-size: 16px; line-height: 1.6; }
.ib-preorder__success a { display: inline-block; margin-top: 12px; color: #6450d7; text-decoration: underline; }
.ib-preorder [hidden] { display: none !important; }
@media (max-width: 991px) {
  .ib-preorder { grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr); gap: 28px; padding: 40px 24px; }
  .ib-preorder__form-area { padding-left: 28px; }
  .ib-preorder__intro h2 { font-size: 36px; }
  .ib-preorder__offer { font-size: 19px; }
  .ib-preorder__form-area h2 { font-size: 23px; }
  .ib-preorder__desktop-break { display: none; }
}
@media (max-width: 639px) {
  .ib-preorder-page { padding-bottom: 32px; }
  .ib-preorder { display: block; padding: 30px 20px 36px; }
  .ib-preorder__intro { padding: 0 0 28px; }
  .ib-preorder__status { font-size: 14px; margin-bottom: 20px; }
  .ib-preorder__intro h2 { font-size: 36px; margin-bottom: 18px; }
  .ib-preorder__offer { font-size: 19px; margin-bottom: 12px; }
  .ib-preorder__note { font-size: 14px; }
  .ib-preorder__form-area { border-left: 0; border-top: 1px solid #e6e6ee; padding: 28px 0 0; }
  .ib-preorder__form-area h2 { font-size: 23px; }
  .ib-preorder__success { padding: 16px 0; }
}
@media (prefers-reduced-motion: reduce) { .ib-preorder__submit { transition: none; } }
