
:root{
  --bg:#f3f2ed;
  --surface:#fbfaf7;
  --surface-2:#ebeae4;
  --ink:#171817;
  --muted:#6d6e69;
  --line:#d9d8d1;
  --accent:#f2660d;
  --accent-2:#c65209;
  --dark:#171817;
  --green:#dfe9df;
  --blue:#e2e8ef;
  --sand:#eee4d5;
  --radius:24px;
  --radius-sm:16px;
  --shadow:0 18px 55px rgba(24,24,20,.07);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
a{color:inherit}
svg{width:1.25em;height:1.25em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}
.topbar{position:sticky;top:0;z-index:50;background:rgba(243,242,237,.86);backdrop-filter:blur(16px);border-bottom:1px solid rgba(217,216,209,.72)}
.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;min-width:0}
 .brandmark{width:46px;height:46px;border-radius:50%;flex:0 0 auto;display:block;overflow:hidden;background:#000;box-shadow:0 0 0 1px rgba(17,17,17,.16),0 6px 18px rgba(0,0,0,.16)}
.brandmark img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.brandtext{line-height:1.08}
.brandtext strong{display:block;font-size:15px;letter-spacing:-.01em}
.brandtext span{font-size:11px;color:var(--muted)}
.navlinks{display:flex;align-items:center;gap:8px}
.navlinks a{padding:10px 13px;border-radius:12px;text-decoration:none;font-size:13px;color:#4b4c48}
.navlinks a:hover,.navlinks a[aria-current="page"]{background:var(--surface);color:var(--ink)}
.navlinks .nav-cta{background:var(--accent);color:#fff;padding-inline:16px}
.navlinks .nav-cta:hover{background:var(--accent-2);color:#fff}
.burger{display:none;width:42px;height:42px;border:1px solid var(--line);border-radius:13px;background:var(--surface);color:var(--ink);align-items:center;justify-content:center}
.page{min-height:calc(100vh - 78px)}
.hero{padding:92px 0 64px;position:relative;overflow:hidden}
.hero-photo{position:absolute;inset:0 0 0 auto;right:0;width:44%;max-width:620px;background:url(assets/hero-photo.jpg) center/cover no-repeat;z-index:0}
.hero-scrim{position:absolute;inset:0;z-index:0;background:linear-gradient(92deg,var(--bg) 0%,var(--bg) 48%,rgba(243,242,237,.85) 57%,rgba(30,22,16,.4) 70%,rgba(10,8,6,.05) 100%)}
.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:64px;align-items:end}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--accent-2);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--accent)}
h1,h2,h3,h4,p{margin-top:0}
h1{font-size:clamp(44px,6vw,78px);line-height:.98;letter-spacing:-.055em;margin-bottom:24px;max-width:900px}
.hero-copy{font-size:18px;line-height:1.65;color:#565752;max-width:680px;margin-bottom:30px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 18px;border-radius:14px;text-decoration:none;font-size:14px;font-weight:750;border:1px solid var(--line);background:var(--surface)}
.button svg{width:17px;height:17px}
.button.primary{background:var(--accent);border-color:var(--accent);color:#fff}
.button.primary:hover{background:var(--accent-2);border-color:var(--accent-2)}
.button.accent{background:var(--accent);border-color:var(--accent);color:#fff}
.button:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(20,20,18,.08)}
.info-card{background:var(--surface);border:1px solid var(--line);border-radius:32px;padding:30px;box-shadow:var(--shadow)}
.info-card .mini{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:20px;margin-bottom:22px}
.info-card .mini b{font-size:13px}
.info-card .mini span{font-size:12px;color:var(--muted)}
.info-card p{font-size:15px;color:#5b5c57;margin-bottom:0}
.section{padding:72px 0;border-top:1px solid var(--line)}
.section-head{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:34px}
.kicker{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:800;color:var(--accent-2);margin-bottom:10px}
.section h2{font-size:clamp(30px,4vw,48px);line-height:1.05;letter-spacing:-.035em;margin-bottom:0}
.section-head p{color:var(--muted);margin:0;max-width:520px}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.value{background:var(--surface);border:1px solid var(--line);padding:24px;border-radius:20px;min-height:180px}
.value .icon{width:44px;height:44px;border-radius:14px;background:var(--surface-2);display:grid;place-items:center;margin-bottom:28px}
.value strong{font-size:18px;display:block;margin-bottom:6px}
.value p{font-size:13px;color:var(--muted);margin:0}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.step{padding:22px;border-radius:20px;background:var(--surface);border:1px solid var(--line)}
.step .n{font-size:12px;font-weight:850;color:var(--accent);margin-bottom:36px}
.step p{font-size:14px;margin:0}
.cta-band{padding:46px;border-radius:30px;background:var(--dark);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta-band h2{font-size:clamp(28px,4vw,46px);max-width:690px;margin:0}
.cta-band p{color:#b9bab6;margin:10px 0 0;max-width:620px}
.cta-band .button{background:#fff;border-color:#fff;color:var(--ink);white-space:nowrap}
.footer{padding:34px 0 46px;color:#777873;font-size:12px}
.footer-row{border-top:1px solid var(--line);padding-top:24px;display:flex;justify-content:space-between;gap:20px;align-items:center}
.footer-links{display:flex;gap:16px}
.footer a{text-decoration:none}
.footer a:hover{color:var(--ink)}

/* Directory / bento */
.directory-hero{padding:72px 0 34px}
.directory-hero h1{font-size:clamp(42px,6vw,70px);max-width:800px}
.directory-hero p{max-width:620px;color:var(--muted);font-size:17px}
.bento{display:grid;grid-template-columns:repeat(12,1fr);gap:14px;padding-bottom:80px}
.tile{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:250px;padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:28px;text-decoration:none;transition:.22s ease;color:#fff;isolation:isolate}
.tile:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(10,10,8,.28)}
.tile.large{grid-column:span 7;min-height:330px}
.tile.medium{grid-column:span 5}
.tile.half{grid-column:span 6}
.tile.small{grid-column:span 4}
.tile.wide{grid-column:span 8}
.tile-top{position:relative;z-index:1;display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.tile-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:rgba(255,255,255,.16);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.3);color:#fff}
.tile-icon svg{width:23px;height:23px}
.tile-arrow{width:40px;height:40px;border:1px solid rgba(255,255,255,.55);border-radius:50%;display:grid;place-items:center;opacity:.8;background:rgba(255,255,255,.08);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.tile-arrow svg{width:18px;height:18px}
.tile h2{font-size:clamp(24px,3vw,36px);line-height:1.06;letter-spacing:-.03em;margin:0 0 8px}
.tile p{margin:0;color:rgba(255,255,255,.76);font-size:14px;max-width:480px}
.tile-meta{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;opacity:.68;margin-bottom:10px}
.tile-art{position:absolute;inset:0;z-index:0;pointer-events:none}
.tile-art svg{position:absolute;fill:none;stroke:#fff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:.26}
.tile-panel{position:relative;z-index:1;margin-top:auto;padding:16px 18px;border-radius:18px;background:rgba(12,12,10,.3);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.14)}
.tile-civil{background:
  radial-gradient(120% 140% at 12% 0%,rgba(217,95,43,.4) 0%,transparent 55%),
  radial-gradient(90% 90% at 100% 100%,rgba(120,80,52,.5) 0%,transparent 60%),
  linear-gradient(155deg,#211f1b 0%,#26241f 45%,#181713 100%)}
.tile-students{background:
  radial-gradient(120% 140% at 88% 0%,rgba(130,158,214,.45) 0%,transparent 55%),
  radial-gradient(100% 100% at 0% 100%,rgba(64,74,116,.55) 0%,transparent 60%),
  linear-gradient(155deg,#1d2434 0%,#232d44 50%,#161b27 100%)}
.tile-military{background:
  radial-gradient(120% 140% at 8% 100%,rgba(191,84,56,.3) 0%,transparent 55%),
  radial-gradient(100% 100% at 100% 0%,rgba(158,138,95,.48) 0%,transparent 60%),
  linear-gradient(155deg,#2b2820 0%,#353024 50%,#211e17 100%)}
.tile-abroad{background:
  radial-gradient(120% 140% at 92% 100%,rgba(74,158,136,.4) 0%,transparent 55%),
  radial-gradient(100% 100% at 0% 0%,rgba(196,168,86,.35) 0%,transparent 60%),
  linear-gradient(155deg,#122320 0%,#163a30 50%,#0e1c19 100%)}
.tile-restrictions{background:
  radial-gradient(120% 140% at 90% 0%,rgba(148,110,224,.4) 0%,transparent 55%),
  radial-gradient(100% 100% at 0% 100%,rgba(96,72,140,.5) 0%,transparent 60%),
  linear-gradient(155deg,#1e1a28 0%,#241f30 50%,#161320 100%)}

/* Category pages */
.breadcrumbs{padding-top:34px;display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px}
.breadcrumbs a{text-decoration:none}
.category-hero{padding:30px 0 46px}
.hero-panel{position:relative;overflow:hidden;isolation:isolate;border-radius:32px;padding:36px 34px 34px;color:#fff}
.hero-panel > *{position:relative;z-index:1}
.hero-panel .tile-art{z-index:0}
.hero-panel .switcher a{background:rgba(255,255,255,.1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-color:rgba(255,255,255,.24);color:rgba(255,255,255,.82)}
.hero-panel .switcher a.active{background:#fff;border-color:#fff;color:var(--ink)}
.hero-panel .eyebrow{color:#ffd7bd}
.hero-panel .eyebrow:before{background:#ffd7bd}
.category-title{display:grid;grid-template-columns:1fr auto;gap:30px;align-items:end;margin-top:28px}
.category-title h1{font-size:clamp(38px,5.4vw,64px);margin-bottom:12px;max-width:850px;color:#fff;letter-spacing:-.045em}
.category-title p{color:rgba(255,255,255,.78);font-size:16px;max-width:640px;margin:0}
.big-icon{width:88px;height:88px;border-radius:26px;background:rgba(255,255,255,.14);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.28);display:grid;place-items:center;color:#fff}
.big-icon svg{width:36px;height:36px}

/* Chat widget (AI assistant preview) */
.chat-demo{display:flex;justify-content:center;margin-top:8px}
.chat-frame{width:100%;max-width:600px;border-radius:28px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);overflow:hidden}
.chat-head{display:flex;align-items:center;gap:12px;padding:18px 20px;border-bottom:1px solid var(--line)}
.chat-avatar{width:40px;height:40px;border-radius:12px;background:var(--dark);color:#fff;display:grid;place-items:center;flex:0 0 auto}
.chat-avatar svg{width:20px;height:20px}
.chat-head-text{display:flex;flex-direction:column;line-height:1.3;margin-right:auto;min-width:0}
.chat-head-text strong{font-size:14px}
.chat-head-text span{font-size:11.5px;color:var(--muted)}
.chat-status{font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:var(--accent-2);background:var(--sand);padding:6px 10px;border-radius:20px;white-space:nowrap}
.chat-body{padding:20px;display:flex;flex-direction:column;gap:10px;background:var(--surface-2)}
.msg{display:flex;max-width:86%;align-self:flex-start}
.msg p{margin:0;background:var(--surface);border:1px solid var(--line);padding:12px 15px;border-radius:16px 16px 16px 4px;font-size:13.5px;color:#3f403c;line-height:1.5}
.chat-input{display:flex;align-items:center;gap:10px;padding:14px 16px;border-top:1px solid var(--line);background:var(--surface)}
.chat-input input{flex:1;min-width:0;height:44px;border-radius:14px;border:1px solid var(--line);background:var(--surface-2);padding:0 14px;font-size:13px;color:#8b8c87;font-family:inherit}
.chat-input input:disabled{cursor:not-allowed}
.chat-send{width:44px;height:44px;flex:0 0 auto;border-radius:14px;background:var(--dark);color:#fff;display:grid;place-items:center;text-decoration:none}
.chat-send svg{width:18px;height:18px}
.chat-caption{max-width:600px;margin:16px auto 0;text-align:center;font-size:12.5px;color:var(--muted)}
.audience-list{list-style:none;margin:0;padding:0}
.audience-list li{font-size:13.5px;color:#4b4c48;padding:12px 0;border-bottom:1px solid var(--line)}
.audience-list li:last-child{border-bottom:none;padding-bottom:0}
.guides{padding:42px 0 82px}
.guide-intro{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:18px}
.guide-intro h2{font-size:24px;margin:0;letter-spacing:-.02em}
.guide-intro span{font-size:12px;color:var(--muted)}
.guide-list{display:grid;gap:12px}
.guide-card{background:var(--surface);border:1px solid var(--line);border-radius:22px;overflow:hidden}
.guide-card[open]{box-shadow:0 14px 36px rgba(20,20,18,.05)}
.guide-card summary{list-style:none;cursor:pointer;padding:24px 26px;display:grid;grid-template-columns:58px 1fr 36px;gap:20px;align-items:start}
.guide-card summary::-webkit-details-marker{display:none}
.guide-num{width:50px;height:50px;border-radius:15px;background:var(--surface-2);display:grid;place-items:center;font-size:12px;font-weight:850;color:var(--accent)}
.guide-main h2{font-size:20px;line-height:1.25;letter-spacing:-.02em;margin:0 0 7px}
.guide-main p{font-size:13px;color:var(--muted);margin:0}
.chev{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;transition:.2s}
.chev:before{content:"+";font-size:20px;line-height:1}
.guide-card[open] .chev:before{content:"−"}
.guide-card[open] summary{border-bottom:1px solid var(--line)}
.guide-body{display:grid;grid-template-columns:240px 1fr;gap:42px;padding:28px 26px 34px}
.quick-list{padding:0;margin:0;list-style:none;align-self:start}
.quick-list li{font-size:12px;color:#60615c;padding:10px 0;border-bottom:1px solid var(--line)}
.detail{max-width:760px}
.detail > p:first-child{font-size:16px;color:#3f403c}
.detail p{font-size:14px;color:#565752}
.detail h5{font-size:15px;margin:26px 0 8px}
.detail ul{margin:8px 0 18px;padding-left:20px;color:#4e4f4b;font-size:14px}
.detail li{margin:6px 0}
.detail .note{margin-top:24px;background:#f0eee6;border-left:3px solid var(--accent);padding:16px 18px;border-radius:0 12px 12px 0;font-size:13px;color:#4f504b}
.detail table{width:100%;border-collapse:collapse;margin:14px 0 22px;font-size:13px}
.detail th,.detail td{text-align:left;padding:12px;border-bottom:1px solid var(--line)}
.detail th{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}
.switcher{display:flex;gap:9px;overflow:auto;padding:0 0 28px;scrollbar-width:none}
.switcher::-webkit-scrollbar{display:none}
.switcher a{white-space:nowrap;padding:10px 13px;border:1px solid var(--line);border-radius:12px;background:var(--surface);text-decoration:none;font-size:12px;color:#5f605b}
.switcher a.active{background:var(--dark);border-color:var(--dark);color:#fff}
.external-card{max-width:760px;background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:34px;margin:10px 0 70px}
.external-card h2{font-size:30px;letter-spacing:-.03em;margin-bottom:12px}
.external-card p{color:var(--muted)}
.external-card .notice{font-size:12px;background:var(--surface-2);padding:14px 16px;border-radius:12px;margin:22px 0}

@media(max-width:880px){
  .wrap{width:min(calc(100% - 28px),var(--max))}
  .nav{height:68px}
  .navlinks{display:none;position:absolute;top:68px;left:14px;right:14px;flex-direction:column;align-items:stretch;background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow)}
  .navlinks.open{display:flex}
  .navlinks a{padding:12px}
  .burger{display:flex}
  .hero{padding:60px 0 44px}
  .hero-photo{width:100%;opacity:.16}
  .hero-scrim{background:linear-gradient(180deg,rgba(243,242,237,.25) 0%,var(--bg) 62%)}
  .hero-grid,.section-head{grid-template-columns:1fr;gap:26px}
  .hero-grid{align-items:start}
  .info-card{padding:24px}
  .values{grid-template-columns:1fr}
  .value{min-height:0}
  .steps{grid-template-columns:1fr 1fr}
  .cta-band{padding:32px;align-items:flex-start;flex-direction:column}
  .bento{grid-template-columns:1fr}
  .tile,.tile.large,.tile.medium,.tile.half,.tile.small,.tile.wide{grid-column:auto;min-height:245px}
  .tile.large{min-height:300px}
  .category-title{grid-template-columns:1fr}
  .big-icon{width:72px;height:72px;border-radius:22px}
  .hero-panel{padding:26px 20px 24px;border-radius:24px}
  .chat-body{padding:16px}
  .msg{max-width:94%}
  .guide-card summary{grid-template-columns:48px 1fr 34px;padding:20px 18px;gap:14px}
  .guide-num{width:44px;height:44px}
  .guide-main h2{font-size:17px}
  .guide-body{grid-template-columns:1fr;gap:22px;padding:24px 18px 28px}
  .quick-list{display:none}
  .footer-row{align-items:flex-start;flex-direction:column}
}
@media(max-width:560px){
  .brandtext strong{font-size:13px}
  .brandtext span{display:none}
  h1{font-size:42px}
  .hero-copy{font-size:16px}
  .steps{grid-template-columns:1fr}
  .section{padding:54px 0}
  .tile{padding:22px;border-radius:22px}
  .directory-hero{padding-top:48px}
  .category-hero{padding-top:34px}
  .category-title h1{font-size:40px}
  .guide-card summary{grid-template-columns:42px 1fr 28px;gap:12px}
  .guide-num{width:40px;height:40px;border-radius:12px}
  .chat-status{display:none}
}
@media (prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}


/* ===== Restored homepage (kept separate from the section pages) ===== */
.page-home .home-hero{
  padding:94px 0 68px;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(90deg,rgba(243,242,237,.985) 0%,rgba(243,242,237,.95) 44%,rgba(243,242,237,.78) 66%,rgba(243,242,237,.18) 100%),
    url('assets/home-hero.jpg') center/cover no-repeat;
  border-bottom:1px solid var(--line);
}
.page-home .home-hero .hero-grid{grid-template-columns:minmax(0,1.04fr) minmax(320px,.72fr)}
.page-home .home-hero .info-card{background:rgba(251,250,247,.88);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.page-home .fact-card{padding:28px 30px}
.page-home .fact-list{display:grid;gap:0}
.page-home .fact-list>div{display:grid;gap:3px;padding:14px 0;border-bottom:1px solid var(--line)}
.page-home .fact-list>div:first-child{padding-top:0}
.page-home .fact-list>div:last-child{padding-bottom:0;border-bottom:0}
.page-home .fact-list strong{font-size:14px}
.page-home .fact-list span{font-size:12px;line-height:1.5;color:var(--muted)}
.page-home .values.four{grid-template-columns:repeat(4,1fr)}
.page-home .value{transition:.22s ease;position:relative;overflow:hidden}
.page-home .value:after{content:"";position:absolute;right:-36px;bottom:-52px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(242,102,13,.13),rgba(242,102,13,0) 70%);pointer-events:none}
.page-home .value:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:rgba(242,102,13,.28)}
.page-home .value>*{position:relative;z-index:1}
.page-home .compact-section{padding:28px 0}
.page-home .stats{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);border-radius:24px;overflow:hidden;background:var(--surface)}
.page-home .stat{padding:28px 30px;border-right:1px solid var(--line)}
.page-home .stat:last-child{border-right:0}
.page-home .stat strong{display:block;font-size:42px;line-height:1;letter-spacing:-.04em;color:var(--accent);margin-bottom:8px}
.page-home .stat span{font-size:13px;color:var(--muted)}
.page-home .simple-cta h2{max-width:560px}
.page-home .reveal{opacity:0;transform:translateY(26px);transition:opacity .68s ease,transform .68s ease}
.page-home .reveal.in-view{opacity:1;transform:none}
.page-home .reveal[data-delay="1"]{transition-delay:.08s}
.page-home .reveal[data-delay="2"]{transition-delay:.16s}
.page-home .reveal[data-delay="3"]{transition-delay:.24s}
@media(max-width:980px){.page-home .values.four{grid-template-columns:1fr 1fr}}
@media(max-width:880px){
  .page-home .home-hero{padding:62px 0 46px;background:linear-gradient(90deg,rgba(243,242,237,.97),rgba(243,242,237,.84)),url('assets/home-hero.jpg') 66% center/cover no-repeat}
  .page-home .home-hero .hero-grid{grid-template-columns:1fr}
  .page-home .stats{grid-template-columns:1fr}
  .page-home .stat{border-right:0;border-bottom:1px solid var(--line)}
  .page-home .stat:last-child{border-bottom:0}
}
@media(max-width:560px){
  .page-home .values.four{grid-template-columns:1fr}
  .page-home .stat{padding:22px}
  .page-home .stat strong{font-size:34px}
}
@media (prefers-reduced-motion:reduce){.page-home .reveal{opacity:1;transform:none}}


/* ===== Integrated abroad article ===== */
.page-abroad-integrated{background:var(--bg)}
.article-category-hero{padding:28px 0 24px}
.article-hero-panel{position:relative;overflow:hidden;min-height:560px;border-radius:34px;padding:28px 34px 48px;color:#fff;background-color:#10241f;background-position:center;background-size:cover;background-repeat:no-repeat;box-shadow:0 28px 70px rgba(13,31,26,.15)}
.article-hero-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,106,0,.07),transparent 36%);pointer-events:none}
.article-hero-panel .switcher{position:relative;z-index:2}
.article-hero-panel .switcher a{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.18);color:rgba(255,255,255,.78);backdrop-filter:blur(12px)}
.article-hero-panel .switcher a.active{background:var(--accent);border-color:var(--accent);color:#fff}
.article-hero-copy{position:relative;z-index:2;width:min(720px,60%);padding-top:44px}
.article-hero-copy .eyebrow{color:#ff8d46}
.article-hero-copy h1{font-size:clamp(44px,5.6vw,76px);line-height:.98;color:#fff;max-width:760px;margin-bottom:24px}
.article-lead{display:grid;gap:10px;max-width:690px}
.article-lead p{font-size:15px;line-height:1.65;color:rgba(255,255,255,.80);margin:0}
.article-hero-copy .actions{margin-top:24px}
.article-content-wrap{padding:24px 0 84px}
.integrated-article{display:grid;gap:18px}
.integrated-article .content-section{background:var(--surface);border:1px solid var(--line);border-radius:28px;padding:30px;box-shadow:0 14px 40px rgba(20,20,18,.035)}
.integrated-article .section-head{display:flex;align-items:center;gap:14px;margin:0 0 10px}
.integrated-article .head-icon{width:46px;height:46px;border-radius:15px;background:var(--orange-soft);border:1px solid rgba(255,106,0,.15);display:grid;place-items:center;font-size:21px;flex:0 0 auto}
.integrated-article .section-head h3{font-size:clamp(25px,3vw,34px);line-height:1.12;letter-spacing:-.03em;margin:0}
.integrated-article .section-head h3 em{display:block;font-size:13px;font-style:normal;font-weight:700;color:var(--accent);letter-spacing:.03em;margin-top:5px}
.integrated-article .section-intro{color:var(--muted);font-size:14px;max-width:820px;margin:0 0 22px 60px}
.integrated-article .cards-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.integrated-article .cards-grid.one-card{grid-template-columns:1fr}
.integrated-article .scenario-card{position:relative;overflow:hidden;display:grid;grid-template-columns:46px 1fr;gap:18px;background:#fbfaf7;border:1px solid var(--line);border-radius:21px;padding:22px;align-items:start}
.integrated-article .scenario-card:after{content:"";position:absolute;right:-38px;bottom:-52px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,106,0,.12),rgba(255,106,0,0) 70%);pointer-events:none}
.integrated-article .scenario-card>*{position:relative;z-index:1}
.integrated-article .card-gutter{display:block}
.integrated-article .card-icon{width:42px;height:42px;border-radius:14px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;font-size:18px}
.integrated-article .scenario-card h4{font-size:18px;line-height:1.25;letter-spacing:-.02em;margin:1px 0 8px}
.integrated-article .scenario-card>div>p,.integrated-article .scenario-card>p{font-size:13px;color:var(--muted);margin:0 0 10px}
.integrated-article .scenario-card ul{padding-left:18px;margin:10px 0;color:#4f4f4f;font-size:13px}
.integrated-article .scenario-card li{margin:6px 0}
.integrated-article .accordion-toggle{display:inline-flex;align-items:center;gap:9px;border:0;background:transparent;color:var(--accent-2);font:inherit;font-size:12px;font-weight:800;padding:8px 0 0;cursor:pointer}
.integrated-article .accordion-toggle .arrow{transition:transform .2s ease}
.integrated-article .accordion-toggle.open .arrow{transform:rotate(90deg)}
.integrated-article .accordion-content{display:none;margin-top:14px;padding-top:15px;border-top:1px solid var(--line)}
.integrated-article .accordion-content.open{display:block}
.integrated-article .accordion-content p{font-size:13px;color:#4f4f4f;margin:0 0 12px}
.integrated-article .accordion-content h5{font-size:14px;margin:18px 0 6px}
.integrated-article .note{background:var(--orange-soft);border-left:3px solid var(--accent);padding:13px 15px;border-radius:0 12px 12px 0;font-size:12px;color:#454545;margin-top:14px}
.integrated-article .note-highlight{border-left-width:4px}
.integrated-article .research-label{display:inline-flex;font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:var(--accent-2);margin:8px 0 12px}
.integrated-article .cat-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px;background:#fff}
.integrated-article .cat-table{width:100%;border-collapse:collapse;min-width:760px;font-size:12px}
.integrated-article .cat-table th,.integrated-article .cat-table td{text-align:left;padding:13px 14px;border-bottom:1px solid var(--line);vertical-align:top}
.integrated-article .cat-table th{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);background:#f7f6f2}
.integrated-article .cat-table tr:last-child td{border-bottom:0}
.article-support-card{margin-top:18px;border-radius:28px;padding:30px;background:#132d26;color:#fff;display:flex;justify-content:space-between;gap:28px;align-items:center}
.article-support-card h2{font-size:30px;letter-spacing:-.03em;margin:0 0 8px}
.article-support-card p{color:rgba(255,255,255,.68);margin:0;max-width:650px}
.article-support-card .kicker{color:#ff8d46}
.article-source-note{max-width:900px;margin:22px 0 0;font-size:11px;line-height:1.6;color:#8a8a86}
@media(max-width:900px){
  .article-hero-panel{min-height:520px;background-position:68% center;background-size:cover}
  .article-hero-copy{width:100%;padding-top:34px}
  .integrated-article .cards-grid{grid-template-columns:1fr}
  .integrated-article .section-intro{margin-left:0}
}
@media(max-width:620px){
  .article-category-hero{padding-top:16px}
  .article-hero-panel{border-radius:24px;padding:20px;min-height:0}
  .article-hero-copy{padding-top:24px}
  .article-hero-copy h1{font-size:39px}
  .article-lead p{font-size:14px}
  .integrated-article .content-section{padding:20px;border-radius:22px}
  .integrated-article .section-head{align-items:flex-start}
  .integrated-article .section-head h3{font-size:24px}
  .integrated-article .scenario-card{grid-template-columns:1fr;padding:18px}
  .integrated-article .card-icon{margin-bottom:2px}
  .article-support-card{flex-direction:column;align-items:flex-start;padding:24px}
}


/* ===== Themed integrated sections ===== */
.article-hero-panel.hero-abroad{background-image:linear-gradient(90deg,rgba(10,23,20,.97) 0%,rgba(10,23,20,.91) 42%,rgba(10,23,20,.58) 68%,rgba(10,23,20,.18) 100%),url('assets/abroad-hero.jpg')}
.article-hero-panel.hero-civil{background-image:linear-gradient(90deg,rgba(13,20,18,.97) 0%,rgba(13,20,18,.90) 42%,rgba(13,20,18,.52) 68%,rgba(13,20,18,.14) 100%),url('assets/civil-hero.jpg')}
.article-hero-panel.hero-students{background-image:linear-gradient(90deg,rgba(15,19,18,.97) 0%,rgba(15,19,18,.90) 42%,rgba(15,19,18,.48) 68%,rgba(15,19,18,.12) 100%),url('assets/students-hero.jpg')}
.article-hero-panel.hero-military{background-image:linear-gradient(90deg,rgba(11,18,17,.97) 0%,rgba(11,18,17,.91) 42%,rgba(11,18,17,.52) 68%,rgba(11,18,17,.13) 100%),url('assets/military-hero.jpg')}
.article-hero-panel.hero-restrictions{background-image:linear-gradient(90deg,rgba(14,19,18,.97) 0%,rgba(14,19,18,.91) 42%,rgba(14,19,18,.52) 68%,rgba(14,19,18,.14) 100%),url('assets/restrictions-hero.jpg')}
.page-civil-integrated .integrated-article .content-section:nth-child(1),
.page-military-integrated .integrated-article .content-section:nth-child(1){background:linear-gradient(145deg,#fff 0%,#fffaf6 100%)}
.page-students-integrated .integrated-article .content-section{background:linear-gradient(145deg,#fff 0%,#fffaf4 100%)}
.page-restrictions-integrated .integrated-article .content-section{background:linear-gradient(145deg,#fff 0%,#f8f7f3 100%)}
.integrated-article .content-section{position:relative;overflow:hidden}
.integrated-article .content-section:after{content:"";position:absolute;right:-90px;top:-90px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,106,0,.10),rgba(255,106,0,0) 70%);pointer-events:none}
.integrated-article .cards-grid .scenario-card:nth-child(odd){transform:translateY(0)}
.integrated-article .cards-grid .scenario-card:nth-child(even){transform:translateY(12px)}
.integrated-article .cards-grid{padding-bottom:12px}
.integrated-article .scenario-card{min-height:250px;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.integrated-article .scenario-card:hover{transform:translateY(-3px)!important;border-color:rgba(255,106,0,.28);box-shadow:0 16px 32px rgba(20,20,18,.055)}
.integrated-article .cards-grid.one-card .scenario-card{min-height:0;max-width:none}
@media(max-width:880px){
  .article-hero-panel.hero-abroad,.article-hero-panel.hero-civil,.article-hero-panel.hero-students,.article-hero-panel.hero-military,.article-hero-panel.hero-restrictions{background-position:66% center}
  .integrated-article .cards-grid .scenario-card:nth-child(even){transform:none}
}


/* Data tables — factual, readable layout */
.integrated-article .info-table-wrap,
.integrated-article .cat-table-wrap{
  width:100%;
  overflow-x:auto;
  margin:16px 0 28px;
  border:1px solid #d8d7d1;
  border-radius:16px;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.035);
}
.integrated-article .info-table,
.integrated-article .cat-table,
.integrated-article table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  font-size:13px;
  line-height:1.45;
  background:#fff;
}
.integrated-article .info-table{min-width:820px;table-layout:fixed}
.integrated-article .info-table th,
.integrated-article .cat-table th,
.integrated-article table th{
  padding:15px 16px;
  text-align:left;
  vertical-align:top;
  background:#132d26;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
  border-right:1px solid rgba(255,255,255,.13);
  border-bottom:0;
}
.integrated-article .info-table th:last-child,
.integrated-article .cat-table th:last-child,
.integrated-article table th:last-child{border-right:0}
.integrated-article .info-table td,
.integrated-article .cat-table td,
.integrated-article table td{
  padding:15px 16px;
  text-align:left;
  vertical-align:top;
  color:#33342f;
  border-right:1px solid #e5e4df;
  border-bottom:1px solid #e5e4df;
  background:#fff;
}
.integrated-article .info-table tbody tr:nth-child(even) td,
.integrated-article .cat-table tbody tr:nth-child(even) td,
.integrated-article table tbody tr:nth-child(even) td{background:#f7f6f2}
.integrated-article .info-table td:last-child,
.integrated-article .cat-table td:last-child,
.integrated-article table td:last-child{border-right:0}
.integrated-article .info-table tbody tr:last-child td,
.integrated-article .cat-table tbody tr:last-child td,
.integrated-article table tbody tr:last-child td{border-bottom:0}
.integrated-article .restrictions-table th:nth-child(1),
.integrated-article .restrictions-table td:nth-child(1){width:31%;font-weight:700}
.integrated-article .restrictions-table th:nth-child(2),
.integrated-article .restrictions-table td:nth-child(2){width:30%}
.integrated-article .restrictions-table th:nth-child(3),
.integrated-article .restrictions-table td:nth-child(3){width:39%}
@media(max-width:620px){
  .integrated-article .info-table-wrap,
  .integrated-article .cat-table-wrap{margin-left:0;margin-right:0;border-radius:14px}
  .integrated-article .info-table{min-width:760px}
  .integrated-article .info-table th,
  .integrated-article .info-table td,
  .integrated-article .cat-table th,
  .integrated-article .cat-table td,
  .integrated-article table th,
  .integrated-article table td{padding:13px 14px}
}

/* Restrictions article refinements */
.page-restrictions-integrated .scenario-entry{min-height:0}
.page-restrictions-integrated .restriction-meta{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#fff1e7;border:1px solid rgba(255,106,0,.16);color:var(--accent-2);font-size:9px;line-height:1;font-weight:850;letter-spacing:.09em;margin:0 0 9px}
.page-restrictions-integrated .restriction-meta.soft{background:#f1f3f2;border-color:#e3e7e5;color:#5c6964}
.page-restrictions-integrated .restriction-meta.danger{background:#fff0ed;border-color:#f3d6ce;color:#9c3d29}
.page-restrictions-integrated .inline-jump{display:inline-flex;align-items:center;gap:8px;color:var(--accent-2);font-size:12px;font-weight:800;text-decoration:none;margin-top:7px}
.page-restrictions-integrated .inline-jump:hover{text-decoration:underline}
.page-restrictions-integrated .restriction-cards .scenario-card{min-height:0}
.page-restrictions-integrated .restriction-cards .restriction-wide{grid-column:1/-1;min-height:0}
.page-restrictions-integrated .step-icon{font-size:14px;font-weight:900;color:var(--accent-2)}
.page-restrictions-integrated .checklist-card{min-height:0}
.page-restrictions-integrated .two-column-list{columns:2;column-gap:40px}
.page-restrictions-integrated .two-column-list li{break-inside:avoid;margin-top:0;margin-bottom:9px}
.page-restrictions-integrated .restriction-summary{background:linear-gradient(145deg,#152e27 0%,#1e3b32 100%)!important;color:#fff}
.page-restrictions-integrated .restriction-summary:after{background:radial-gradient(circle,rgba(255,141,70,.18),rgba(255,106,0,0) 70%)}
.page-restrictions-integrated .restriction-summary .section-head h3,.page-restrictions-integrated .restriction-summary .section-head h3 em{color:#fff}
.page-restrictions-integrated .restriction-summary .section-head h3 em{color:#ffb17c}
.page-restrictions-integrated .restriction-summary .head-icon{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:#ffb17c}
.page-restrictions-integrated .summary-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;position:relative;z-index:1}
.page-restrictions-integrated .summary-flow>div{background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.11);border-radius:18px;padding:18px}
.page-restrictions-integrated .summary-flow span{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;background:#ff7a22;color:#fff;font-size:12px;font-weight:900;margin-bottom:13px}
.page-restrictions-integrated .summary-flow strong{display:block;font-size:14px;line-height:1.3;margin-bottom:7px}
.page-restrictions-integrated .summary-flow p{font-size:12px;line-height:1.5;color:rgba(255,255,255,.66);margin:0}
@media(max-width:860px){
  .page-restrictions-integrated .summary-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:620px){
  .page-restrictions-integrated .two-column-list{columns:1}
  .page-restrictions-integrated .summary-flow{grid-template-columns:1fr}
  .page-restrictions-integrated .restriction-cards .restriction-wide{grid-column:auto}
}

/* ===== Restrictions: section-level accordion layout ===== */
.page-restrictions-integrated .section-accordion{
  padding:0;
}
.page-restrictions-integrated .section-accordion-summary{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:46px minmax(0,1fr) 34px;
  gap:14px;
  align-items:center;
  padding:24px 28px;
  cursor:pointer;
  list-style:none;
  user-select:none;
}
.page-restrictions-integrated .section-accordion-summary::-webkit-details-marker{display:none}
.page-restrictions-integrated .section-accordion-summary::marker{display:none;content:""}
.page-restrictions-integrated .section-accordion-heading{display:grid;gap:5px;min-width:0}
.page-restrictions-integrated .section-accordion-heading strong{
  font-size:clamp(22px,2.6vw,30px);
  line-height:1.12;
  letter-spacing:-.03em;
  color:#20211f;
}
.page-restrictions-integrated .section-accordion-heading em{
  font-size:12px;
  line-height:1.3;
  font-style:normal;
  font-weight:750;
  letter-spacing:.025em;
  color:var(--accent);
}
.page-restrictions-integrated .section-chevron{
  width:34px;
  height:34px;
  display:grid;
  place-items:center;
  border-radius:11px;
  background:#f3f2ee;
  border:1px solid var(--line);
  color:#696963;
  font-size:20px;
  line-height:1;
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.page-restrictions-integrated .section-accordion[open] .section-chevron{
  transform:rotate(180deg);
  background:var(--orange-soft);
  color:var(--accent-2);
}
.page-restrictions-integrated .section-accordion-body{
  position:relative;
  z-index:1;
  padding:0 28px 28px;
  border-top:1px solid transparent;
}
.page-restrictions-integrated .section-accordion[open] .section-accordion-body{
  border-top-color:rgba(31,33,30,.06);
  padding-top:22px;
}
.page-restrictions-integrated .section-accordion-body>.section-intro{
  margin-left:0;
}
.page-restrictions-integrated .inline-legal-note{
  position:relative;
  z-index:1;
  margin:0 8px;
  padding:5px 0 5px 14px;
  border-left:3px solid var(--accent);
  color:#6b6b66;
  font-size:12px;
  line-height:1.55;
  max-width:960px;
}
.page-restrictions-integrated .inline-legal-note strong{color:#363732}
.page-restrictions-integrated details.restriction-summary .section-accordion-heading strong{color:#fff}
.page-restrictions-integrated details.restriction-summary .section-accordion-heading em{color:#ffb17c}
.page-restrictions-integrated details.restriction-summary .section-chevron{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:#ffb17c;
}
.page-restrictions-integrated details.restriction-summary[open] .section-chevron{background:rgba(255,255,255,.13)}
@media(max-width:620px){
  .page-restrictions-integrated .section-accordion-summary{
    grid-template-columns:42px minmax(0,1fr) 32px;
    gap:11px;
    padding:18px;
  }
  .page-restrictions-integrated .section-accordion-summary .head-icon{width:42px;height:42px}
  .page-restrictions-integrated .section-accordion-heading strong{font-size:20px}
  .page-restrictions-integrated .section-accordion-heading em{font-size:10px}
  .page-restrictions-integrated .section-accordion-body{padding:0 18px 20px}
  .page-restrictions-integrated .section-accordion[open] .section-accordion-body{padding-top:18px}
  .page-restrictions-integrated .inline-legal-note{margin:0 2px}
}

/* ===== Restrictions v13 — instruction-first layout ===== */
.page-restrictions-integrated .integrated-article{gap:16px}
.page-restrictions-integrated .instruction-board{position:relative;overflow:hidden;background:linear-gradient(145deg,#17352c 0%,#102a23 100%);border:1px solid rgba(255,255,255,.06);border-radius:30px;padding:30px;color:#fff;box-shadow:0 18px 46px rgba(18,44,36,.13)}
.page-restrictions-integrated .instruction-board:after{content:"";position:absolute;right:-85px;top:-95px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(255,120,35,.18),rgba(255,120,35,0) 68%);pointer-events:none}
.page-restrictions-integrated .instruction-board-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:flex-end;gap:26px;margin-bottom:22px}
.page-restrictions-integrated .instruction-board-head>div{max-width:760px}
.page-restrictions-integrated .instruction-kicker,.page-restrictions-integrated .route-kicker{font-size:10px;line-height:1;font-weight:900;letter-spacing:.13em;color:#ff9859;margin-bottom:10px}
.page-restrictions-integrated .instruction-board h2,.page-restrictions-integrated .route-section h2{font-size:clamp(27px,3.2vw,38px);line-height:1.08;letter-spacing:-.035em;margin:0 0 10px}
.page-restrictions-integrated .instruction-board-head p{margin:0;color:rgba(255,255,255,.68);font-size:13px;line-height:1.6;max-width:690px}
.page-restrictions-integrated .button.compact{white-space:nowrap;min-height:44px;padding:0 18px;display:inline-flex;align-items:center}
.page-restrictions-integrated .instruction-steps{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.page-restrictions-integrated .instruction-step{min-height:156px;position:relative;display:flex;flex-direction:column;justify-content:flex-start;text-decoration:none;color:#fff;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.10);border-radius:18px;padding:17px;transition:.18s ease}
.page-restrictions-integrated .instruction-step:hover{transform:translateY(-2px);background:rgba(255,255,255,.09);border-color:rgba(255,151,89,.32)}
.page-restrictions-integrated .instruction-step-num{width:29px;height:29px;border-radius:9px;display:grid;place-items:center;background:#ff7620;color:#fff;font-size:11px;font-weight:900;margin-bottom:17px}
.page-restrictions-integrated .instruction-step strong{display:block;font-size:14px;line-height:1.3;margin-bottom:7px}
.page-restrictions-integrated .instruction-step p{margin:0;color:rgba(255,255,255,.62);font-size:11px;line-height:1.5;padding-right:12px}
.page-restrictions-integrated .instruction-step-arrow{position:absolute;right:14px;top:17px;color:#ffad79;font-size:16px}
.page-restrictions-integrated .prelimit-note{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:15px;align-items:center;background:#fff8f1;border:1px solid #f1dfd0;border-radius:20px;padding:17px 20px}
.page-restrictions-integrated .prelimit-mark{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#fff;border:1px solid #f0d7c5;color:#d75b12;font-size:16px;font-weight:900}
.page-restrictions-integrated .prelimit-note strong{font-size:14px;color:#2f312e}
.page-restrictions-integrated .prelimit-note p{margin:4px 0 0;color:#6f706c;font-size:11.5px;line-height:1.5;max-width:870px}
.page-restrictions-integrated .prelimit-note>a{font-size:11px;font-weight:850;color:var(--accent-2);text-decoration:none;white-space:nowrap}
.page-restrictions-integrated .compact-accordion[open] .section-accordion-body{padding-top:18px}
.page-restrictions-integrated .evidence-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.page-restrictions-integrated .evidence-grid>div{background:#fbfaf7;border:1px solid var(--line);border-radius:16px;padding:16px;min-height:126px}
.page-restrictions-integrated .evidence-grid span{display:block;color:var(--accent-2);font-size:9px;font-weight:900;letter-spacing:.1em;margin-bottom:12px}
.page-restrictions-integrated .evidence-grid strong{display:block;font-size:13px;margin-bottom:6px}
.page-restrictions-integrated .evidence-grid p{font-size:11px;line-height:1.5;color:#72736e;margin:0}
.page-restrictions-integrated .micro-note{margin:14px 2px 0;padding-left:13px;border-left:3px solid var(--accent);font-size:11.5px;line-height:1.55;color:#6b6b66}
.page-restrictions-integrated .limits-intro{background:#f7f5f0;border-radius:14px;padding:12px 14px;font-size:12px;color:#666762;margin-bottom:12px}
.page-restrictions-integrated .limits-intro strong{color:#343632}
.page-restrictions-integrated .limits-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.page-restrictions-integrated .limit-card{background:#fbfaf7;border:1px solid var(--line);border-radius:18px;padding:17px;min-height:172px}
.page-restrictions-integrated .limit-card-primary{background:#fff7f1;border-color:#efd8c7}
.page-restrictions-integrated .limit-card-wide{grid-column:span 3;min-height:0}
.page-restrictions-integrated .limit-top{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px}
.page-restrictions-integrated .limit-icon{min-width:31px;height:31px;padding:0 7px;border-radius:9px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-size:10px;font-weight:900;color:#343632}
.page-restrictions-integrated .limit-timing{font-size:8px;letter-spacing:.09em;font-weight:900;color:#68716d;background:#eef1ef;padding:6px 7px;border-radius:999px}
.page-restrictions-integrated .limit-timing.now{background:#fff0e7;color:#b14e13}
.page-restrictions-integrated .limit-timing.regional{background:#f0eef5;color:#6d5f83}
.page-restrictions-integrated .limit-card h4{font-size:15px;line-height:1.25;margin:0 0 7px}
.page-restrictions-integrated .limit-card p{font-size:11.5px;line-height:1.55;color:#6c6d68;margin:0}
.page-restrictions-integrated .inline-legal-note{margin:0;padding:10px 4px 10px 14px;font-size:11.5px;background:transparent}
.page-restrictions-integrated .route-section{background:#fff;border:1px solid var(--line);border-radius:28px;padding:28px;box-shadow:0 14px 40px rgba(20,20,18,.035)}
.page-restrictions-integrated .route-heading{display:flex;justify-content:space-between;gap:28px;align-items:flex-end;margin-bottom:18px}
.page-restrictions-integrated .route-section h2{color:#242622;margin-bottom:0}
.page-restrictions-integrated .route-heading>p{max-width:420px;color:#73746f;font-size:12px;line-height:1.55;margin:0 0 3px}
.page-restrictions-integrated .route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.page-restrictions-integrated .route-grid>a{display:grid;grid-template-columns:38px 1fr;gap:12px;align-items:center;text-decoration:none;color:#282a26;border:1px solid var(--line);background:#fbfaf7;border-radius:17px;padding:15px;transition:.18s ease}
.page-restrictions-integrated .route-grid>a:hover{border-color:rgba(255,106,0,.28);background:#fffaf6;transform:translateY(-1px)}
.page-restrictions-integrated .route-grid>a>span{width:36px;height:36px;border-radius:11px;background:var(--orange-soft);display:grid;place-items:center;color:var(--accent-2);font-size:11px;font-weight:900}
.page-restrictions-integrated .route-grid strong{display:block;font-size:13px;margin-bottom:4px}
.page-restrictions-integrated .route-grid small{display:block;color:#777873;font-size:10.5px;line-height:1.4}
.page-restrictions-integrated .instruction-detail .section-accordion-summary{border-left:4px solid transparent}
.page-restrictions-integrated .instruction-detail[open] .section-accordion-summary{border-left-color:var(--accent)}
.page-restrictions-integrated .number-icon{font-size:13px;font-weight:900;color:var(--accent-2)}
.page-restrictions-integrated .vertical-steps{display:grid;gap:0}
.page-restrictions-integrated .vertical-step{position:relative;display:grid;grid-template-columns:46px 1fr;gap:17px;padding:0 0 24px}
.page-restrictions-integrated .vertical-step:last-child{padding-bottom:0}
.page-restrictions-integrated .vertical-step:not(:last-child):before{content:"";position:absolute;left:17px;top:37px;bottom:0;width:1px;background:#dddcd6}
.page-restrictions-integrated .vstep-num{position:relative;z-index:1;width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:#fff5ec;border:1px solid #f0d8c6;color:#c85816;font-size:9px;font-weight:900}
.page-restrictions-integrated .vertical-step h4{font-size:17px;margin:4px 0 7px}
.page-restrictions-integrated .vertical-step p{font-size:12.5px;line-height:1.6;color:#666762;margin:0;max-width:900px}
.page-restrictions-integrated .step-result{display:inline-block;margin-top:11px;background:#f6f5f1;border-radius:10px;padding:9px 11px;font-size:10.8px;line-height:1.45;color:#686963}
.page-restrictions-integrated .choice-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.page-restrictions-integrated .choice-row a{font-size:11px;font-weight:800;text-decoration:none;color:var(--accent-2);background:#fff7f1;border:1px solid #f0ddcf;border-radius:10px;padding:8px 10px}
.page-restrictions-integrated .split-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:18px;align-items:start}
.page-restrictions-integrated .split-layout h4{font-size:16px;margin:0 0 12px}
.page-restrictions-integrated .clean-list{padding-left:18px;margin:0;color:#595a56;font-size:12.5px;line-height:1.55}
.page-restrictions-integrated .clean-list li{margin:7px 0}
.page-restrictions-integrated .document-panel{background:#18352d;color:#fff;border-radius:18px;padding:20px}
.page-restrictions-integrated .document-panel>span{display:block;color:#ff9b5f;font-size:8.5px;font-weight:900;letter-spacing:.12em;margin-bottom:11px}
.page-restrictions-integrated .document-panel strong{display:block;font-size:16px;margin-bottom:7px}
.page-restrictions-integrated .document-panel p{font-size:11.5px;line-height:1.55;color:rgba(255,255,255,.68);margin:0}
.page-restrictions-integrated .appeal-flow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.page-restrictions-integrated .appeal-flow article{background:#fbfaf7;border:1px solid var(--line);border-radius:16px;padding:15px}
.page-restrictions-integrated .appeal-flow span{width:26px;height:26px;display:grid;place-items:center;border-radius:8px;background:var(--orange-soft);color:var(--accent-2);font-size:9px;font-weight:900;margin-bottom:13px}
.page-restrictions-integrated .appeal-flow h4{font-size:13px;line-height:1.3;margin:0 0 6px}
.page-restrictions-integrated .appeal-flow p{font-size:10.8px;line-height:1.5;color:#6d6e69;margin:0}
.page-restrictions-integrated .appeal-note{margin-top:12px;border-left:3px solid var(--accent);padding:11px 14px;background:#fff7f1;border-radius:0 12px 12px 0}
.page-restrictions-integrated .appeal-note strong{font-size:12px}
.page-restrictions-integrated .appeal-note p{font-size:11px;line-height:1.55;color:#686964;margin:4px 0 0}
.page-restrictions-integrated .case-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.page-restrictions-integrated .case-list article{display:grid;grid-template-columns:38px 1fr;gap:12px;background:#fbfaf7;border:1px solid var(--line);border-radius:16px;padding:15px}
.page-restrictions-integrated .case-icon{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-size:10px;font-weight:900;color:#4a4c48}
.page-restrictions-integrated .case-list h4{font-size:13px;margin:1px 0 6px}
.page-restrictions-integrated .case-list p{font-size:10.8px;line-height:1.5;color:#6d6e69;margin:0}
.page-restrictions-integrated .secondary-accordion{background:#fbfaf7!important}
.page-restrictions-integrated .responsibility-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.page-restrictions-integrated .responsibility-strip>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px}
.page-restrictions-integrated .responsibility-strip span{display:block;font-size:8px;letter-spacing:.1em;font-weight:900;color:#777873;margin-bottom:8px}
.page-restrictions-integrated .responsibility-strip strong{display:block;font-size:17px;margin-bottom:6px}
.page-restrictions-integrated .responsibility-strip p{font-size:10.8px;line-height:1.5;color:#6e6f6a;margin:0}
@media(max-width:980px){
  .page-restrictions-integrated .instruction-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-restrictions-integrated .evidence-grid,.page-restrictions-integrated .appeal-flow{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-restrictions-integrated .limits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-restrictions-integrated .limit-card-wide{grid-column:span 2}
}
@media(max-width:700px){
  .page-restrictions-integrated .instruction-board{padding:22px;border-radius:24px}
  .page-restrictions-integrated .instruction-board-head{display:block}
  .page-restrictions-integrated .instruction-board-head .button{margin-top:17px}
  .page-restrictions-integrated .instruction-steps{grid-template-columns:1fr}
  .page-restrictions-integrated .instruction-step{min-height:0;display:grid;grid-template-columns:31px 1fr 20px;gap:11px;align-items:start}
  .page-restrictions-integrated .instruction-step-num{margin:0}
  .page-restrictions-integrated .instruction-step-arrow{position:static;align-self:center}
  .page-restrictions-integrated .prelimit-note{grid-template-columns:38px 1fr}
  .page-restrictions-integrated .prelimit-note>a{grid-column:2;white-space:normal}
  .page-restrictions-integrated .evidence-grid,.page-restrictions-integrated .limits-grid,.page-restrictions-integrated .route-grid,.page-restrictions-integrated .case-list,.page-restrictions-integrated .responsibility-strip{grid-template-columns:1fr}
  .page-restrictions-integrated .limit-card-wide{grid-column:auto}
  .page-restrictions-integrated .route-heading{display:block}
  .page-restrictions-integrated .route-heading>p{margin-top:10px}
  .page-restrictions-integrated .split-layout{grid-template-columns:1fr}
  .page-restrictions-integrated .appeal-flow{grid-template-columns:1fr}
}

/* Clear in-page instruction navigation: linked accordion opens and lands below sticky UI */
.page-restrictions-integrated details[id],
.page-restrictions-integrated section[id]{
  scroll-margin-top:96px;
}
.page-restrictions-integrated .section-accordion.jump-opened{
  animation:restrictionJumpCue 1.5s ease;
}
@keyframes restrictionJumpCue{
  0%,100%{box-shadow:0 0 0 0 rgba(237,92,38,0)}
  22%{box-shadow:0 0 0 5px rgba(237,92,38,.16)}
  55%{box-shadow:0 0 0 2px rgba(237,92,38,.08)}
}
@media (prefers-reduced-motion: reduce){
  .page-restrictions-integrated .section-accordion.jump-opened{animation:none}
}

/* Restrictions hero — two clear entry scenarios */
.page-restrictions-integrated .hero-scenario-actions{align-items:stretch}
.page-restrictions-integrated .hero-scenario-actions .button{min-height:60px;padding:0 22px;border-radius:16px;font-size:13px;line-height:1.25;text-align:center}
.page-restrictions-integrated .hero-scenario-actions .hero-scenario-secondary{background:rgba(255,255,255,.96);border-color:rgba(255,255,255,.96);color:#242622!important;box-shadow:0 8px 22px rgba(0,0,0,.08)}
.page-restrictions-integrated .hero-scenario-actions .hero-scenario-secondary:hover{background:#fff;border-color:#fff;color:#242622!important}
.page-restrictions-integrated #start,.page-restrictions-integrated #no-limits-yet{scroll-margin-top:96px}
@media(max-width:620px){
  .page-restrictions-integrated .hero-scenario-actions{display:grid;grid-template-columns:1fr;width:100%}
  .page-restrictions-integrated .hero-scenario-actions .button{width:100%;min-height:54px;padding:0 16px}
}

/* restrictions v16 — practical instruction */
.page-restrictions-integrated .instruction-board-v2 .instruction-board-head{margin-bottom:24px}
.page-restrictions-integrated .instruction-steps-v2{grid-template-columns:repeat(4,minmax(0,1fr))}
.page-restrictions-integrated .guide-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:4px 4px 0}
.page-restrictions-integrated .guide-intro h2{font-size:clamp(28px,3vw,38px);line-height:1.08;letter-spacing:-.035em;margin:3px 0 0}
.page-restrictions-integrated .guide-intro>p{max-width:520px;margin:0;color:#6d6e69;font-size:12px;line-height:1.55}
.page-restrictions-integrated .practical-step{scroll-margin-top:92px}
.page-restrictions-integrated .why-strip{display:grid;grid-template-columns:150px 1fr;gap:20px;align-items:start;background:#f6f4ef;border:1px solid #e6e1d8;border-radius:16px;padding:16px 18px;margin-bottom:16px}
.page-restrictions-integrated .why-strip strong{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#d85a00}
.page-restrictions-integrated .why-strip p{margin:0;font-size:12.5px;line-height:1.6;color:#5f615c}
.page-restrictions-integrated .how-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:14px}
.page-restrictions-integrated .how-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:18px}
.page-restrictions-integrated .how-label{display:block;font-size:9px;font-weight:900;letter-spacing:.1em;color:#d85a00;margin-bottom:9px}
.page-restrictions-integrated .how-card h4{font-size:15px;margin:0 0 7px}
.page-restrictions-integrated .how-card p{font-size:11.5px;line-height:1.55;color:#686a65;margin:0 0 10px}
.page-restrictions-integrated .text-action{font-size:11px;font-weight:850;color:var(--accent-2);text-decoration:none}
.page-restrictions-integrated .look-for-box{background:#172e27;color:#fff;border-radius:18px;padding:17px 18px;margin-bottom:14px}
.page-restrictions-integrated .look-for-box>span{display:block;font-size:9px;font-weight:900;letter-spacing:.11em;color:#ff9c5a;margin-bottom:12px}
.page-restrictions-integrated .look-for-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.page-restrictions-integrated .look-for-grid b{font-size:11px;font-weight:750;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.09);border-radius:11px;padding:10px 11px}
.page-restrictions-integrated .example-panel{background:#fffaf5;border:1px solid #f0ddcd;border-radius:18px;padding:18px;margin:14px 0}
.page-restrictions-integrated .example-panel-strong{background:#fff5e9;border-color:#efc9aa}
.page-restrictions-integrated .example-head{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:10px}
.page-restrictions-integrated .example-head span{font-size:8.5px;font-weight:900;letter-spacing:.1em;color:#d85a00}
.page-restrictions-integrated .example-head strong{font-size:13px}
.page-restrictions-integrated .example-panel blockquote{margin:0;padding:14px 16px;background:#fff;border:1px solid #eadfd5;border-left:3px solid var(--accent-2);border-radius:12px;font-size:12px;line-height:1.62;color:#343631}
.page-restrictions-integrated .example-panel p{font-size:10.8px;line-height:1.55;color:#71726e;margin:10px 0 0}
.page-restrictions-integrated .step-save{display:flex;gap:8px;align-items:center;flex-wrap:wrap;border-top:1px solid #e7e4dc;padding-top:14px;margin-top:14px}
.page-restrictions-integrated .step-save strong{font-size:10.5px;margin-right:2px}
.page-restrictions-integrated .step-save span{font-size:9.5px;background:#f3f1eb;border:1px solid #e2dfd7;border-radius:999px;padding:7px 10px;color:#5e605b}
.page-restrictions-integrated .step-next{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;background:#f2f7f4;border:1px solid #dce8e0;border-radius:16px;padding:14px 16px;margin-top:14px}
.page-restrictions-integrated .step-next>span{font-size:8.5px;font-weight:900;letter-spacing:.09em;color:#4b675c}
.page-restrictions-integrated .step-next>strong{font-size:11px;line-height:1.45;color:#2e423a}
.page-restrictions-integrated .step-next>a{font-size:10px;font-weight:850;color:#17674e;text-decoration:none;white-space:nowrap}
.page-restrictions-integrated .step-next.done{grid-template-columns:auto 1fr}
.page-restrictions-integrated .scenario-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}
.page-restrictions-integrated .scenario-grid article{background:#fff;border:1px solid var(--line);border-radius:17px;padding:17px}
.page-restrictions-integrated .scenario-grid article>span{width:27px;height:27px;display:grid;place-items:center;background:var(--orange-soft);border-radius:8px;color:#d85a00;font-size:10px;font-weight:900;margin-bottom:12px}
.page-restrictions-integrated .scenario-grid h4{font-size:14px;margin:0 0 6px}
.page-restrictions-integrated .scenario-grid p{font-size:11px;line-height:1.55;color:#6b6d68;margin:0 0 9px}
.page-restrictions-integrated .scenario-grid b{display:block;font-size:10px;line-height:1.45;color:#343631}
.page-restrictions-integrated .path-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}
.page-restrictions-integrated .path-card{display:grid;grid-template-columns:36px 1fr;gap:13px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px}
.page-restrictions-integrated .path-card-main{border-color:#f0c6a5;background:#fff9f3}
.page-restrictions-integrated .path-num{width:30px;height:30px;display:grid;place-items:center;background:#172e27;color:#fff;border-radius:9px;font-size:9px;font-weight:900}
.page-restrictions-integrated .path-card h4{font-size:14px;margin:1px 0 7px}
.page-restrictions-integrated .path-card p{font-size:11px;line-height:1.55;color:#686a65;margin:0 0 11px}
.page-restrictions-integrated .form-guide{background:#172e27;color:#fff;border-radius:20px;padding:19px;margin:16px 0}
.page-restrictions-integrated .form-guide-head span{font-size:8.5px;font-weight:900;letter-spacing:.1em;color:#ff9c5a}
.page-restrictions-integrated .form-guide-head h3{font-size:19px;margin:4px 0 14px}
.page-restrictions-integrated .form-rows{display:grid;gap:7px}
.page-restrictions-integrated .form-rows>div{display:grid;grid-template-columns:170px 1fr;gap:16px;padding:10px 12px;background:rgba(255,255,255,.065);border:1px solid rgba(255,255,255,.08);border-radius:11px}
.page-restrictions-integrated .form-rows b{font-size:10px;color:#fff}
.page-restrictions-integrated .form-rows p{margin:0;font-size:10.5px;line-height:1.5;color:rgba(255,255,255,.68)}
.page-restrictions-integrated .micro-warning{border-left:3px solid #e16b16;padding:10px 13px;background:#fff8f1;border-radius:0 12px 12px 0;font-size:11px;line-height:1.5;color:#5f605c;margin-top:14px}
.page-restrictions-integrated .verification-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.page-restrictions-integrated .verification-flow>div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px}
.page-restrictions-integrated .verification-flow span{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#edf3ef;color:#315748;font-size:9px;font-weight:900;margin-bottom:10px}
.page-restrictions-integrated .verification-flow strong{display:block;font-size:12px;margin-bottom:5px}
.page-restrictions-integrated .verification-flow p{font-size:10.5px;line-height:1.5;color:#6e706b;margin:0}
.page-restrictions-integrated .case-list a{display:inline-block;margin-top:7px;font-size:10px;font-weight:850;color:var(--accent-2);text-decoration:none}
@media(max-width:900px){
  .page-restrictions-integrated .instruction-steps-v2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-restrictions-integrated .look-for-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-restrictions-integrated .guide-intro{display:block}.page-restrictions-integrated .guide-intro>p{margin-top:8px}
}
@media(max-width:640px){
  .page-restrictions-integrated .instruction-steps-v2,.page-restrictions-integrated .how-grid,.page-restrictions-integrated .scenario-grid,.page-restrictions-integrated .path-tabs,.page-restrictions-integrated .verification-flow{grid-template-columns:1fr}
  .page-restrictions-integrated .why-strip{grid-template-columns:1fr;gap:7px}
  .page-restrictions-integrated .look-for-grid{grid-template-columns:1fr 1fr}
  .page-restrictions-integrated .form-rows>div{grid-template-columns:1fr;gap:4px}
  .page-restrictions-integrated .step-next{grid-template-columns:1fr}.page-restrictions-integrated .step-next>a{white-space:normal}
  .page-restrictions-integrated .step-next.done{grid-template-columns:1fr}
}

/* ===== Restrictions v17 — calmer single-workspace instruction ===== */
.page-restrictions-integrated .integrated-article{gap:22px}

/* Route at the top: one continuous line instead of four separate cards */
.page-restrictions-integrated .route-overview{
  position:relative;z-index:1;display:flex;align-items:center;gap:12px;
  padding-top:18px;border-top:1px solid rgba(255,255,255,.12);overflow-x:auto;
  scrollbar-width:none
}
.page-restrictions-integrated .route-overview::-webkit-scrollbar{display:none}
.page-restrictions-integrated .route-overview-item{
  display:inline-flex;align-items:center;gap:9px;color:#fff;text-decoration:none;
  white-space:nowrap;font-size:12px;font-weight:760;opacity:.9;transition:.18s ease
}
.page-restrictions-integrated .route-overview-item:hover{opacity:1;color:#fff}
.page-restrictions-integrated .route-overview-num{
  width:26px;height:26px;display:grid;place-items:center;border-radius:50%;
  background:#ff7620;color:#fff;font-size:10px;font-weight:900;flex:0 0 auto
}
.page-restrictions-integrated .route-overview-sep{color:rgba(255,255,255,.28);font-size:14px}

/* The limits disclosure is intentionally small and secondary */
.page-restrictions-integrated .compact-disclosure{
  margin:0;border:1px solid #e5e1d9;border-radius:16px;background:#fff;overflow:hidden
}
.page-restrictions-integrated .compact-disclosure-summary{
  list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) auto 24px;
  align-items:center;gap:12px;padding:15px 18px;user-select:none
}
.page-restrictions-integrated .compact-disclosure-summary::-webkit-details-marker{display:none}
.page-restrictions-integrated .compact-disclosure-summary::marker{display:none;content:""}
.page-restrictions-integrated .compact-disclosure-title{font-size:14px;font-weight:820;color:#262825}
.page-restrictions-integrated .compact-disclosure-hint{font-size:10px;color:#85857f}
.page-restrictions-integrated .compact-disclosure-chevron{font-size:16px;color:#777873;transition:transform .18s ease}
.page-restrictions-integrated .compact-disclosure[open] .compact-disclosure-chevron{transform:rotate(180deg)}
.page-restrictions-integrated .compact-disclosure-body{padding:2px 18px 18px;border-top:1px solid #efede8}
.page-restrictions-integrated .limits-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.page-restrictions-integrated .limit-card{min-height:0;border-radius:13px;padding:13px;background:#faf9f6}
.page-restrictions-integrated .limit-card h4{font-size:12px;margin:8px 0 5px}
.page-restrictions-integrated .limit-card p{font-size:10px;line-height:1.45}
.page-restrictions-integrated .limit-top{gap:6px}
.page-restrictions-integrated .limit-icon{width:27px;height:27px;border-radius:8px;font-size:9px}
.page-restrictions-integrated .limit-timing{font-size:7px}
.page-restrictions-integrated .limit-card-wide{grid-column:auto}

/* Main instruction becomes one workspace, not a stack of accordion stripes */
.page-restrictions-integrated .instruction-workspace{
  scroll-margin-top:94px;background:#fff;border:1px solid #ddd9d1;border-radius:28px;
  box-shadow:0 14px 42px rgba(29,34,30,.06);overflow:hidden
}
.page-restrictions-integrated .instruction-workspace-head{
  display:flex;justify-content:space-between;gap:28px;align-items:flex-end;
  padding:24px 28px 20px;border-bottom:1px solid #ebe8e1
}
.page-restrictions-integrated .instruction-workspace-head h2{
  margin:0;font-size:clamp(25px,2.6vw,34px);line-height:1.08;letter-spacing:-.035em
}
.page-restrictions-integrated .instruction-workspace-head p{
  margin:0;max-width:520px;font-size:11px;line-height:1.55;color:#767771
}
.page-restrictions-integrated .instruction-workspace-layout{
  display:grid;grid-template-columns:285px minmax(0,1fr);min-height:560px
}
.page-restrictions-integrated .guide-nav{
  padding:14px;background:#f7f5f0;border-right:1px solid #e8e4dc;display:flex;flex-direction:column;gap:5px
}
.page-restrictions-integrated .guide-tab{
  appearance:none;border:0;background:transparent;text-align:left;cursor:pointer;border-radius:13px;
  padding:13px;display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start;
  color:#545650;transition:.16s ease
}
.page-restrictions-integrated .guide-tab:hover{background:rgba(255,255,255,.7)}
.page-restrictions-integrated .guide-tab.active{background:#fff;color:#20221f;box-shadow:0 4px 16px rgba(37,42,38,.06)}
.page-restrictions-integrated .guide-tab-num{
  width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#e9e6de;
  font-size:10px;font-weight:900;color:#6a6c66
}
.page-restrictions-integrated .guide-tab.active .guide-tab-num{background:#ff7620;color:#fff}
.page-restrictions-integrated .guide-tab-copy{display:grid;gap:4px;min-width:0}
.page-restrictions-integrated .guide-tab-copy strong{font-size:11.5px;line-height:1.35;font-weight:820}
.page-restrictions-integrated .guide-tab-copy small{font-size:9.5px;line-height:1.4;color:#85867f;font-weight:500}
.page-restrictions-integrated .guide-panels{min-width:0;background:#fff}
.page-restrictions-integrated .guide-panel{display:none;padding:30px 32px 32px;scroll-margin-top:96px}
.page-restrictions-integrated .guide-panel.active{display:block}
.page-restrictions-integrated .guide-panel-kicker{font-size:9px;font-weight:900;letter-spacing:.12em;color:#e0610e;margin-bottom:8px}
.page-restrictions-integrated .guide-panel>h3{font-size:clamp(23px,2.5vw,32px);line-height:1.08;letter-spacing:-.03em;margin:0 0 5px}
.page-restrictions-integrated .guide-panel-lead{font-size:11px;color:#888983;margin:0 0 22px}

/* Content inside a step: fewer boxes, more hierarchy and whitespace */
.page-restrictions-integrated .why-strip{
  display:block;background:transparent;border:0;border-left:3px solid #ff7620;border-radius:0;
  padding:2px 0 2px 14px;margin:0 0 22px
}
.page-restrictions-integrated .why-strip strong{display:block;margin-bottom:4px;font-size:9px}
.page-restrictions-integrated .why-strip p{font-size:12px;line-height:1.6}
.page-restrictions-integrated .how-grid{gap:0;margin:0 0 20px;border-top:1px solid #ece9e3;border-bottom:1px solid #ece9e3}
.page-restrictions-integrated .how-card{border:0;border-radius:0;background:transparent;padding:18px 18px 18px 0}
.page-restrictions-integrated .how-card+ .how-card{border-left:1px solid #ece9e3;padding-left:20px}
.page-restrictions-integrated .scenario-grid{gap:0;border-top:1px solid #ece9e3;border-bottom:1px solid #ece9e3}
.page-restrictions-integrated .scenario-grid article{border:0;border-radius:0;background:transparent;padding:18px 20px 18px 0}
.page-restrictions-integrated .scenario-grid article:nth-child(even){padding-left:20px;border-left:1px solid #ece9e3}
.page-restrictions-integrated .scenario-grid article:nth-child(n+3){border-top:1px solid #ece9e3}
.page-restrictions-integrated .verification-flow{gap:0;border-top:1px solid #ece9e3;border-bottom:1px solid #ece9e3}
.page-restrictions-integrated .verification-flow>div{border:0;border-radius:0;background:transparent;padding:18px}
.page-restrictions-integrated .verification-flow>div+div{border-left:1px solid #ece9e3}
.page-restrictions-integrated .path-tabs{gap:10px}
.page-restrictions-integrated .path-card{box-shadow:none}
.page-restrictions-integrated .look-for-box,.page-restrictions-integrated .form-guide{box-shadow:none}
.page-restrictions-integrated .step-save{margin-top:20px}
.page-restrictions-integrated .step-next{margin-top:18px}

/* Supporting content is visually secondary */
.page-restrictions-integrated .supporting-section{padding:8px 4px 0}
.page-restrictions-integrated .supporting-section-head{margin-bottom:12px}
.page-restrictions-integrated .supporting-section-head>span{font-size:9px;font-weight:900;letter-spacing:.11em;color:#d85a00}
.page-restrictions-integrated .supporting-section-head h2{font-size:24px;letter-spacing:-.03em;margin:5px 0 0}
.page-restrictions-integrated .case-list{gap:8px}
.page-restrictions-integrated .case-list article{background:transparent;border:1px solid #e6e2da;border-radius:14px;padding:13px}

.page-restrictions-integrated .inline-disclosure{border-top:1px solid #dedbd4;border-bottom:1px solid #dedbd4;padding:0;background:transparent}
.page-restrictions-integrated .inline-disclosure>summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:14px 2px}
.page-restrictions-integrated .inline-disclosure>summary::-webkit-details-marker{display:none}
.page-restrictions-integrated .inline-disclosure>summary::marker{display:none;content:""}
.page-restrictions-integrated .inline-disclosure>summary>span{font-size:13px;font-weight:820}
.page-restrictions-integrated .inline-disclosure>summary>small{font-size:10px;color:#898a84}
.page-restrictions-integrated .inline-disclosure>summary>b{font-size:10px;color:#d85a00}
.page-restrictions-integrated .inline-disclosure-body{padding:4px 0 16px}
.page-restrictions-integrated .responsibility-strip>div{border-radius:12px;background:#faf9f6}

@media(max-width:1000px){
  .page-restrictions-integrated .limits-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .page-restrictions-integrated .instruction-workspace-layout{grid-template-columns:230px minmax(0,1fr)}
}
@media(max-width:760px){
  .page-restrictions-integrated .instruction-workspace-head{display:block;padding:20px}
  .page-restrictions-integrated .instruction-workspace-head p{margin-top:7px}
  .page-restrictions-integrated .instruction-workspace-layout{display:block;min-height:0}
  .page-restrictions-integrated .guide-nav{border-right:0;border-bottom:1px solid #e8e4dc;display:grid;grid-template-columns:repeat(4,minmax(150px,1fr));overflow-x:auto;padding:10px}
  .page-restrictions-integrated .guide-tab{min-width:150px;padding:10px;grid-template-columns:25px 1fr}
  .page-restrictions-integrated .guide-tab-num{width:25px;height:25px}
  .page-restrictions-integrated .guide-tab-copy small{display:none}
  .page-restrictions-integrated .guide-panel{padding:22px 20px 24px}
  .page-restrictions-integrated .how-card+ .how-card{border-left:0;border-top:1px solid #ece9e3;padding-left:0}
  .page-restrictions-integrated .scenario-grid article:nth-child(even){padding-left:0;border-left:0}
  .page-restrictions-integrated .scenario-grid article:nth-child(n+2){border-top:1px solid #ece9e3}
  .page-restrictions-integrated .verification-flow>div+div{border-left:0;border-top:1px solid #ece9e3}
  .page-restrictions-integrated .route-overview{gap:8px}
  .page-restrictions-integrated .route-overview-text{font-size:11px}
}
@media(max-width:620px){
  .page-restrictions-integrated .compact-disclosure-summary{grid-template-columns:1fr 22px;padding:14px}
  .page-restrictions-integrated .compact-disclosure-hint{display:none}
  .page-restrictions-integrated .compact-disclosure-body{padding:0 14px 14px}
  .page-restrictions-integrated .limits-grid{grid-template-columns:1fr}
  .page-restrictions-integrated .route-overview-sep{display:none}
  .page-restrictions-integrated .route-overview{display:grid;grid-template-columns:1fr 1fr}
  .page-restrictions-integrated .instruction-board{padding:22px}
  .page-restrictions-integrated .instruction-workspace{border-radius:20px}
  .page-restrictions-integrated .guide-nav{grid-template-columns:repeat(4,145px)}
  .page-restrictions-integrated .inline-disclosure>summary{grid-template-columns:1fr auto}.page-restrictions-integrated .inline-disclosure>summary>small{display:none}
}

/* Restrictions v19: precise inline cross-links inside the instruction */
.page-restrictions-integrated .inline-step-link{
  color:var(--accent-2);
  font-weight:800;
  text-decoration:none;
  border-bottom:1px solid color-mix(in srgb, var(--accent-2) 45%, transparent);
}
.page-restrictions-integrated .inline-step-link:hover{
  border-bottom-color:var(--accent-2);
}
