/* JurisAccord country detail pages — dedicated premium responsive stylesheet.
   Loaded only by app/Views/public/country-detail.php with a unique cache-busting URL. */
.ja-country-page{
  --ja-navy:var(--navy,#00224f);
  --ja-navy-2:#063c78;
  --ja-navy-3:#0a4b91;
  --ja-gold:var(--orange,#bb8c2b);
  --ja-gold-soft:#f1d18a;
  --ja-ink:#162c47;
  --ja-copy:#536a83;
  --ja-line:#e2e9f2;
  --ja-soft:#f5f8fc;
  --ja-shadow:0 18px 48px rgba(8,31,66,.075);
  color:var(--ja-ink);
  overflow:hidden;
}
.ja-country-page *{box-sizing:border-box}
.ja-country-page img{max-width:100%}

/* HERO */
.ja-country-page .jurisdiction-hero{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  padding:clamp(56px,7vw,88px) 0;
  background:
    radial-gradient(circle at 84% 18%,rgba(224,181,88,.20),transparent 22%),
    radial-gradient(circle at 62% 100%,rgba(16,87,161,.40),transparent 37%),
    linear-gradient(135deg,#00172f 0%,#002653 49%,#063c78 100%);
  color:#fff;
}
.ja-country-page .jurisdiction-hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.34;
  background-image:
    linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(90deg,transparent 4%,#000 46%,#000 100%);
}
.ja-country-page .jurisdiction-hero:after{
  content:"";
  position:absolute;
  z-index:-1;
  width:460px;
  height:460px;
  right:-190px;
  top:-210px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:50%;
  box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 145px rgba(255,255,255,.014);
}
.ja-country-page .jurisdiction-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.22fr) minmax(300px,.78fr);
  gap:clamp(34px,5vw,74px);
  align-items:center;
  position:relative;
  z-index:1;
}
.ja-country-page .jurisdiction-hero-copy{max-width:800px;min-width:0}
.ja-country-page .jurisdiction-hero-meta{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0 0 18px;
  color:#f0d18b;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.ja-country-page .jurisdiction-flag-wrap{
  width:46px;
  height:32px;
  flex:0 0 46px;
  display:block;
  overflow:hidden;
  border-radius:8px;
  background:#fff;
  border:2px solid rgba(255,255,255,.86);
  box-shadow:0 10px 25px rgba(0,0,0,.20);
}
.ja-country-page .jurisdiction-flag-wrap .country-flag-detail,
.ja-country-page .jurisdiction-hero-emblem .country-flag-detail{
  width:100%!important;
  height:100%!important;
  display:block!important;
  object-fit:cover!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.ja-country-page .jurisdiction-hero h1{
  max-width:820px;
  margin:0;
  color:#fff;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,5.6vw,70px);
  font-weight:700;
  line-height:1.02;
  letter-spacing:-.032em;
}
.ja-country-page .jurisdiction-hero-subtitle{
  margin-top:16px;
  color:#f1d18a;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(20px,2.2vw,28px);
  font-weight:700;
  line-height:1.25;
}
.ja-country-page .jurisdiction-hero-copy>p{
  max-width:760px;
  margin:17px 0 0;
  color:rgba(255,255,255,.82);
  font-size:16px;
  line-height:1.78;
}
.ja-country-page .jurisdiction-brandline{
  display:inline-flex;
  max-width:100%;
  margin-top:20px;
  padding:9px 14px;
  border:1px solid rgba(236,202,124,.35);
  border-radius:999px;
  background:rgba(255,255,255,.07);
  color:#f4d896;
  font-size:11px;
  font-weight:850;
  line-height:1.4;
  letter-spacing:.04em;
  box-shadow:inset 0 1px rgba(255,255,255,.08);
}
.ja-country-page .jurisdiction-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:27px}
.ja-country-page .jurisdiction-hero-actions .btn{min-height:47px;padding-inline:21px}
.ja-country-page .jurisdiction-hero-actions .btn-primary{
  background:linear-gradient(180deg,#c99c3d,#b58320);
  color:#092348;
  border-color:#d8ad51;
  box-shadow:0 12px 26px rgba(0,0,0,.19);
}
.ja-country-page .jurisdiction-hero-actions .btn-primary:hover{background:#d8ad51;color:#092348}
.ja-country-page .jurisdiction-hero-actions .btn-light{
  background:rgba(255,255,255,.09);
  color:#fff;
  border-color:rgba(255,255,255,.30);
  backdrop-filter:blur(5px);
}
.ja-country-page .jurisdiction-hero-actions .btn-light:hover{background:#fff;color:#08244c}
.ja-country-page .jurisdiction-hero-panel{
  min-height:350px;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.17);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.045));
  box-shadow:0 30px 70px rgba(0,0,0,.25),inset 0 1px rgba(255,255,255,.12);
  backdrop-filter:blur(6px);
}
.ja-country-page .jurisdiction-hero-panel:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(145deg,rgba(255,255,255,.08),transparent 48%);
  pointer-events:none;
}
.ja-country-page .jurisdiction-hero-panel:after{
  content:"";
  position:absolute;
  left:18%;
  right:-24%;
  bottom:-42%;
  height:72%;
  background:radial-gradient(circle,rgba(224,181,88,.28),transparent 67%);
}
.ja-country-page .jurisdiction-hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.16);border-radius:50%}
.ja-country-page .jurisdiction-hero-orbit-a{width:310px;height:310px}
.ja-country-page .jurisdiction-hero-orbit-b{width:225px;height:225px;border-color:rgba(232,193,105,.28)}
.ja-country-page .jurisdiction-hero-emblem{
  position:relative;
  z-index:2;
  width:156px;
  height:108px;
  overflow:hidden;
  border:7px solid rgba(255,255,255,.94);
  border-radius:20px;
  box-shadow:0 24px 58px rgba(0,0,0,.31);
  background:#fff;
}
.ja-country-page .jurisdiction-hero-panel-copy{
  position:absolute;
  z-index:3;
  left:27px;
  right:27px;
  bottom:24px;
  display:flex;
  align-items:baseline;
  gap:9px;
  flex-wrap:wrap;
}
.ja-country-page .jurisdiction-hero-panel-copy small{
  width:100%;
  color:#e8c779;
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.ja-country-page .jurisdiction-hero-panel-copy strong{color:#fff;font:700 25px/1.1 Georgia,"Times New Roman",serif}
.ja-country-page .jurisdiction-hero-panel-copy span{color:rgba(255,255,255,.70);font-size:11px;line-height:1.45}

/* PAGE BODY */
.ja-country-page .jurisdiction-content-section{
  padding:64px 0 88px;
  background:
    radial-gradient(circle at 92% 7%,rgba(187,140,43,.07),transparent 19%),
    linear-gradient(180deg,#f4f7fb 0,#fff 58%);
}
.ja-country-page .jurisdiction-detail-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 320px;
  gap:30px;
  align-items:start;
}
.ja-country-page .jurisdiction-main{min-width:0}
.ja-country-page .jurisdiction-document{display:grid;gap:22px;min-width:0;color:#263d58}
.ja-country-page .jurisdiction-block{
  position:relative;
  overflow:hidden;
  margin:0;
  padding:clamp(24px,3vw,36px);
  border:1px solid var(--ja-line);
  border-radius:22px;
  background:#fff;
  box-shadow:var(--ja-shadow);
}
.ja-country-page .jurisdiction-block:after{
  content:"";
  position:absolute;
  width:160px;
  height:160px;
  right:-90px;
  top:-90px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(197,154,62,.10),transparent 70%);
  pointer-events:none;
}
.ja-country-page .jurisdiction-block-head{display:flex;align-items:center;gap:14px;margin:0 0 22px}
.ja-country-page .jurisdiction-block-head>span{
  width:43px;
  height:43px;
  flex:0 0 43px;
  display:grid;
  place-items:center;
  border:1px solid #ead7aa;
  border-radius:13px;
  background:#fff8e9;
  color:#946914;
  font-size:11px;
  font-weight:950;
  letter-spacing:.05em;
}
.ja-country-page .jurisdiction-block h2,
.ja-country-page .jurisdiction-info-card h2{
  position:relative;
  z-index:1;
  margin:0;
  color:var(--ja-navy);
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(24px,2.6vw,31px);
  font-weight:700;
  line-height:1.16;
}
.ja-country-page .jurisdiction-block>p{
  position:relative;
  z-index:1;
  margin:0 0 17px;
  color:#52677f;
  font-size:15px;
  line-height:1.78;
}
.ja-country-page .jurisdiction-option-grid{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.ja-country-page .jurisdiction-option-card{
  position:relative;
  min-width:0;
  min-height:145px;
  padding:20px 20px 18px;
  overflow:hidden;
  border:1px solid #e3e9f1;
  border-radius:16px;
  background:linear-gradient(145deg,#fff,#f9fbfd);
  box-shadow:0 8px 22px rgba(8,31,66,.025);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.ja-country-page .jurisdiction-option-card:before{
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:3px;
  border-radius:0 4px 4px 0;
  background:linear-gradient(#d3a443,#a97816);
}
.ja-country-page .jurisdiction-option-card:hover{transform:translateY(-2px);border-color:#dec27f;box-shadow:0 15px 34px rgba(8,31,66,.09)}
.ja-country-page .jurisdiction-option-card h3{
  margin:0 0 8px;
  color:#153c6c;
  font-family:Georgia,"Times New Roman",serif;
  font-size:19px;
  font-weight:700;
  line-height:1.28;
}
.ja-country-page .jurisdiction-option-card p{margin:0;color:#5b6f85;font-size:13.5px;line-height:1.67}
.ja-country-page .jurisdiction-note,
.ja-country-page .jurisdiction-after-list{
  position:relative;
  z-index:1;
  margin:18px 0 0!important;
  padding:16px 18px;
  border:1px solid #dfe8f2;
  border-left:4px solid #8aa4c2;
  border-radius:14px;
  background:#f6f9fc;
  color:#39536f!important;
  font-size:13.5px!important;
  line-height:1.68!important;
}
.ja-country-page .jurisdiction-requirements{
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px 15px;
  margin:20px 0 0;
  padding:0;
  list-style:none;
}
.ja-country-page .jurisdiction-requirements li{
  position:relative;
  min-width:0;
  margin:0;
  padding:12px 13px 12px 42px;
  border:1px solid #e7edf4;
  border-radius:12px;
  background:#f8fafc;
  color:#324d69;
  font-size:13px;
  line-height:1.5;
}
.ja-country-page .jurisdiction-requirements li:before{
  content:"✓";
  position:absolute;
  left:13px;
  top:12px;
  width:20px;
  height:20px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff2d3;
  color:#845c0b;
  font-size:10px;
  font-weight:950;
}
.ja-country-page .jurisdiction-support-block{
  border-color:#073a72;
  background:
    radial-gradient(circle at 96% 0,rgba(218,176,83,.17),transparent 31%),
    linear-gradient(135deg,#001d43,#063c78);
  color:#fff;
}
.ja-country-page .jurisdiction-support-block:after{background:radial-gradient(circle,rgba(255,255,255,.11),transparent 70%)}
.ja-country-page .jurisdiction-support-block .jurisdiction-block-head>span{border-color:rgba(255,255,255,.17);background:rgba(255,255,255,.08);color:#f1ce7b}
.ja-country-page .jurisdiction-support-block h2{color:#fff}
.ja-country-page .jurisdiction-support-block>p{color:rgba(255,255,255,.78)}
.ja-country-page .jurisdiction-support-line{
  position:relative;
  z-index:1;
  padding:20px 22px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:16px;
  background:rgba(255,255,255,.08);
  color:#f6d88f;
  font-size:13px;
  font-weight:750;
  line-height:1.85;
}
.ja-country-page .jurisdiction-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.ja-country-page .jurisdiction-info-card{
  position:relative;
  overflow:hidden;
  min-width:0;
  margin:0;
  padding:31px;
  border:1px solid var(--ja-line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 18px 48px rgba(8,31,66,.06);
}
.ja-country-page .jurisdiction-info-card:before{
  content:"";
  position:absolute;
  width:135px;
  height:135px;
  right:-48px;
  top:-48px;
  border-radius:50%;
  background:radial-gradient(circle,#edf3fa,transparent 70%);
}
.ja-country-page .jurisdiction-card-kicker{
  position:relative;
  z-index:1;
  display:inline-block;
  margin-bottom:10px;
  color:#8d671e;
  font-size:10px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.ja-country-page .jurisdiction-info-card h2{margin-bottom:14px;font-size:26px}
.ja-country-page .jurisdiction-info-card p{position:relative;z-index:1;margin:0 0 13px;color:#52677e;font-size:13.8px;line-height:1.74}
.ja-country-page .jurisdiction-info-card p:last-child{margin-bottom:0}
.ja-country-page .jurisdiction-info-card-important{border-color:#ead7aa;background:linear-gradient(145deg,#fffaf0,#fff)}
.ja-country-page .jurisdiction-info-card-important:after{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:4px;
  border-radius:0 5px 5px 0;
  background:var(--ja-gold);
}

/* CTA */
.ja-country-page .jurisdiction-final-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-top:24px;
  padding:31px 34px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:22px;
  background:
    radial-gradient(circle at 85% 10%,rgba(211,164,67,.16),transparent 28%),
    linear-gradient(135deg,#071d3c,#00326b);
  color:#fff;
  box-shadow:0 22px 55px rgba(8,31,66,.16);
}
.ja-country-page .jurisdiction-final-brand{display:inline-block;color:#f1cd79;font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.ja-country-page .jurisdiction-final-cta h2{margin:5px 0 4px;color:#fff;font:700 clamp(26px,3vw,34px)/1.15 Georgia,"Times New Roman",serif}
.ja-country-page .jurisdiction-final-cta p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.55}
.ja-country-page .jurisdiction-final-cta .btn{flex:0 0 auto;background:linear-gradient(180deg,#c99c3d,#b58320);color:#092348;border-color:#d8ad51}

/* SIDEBAR */
.ja-country-page .jurisdiction-sidebar{display:grid;gap:18px;position:sticky;top:104px;min-width:0}
.ja-country-page .jurisdiction-side-card{
  overflow:hidden;
  border:1px solid var(--ja-line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 45px rgba(8,31,66,.075);
}
.ja-country-page .jurisdiction-side-card-head{padding:23px 23px 15px}
.ja-country-page .jurisdiction-side-card-head span,
.ja-country-page .jurisdiction-side-eyebrow{display:block;color:#966a15;font-size:9px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.ja-country-page .jurisdiction-side-card-head h3,
.ja-country-page .jurisdiction-side-cta h3{margin:5px 0 0;color:var(--ja-navy);font:700 23px/1.2 Georgia,"Times New Roman",serif}
.ja-country-page .jurisdiction-service-links{border-top:1px solid #edf1f5}
.ja-country-page .jurisdiction-service-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  padding:12px 23px;
  border-bottom:1px solid #edf1f5;
  color:#405974;
  font-size:12.5px;
  font-weight:750;
  line-height:1.4;
  transition:background .18s ease,color .18s ease,padding .18s ease;
}
.ja-country-page .jurisdiction-service-links a:last-child{border-bottom:0}
.ja-country-page .jurisdiction-service-links a b{flex:0 0 auto;color:var(--ja-gold);font-size:16px}
.ja-country-page .jurisdiction-service-links a:hover{padding-left:26px;background:#f8fafc;color:#8d6517}
.ja-country-page .jurisdiction-side-cta{padding:25px;background:linear-gradient(145deg,#fff8e8,#fff)}
.ja-country-page .jurisdiction-side-cta p{margin:12px 0;color:#5c6e81;font-size:13px;line-height:1.68}
.ja-country-page .jurisdiction-side-cta .btn{width:100%;margin-top:5px;background:#bd8c2b;color:#08234b;justify-content:center}

/* RESOURCES + FAQ */
.ja-country-page .jurisdiction-related-block,
.ja-country-page .jurisdiction-faq-block{margin:46px 0 0}
.ja-country-page .detail-section-block .section-title{margin-bottom:24px}
.ja-country-page .jurisdiction-related-block .related-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ja-country-page .jurisdiction-related-block .related-resource-card{border-radius:16px;padding:20px;box-shadow:0 10px 28px rgba(8,31,66,.04)}
.ja-country-page .jurisdiction-faq-block .faq-list{max-width:none;margin:0;display:grid;gap:10px}
.ja-country-page .jurisdiction-faq-block .faq-item{margin:0;border-color:#e2e8f0;border-radius:14px;box-shadow:0 7px 22px rgba(8,31,66,.035)}
.ja-country-page .jurisdiction-faq-block .faq-question{min-height:58px;padding:16px 18px;font-size:13px;line-height:1.5}
.ja-country-page .jurisdiction-faq-block .faq-answer{padding:0 18px 18px;color:#5a6e84;font-size:13.5px;line-height:1.72}

/* TABLET */
@media(max-width:1100px){
  .ja-country-page .jurisdiction-hero-grid{grid-template-columns:minmax(0,1fr) 285px;gap:34px}
  .ja-country-page .jurisdiction-hero-panel{min-height:315px}
  .ja-country-page .jurisdiction-detail-layout{grid-template-columns:minmax(0,1fr) 285px;gap:22px}
  .ja-country-page .jurisdiction-option-grid,
  .ja-country-page .jurisdiction-requirements{grid-template-columns:1fr}
  .ja-country-page .jurisdiction-duo{grid-template-columns:1fr}
}

/* SMALL TABLET / LARGE MOBILE */
@media(max-width:900px){
  .ja-country-page .jurisdiction-hero{padding:54px 0 58px}
  .ja-country-page .jurisdiction-hero-grid{grid-template-columns:1fr}
  .ja-country-page .jurisdiction-hero-copy{max-width:760px}
  .ja-country-page .jurisdiction-hero-panel{display:none}
  .ja-country-page .jurisdiction-detail-layout{grid-template-columns:1fr}
  .ja-country-page .jurisdiction-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2px}
  .ja-country-page .jurisdiction-final-cta{align-items:flex-start;flex-direction:column}
  .ja-country-page .jurisdiction-final-cta .btn{width:100%;justify-content:center}
}

/* MOBILE */
@media(max-width:640px){
  .ja-country-page .jurisdiction-hero{padding:42px 0 46px}
  .ja-country-page .jurisdiction-hero:after{display:none}
  .ja-country-page .jurisdiction-hero h1{font-size:clamp(36px,11vw,48px);line-height:1.02}
  .ja-country-page .jurisdiction-hero-subtitle{font-size:18.5px;line-height:1.34}
  .ja-country-page .jurisdiction-hero-copy>p{font-size:14.5px;line-height:1.72}
  .ja-country-page .jurisdiction-brandline{border-radius:13px;font-size:10px;line-height:1.45}
  .ja-country-page .jurisdiction-hero-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:23px}
  .ja-country-page .jurisdiction-hero-actions .btn{width:100%;min-height:46px}
  .ja-country-page .jurisdiction-content-section{padding:36px 0 56px}
  .ja-country-page .jurisdiction-document{gap:15px}
  .ja-country-page .jurisdiction-block,
  .ja-country-page .jurisdiction-info-card{padding:21px 18px;border-radius:17px}
  .ja-country-page .jurisdiction-block-head{align-items:flex-start;gap:11px;margin-bottom:18px}
  .ja-country-page .jurisdiction-block-head>span{width:36px;height:36px;flex-basis:36px;border-radius:11px}
  .ja-country-page .jurisdiction-block h2,
  .ja-country-page .jurisdiction-info-card h2{font-size:22.5px;line-height:1.2}
  .ja-country-page .jurisdiction-block>p{font-size:14px;line-height:1.72}
  .ja-country-page .jurisdiction-option-grid{grid-template-columns:1fr;gap:10px}
  .ja-country-page .jurisdiction-option-card{min-height:0;padding:17px 16px 16px;border-radius:14px}
  .ja-country-page .jurisdiction-option-card h3{font-size:18px}
  .ja-country-page .jurisdiction-option-card p{font-size:13px;line-height:1.62}
  .ja-country-page .jurisdiction-requirements{grid-template-columns:1fr;gap:8px;margin-top:15px}
  .ja-country-page .jurisdiction-requirements li{padding:11px 11px 11px 39px;font-size:12.8px}
  .ja-country-page .jurisdiction-requirements li:before{left:11px;top:11px}
  .ja-country-page .jurisdiction-note,
  .ja-country-page .jurisdiction-after-list{padding:14px 15px;font-size:12.8px!important}
  .ja-country-page .jurisdiction-support-line{padding:16px;font-size:12.5px;line-height:1.7}
  .ja-country-page .jurisdiction-info-card p{font-size:13.2px;line-height:1.68}
  .ja-country-page .jurisdiction-final-cta{margin-top:16px;padding:24px 20px;border-radius:17px}
  .ja-country-page .jurisdiction-final-cta h2{font-size:25px}
  .ja-country-page .jurisdiction-sidebar{grid-template-columns:1fr;gap:14px}
  .ja-country-page .jurisdiction-side-card{border-radius:17px}
  .ja-country-page .jurisdiction-side-card-head{padding:20px 19px 13px}
  .ja-country-page .jurisdiction-service-links a{padding:12px 19px;font-size:12.5px}
  .ja-country-page .jurisdiction-side-cta{padding:21px 19px}
  .ja-country-page .jurisdiction-related-block,
  .ja-country-page .jurisdiction-faq-block{margin-top:34px}
  .ja-country-page .jurisdiction-related-block .related-resource-grid{grid-template-columns:1fr}
  .ja-country-page .detail-section-block .section-title{font-size:18px;line-height:1.3;text-align:center}
  .ja-country-page .detail-section-block .section-title:before,
  .ja-country-page .detail-section-block .section-title:after{width:38px}
}

@media(max-width:420px){
  .ja-country-page .jurisdiction-hero-meta{font-size:10.5px;letter-spacing:.11em}
  .ja-country-page .jurisdiction-flag-wrap{width:42px;height:29px;flex-basis:42px}
  .ja-country-page .jurisdiction-hero h1{font-size:35px}
  .ja-country-page .jurisdiction-block,
  .ja-country-page .jurisdiction-info-card{padding:19px 15px}
  .ja-country-page .jurisdiction-block-head{gap:9px}
  .ja-country-page .jurisdiction-block-head>span{width:34px;height:34px;flex-basis:34px}
  .ja-country-page .jurisdiction-block h2,
  .ja-country-page .jurisdiction-info-card h2{font-size:21px}
  .ja-country-page .jurisdiction-option-card{padding:16px 14px 15px}
  .ja-country-page .jurisdiction-support-line{overflow-wrap:anywhere}
}

@media(prefers-reduced-motion:reduce){
  .ja-country-page .jurisdiction-option-card,
  .ja-country-page .jurisdiction-service-links a{transition:none}
}
