:root{--ink:#111827;--ink-soft:#4b5563;--navy:#0b1a3c;--navy-deep:#07142f;--blue:#0e5ed6;--blue-dark:#094ba9;--blue-light:#eef4ff;--sky:#dbeafe;--yellow:#ffea00;--yellow-deep:#ffda1f;--yellow-soft:#fff9c7;--orange:#d9321f;--orange-light:#fff1ef;--green:#1f8b3c;--green-light:#eaf8ee;--rose:#d74363;--violet:#4359c7;--teal:#0d8f88;--paper:#fff;--canvas:#f7f9fc;--line:#e5e7eb;--line-dark:#d1d5db;--warning:#806600;--warning-light:#fff9d8;--shadow-sm:0 2px 8px #0b1a3c0f;--shadow-md:0 10px 30px #0b1a3c1f;--radius-sm:10px;--radius-md:20px;--radius-lg:28px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{background:var(--paper);color:var(--ink);letter-spacing:-.02em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Apple SD Gothic Neo,Noto Sans KR,Malgun Gothic,sans-serif;font-size:16px;line-height:1.7}body,button,input,select{font-family:inherit}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button,input,select,summary,a{-webkit-tap-highlight-color:transparent}:focus-visible{outline-offset:3px;outline:3px solid #ffb26b}::selection{background:var(--sky);color:var(--navy-deep)}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--ink);letter-spacing:-.035em;word-break:keep-all;line-height:1.23}h1{font-size:clamp(2.25rem,5vw,3.75rem);font-weight:850}h2{font-size:clamp(1.75rem,3.7vw,2.5rem);font-weight:820}h3{font-size:1.25rem;font-weight:780}p,li,dd{word-break:keep-all}address{font-style:normal}code{border:1px solid var(--line);background:var(--canvas);border-radius:6px;padding:.12rem .35rem;font-size:.9em}.container{width:min(100% - 2rem,1180px);margin-inline:auto}.narrow{max-width:840px}.section{padding:5.2rem 0}.section-soft{background:var(--canvas)}.section-dark{background:radial-gradient(circle at 90% 10%, #2079ff40, transparent 30%), var(--navy-deep);color:#fff;position:relative;overflow:hidden}.section-dark h2,.section-dark h3,.section-dark strong{color:#fff}.section-dark p{color:#d5e5f3}.skip-link{z-index:1000;background:var(--navy-deep);color:#fff;border-radius:8px;padding:.75rem 1rem;font-weight:700;position:fixed;top:.5rem;left:.5rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border-bottom:1px solid #e5e7ebeb;position:sticky;top:0}.header-inner{align-items:center;gap:1rem;width:min(100% - 1.25rem,1240px);min-height:3.75rem;margin-inline:auto;display:flex}.brand{align-items:center;gap:.65rem;display:inline-flex}.brand-mark{background:var(--blue);color:#fff;letter-spacing:-.035em;border-radius:50%;flex-direction:column;flex:none;justify-content:center;align-items:center;width:2.8rem;height:2.8rem;font-size:.61rem;font-weight:850;line-height:.92;display:inline-flex;box-shadow:0 5px 14px #2079ff38}.brand-mark b{color:inherit;font-size:inherit;font-weight:inherit}.brand>span:last-child{line-height:1.12;display:grid}.brand strong{letter-spacing:-.03em;font-size:.94rem}.brand small{color:var(--ink-soft);letter-spacing:.12em;margin-top:.2rem;font-size:.68rem;font-weight:700}.desktop-nav{display:none}.header-call{display:none!important}.mobile-menu{margin-left:auto;position:relative}.mobile-menu summary{cursor:pointer;border:1px solid var(--line);background:#fff;border-radius:12px;place-items:center;min-width:3.4rem;min-height:2.8rem;font-size:.88rem;font-weight:780;list-style:none;display:grid}.mobile-menu summary::-webkit-details-marker{display:none}.mobile-menu nav{border:1px solid var(--line);width:min(18rem,100vw - 1.25rem);box-shadow:var(--shadow-md);background:#fff;border-radius:16px;display:grid;position:absolute;top:calc(100% + .8rem);right:0;overflow:hidden}.mobile-menu nav a{border-bottom:1px solid var(--line);padding:.9rem 1rem;font-weight:700}.mobile-menu nav a:last-child{border-bottom:0}.button{cursor:pointer;text-align:center;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:3.25rem;padding:.78rem 1.25rem;font-size:.97rem;font-weight:780;line-height:1.2;transition:transform .16s,background-color .16s,border-color .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button-small{min-height:2.7rem;padding:.66rem 1.05rem;font-size:.88rem}.button-large{min-height:3.65rem;padding:.95rem 1.45rem}.button-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px #2079ff33}.button-primary:hover{background:var(--blue-dark)}.button-dark{background:var(--ink);color:#fff}.button-white{border-color:var(--line-dark);color:var(--navy);background:#fff}.button-white:hover{border-color:var(--navy)}.button-light{color:var(--navy-deep);background:#fff}.button-outline-light{color:#fff;background:#ffffff12;border-color:#ffffff73}.eyebrow{color:var(--blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.85rem;font-size:.8rem;font-weight:850}.eyebrow-light{color:#8dcbff!important}.hero{background:radial-gradient(70% 60% at 70% 5%, #2079ff14, transparent 72%), linear-gradient(180deg, #fff 0%, #f7f9fc 100%), var(--paper);padding:3.2rem 0 4.2rem;position:relative;overflow:hidden}.hero:before{content:"";filter:blur(8px);background:#ffea0033;border-radius:50%;width:23rem;height:23rem;position:absolute;top:4%;left:-10rem}.hero-grid{gap:2.8rem;display:grid}.hero-copy{z-index:2;position:relative}.hero h1{max-width:13ch;margin-bottom:1.4rem;font-size:clamp(2.35rem,5.2vw,3.75rem)}.hero h1 em{color:var(--blue);background:linear-gradient(transparent 68%, var(--yellow) 68%);padding-inline:.04em;font-style:normal;position:relative}.hero-description{max-width:43rem;color:var(--ink-soft);margin-bottom:1.7rem;font-size:1.05rem;line-height:1.85}.hero-actions{flex-wrap:wrap;gap:.7rem;display:flex}.hero-official-link{color:var(--blue-dark);text-underline-offset:.3rem;margin-top:1rem;font-size:.93rem;font-weight:780;-webkit-text-decoration:underline #0d3b6647;text-decoration:underline #0d3b6647;display:inline-flex}.hero-checks{flex-wrap:wrap;gap:.55rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.hero-checks li{color:var(--ink-soft);background:#fffc;border:1px solid #cfe0ef;border-radius:999px;padding:.38rem .75rem;font-size:.8rem;font-weight:700}.hero-checks li:before{color:var(--green);content:"●";vertical-align:.12rem;margin-right:.32rem;font-size:.58rem}.hero-media{margin:0;position:relative}.hero-media:before{z-index:-1;border-radius:var(--radius-lg);background:var(--yellow-deep);content:"";opacity:.16;width:68%;height:80%;position:absolute;bottom:-1.3rem;right:-1rem}.hero-media>img{border-radius:var(--radius-md);width:100%;min-height:25rem;box-shadow:var(--shadow-md);object-fit:cover}.hero-media>figcaption{color:var(--ink-soft);margin-top:.9rem;line-height:1.45;display:grid}.hero-media figcaption span{color:var(--ink);font-size:.84rem;font-weight:780}.hero-media figcaption small{font-size:.76rem}.hero-location-card{max-width:16rem;box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #fffc;border-radius:18px;padding:.85rem 1rem;display:grid;position:absolute;bottom:4.5rem;right:-.25rem}.hero-location-card small{color:var(--ink-soft);font-size:.72rem}.hero-location-card strong{color:var(--navy);font-size:.98rem}.hero-location-card a{color:var(--blue);margin-top:.18rem;font-size:.76rem;font-weight:760}.section-heading{flex-direction:column;gap:.8rem;margin-bottom:2rem;display:flex}.section-heading h2{max-width:18ch;margin-bottom:.9rem}.section-heading>div>p:not(.eyebrow){max-width:48rem;color:var(--ink-soft);margin-bottom:0;font-size:1.02rem}.section-action a,.text-link,.source-link,.centered-link a{color:var(--blue);text-underline-offset:.28rem;font-weight:780;-webkit-text-decoration:underline #1976d247;text-decoration:underline #1976d247}.region-grid{gap:1rem;display:grid}.region-card{border:1px solid var(--line);border-radius:var(--radius-md);min-height:17.5rem;box-shadow:var(--shadow-sm);background:#fff;flex-direction:column;padding:0;transition:transform .18s,box-shadow .18s;display:flex;position:relative;overflow:hidden}.region-card-media{aspect-ratio:16/9;background:var(--canvas);position:relative;overflow:hidden}.region-card-media img{object-fit:cover;width:100%;height:100%}.region-card-body{z-index:1;flex-direction:column;flex:1;padding:1.35rem;display:flex;position:relative}.region-card:before{z-index:2;background:var(--accent,var(--blue));content:"";height:5px;position:absolute;top:0;left:0;right:0}.region-card:after{background:var(--accent-soft,var(--blue-light));content:"";pointer-events:none;border-radius:50%;width:11rem;height:11rem;position:absolute;top:-4rem;right:-4rem}.region-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.region-card-top{z-index:1;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex;position:relative}.region-index{background:var(--accent,var(--navy));color:#fff;border-radius:50%;place-items:center;width:3rem;height:3rem;font-size:1.15rem;font-weight:850;display:grid}.region-card-body h3{margin:1.35rem 0 .55rem;font-size:1.55rem}.region-card-body>p{color:var(--ink-soft);margin-bottom:1.25rem}.card-link{border-top:1px solid var(--line);color:var(--navy);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.9rem;font-size:.92rem;font-weight:780;display:flex}.status-badge{border-radius:999px;align-items:center;padding:.32rem .62rem;font-size:.72rem;font-weight:780;line-height:1.25;display:inline-flex}.status-confirmed{background:var(--green-light);color:#006745}.status-check{background:var(--warning-light);color:#7c4a00}.accent-blue{--accent:#2079ff;--accent-soft:#eef4ff}.accent-green{--accent:#2bb14e;--accent-soft:#eaf8ee}.accent-violet{--accent:#4359c7;--accent-soft:#eef0ff}.accent-orange{--accent:#ffda1f;--accent-soft:#fff9c7}.accent-rose{--accent:#f9442c;--accent-soft:#fff1ef}.accent-teal{--accent:#12b5ac;--accent-soft:#e9fbfa}.accent-orange .region-index{color:var(--navy)}.split-heading{gap:2rem;display:grid}.split-heading>div:first-child h2{max-width:15ch}.split-heading>div:first-child>p:not(.eyebrow){max-width:34rem;color:var(--ink-soft);font-size:1.05rem}.facts-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;overflow:hidden}.facts-card dl{margin:0}.facts-card dl>div{border-bottom:1px solid var(--line);gap:.25rem;padding:.92rem 1rem;display:grid}.facts-card dt{color:var(--ink-soft);font-size:.78rem;font-weight:760}.facts-card dd{margin:0;font-size:.94rem;font-weight:700}.facts-footer{flex-direction:column;gap:.35rem;padding:.9rem 1rem;display:flex}.facts-footer p{color:var(--ink-soft);margin:0;font-size:.78rem}.facts-footer a{color:var(--blue);font-size:.82rem;font-weight:780}.step-grid{gap:0;margin:0;padding:0;list-style:none;display:grid}.step-grid li{border-left:2px solid var(--line);padding:0 0 2.2rem 2rem;position:relative}.step-grid li:last-child{padding-bottom:0}.step-grid li>span{background:var(--navy);color:#fff;border:4px solid #fff;border-radius:50%;place-items:center;width:2.1rem;height:2.1rem;font-size:.7rem;font-weight:820;display:grid;position:absolute;top:0;left:-1.1rem}.step-grid h3{margin-bottom:.4rem}.step-grid p{color:var(--ink-soft);margin-bottom:0}.info-note{border-radius:var(--radius-sm);background:#f2f8fe;border:1px solid #c9e0f4;margin-top:2.2rem;padding:1.2rem}.info-note strong{color:var(--navy);margin-bottom:.25rem;display:block}.info-note p{color:var(--ink-soft);margin-bottom:.4rem}.info-note a{color:var(--blue);font-size:.9rem;font-weight:760}.shuttle-feature{gap:2.5rem;display:grid}.shuttle-feature>div:first-child h2{max-width:14ch}.shuttle-feature>div:first-child>p:not(.eyebrow){max-width:40rem;margin-bottom:1.5rem;font-size:1.05rem}.shuttle-checklist{gap:.8rem;display:grid}.shuttle-checklist>div{background:#ffffff12;border:1px solid #ffffff29;border-radius:18px;align-items:center;gap:.9rem;padding:1rem;display:flex}.shuttle-checklist>div>span{background:var(--yellow-deep);width:2.5rem;height:2.5rem;color:var(--navy);border-radius:50%;flex:none;place-items:center;font-weight:850;display:grid}.shuttle-checklist p{margin:0;font-size:.9rem;display:grid}.shuttle-checklist strong{font-size:1.02rem}.program-grid{gap:1rem;display:grid}.program-grid article{border:1px solid var(--line);border-radius:var(--radius-md);min-height:15rem;box-shadow:var(--shadow-sm);background:#fff;padding:1.35rem}.program-grid article>span{color:var(--orange);letter-spacing:.12em;font-size:.78rem;font-weight:850;display:block}.program-grid article>p:first-of-type{color:var(--blue);margin:1.45rem 0 .15rem;font-size:.82rem;font-weight:770}.program-grid article h3{margin-bottom:.6rem}.program-grid article>p:last-child{color:var(--ink-soft)}.section-faq{background:#f1f7fc}.faq-layout{gap:2rem;display:grid}.faq-layout>div:first-child h2{max-width:12ch}.faq-layout>div:first-child>p:not(.eyebrow){color:var(--ink-soft)}.faq-list{gap:.65rem;display:grid}.faq-list details{border:1px solid var(--line);background:#fff;border-radius:15px;overflow:hidden}.faq-list summary{cursor:pointer;padding:1rem 3rem 1rem 1rem;font-weight:760;list-style:none;position:relative}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{color:var(--blue);content:"+";font-size:1.3rem;font-weight:500;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.faq-list details[open] summary:after{content:"−"}.faq-list details p{border-top:1px solid var(--line);color:var(--ink-soft);margin:0;padding:1rem}.faq-list-large summary{font-size:1.03rem}.cta-wrap{padding-top:2.5rem;padding-bottom:5.2rem}.cta-band{background:radial-gradient(circle at 92% 5%, #ffea003d, transparent 28%), linear-gradient(140deg, var(--navy), var(--blue-dark));color:#fff;border-radius:1.8rem;gap:1.7rem;padding:2rem 1.25rem;display:grid;position:relative;overflow:hidden}.cta-band h2{color:#fff;max-width:14ch}.cta-band p:not(.eyebrow){color:#d7e9f7;max-width:42rem;margin-bottom:0}.cta-actions{flex-direction:column;gap:.7rem;display:flex}.text-link-light{color:#fff;align-self:center}.page-hero{background:radial-gradient(circle at 88% 10%,#2079ff1f,#0000 28%),linear-gradient(#f7f9fc,#fff);padding:1.2rem 0 4rem;position:relative;overflow:hidden}.page-hero:after{z-index:0;content:"";border:4rem solid #1976d20f;border-radius:50%;width:22rem;height:22rem;position:absolute;bottom:-8rem;right:-5rem}.page-hero .container{z-index:1;position:relative}.page-hero-copy{max-width:57rem;padding-top:2.8rem}.page-hero-copy h1{margin-bottom:1.2rem;font-size:clamp(2.15rem,4.8vw,3.6rem)}.page-hero-copy>p:not(.eyebrow){max-width:48rem;color:var(--ink-soft);margin-bottom:0;font-size:1.08rem}.breadcrumbs ol{white-space:nowrap;align-items:center;gap:.45rem;margin:0;padding:.2rem 0;list-style:none;display:flex;overflow-x:auto}.breadcrumbs li{color:var(--ink-soft);align-items:center;font-size:.78rem;font-weight:680;display:inline-flex}.breadcrumbs li:not(:last-child):after{color:#91a1b4;content:"/";margin-left:.45rem}.comparison-table-wrap,.shuttle-table-wrap{border:1px solid var(--line);background:#fff;border-radius:18px;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.9rem}th,td{border-bottom:1px solid var(--line);text-align:left;vertical-align:top;min-width:9rem;padding:1rem}thead th{color:var(--navy);letter-spacing:.03em;background:#f0f5ff;font-size:.78rem}tbody th{color:var(--navy)}tbody tr:last-child th,tbody tr:last-child td{border-bottom:0}tbody td a{color:var(--blue);font-weight:760}.region-hero{background:linear-gradient(135deg, var(--accent-soft,#eaf4ff), #ffffff8c), #fff}.region-hero-grid{gap:2.4rem;display:grid}.region-hero-side{gap:1rem;display:grid}.region-hero-media{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #0d3b6624;overflow:hidden}.region-hero-media img{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;display:block}.route-diagram{border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background-color:#ffffffdb;background-image:linear-gradient(#0d3b6609 1px,#0000 1px),linear-gradient(90deg,#0d3b6609 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;border:1px solid #0d3b6624;margin:0;padding:1.3rem;position:relative;overflow:hidden}.route-diagram:before,.route-diagram:after{background:var(--accent,var(--blue));content:"";opacity:.08;border-radius:999px;position:absolute}.route-diagram:before{width:12rem;height:12rem;top:-3rem;right:-2rem}.route-diagram:after{width:15rem;height:15rem;bottom:-5rem;left:-3rem}.route-diagram figcaption{z-index:1;margin-bottom:2rem;display:grid;position:relative}.route-diagram figcaption strong{font-size:1.05rem}.route-diagram figcaption span{color:var(--ink-soft);font-size:.76rem}.route-diagram ol{z-index:1;gap:1.7rem;margin:0;padding:0;list-style:none;display:grid;position:relative}.route-diagram ol:before{background:var(--accent,var(--blue));content:"";opacity:.3;width:2px;position:absolute;top:1rem;bottom:1rem;left:1rem}.route-diagram li{align-items:center;gap:.8rem;display:flex}.route-dot{z-index:1;background:var(--accent,var(--blue));color:#fff;border:4px solid #fff;border-radius:50%;flex:none;place-items:center;width:2rem;height:2rem;font-size:.68rem;font-weight:850;display:grid}.route-diagram li strong{border:1px solid var(--line);background:#fff;border-radius:10px;padding:.55rem .7rem;font-size:.86rem;box-shadow:0 5px 16px #0d3b6612}.two-column{gap:1rem;display:grid}.content-panel{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;padding:1.35rem}.content-panel h2{font-size:clamp(1.6rem,4.5vw,2.25rem)}.content-panel h3{color:var(--navy);margin-top:1.35rem;margin-bottom:.4rem;font-size:1rem}.content-panel p{color:var(--ink-soft)}.area-chips{flex-wrap:wrap;gap:.5rem;margin:1.2rem 0 0;padding:0;list-style:none;display:flex}.area-chips li{border:1px solid var(--line);background:var(--canvas);border-radius:999px;padding:.42rem .72rem;font-size:.82rem;font-weight:700}.area-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin:1.2rem 0 0;padding:0;list-style:none;display:grid}.area-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;overflow:hidden}.area-card-media{aspect-ratio:3/2;background:var(--canvas);overflow:hidden}.area-card-media img{object-fit:cover;width:100%;height:100%}.area-card-label{margin:0;padding:.72rem .85rem;font-size:.84rem;font-weight:760;line-height:1.45}.muted-callout,.needs-check{background:var(--warning-light);border-radius:9px;padding:.42rem .65rem;font-size:.82rem;font-weight:760;display:inline-flex;color:#764500!important}.shuttle-region-grid{gap:2rem;display:grid}.shuttle-region-grid>div:first-child>h2{max-width:19ch}.shuttle-region-grid>div:first-child>p:not(.eyebrow){color:var(--ink-soft)}.status-panel{border-radius:14px;gap:.2rem;margin:1.25rem 0;padding:.9rem 1rem;display:grid}.status-panel-confirmed{background:var(--green-light);border:1px solid #b9e5d4}.status-panel-check{background:var(--warning-light);border:1px solid #f0d8a2}.status-panel span{font-size:.75rem;font-weight:770}.status-panel-confirmed span{color:var(--green)}.status-panel-check span{color:var(--warning)}.check-card{border-radius:var(--radius-md);background:var(--navy-deep);color:#fff;padding:1.35rem}.check-card h3{color:#fff}.check-card ol{gap:.8rem;margin:1.3rem 0 0;padding:0;list-style:none;display:grid}.check-card li{color:#d7e7f4;border-top:1px solid #ffffff26;align-items:flex-start;gap:.75rem;padding-top:.8rem;display:flex}.check-card li span{color:#76c2ff;font-size:.72rem;font-weight:850}.compact-steps{gap:.75rem;margin:0 0 1.2rem;padding:0;list-style:none;display:grid}.compact-steps li{border:1px solid var(--line);border-radius:14px;gap:.8rem;padding:.9rem;display:flex}.compact-steps li>span{background:var(--blue-light);width:2rem;height:2rem;color:var(--blue);border-radius:50%;flex:none;place-items:center;font-weight:850;display:grid}.compact-steps strong{display:block}.compact-steps p{color:var(--ink-soft);margin:0;font-size:.88rem}.verification-strip{border-block:1px solid var(--line);background:#fff;padding:1.2rem 0}.verification-strip .container{flex-direction:column;gap:.25rem;display:flex}.verification-strip p{color:var(--ink-soft);margin:0;font-size:.82rem}.verification-strip a{color:var(--blue);font-size:.82rem;font-weight:760}.process-list{gap:1rem;max-width:900px;margin:0 auto;padding:0;list-style:none;display:grid}.process-list li{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;gap:.9rem;padding:1.2rem;display:grid}.process-list li>span{background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:3rem;height:3rem;font-size:.78rem;font-weight:850;display:grid}.process-list h2{margin-bottom:.35rem;font-size:1.35rem}.process-list p{color:var(--ink-soft);margin:0}.source-box{border-radius:var(--radius-md);background:#f0f5ff;border:1px solid #c8dced;margin-top:1.5rem;padding:1.35rem}.source-box h2{font-size:1.55rem}.source-box p{color:var(--ink-soft)}.source-box>div{flex-direction:column;gap:.45rem;display:flex}.source-box a{color:var(--blue);font-weight:760}.program-detail-list{gap:1rem;display:grid}.program-detail-list article{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;gap:1rem;padding:1.3rem;display:grid}.program-number{color:var(--orange);font-size:1.7rem;font-weight:900}.program-detail-list h2{margin-bottom:.6rem;font-size:1.8rem}.program-detail-list article>div:nth-child(2)>p:last-child{color:var(--ink-soft);margin:0}.program-detail-list ul{flex-wrap:wrap;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.program-detail-list li{background:var(--blue-light);color:var(--navy);border-radius:999px;padding:.38rem .65rem;font-size:.8rem;font-weight:700}.table-note{color:var(--ink-soft);margin:1rem 0 0;font-size:.83rem}.shuttle-rule-grid{gap:2rem;display:grid}.shuttle-rule-grid>div:first-child h2{max-width:13ch}.shuttle-rule-grid>div:first-child>p:not(.eyebrow){color:var(--ink-soft)}.shuttle-rules{gap:.8rem;margin:0;padding:0;list-style:none;display:grid}.shuttle-rules li{border:1px solid var(--line);background:#fff;border-radius:15px;gap:.85rem;padding:1rem;display:flex}.shuttle-rules li>span{color:var(--orange);font-size:.78rem;font-weight:850}.shuttle-rules strong{display:block}.shuttle-rules p{color:var(--ink-soft);margin:0;font-size:.87rem}.about-grid{gap:1.2rem;display:grid}.about-primary{border:1px solid var(--line);border-radius:var(--radius-md);padding:1.4rem}.about-primary h2{max-width:17ch}.about-primary>p:not(.eyebrow){color:var(--ink-soft)}.disclosure-list{margin:1.5rem 0 0}.disclosure-list>div{border-top:1px solid var(--line);gap:.1rem;padding:.8rem 0;display:grid}.disclosure-list dt{color:var(--ink-soft);font-size:.77rem;font-weight:760}.disclosure-list dd{margin:0;font-weight:730}.principle-card{border-radius:var(--radius-md);background:var(--navy-deep);color:#fff;padding:1.4rem}.principle-card h2{color:#fff;font-size:1.55rem}.principle-card ul{color:#d9e8f4;gap:.55rem;margin:1rem 0 0;padding-left:1.2rem;display:grid}.source-box-wide{margin-top:0}.source-grid{gap:.8rem!important;display:grid!important}.source-grid a{background:#ffffffb3;border:1px solid #1976d229;border-radius:13px;padding:.85rem;display:grid}.source-grid a span{color:var(--ink-soft);font-size:.8rem;font-weight:500}.audit-link{color:var(--ink-soft);margin:1rem 0 0;font-size:.83rem}.editorial-grid{gap:1rem;display:grid}.editorial-grid article{border-top:3px solid var(--blue);background:var(--canvas);border-radius:0 0 16px 16px;padding:1.2rem}.editorial-grid article>span{color:var(--orange);font-size:.75rem;font-weight:850}.editorial-grid h2{margin:1rem 0 .45rem;font-size:1.25rem}.editorial-grid p{color:var(--ink-soft);margin:0;font-size:.9rem}.centered-link{text-align:center;margin-top:1.4rem}.contact-grid{gap:1.2rem;display:grid}.planner-card{border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;padding:1.4rem}.planner-intro h2{font-size:1.8rem}.planner-intro>p:not(.eyebrow){color:var(--ink-soft)}.planner-card form{gap:.85rem;margin-top:1.2rem;display:grid}.planner-card label{color:var(--ink);gap:.3rem;font-size:.83rem;font-weight:760;display:grid}.planner-card select{border:1px solid var(--line-dark);width:100%;min-height:3.25rem;color:var(--ink);background:#fff;border-radius:11px;padding:0 .75rem;font-size:1rem}.planner-output{background:var(--green-light);border:1px solid #b9e5d4;border-radius:13px;margin-top:1rem;padding:.9rem;display:grid}.planner-output strong{color:var(--green)}.planner-output span{color:var(--ink-soft);font-size:.9rem}.three-step-contact{gap:1rem;display:grid}.three-step-contact article{border-radius:var(--radius-md);background:#fff;padding:1.2rem}.three-step-contact article>span{background:var(--navy);color:#fff;border-radius:50%;place-items:center;width:2.3rem;height:2.3rem;font-weight:850;display:grid}.three-step-contact h2{margin:1rem 0 .4rem;font-size:1.3rem}.three-step-contact p{color:var(--ink-soft);margin:0}.policy-content>section{border-bottom:1px solid var(--line);padding:1.5rem 0}.policy-content>section:first-child{padding-top:0}.policy-content h2{font-size:1.3rem}.policy-content p{color:var(--ink-soft)}.policy-date{color:var(--ink-soft);margin-top:1.5rem;font-size:.85rem}.not-found{background:radial-gradient(circle at 30% 20%, #1976d21f, transparent 30%), var(--canvas);place-items:center;min-height:70vh;padding:4rem 0;display:grid}.not-found h1{max-width:15ch;font-size:clamp(2.3rem,7vw,4.6rem)}.not-found p:not(.eyebrow){max-width:38rem;color:var(--ink-soft)}.site-footer{background:var(--navy-deep);color:#c9d7e3;padding:3.5rem 0 6.5rem}.footer-inner{width:min(100% - 2rem,1180px);margin-inline:auto}.footer-lead{border-bottom:1px solid #ffffff1f;align-items:flex-start;gap:.8rem;padding-bottom:1.5rem;display:flex}.brand-mark-footer{box-shadow:none}.footer-lead strong{color:#fff;font-size:1.08rem;display:block}.footer-lead p{color:#a9bdcc;max-width:38rem;margin:.35rem 0 0;font-size:.85rem}.footer-grid{gap:1.8rem;padding:2rem 0;display:grid}.footer-grid h2{color:#fff;letter-spacing:.08em;font-size:.82rem}.footer-grid p,.footer-grid address{color:#a9bdcc;margin-bottom:.45rem;font-size:.82rem}.footer-grid nav{gap:.35rem;display:grid}.footer-grid nav a{color:#d3e0e9;font-size:.83rem;font-weight:650}.footer-bottom{border-top:1px solid #ffffff1f;flex-direction:column;gap:.3rem;padding-top:1.2rem;display:flex}.footer-bottom p{color:#829caf;margin:0;font-size:.74rem}.footer-bottom a{color:#b9ccda;text-decoration:underline}.mobile-call-bar{z-index:90;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;grid-template-columns:1fr 1fr;gap:.55rem;padding:.65rem;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #0b1a3c1f}.mobile-call-bar .button{border-radius:12px;min-height:3rem;font-size:.9rem}@media (min-width:560px){.region-grid,.program-grid,.three-step-contact{grid-template-columns:repeat(2,1fr)}.program-grid-three{grid-template-columns:repeat(3,1fr)}.facts-card dl>div{grid-template-columns:8rem 1fr;align-items:start;gap:1rem}.facts-footer{flex-direction:row;justify-content:space-between;align-items:center}.step-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.step-grid li{border:1px solid var(--line);border-radius:18px;padding:3.3rem 1.15rem 1.15rem}.step-grid li:last-child{padding-bottom:1.15rem}.step-grid li>span{border:0;top:1rem;left:1rem}.process-list li{grid-template-columns:4rem 1fr;align-items:center;padding:1.4rem}.program-detail-list article{grid-template-columns:4rem 1fr}.program-detail-list article>ul{grid-column:2}.source-grid,.editorial-grid,.planner-card form{grid-template-columns:repeat(2,1fr)}.planner-card form .button{grid-column:1/-1}}@media (min-width:768px){.container{width:min(100% - 3rem,1180px)}.section{padding:7rem 0}.header-inner{width:min(100% - 2.5rem,1240px);min-height:5rem}.brand-mark{width:3rem;height:3rem;font-size:.66rem}.brand strong{font-size:1.02rem}.header-call{display:inline-flex!important}.hero{padding:5rem 0 6.5rem}.hero-grid{grid-template-columns:minmax(0,4fr) minmax(22rem,6fr);align-items:center;gap:4rem}.hero h1{max-width:none}.hero-media>img{min-height:35rem}.hero-location-card{bottom:5rem;right:-1.5rem}.section-heading{flex-direction:row;justify-content:space-between;align-items:end}.section-action{flex:none;padding-bottom:.4rem}.split-heading,.faq-layout,.shuttle-feature,.shuttle-rule-grid{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);align-items:start;gap:4rem}.shuttle-feature{align-items:center}.step-grid{grid-template-columns:repeat(3,1fr)}.info-note{grid-template-columns:1fr 1.6fr auto;align-items:center;gap:1rem;display:grid}.info-note p{margin:0}.program-grid{grid-template-columns:repeat(4,1fr)}.program-grid-three{grid-template-columns:repeat(3,1fr)}.cta-wrap{padding-top:3.5rem;padding-bottom:7rem}.cta-band{grid-template-columns:minmax(0,1fr) minmax(22rem,.72fr);align-items:center;gap:3rem;padding:3.4rem}.page-hero{padding:1.5rem 0 5.5rem}.page-hero-copy{padding-top:4rem}.area-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.region-hero-grid{grid-template-columns:minmax(0,1.18fr) minmax(20rem,.72fr);align-items:end;gap:4rem}.route-diagram{min-height:21rem;padding:1.7rem}.two-column,.shuttle-region-grid,.about-grid,.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.two-column-wide{grid-template-columns:1.08fr .92fr;align-items:start;gap:3rem}.content-panel{padding:1.8rem}.verification-strip .container{flex-direction:row;justify-content:space-between;align-items:center;gap:1.5rem}.program-detail-list article{grid-template-columns:5rem minmax(0,1fr) minmax(12rem,.45fr);align-items:center;gap:1.5rem;padding:1.8rem}.program-detail-list article>ul{grid-column:auto;align-content:center}.source-grid,.editorial-grid{grid-template-columns:repeat(3,1fr)}.source-grid a:last-child{grid-column:span 3}.three-step-contact{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.1fr 1fr .7fr;gap:3rem}.footer-bottom{flex-direction:row;justify-content:space-between}.site-footer{padding-bottom:3rem}.mobile-call-bar{display:none}}@media (min-width:1040px){.mobile-menu{display:none}.desktop-nav{align-items:center;gap:1.4rem;margin-left:auto;display:flex}.desktop-nav a{color:#2d4057;font-size:.86rem;font-weight:730;position:relative}.desktop-nav a:after{background:var(--yellow-deep);content:"";height:2px;transition:transform .16s;position:absolute;bottom:-.45rem;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform:scaleX(1)}.region-grid{grid-template-columns:repeat(3,1fr)}.region-card{padding:1.5rem}.source-grid{grid-template-columns:repeat(4,1fr)}.source-grid a:last-child{grid-column:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}
