/* First-visit guide: the native dialog keeps the rest of the page inert. */
.service-tour:not([open]),.service-tour [hidden],.service-switch__tour[hidden]{display:none!important}
.service-switch__tour{display:flex;align-items:center;justify-content:center;gap:7px;min-height:30px;padding:3px 8px;border:0;background:transparent;color:#e4ecf8;font-family:inherit;font-size:11px;font-weight:700;line-height:1.3;cursor:pointer}
.service-switch__tour span{display:grid;place-items:center;width:17px;height:17px;border:1px solid #ffffff70;border-radius:50%;font-size:11px}
.service-switch__tour:hover{color:#fff;text-decoration:underline;text-underline-offset:3px}
.service-switch__tour:focus-visible{outline:2px solid #fff;outline-offset:2px}
@media(min-width:1660px) and (min-height:821px){.service-switch--pin:has(.service-switch__tour:not([hidden])){top:calc(50% - 245px)}}
@media(min-width:761px) and (max-width:1659px), (min-width:1660px) and (max-height:820px){.service-switch__tour{grid-column:1/-1;justify-self:center}}
.site-page[data-service-tour-region] .analytics-consent,.site-page[data-service-tour-region] .analytics-settings{visibility:hidden}
.site-page[data-service-tour-region="switch"] .contact-dock{visibility:hidden}
.service-tour{--tour-accent:#d9081b;position:fixed;inset:0;width:100%;height:100%;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:transparent;color:#191b20;overflow:hidden;overscroll-behavior:contain;font-family:inherit}
.service-tour::backdrop{background:transparent}
.service-tour__spotlight{position:absolute;box-sizing:border-box;border:2px solid #fff;border-radius:12px;box-shadow:0 0 0 200vmax #080f1dd1,0 0 0 5px var(--tour-accent);pointer-events:none}
.service-tour__panel{position:absolute;z-index:1;box-sizing:border-box;width:min(390px,calc(100% - 24px));max-height:calc(100% - 24px);overflow:auto;padding:23px;border:1px solid #ffffffb3;border-top:5px solid var(--tour-accent);border-radius:18px;background:#fff;box-shadow:0 24px 80px #0005;text-align:start}
.service-tour__top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:18px}
.service-tour__eyebrow{color:var(--tour-accent);font-size:10px;font-weight:900;line-height:1.4;letter-spacing:.07em}
.service-tour button{font-family:inherit;cursor:pointer;touch-action:manipulation}
.service-tour__close{flex:0 0 32px;display:grid;place-items:center;width:32px;height:32px;padding:0;border:0;border-radius:50%;background:#f0f2f5;color:#292d35;font-size:24px;line-height:1}
.service-tour__close:hover{background:#e2e6eb}
.service-tour__heading{display:flex;align-items:flex-start;gap:13px}
.service-tour__number{display:grid;place-items:center;flex:0 0 42px;height:42px;border-radius:12px;background:var(--tour-accent);color:#fff;font-size:17px;font-weight:900}
.service-tour #service-tour-title{margin:0;color:#191b20;font-size:23px;font-weight:850;letter-spacing:-.025em;line-height:1.22}
.service-tour #service-tour-body{margin:18px 0 22px;color:#3e4653;font-size:15px;line-height:1.65}
.service-tour__progress{display:flex;align-items:center;gap:12px;margin:0 0 20px;font-size:12px;font-weight:800;color:#555f70}
.service-tour__progress>span{flex-shrink:0;font-variant-numeric:tabular-nums}
.service-tour__track{flex:1;height:4px;border-radius:4px;background:#e8ecf1;overflow:hidden}
.service-tour__track>span{display:block;height:100%;width:0;background:var(--tour-accent)}
.service-tour__actions{display:flex;align-items:center;gap:8px}
.service-tour__actions button{min-height:43px;padding:10px 13px;border-radius:8px;font-size:12px;font-weight:800;line-height:1.3}
.service-tour__skip{margin-inline-end:auto;padding-inline:0!important;border:0;background:transparent;color:#576170;text-decoration:underline;text-underline-offset:3px}
.service-tour__back{border:1px solid #dce1e8;background:#fff;color:#292d35}
.service-tour__back:disabled{opacity:.4;cursor:default}
.service-tour__next{border:1px solid var(--tour-accent);background:var(--tour-accent);color:#fff}
.service-tour__next:hover{filter:brightness(.9)}
.service-tour button:focus-visible{outline:3px solid #0057b8;outline-offset:3px}
.service-tour .service-tour__hint{margin:17px 0 0;padding-top:14px;border-top:1px solid #eceef2;color:#616b79;font-size:11px;line-height:1.5}
@media(max-width:760px){
 .service-tour__panel{padding:18px;border-radius:14px}
 .service-tour__top{margin-bottom:12px}
 .service-tour #service-tour-title{font-size:21px}
 .service-tour #service-tour-body{margin:14px 0 17px;font-size:14px}
 .service-tour__actions button{padding:10px;font-size:12px}
 .service-tour__progress{margin-bottom:15px}
 .service-tour .service-tour__hint{margin-top:12px;padding-top:10px}
}
@media(max-height:600px){
 .service-tour__panel{padding:14px}
 .service-tour__top{margin-bottom:8px}
 .service-tour #service-tour-title{font-size:19px}
 .service-tour #service-tour-body{margin:10px 0;font-size:13px;line-height:1.5}
 .service-tour__progress{margin-bottom:10px}
 .service-tour .service-tour__hint{margin-top:10px;padding-top:8px}
}
