.country-select{width:100%;position:relative}.country-select-trigger{color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:4px;align-items:center;gap:.625rem;padding:.625rem .875rem;transition:border-color .18s,background .18s;display:flex}.country-select-trigger:hover{border-color:#ffffff38}.country-select-trigger:focus-visible,.country-select-trigger[aria-expanded=true]{background:#ffffff0f;border-color:#ff6b1a;outline:none}.country-current{flex:1;align-items:center;gap:.625rem;min-width:0;display:flex}.country-current span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.country-ph{color:#ffffff73;flex:1}.country-flag{object-fit:cover;border-radius:2px;flex-shrink:0;width:24px;height:18px;box-shadow:0 0 0 1px #00000059}.country-caret{color:#ffffff80;flex-shrink:0;width:18px;height:18px;transition:transform .18s}.country-select-trigger[aria-expanded=true] .country-caret{transform:rotate(180deg)}.country-dropdown{z-index:30;background:#1a1a1a;border:1px solid #ffffff1f;border-radius:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 12px 32px #00000080}.country-search{color:#fff;width:100%;font:inherit;background:#ffffff0a;border:none;border-bottom:1px solid #ffffff1a;padding:.625rem .875rem}.country-search:focus{background:#ffffff12;outline:none}.country-search::placeholder{color:#fff6}.country-list{max-height:260px;margin:0;padding:.25rem;list-style:none;overflow-y:auto}.country-option{color:#ffffffe0;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:3px;align-items:center;gap:.625rem;padding:.5rem .625rem;transition:background .14s,color .14s;display:flex}.country-option:hover{color:#fff;background:#ff6b1a24}.country-option.active{color:#fff;background:#ff6b1a38}.country-empty{color:#ffffff80;text-align:center;padding:.75rem .625rem}.country-list::-webkit-scrollbar{width:10px}.country-list::-webkit-scrollbar-thumb{background:#ffffff29;border:2px solid #1a1a1a;border-radius:5px}.order-btn{background:var(--color-accent);color:#0a0a0a;letter-spacing:.08em;text-transform:uppercase;border:2px solid var(--color-accent);box-shadow:none;cursor:pointer;border-radius:2px;align-items:center;gap:.625rem;margin-top:1.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:700;transition:background .22s,border-color .22s,color .22s,box-shadow .22s;display:inline-flex;position:relative;overflow:hidden}.order-btn:hover{color:#0a0a0a}.order-btn svg{width:18px;height:18px;transition:transform .22s}.order-btn:hover{color:var(--color-accent);border-color:var(--color-accent);background:#0a0a0a;box-shadow:0 0 0 3px #ff6b1a2e}.order-btn:hover svg{transform:translate(3px)}.order-modal{z-index:100;-webkit-backdrop-filter:blur(6px);background:#080808b8;justify-content:center;align-items:center;padding:1.5rem;animation:.2s orderFade;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes orderFade{0%{opacity:0}to{opacity:1}}.order-modal-panel{background:#141414;border:1px solid #ffffff14;border-radius:4px;width:100%;max-width:560px;max-height:90vh;padding:2.5rem 2rem 2rem;animation:.26s cubic-bezier(.2,.9,.3,1.05) orderPanelIn;position:relative;overflow-y:auto;box-shadow:0 40px 100px #0009}@keyframes orderPanelIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.order-modal-close{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff14;border-radius:4px;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s;display:inline-flex;position:absolute;top:.75rem;right:.75rem}.order-modal-close:hover{background:#ffffff1f}.order-modal-close svg{width:18px;height:18px}.order-modal-title{letter-spacing:-.01em;margin:0 0 1.5rem;padding-right:2rem;font-size:1.5rem;font-weight:700}.order-summary{background:linear-gradient(90deg,#ff6b1a1a,#14141459);border:1px solid #ff6b1a59;border-radius:10px;margin:-.6rem 0 1.4rem;padding:1rem 1.2rem}.order-summary .order-summary-main{color:var(--color-text);margin:0;font-size:1.02rem;font-weight:700}.order-summary .order-summary-sub{color:var(--color-accent);margin:.3rem 0 0;font-size:.9rem;font-weight:600}.order-summary .order-summary-note{color:var(--color-text-muted);margin:.7rem 0 0;font-size:.82rem;line-height:1.5}.order-form{grid-template-columns:1fr 1fr;gap:1rem 1.25rem;display:grid}.order-field{flex-direction:column;gap:.375rem;display:flex}.order-field-full{grid-column:1/-1}.order-field label,.order-field-label{color:#ffffffd9;font-size:.875rem;font-weight:500}.order-field .req{color:#ff6b1a}.order-field input,.order-field select,.order-field textarea{color:#fff;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:2px;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:16px;transition:border-color .18s,background .18s}.order-field input:focus,.order-field select:focus,.order-field textarea:focus{background:#ffffff0f;border-color:#ff6b1a99}.order-field input:focus-visible,.order-field select:focus-visible,.order-field textarea:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.order-field textarea{resize:vertical;min-height:100px}.order-field select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23ffffff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px;padding-right:2.25rem}.order-field select option{color:#fff;background:#141414}.order-radio-group{gap:.5rem;display:flex}.order-radio{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:2px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.5rem .875rem;font-size:.9rem;transition:border-color .18s,background .18s;display:inline-flex}.order-radio:hover{border-color:#ff6b1a66}.order-radio input{accent-color:#ff6b1a}.order-radio:has(input:checked){background:#ff6b1a1a;border-color:#ff6b1ab3}.order-gdpr{color:var(--color-text-muted);cursor:pointer;grid-column:1/-1;align-items:flex-start;gap:.625rem;padding-top:.25rem;font-size:.85rem;display:flex}.order-gdpr input[type=checkbox]{width:18px;height:18px;accent-color:var(--color-accent);cursor:pointer;flex-shrink:0;margin-top:2px}.order-gdpr a{color:var(--color-accent);text-decoration:underline}.order-honeypot{opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important;position:absolute!important;left:-10000px!important}.order-submit{grid-column:1/-1;justify-content:center;margin-top:.5rem}.order-success{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 0 .5rem;display:flex}.order-success-icon{color:#fff;background:linear-gradient(135deg,#3ecf8e,#1e9968);border-radius:4px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;box-shadow:0 10px 30px #3ecf8e4d}.order-success-icon svg{width:32px;height:32px}.order-success h3{margin:.5rem 0 0;font-size:1.25rem}.order-success p{color:#ffffffbf;max-width:360px;margin:0 0 .75rem}@media (width<=600px){.order-modal{align-items:flex-start;padding:.75rem}.order-modal-panel{max-height:calc(100dvh - 1.5rem);margin:.5rem 0;padding:1.75rem 1.125rem 1.25rem}.order-form{grid-template-columns:1fr;gap:.875rem}.order-modal-title{margin-bottom:1.25rem;font-size:1.25rem}.order-modal-close{top:.625rem;right:.625rem}.order-btn{padding:.75rem 1.25rem;font-size:.9rem}}
