.service-wheel{--wheel-blue:#174bcd;--wheel-ink:#202124;position:relative;color:var(--wheel-ink)}
.wheel-stage{max-width:1440px;margin:auto;padding:24px 5vw 40px}
.wheel-nav{display:flex;justify-content:center;gap:12px 32px;flex-wrap:wrap;position:relative;z-index:5}
.wheel-nav a{min-height:44px;display:flex;align-items:center;font-size:17px;font-weight:600;border-bottom:2px solid transparent;color:#343b49!important}
.wheel-nav a[aria-current="step"]{color:var(--wheel-blue)!important;border-color:var(--wheel-blue)}
.wheel-canvas{display:none}
.wheel-panel{padding:48px 24px;text-align:center;max-width:760px;margin:auto;scroll-margin-top:100px}
.linud-additions .wheel-panel h3{font-size:clamp(30px,3.4vw,49px);line-height:1.15;letter-spacing:-.035em;text-wrap:balance;color:var(--wheel-ink)}
.wheel-panel h3 strong{color:var(--wheel-blue);font-weight:650}
.linud-additions .wheel-panel p{font-size:20px;line-height:1.65;margin:26px auto;color:#394254;max-width:42ch}
.wheel-panel .story-link{margin:10px auto;justify-content:center}
.wheel-fallback-image{display:block;width:100%;height:auto;max-width:500px;margin:auto}
.wheel-footer{display:flex;justify-content:space-between;align-items:center;gap:24px;padding-top:20px}
.linud-additions .wheel-footer p{font-size:13px;color:#47546a;max-width:45ch}
.wheel-footer a{display:flex;gap:10px;align-items:center;font-size:14px;min-height:44px}
.wheel-footer svg,.wheel-panel .story-link svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}
.service-wheel a:focus-visible{outline:3px solid var(--wheel-blue);outline-offset:6px;border-radius:4px}
.service-wheel.is-wheel .wheel-stage{height:100svh;min-height:620px;max-height:1000px;position:relative;overflow:hidden;background:#fff;isolation:isolate}
.is-wheel .wheel-canvas{display:block;position:absolute;inset:90px 0 90px;perspective:1600px;pointer-events:none;overflow:hidden;mask-image:linear-gradient(to bottom,transparent,#000 9%,#000 90%,transparent)}
.wheel-axis{position:absolute;inset:0;transform-style:preserve-3d}
.wheel-plate{position:absolute;left:50%;top:50%;width:var(--plate-width,440px);aspect-ratio:1.5;margin-left:calc(var(--plate-width,440px)/-2);margin-top:calc(var(--plate-width,440px)/-3);backface-visibility:hidden;transform-style:preserve-3d}
.wheel-plate img{display:block;width:100%;height:100%;object-fit:contain}
.wheel-invitation{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:clamp(25px,3vw,42px);font-weight:600;line-height:1.15;letter-spacing:-.03em}
.wheel-invitation strong{color:var(--wheel-blue);font-weight:650}
.is-wheel .wheel-panels{position:absolute;left:5%;top:24%;width:40%;height:62%;z-index:3;pointer-events:none}
.is-wheel .wheel-panel{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:0;margin:0;opacity:0;visibility:hidden}
.is-wheel .wheel-panel.is-active{visibility:visible;pointer-events:auto}
.is-wheel .wheel-fallback-image{display:none}
.is-wheel .wheel-footer{position:absolute;bottom:24px;left:5%;right:5%;z-index:4}
@media(max-width:900px){
 .wheel-nav{gap:8px 22px}.wheel-nav a{font-size:15px}
 .linud-additions .wheel-panel h3{font-size:clamp(29px,3.8vw,38px)}
 .linud-additions .wheel-panel p{font-size:18px;line-height:1.6}
}
@media(max-width:650px){
 .is-wheel .wheel-stage{padding:16px 18px;min-height:640px}
 .wheel-nav{gap:4px 16px}.wheel-nav a{font-size:13px;min-height:44px}
 .is-wheel .wheel-canvas{inset:62px 0 43%;perspective:1100px}
 .is-wheel .wheel-panels{left:7%;top:54%;width:86%;height:35%}
 .linud-additions .wheel-panel h3{font-size:28px}
 .linud-additions .wheel-panel p{font-size:16px;line-height:1.5;margin:16px auto 8px}
 .wheel-panel .story-link{font-size:16px;min-height:44px;margin:4px auto}
 .is-wheel .wheel-footer{bottom:12px;left:6%;right:6%;gap:8px;align-items:flex-end}
 .linud-additions .wheel-footer p{font-size:11px;line-height:1.4;max-width:22ch}
 .wheel-footer a{font-size:12px;gap:4px;max-width:140px;line-height:1.4}
 .wheel-invitation{font-size:27px}
}
