.service-explorer{padding:88px 0;background:var(--mist)}.explorer-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px;align-items:start}.service-picker{display:grid;gap:10px}.service-picker button{display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:14px;width:100%;padding:18px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--deep);text-align:left;font:700 1rem var(--sans);cursor:pointer;transition:.2s}.service-picker button span{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--gold-light);color:#85631f;font-size:.78rem}.service-picker button i{font-style:normal;color:var(--gold);font-size:1.3rem}.service-picker button:hover,.service-picker button[aria-selected="true"]{border-color:var(--gold);background:var(--deep);color:#fff;box-shadow:var(--shadow)}.service-picker button[aria-selected="true"] span{background:var(--gold);color:var(--deep)}.service-stage{position:sticky;top:108px;min-height:520px;padding:42px;border-radius:12px;background:var(--deep);color:#fff;overflow:hidden}.service-stage:after{content:'';position:absolute;right:-110px;bottom:-130px;width:360px;height:360px;border:1px solid rgba(255,255,255,.2);border-radius:50%;box-shadow:0 0 0 45px rgba(255,255,255,.035)}.stage-number{position:relative;z-index:1;color:#f1cf7a;font-size:.8rem;font-weight:700;letter-spacing:.14em}.service-stage h2{position:relative;z-index:1;margin:68px 0 12px;font-size:clamp(2.2rem,4vw,3.6rem)}.service-stage p{position:relative;z-index:1;max-width:510px;color:#d4e6e3;font-size:1.04rem}.stage-actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px;margin-top:35px}.service-route{padding:80px 0}.service-route-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px}.service-route-card{padding:28px;border-radius:10px;background:var(--mist)}.service-route-card h3{font:1.65rem var(--serif)}.service-route-card p{color:var(--muted)}@media(max-width:800px){.explorer-layout,.service-route-grid{grid-template-columns:1fr}.service-stage{position:relative;top:auto;min-height:390px}.service-stage h2{margin-top:45px}}@media(max-width:680px){.service-explorer,.service-route{padding:64px 0}.service-stage{padding:29px;min-height:360px}}
