.lane-button-group{display:flex;gap:18px;align-items:center}.lane-button{--cyan:#18e0ef;--button-edge:rgba(215, 244, 248, .62);--button-glow:rgba(24, 224, 239, .32);position:relative;display:block;width:236px;height:67px;padding:0;border:0;background:transparent;color:#f4fbfc;cursor:pointer;font:inherit;text-align:left;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:transform .24s ease,filter .24s ease}.lane-button__face{position:absolute;z-index:2;inset:0 0 17px;display:flex;align-items:center;justify-content:space-between;padding:0 27px 0 25px;clip-path:polygon(7% 0,93% 0,100% 19%,96% 100%,4% 100%,0 19%);background:linear-gradient(180deg,#edf9fb 0 2px,#56646b 3px,#11181c 7px,#070b0d 72%,#1c3136 100%);border:0;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16),0 10px 25px rgba(0,0,0,.45)}.lane-button__face::before{content:"";position:absolute;inset:4px 5px 5px;z-index:-1;clip-path:inherit;background:linear-gradient(105deg,transparent 0 34%,rgba(255,255,255,.13) 45%,transparent 56%),linear-gradient(180deg,rgba(10,30,34,.96),rgba(1,5,7,.98))}.lane-button__face::after{content:"";position:absolute;left:16%;right:16%;bottom:2px;height:1px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);box-shadow:0 0 9px var(--button-glow)}.lane-button__face span{font-family:"Barlow Condensed",sans-serif;font-size:15px;font-style:italic;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.lane-button__face i{color:var(--cyan);font-size:16px;font-style:normal}.lane-button__tray{position:absolute;left:12%;right:12%;bottom:0;height:24px;clip-path:polygon(0 0,21% 0,29% 25%,71% 25%,79% 0,100% 0,88% 100%,12% 100%);background:linear-gradient(90deg,transparent 3%,rgba(24,224,239,.82) 4% 6%,transparent 7% 93%,rgba(24,224,239,.82) 94% 96%,transparent 97%),linear-gradient(180deg,#6d7c83 0 2px,#081216 3px 60%,#1fb8c7 61% 66%,#020607 68%);filter:drop-shadow(0 7px 10px rgba(0,0,0,.7))}.lane-button--primary .lane-button__face{background:linear-gradient(180deg,#effcff 0 2px,#3d8f9b 3px,#0c2f35 7px,#051012 72%,#0b8da0 100%)}.lane-button--secondary{--button-glow:rgba(176,207,213,.18)}.lane-button--secondary .lane-button__face i{color:#c9d6da}.lane-button:hover,.lane-button:focus-visible{outline:none;transform:translateY(-3px) scale(1.015);filter:drop-shadow(0 0 17px var(--button-glow))}.lane-button:focus-visible .lane-button__face{box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 0 0 2px #020507,0 0 0 4px rgba(24,224,239,.82),0 10px 25px rgba(0,0,0,.45)}.lane-button:focus-visible{outline:2px solid rgba(24,224,239,.92);outline-offset:5px}.lane-button:active{transform:translateY(1px) scale(.99)}.lane-button[hidden],.lane-chip[hidden]{display:none}.lane-button:disabled,.lane-button[aria-disabled=true]{opacity:.42;cursor:not-allowed;filter:grayscale(.35);pointer-events:none}@media(max-width:720px){.lane-button-group{width:min(100%,350px);flex-direction:column;gap:7px}.lane-button{width:100%;height:63px}.lane-button__face{bottom:16px;justify-content:center;gap:14px}.lane-button__face span{font-size:14px}}@media(prefers-reduced-motion:reduce){.lane-button{transition:none}}.lane-chip{--cyan:#18e0ef;position:relative;display:inline-block;padding:0;border:0;background:transparent;color:#c6d3d6;cursor:pointer;font:inherit;text-decoration:none;text-align:center;-webkit-tap-highlight-color:transparent;transition:transform .24s ease}.lane-chip__face{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 clamp(15px,1.7vw,23px);clip-path:polygon(7% 0,93% 0,100% 19%,96% 100%,4% 100%,0 19%);background:linear-gradient(180deg,#edf9fb 0 2px,#56646b 3px,#11181c 7px,#070b0d 72%,#1c3136 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.14);font-family:"Barlow Condensed",sans-serif;font-size:12px;font-style:italic;font-weight:800;letter-spacing:.09em;text-transform:uppercase;line-height:1.15;white-space:nowrap}.lane-chip__face::before{content:"";position:absolute;inset:4px 5px 5px;z-index:-1;clip-path:inherit;background:linear-gradient(180deg,rgba(10,30,34,.96),rgba(1,5,7,.98))}.lane-chip__face::after{content:"";position:absolute;left:16%;right:16%;bottom:2px;height:1px;background:linear-gradient(90deg,transparent,var(--cyan),transparent);box-shadow:0 0 9px rgba(24,224,239,.32);opacity:0;transition:opacity .24s ease}.lane-chip__face i{font-style:normal;opacity:.5;font-size:.88em;letter-spacing:.06em}.lane-chip:hover{transform:translateY(-2px)}.lane-chip:hover .lane-chip__face{color:#f4fbfc}.lane-chip:hover .lane-chip__face::after{opacity:.6}.lane-chip.is-on,.lane-chip[aria-pressed=true]{color:#f4fbfc}.lane-chip.is-on .lane-chip__face,.lane-chip[aria-pressed=true] .lane-chip__face{background:linear-gradient(180deg,#effcff 0 2px,#3d8f9b 3px,#0c2f35 7px,#051012 72%,#0b8da0 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.2)}.lane-chip.is-on .lane-chip__face::after,.lane-chip[aria-pressed=true] .lane-chip__face::after{opacity:1}.lane-chip.is-on .lane-chip__face i,.lane-chip[aria-pressed=true] .lane-chip__face i{opacity:.75}.lane-chip:focus-visible{outline:2px solid rgba(24,224,239,.92);outline-offset:4px}.lane-chip:active{transform:translateY(1px)}@media(prefers-reduced-motion:reduce){.lane-chip,.lane-chip__face::after{transition:none}}.lane-button--call{width:206px}.lane-button--call .lane-button__face{justify-content:center;padding:0 16px}.lane-button--call .lane-button__face em{font-style:normal;color:rgba(198,211,214,.55);margin-right:.7em;letter-spacing:.12em}@media(max-width:820px){.lane-button--call{width:164px;height:63}.lane-button--call .lane-button__face{bottom:16px}.lane-button--call .lane-button__face em{display:none}}.hero__actions{margin-top:clamp(20px,3.4svh,34px);display:flex;justify-content:center;pointer-events:auto}.hero__actions .lane-button-group{justify-content:center}.packs__see .lane-button-group{justify-content:center;display:inline-flex}
