.order-access{padding-top:24px;padding-bottom:64px;max-width:1220px}
.order-access-heading{display:flex;justify-content:space-between;align-items:center;gap:24px;margin:36px 0 30px}
.order-access-heading h1{font-size:clamp(32px,4vw,48px);line-height:1.15;margin:10px 0 14px;letter-spacing:-.025em}
.order-access-heading p{max-width:54ch;color:var(--muted);font-size:16px;line-height:1.65}
.order-access-badge{display:flex;align-items:center;gap:9px;color:var(--acento);font-size:14px;white-space:nowrap;padding:10px 0;border-bottom:1px solid var(--line)}
.order-access-badge .icon{width:20px;height:20px}
.order-access-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);gap:40px;align-items:start}
.order-access .order-access-card{background:var(--fondo);border-radius:8px;padding:clamp(22px,3vw,34px);border-top:3px solid var(--acento);box-shadow:0 12px 32px #00000005}
.order-access-card-heading{display:flex;align-items:center;gap:16px;margin-bottom:24px}
.order-access-symbol{display:grid;place-items:center;width:46px;height:46px;flex-shrink:0;background:var(--superficie);color:var(--acento);border-radius:50%}
.order-access-symbol .icon{width:23px;height:23px}
.order-access-card-heading h2{font-size:25px;line-height:1.25;margin:0 0 5px}
.order-access-card-heading p{font-size:14px;color:var(--muted);line-height:1.5}
.order-access .flow-card form{gap:12px;margin:0}
.order-access .flow-card label{font-size:15px;line-height:1.5}
.order-access .flow-card input:not([type=radio]):not([type=checkbox]){background:var(--fondo);border-radius:4px;font-size:16px;min-height:48px}
.order-access .order-access-purpose{margin:0 0 14px}
.order-access .order-access-purpose legend{font-size:15px;margin-bottom:10px}
.order-access-purpose>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.order-access-purpose label{position:relative;cursor:pointer}
.order-access-purpose input{position:absolute;opacity:0;width:1px;height:1px}
.order-access-purpose label>span{display:grid;grid-template-columns:22px 1fr;gap:7px 10px;padding:16px 12px;border:1px solid var(--line);border-radius:4px;height:100%;background:var(--fondo)}
.order-access-purpose .icon{width:22px;height:22px;grid-row:span 2;color:var(--muted)}
.order-access-purpose strong{font-size:15px;line-height:1.35}
.order-access-purpose small{grid-column:2;font-size:13px;line-height:1.5;font-weight:400;color:var(--muted)}
.order-access-purpose input:checked+span{border-color:var(--acento);box-shadow:inset 0 0 0 1px var(--acento);background:color-mix(in srgb,var(--acento) 5%,var(--fondo))}
.order-access-purpose input:checked+span .icon{color:var(--acento)}
.order-access-purpose input:focus-visible+span{outline:2px solid var(--acento);outline-offset:3px}
.order-access .order-access-hint{font-size:14px;line-height:1.5;color:var(--muted);margin:-5px 0 8px}
.order-access-code>div{display:flex;gap:8px;margin:7px 0 10px;align-items:center}
.order-access-code input{min-width:0;flex:1}
.order-access-code button{font-size:14px;text-decoration:underline;text-underline-offset:3px;min-height:44px;flex-shrink:0;padding:6px;color:var(--acento)}
.order-access-code button:focus-visible{outline:2px solid var(--acento);outline-offset:2px}
.order-access .order-access-submit{font-size:14px;letter-spacing:.03em;min-height:50px;width:100%;margin-top:3px}
.order-access .order-access-privacy{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:13px;line-height:1.5;margin:4px 0 0}
.order-access-privacy .icon{width:17px;height:17px;flex-shrink:0;margin-top:2px}
.order-access-guide{padding:28px;background:var(--superficie);border-radius:6px}
.order-access-guide h2{font-size:27px;line-height:1.25;margin:10px 0 24px}
.order-access-guide ol{list-style:none;padding:0;margin:0;display:grid;gap:22px}
.order-access-guide li{display:flex;gap:14px;align-items:flex-start}
.order-access-guide li>span{width:28px;height:28px;display:grid;place-items:center;flex-shrink:0;border:1px solid var(--line);border-radius:50%;font-size:14px;color:var(--acento);background:var(--fondo)}
.order-access-guide h3{font-size:17px;line-height:1.4;margin:0 0 4px}
.order-access-guide p{font-size:14px;line-height:1.6;color:var(--muted)}
.order-access-faq{margin-top:26px}
.order-access-faq h2{font-size:22px;margin-bottom:12px}
.order-access-faq details{border-bottom:1px solid var(--line)}
.order-access-faq summary{display:flex;justify-content:space-between;align-items:center;gap:12px;cursor:pointer;padding:14px 0;font-size:15px;list-style:none}
.order-access-faq summary::-webkit-details-marker{display:none}
.order-access-faq summary .icon{width:16px;height:16px;flex-shrink:0;transform:rotate(90deg)}
.order-access-faq details[open] summary .icon{transform:rotate(-90deg)}
.order-access-faq details p{font-size:14px;line-height:1.65;color:var(--muted);padding-bottom:16px}
.order-access-faq .text-link{font-size:15px;margin-top:12px}
.order-access-shortcuts{margin-top:38px;padding-top:28px;border-top:1px solid var(--line)}
.order-access-shortcuts h2{font-size:24px;margin-bottom:18px}
.order-access-shortcuts>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.order-access-shortcuts a{display:flex;align-items:center;gap:12px;border:1px solid var(--line);padding:18px 14px;border-radius:4px;transition:border-color .2s,background .2s}
.order-access-shortcuts a>span:nth-child(2){min-width:0;flex:1}
.order-access-shortcuts strong{display:block;font-size:16px;line-height:1.4}
.order-access-shortcuts small{display:block;font-size:14px;line-height:1.5;color:var(--muted);margin-top:4px}
.order-access-shortcuts a>.icon{width:16px;height:16px;flex-shrink:0}
.order-access-shortcuts a:hover{border-color:var(--acento);background:var(--superficie)}
.order-access-shortcuts a:focus-visible{outline:2px solid var(--acento);outline-offset:3px}
.order-access-link{margin-top:26px}
.order-access-link summary{display:flex;align-items:center;gap:10px;font-size:19px;cursor:pointer}
.order-access-link>p{margin:16px 0;color:var(--muted)}
@media(max-width:900px){.order-access-layout{gap:24px;grid-template-columns:minmax(0,1.2fr) minmax(260px,1fr)}.order-access-shortcuts>div{grid-template-columns:1fr}.order-access-badge{display:none}}
@media(max-width:760px){.order-access-layout{grid-template-columns:1fr}.order-access-heading{margin:26px 0}.order-access-guide{padding:24px}.order-access .order-access-card{padding:22px 18px}.order-access-purpose>div{grid-template-columns:1fr}.order-access-purpose small{font-size:14px}.order-access-purpose label>span{padding:13px}.order-access .order-access-privacy{font-size:14px}.order-access-shortcuts{margin-top:28px}.order-access{padding-bottom:44px}.order-access-code>div{flex-wrap:wrap;gap:0}.order-access-code input{flex-basis:100%}.order-access-code button{margin-left:auto;padding-block:0;min-height:36px}}
@media(prefers-reduced-motion:reduce){.order-access-shortcuts a{transition:none}}
