/* Use-case landing pages: shared structure for visa guidance. */
.path-page{padding:0 0 72px;color:var(--ink)}
.path-page h2{font-size:clamp(25px,2.8vw,36px);line-height:1.16;letter-spacing:-.035em;font-weight:800}
.path-page p{line-height:1.7;color:var(--slate);font-size:16px}
.path-kicker{display:block;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.13em;margin-bottom:16px}
.path-intro{display:grid;grid-template-columns:1.2fr 1fr;gap:9%;align-items:center;padding:64px 0}
.path-intro>div>p{max-width:58ch;margin:20px 0}
.path-link{display:inline-flex;align-items:center;gap:18px;color:var(--blue);font-size:14px;font-weight:700;padding:8px 0;text-decoration:none}
.path-link:hover{text-decoration:underline;text-underline-offset:5px}
.path-start{position:relative;background:#0d183a;border-radius:24px;color:#fff;padding:36px;overflow:hidden}
.path-start:before{content:"";position:absolute;width:200px;height:200px;border:1px solid #ffffff12;border-radius:50%;right:-100px;top:-85px;box-shadow:0 0 0 24px #ffffff05,0 0 0 48px #ffffff04;pointer-events:none}
.path-start .path-kicker{color:#9db0ff}.path-start h2{font-size:29px;max-width:24ch}.path-start p{color:#c5cde1;margin:16px 0 20px}
.path-ask{background:#fff;color:#15264f;border-radius:9px;padding:13px 20px;display:inline-flex;align-items:center;gap:38px;font-weight:700;font-size:14px}
.path-ask:hover{background:#e9edff}.path-start small{display:block;font-size:12px;line-height:1.6;color:#b2bed8;margin-top:18px;max-width:48ch}
.path-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.path-heading h2{max-width:25ch}
.path-count{color:var(--slate);font-size:13px;white-space:nowrap;margin-bottom:5px}
.path-jumps{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px;margin:28px 0 38px;height:auto;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}
.path-jumps a{display:inline-flex;gap:20px;padding:11px 16px;background:#f5f7ff;border:1px solid #e5e9f6;border-radius:8px;color:var(--blue);font-size:13px;font-weight:700}
.path-jumps a:hover{background:#e6ecff;border-color:#b8c5fa}
.path-option{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.25fr);gap:7%;padding:38px 0;border-top:1px solid var(--line);scroll-margin-top:110px}
.path-option-title{position:relative;padding-left:56px}.path-number{position:absolute;left:0;top:1px;color:#98a2bf;font-size:13px;font-weight:600}
.path-code{display:inline-block;color:var(--blue);background:#edf1ff;border-radius:6px;font-size:12px;font-weight:800;padding:7px 10px;margin-bottom:16px}
.path-option h3{font-size:clamp(22px,2.1vw,28px);line-height:1.3;letter-spacing:-.025em;max-width:26ch}
.path-option-body>p:first-child{margin:0 0 18px;color:#303a50}
.path-check{border-left:2px solid #bdcaff;padding:2px 0 2px 18px;margin-bottom:18px}.path-check strong,.path-prepare strong{display:block;font-size:12px;font-weight:800;color:var(--ink);margin-bottom:5px}
.path-check p{font-size:15px}.path-prepare{font-size:15px!important;margin-bottom:12px}
.path-next{display:grid;grid-template-columns:1fr 1fr;gap:8%;margin:24px 0 48px;border-radius:24px;background:#f5f7fc;padding:44px}
.path-next h2{font-size:29px;max-width:24ch}.path-next p{margin:16px 0}.path-next ol{padding-left:20px;margin:18px 0}.path-next li{font-size:15px;line-height:1.65;padding:6px 0 6px 5px;color:#34405c}
.path-faq{border-bottom:1px solid #dde3f0;padding:19px 0}.path-faq summary{font-size:17px;font-weight:700;line-height:1.4;cursor:pointer;list-style:none;position:relative;padding-right:26px}.path-faq summary::-webkit-details-marker{display:none}.path-faq summary:after{content:"+";position:absolute;right:0;color:var(--blue)}.path-faq[open] summary:after{content:"−"}.path-faq p{font-size:15px}
.path-next .path-disclaimer{font-size:12px;line-height:1.75;margin-top:24px}
.path-sources{padding:0 0 38px;border-bottom:1px solid var(--line)}.path-sources h2,.path-related h2{font-size:20px}.path-sources p{font-size:14px;margin:10px 0 16px}.path-sources>div{display:flex;gap:12px 26px;flex-wrap:wrap}.path-sources a{font-size:13px;color:var(--blue);text-decoration:underline;text-underline-offset:4px}
.path-related{padding-top:32px}.path-related>div{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.path-related a{border:1px solid var(--line);border-radius:9px;padding:12px 16px;font-size:13px;font-weight:600;display:flex;gap:24px}.path-related a:hover{color:var(--blue);border-color:#b8c5fa}
.path-page a:focus-visible,.path-page summary:focus-visible{outline:3px solid #607cff;outline-offset:5px}
@media(max-width:900px){.path-intro{gap:32px}.path-start{padding:28px}.path-next{gap:32px;padding:30px}.path-option{gap:32px}.path-option-title{padding-left:38px}}
@media(max-width:650px){.path-intro,.path-next,.path-option{grid-template-columns:1fr}.path-intro{padding:36px 0 44px}.path-start{border-radius:18px}.path-heading{display:block}.path-count{display:block;margin-top:14px}.path-jumps{gap:8px;margin-bottom:24px}.path-jumps a{padding:10px 12px;gap:14px}.path-option{gap:20px;padding:28px 0}.path-option-title{padding-left:38px}.path-option h3{max-width:100%}.path-option-body{padding-left:38px}.path-next{padding:26px 22px;gap:30px;margin-top:18px}.path-start h2,.path-next h2{font-size:26px}.path-page{padding-bottom:44px}.path-related a{justify-content:space-between;flex:1 1 180px}}
@media(prefers-reduced-motion:reduce){.path-page *{scroll-behavior:auto!important;transition:none!important}}
