body.trek-checkout-open { overflow: hidden; }
.trek-checkout-overlay { position: fixed; inset: 0; z-index: 90; visibility: hidden; opacity: 0; background: rgba(8, 12, 15, .68); backdrop-filter: blur(6px); transition: .22s ease; }
.trek-checkout { width: min(760px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 44px; position: fixed; left: 50%; top: 50%; z-index: 95; visibility: hidden; opacity: 0; overflow: auto; border-radius: 3px; background: #f7f6f2; color: #171817; box-shadow: 0 28px 80px rgba(0, 0, 0, .28); transform: translate(-50%, -47%); transition: .22s ease; }
.trek-checkout-open .trek-checkout-overlay { visibility: visible; opacity: 1; }
.trek-checkout-open .trek-checkout { visibility: visible; opacity: 1; transform: translate(-50%, -50%); }
.trek-checkout__close { width: 42px; height: 42px; position: absolute; right: 18px; top: 18px; border: 1px solid #d9d7d0; border-radius: 50%; background: #fff; cursor: pointer; font-size: 26px; font-weight: 200; }
.trek-checkout__heading { max-width: 610px; padding-right: 34px; }
.trek-checkout__heading small { color: #9b7938; font-size: 9px; letter-spacing: .16em; text-transform: uppercase; }
.trek-checkout__heading h2 { margin: 10px 0 12px; font-size: clamp(31px, 4vw, 48px); font-weight: 300; line-height: 1.04; }
.trek-checkout__heading p { margin: 0; color: #777973; font-size: 12px; line-height: 1.65; }
.trek-checkout__form { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.trek-checkout__form label { display: grid; gap: 8px; }
.trek-checkout__form label > span:not(.trek-checkout__phone) { color: #686a65; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.trek-checkout__hint { margin-top: -3px; color: #8a8c86; font-size: 9px; font-weight: 400; }
.trek-checkout__form > label > input[type="text"], .trek-checkout__form textarea { width: 100%; padding: 14px 15px; border: 1px solid #d9d7d0; border-radius: 0; outline: 0; background: #fff; color: #171817; font: inherit; }
.trek-checkout__form input:focus, .trek-checkout__form textarea:focus { border-color: #9b7938; box-shadow: 0 0 0 3px rgba(155, 121, 56, .1); }
.trek-checkout__phone { display: flex; align-items: center; gap: 6px; min-height: 0; padding: 0 15px; border: 1px solid #d9d7d0; background: #fff; color: #171817; font-family: inherit; font-size: 22px; font-weight: 300; line-height: 1.4; letter-spacing: normal; text-transform: none; }
.trek-checkout__phone:focus-within { border-color: #9b7938; box-shadow: 0 0 0 3px rgba(155, 121, 56, .1); }
.trek-checkout__phone b { flex: 0 0 auto; font: inherit; font-weight: 400; }
.trek-checkout__phone input { min-width: 0; width: 100%; padding: 14px 0; border: 0 !important; outline: 0; background: transparent; color: #171817; box-shadow: none !important; font: inherit; }
.trek-checkout__wide { grid-column: 1 / -1; }
.trek-checkout__files { padding: 17px; border: 1px dashed #c9c6bc; background: rgba(255,255,255,.55); cursor: pointer; }
.trek-checkout__files input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.trek-checkout__files b { width: max-content; padding: 11px 16px; border: 1px solid #171817; background: #fff; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.trek-checkout__files em { color: #777973; font-size: 9px; font-style: normal; line-height: 1.45; }
.trek-checkout__actions { display: grid; gap: 11px; }
.trek-checkout__actions .button { width: 100%; }
.trek-checkout__actions small { color: #8a8c86; font-size: 8px; line-height: 1.5; text-align: center; }
.trek-checkout__success { display: grid; gap: 12px; }
@media (max-width: 620px) {
  .trek-checkout { padding: 34px 20px 24px; }
  .trek-checkout__form { grid-template-columns: 1fr; }
  .trek-checkout__wide { grid-column: 1; }
  .trek-checkout__heading { padding-right: 28px; }
}
