:root{
  --navy:#10243f;--navy-2:#16335a;--sky:#1f7ae0;--sky-dk:#155cb0;
  --paper:#f3f6fb;--card:#ffffff;--gold:#e7b53c;--ink:#16202e;
  --line:#d9e2f0;--muted:#56627a;--shadow:0 10px 30px rgba(16,36,63,.12);
}
*{box-sizing:border-box}
html,body{width:100%;overflow-x:hidden;margin:0}
body{background:var(--paper);color:var(--ink);
  font-family:'Source Sans 3',system-ui,Segoe UI,Arial,sans-serif;
  font-size:17px;line-height:1.72;-webkit-text-size-adjust:100%}
h1,h2,h3,.brand-logo,.foot-name{font-family:'Sora','Source Sans 3',Segoe UI,sans-serif}
.shell{max-width:1090px;margin:0 auto;padding:0 22px}
a{color:var(--sky-dk)}
img{max-width:100%;height:auto}
.jump{position:absolute;left:-9999px}.jump:focus{left:14px;top:8px;background:#fff;padding:8px;z-index:50;border-radius:6px}
.bar-prog{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--sky),var(--gold));z-index:60}
/* header */
.masthead{position:sticky;top:0;z-index:40;background:rgba(243,246,251,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--line)}
.row{display:flex;align-items:center;gap:10px;min-height:64px;flex-wrap:nowrap}
.brand-logo{font-weight:700;font-size:1.26rem;color:var(--navy);text-decoration:none;white-space:nowrap;flex:0 0 auto}
.menu{margin-left:auto;display:flex;align-items:center;gap:1px;flex-wrap:nowrap;min-width:0}
.menu a{color:var(--ink);text-decoration:none;padding:8px 7px;border-radius:8px;font-size:.88rem;font-weight:500;white-space:nowrap}
.menu a:hover{background:#e3ecf8}
.menu a.cur{color:var(--sky-dk);font-weight:600}
.act{background:var(--sky);color:#fff!important;border-radius:10px;padding:11px 18px;text-decoration:none;font-weight:600;border:0;cursor:pointer;display:inline-block}
.act:hover{background:var(--sky-dk)}
.menu .nav-act{padding:9px 13px;white-space:nowrap;margin-left:7px;flex:0 0 auto}
.hamb{display:none;margin-left:auto;background:none;border:1px solid var(--line);border-radius:9px;width:46px;height:42px;padding:10px;cursor:pointer}
.hamb span{display:block;height:2px;background:var(--navy);margin:4px 0;border-radius:2px}
/* main */
main{padding:26px 0 52px}
h1{font-size:2.05rem;line-height:1.18;margin:.15em 0 .5em;color:var(--navy)}
h2{font-size:1.5rem;margin:1.55em 0 .5em;color:var(--navy-2)}
h3{font-size:1.16rem;margin:1.2em 0 .4em}
p{margin:.72em 0}
.trail{font-size:.9rem;color:var(--muted);margin:0 0 8px}
.trail a{color:var(--muted)}.trail i{opacity:.55;font-style:normal;padding:0 3px}
.lede{font-size:1.17rem;line-height:1.66;background:var(--card);border-left:5px solid var(--gold);
  padding:16px 20px;border-radius:0 12px 12px 0;box-shadow:var(--shadow)}
figure.vis{margin:22px auto;text-align:center}
figure.vis img{width:88%;height:auto;border-radius:12px;box-shadow:var(--shadow);display:block;margin:0 auto}
figcaption{font-size:.86rem;color:var(--muted);margin-top:8px}
.ctaline{margin:26px 0;text-align:center}
.act-lg{font-size:1.12rem;padding:15px 32px;border-radius:12px;box-shadow:0 12px 26px rgba(31,122,224,.3)}
.ctanote{display:block;font-size:.84rem;color:var(--muted);margin-top:8px}
ul.lst,ol.steps{margin:1.05em 0;padding-left:1.35em}
ul.lst li,ol.steps li{margin:.5em 0}
.pillbar{margin:28px 0}
.pills{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.pill{background:var(--card);border:1px solid var(--line);border-radius:13px;padding:15px;text-align:center;box-shadow:var(--shadow)}
.pill b{display:block;color:var(--sky-dk);font-size:1.06rem;font-family:'Sora',sans-serif}
.pill span{display:block;font-size:.87rem;color:var(--muted);margin-top:4px}
.scroller{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0;border-radius:12px;border:1px solid var(--line)}
table{border-collapse:collapse;width:100%;min-width:470px;background:var(--card)}
th,td{padding:11px 14px;text-align:left;border-bottom:1px solid var(--line);font-size:.95rem}
thead th{background:var(--navy-2);color:#fff;font-weight:600}
tbody tr:nth-child(even){background:#eef3fb}
.faqwrap{margin:30px 0}
.ask{background:var(--card);border:1px solid var(--line);border-radius:12px;margin:10px 0;overflow:hidden}
.ask summary{cursor:pointer;padding:15px 18px;font-weight:600;list-style:none;min-height:44px;display:flex;align-items:center}
.ask summary::-webkit-details-marker{display:none}
.ask summary::after{content:'+';margin-left:auto;color:var(--sky);font-size:1.35rem;line-height:1}
.ask[open] summary::after{content:'\2212'}
.ans{padding:0 18px 16px}
/* footer */
.ground{background:var(--navy);color:#dbe5f3;margin-top:42px;padding:38px 0 0}
.foot{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.5fr;gap:26px;padding-bottom:26px}
.foot-name{font-size:1.25rem;color:#fff;font-weight:700;margin-bottom:8px}
.foot p{font-size:.87rem;color:#aebbd0;line-height:1.6}
.ground h3{color:#fff;font-size:1rem;margin:0 0 10px}
.ground ul{list-style:none;margin:0;padding:0}
.ground li{margin:6px 0}
.ground a{color:#bccadf;text-decoration:none}
.ground a:hover{color:#fff}
.adult{display:inline-block;border:2px solid var(--gold);color:var(--gold);border-radius:50%;width:42px;height:42px;
  text-align:center;line-height:38px;font-weight:700;margin-top:6px}
.fineprint{border-top:1px solid #25406a;padding:16px 22px;font-size:.8rem;color:#8ea0bd;text-align:center;max-width:1090px;margin:0 auto}
.up{position:fixed;right:18px;bottom:18px;width:46px;height:46px;border-radius:50%;border:0;background:var(--sky);color:#fff;
  font-size:1.3rem;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .25s;z-index:35;box-shadow:var(--shadow)}
.up.show{opacity:1;pointer-events:auto}
@media(max-width:900px){.foot{grid-template-columns:1fr 1fr}.pills{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){
  .shell{padding:0 22px}
  h1{font-size:1.55rem}h2{font-size:1.28rem}h3{font-size:1.08rem}
  .hamb{display:block}
  .menu{display:none;position:absolute;left:0;right:0;top:64px;flex-direction:column;align-items:stretch;
    background:var(--paper);border-bottom:1px solid var(--line);padding:10px 22px;gap:2px}
  .menu.open{display:flex}
  .menu a{padding:12px 8px;border-radius:8px}
  .nav-act{margin-top:8px;text-align:center}
  figure.vis img{width:100%}
  .foot{grid-template-columns:1fr;gap:18px}
}
