.concept-title,
.concept-lead,
.concept-actions,
.concept-services { display: none; }

body.concept-view {
  --header-height: 78px;
  background: #fff;
}

body.concept-view .site-header {
  top: 0;
  min-height: var(--header-height);
  padding-block: 9px;
  border-bottom: 1px solid #d8e0e9;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 7px 18px rgba(10, 27, 54, .055);
}

body.concept-view .brand { color: var(--navy); }
body.concept-view .brand-seal { width: 50px; height: 50px; flex-basis: 50px; }
body.concept-view .brand-copy strong { font-size: clamp(19px, 1.7vw, 24px); }
body.concept-view .brand-copy small { color: #31577f; font-size: 9px; }
body.concept-view .site-nav a { color: #102b50; }
body.concept-view .site-nav a:hover,
body.concept-view .site-nav a:focus-visible,
body.concept-view .site-nav a[aria-current="page"] { color: #0459b6; }
body.concept-view .site-nav a::after { background: #075fc5; }
body.concept-view .account-action { border-color: #075fc5; color: #0751a9; }
body.concept-view .account-action:hover,
body.concept-view .account-action:focus-visible { background: #075fc5; color: #fff; }
body.concept-view .nav-toggle { border-color: #9aacc0; color: var(--navy); }
body.concept-view .scroll-progress { top: calc(var(--header-height) - 2px); background: #075fc5; }

body.concept-view .official-hero {
  min-height: 470px;
  border-bottom: 1px solid #dce4ed;
  background: linear-gradient(90deg, #fff 0%, #fff 54%, #f5f8fc 100%);
  color: var(--navy);
}

body.concept-view .official-hero::before {
  top: 52px;
  bottom: auto;
  left: max(24px, calc((100% - 1400px) / 2));
  width: 4px;
  height: 37px;
  background: #0864cf;
}

body.concept-view .official-hero::after {
  position: absolute;
  right: max(-50px, calc((100% - 1540px) / 2));
  bottom: -3px;
  width: min(61vw, 900px);
  height: 94%;
  content: "";
  background: url("assets/justice-building-line-detailed.png") right bottom / contain no-repeat;
  mix-blend-mode: multiply;
  opacity: .9;
  pointer-events: none;
}

body.concept-view .hero-inner {
  min-height: 470px;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 82px 0 54px;
}

body.concept-view .hero-copy { position: relative; z-index: 2; max-width: 710px; }
body.concept-view .standard-title,
body.concept-view .standard-lead { display: none; }
body.concept-view .concept-title { display: inline; }
body.concept-view .concept-lead { display: block; }
body.concept-view .eyebrow { color: #075fc5; }
body.concept-view .hero-copy h1 {
  max-width: 680px;
  color: #07254d;
  font-family: Arial, "Microsoft YaHei", sans-serif;
  font-size: clamp(44px, 4vw, 58px);
  font-weight: 800;
  letter-spacing: -.035em;
}
body.concept-view .hero-lead { max-width: 610px; margin: 24px 0; color: #394b61; font-size: 17px; line-height: 1.8; }

body.concept-view .concept-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
body.concept-view .concept-button {
  display: inline-flex;
  min-width: 190px;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 21px;
  border: 1px solid #075fc5;
  border-radius: 2px;
  color: #0758b8;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}
body.concept-view .concept-button-primary { background: #075fc5; color: #fff; }
body.concept-view .concept-button:hover,
body.concept-view .concept-button:focus-visible { outline: 3px solid rgba(7, 95, 197, .18); outline-offset: 2px; }
body.concept-view .hero-facts { max-width: 600px; }
body.concept-view .hero-facts div { border-color: #d0dbe7; }
body.concept-view .hero-facts dt { color: #075fc5; }
body.concept-view .hero-facts dd { color: #173554; }
body.concept-view .hero-brief {
  z-index: 2;
  align-self: end;
  margin-bottom: 15px;
  border-top-color: #075fc5;
  box-shadow: 16px 16px 0 rgba(7, 37, 77, .1);
}
body.concept-view .hero-brief p { color: #075fc5; }

body.concept-view .concept-services {
  display: grid;
  grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr));
  width: min(1400px, calc(100% - 48px));
  margin: 0 auto;
  border-bottom: 1px solid #cfd9e4;
  background: #fff;
}
body.concept-view .concept-services-heading,
body.concept-view .concept-services > a {
  min-height: 142px;
  padding: 27px 24px;
  border-right: 1px solid #d8e0e9;
}
body.concept-view .concept-services-heading { display: flex; flex-direction: column; justify-content: center; }
body.concept-view .concept-services-heading span { color: #092b57; font-size: 20px; font-weight: 800; }
body.concept-view .concept-services-heading span::before { display: inline-block; width: 4px; height: 24px; margin-right: 12px; background: #075fc5; content: ""; vertical-align: -5px; }
body.concept-view .concept-services small { color: #5b6d82; font-size: 11px; line-height: 1.55; }
body.concept-view .concept-services-heading small { margin-top: 13px; }
body.concept-view .concept-services > a { position: relative; display: grid; grid-template-columns: 34px 1fr; gap: 12px; color: #092b57; text-decoration: none; }
body.concept-view .concept-services > a:last-child { border-right: 0; }
body.concept-view .concept-services svg { width: 30px; height: 30px; stroke: #075fc5; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
body.concept-view .concept-services a span { display: grid; align-content: start; gap: 8px; }
body.concept-view .concept-services strong { font-size: 14px; }
body.concept-view .concept-services a > b { position: absolute; right: 20px; bottom: 20px; color: #075fc5; font-size: 17px; }
body.concept-view .concept-services > a:hover,
body.concept-view .concept-services > a:focus-visible { background: #f4f8fc; outline: 2px solid #075fc5; outline-offset: -2px; }

body.concept-view .content-band { padding-block: 78px; }
body.concept-view .section-heading h2 { color: #082b58; font-family: Arial, "Microsoft YaHei", sans-serif; font-weight: 800; letter-spacing: -.025em; }
body.concept-view .mandate-grid article { position: relative; overflow: hidden; }
body.concept-view .mandate-grid article::after { position: absolute; right: 0; bottom: 0; width: 56px; height: 3px; background: #075fc5; content: ""; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
body.concept-view .mandate-grid article:hover::after { transform: scaleX(1); }
body.concept-view .mandate-grid span,
body.concept-view .publication-steps span,
body.concept-view .principle-list > li > span { color: #075fc5; }
body.concept-view .publication-band { background: #f1f5f9; }
body.concept-view .site-footer { background: #071f43; }
body.concept-view .assistant-launcher { border-color: #3d8be2; border-radius: 50%; background: #075fc5; }
body.concept-view .assistant-mark { stroke: #fff; }

@media (max-width: 1100px) {
  body.concept-view .concept-services { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  body.concept-view .concept-services-heading { grid-column: 1 / -1; min-height: 105px; border-bottom: 1px solid #d8e0e9; }
  body.concept-view .concept-services > a:nth-last-child(2) { border-bottom: 0; }
}

@media (max-width: 700px) {
  body.concept-view { --header-height: 78px; }
  body.concept-view .site-header { padding: 10px 16px; }
  body.concept-view .brand-seal { width: 51px; height: 51px; flex-basis: 51px; }
  body.concept-view .site-nav { background: #fff; box-shadow: 0 12px 18px rgba(5, 18, 38, .14); }
  body.concept-view .site-nav a { border-bottom-color: #d7e0e9; color: #092b57; }
  body.concept-view .official-hero { min-height: 610px; background: #fff; }
  body.concept-view .official-hero::before { top: 38px; left: 20px; height: 31px; }
  body.concept-view .official-hero::after { right: -95px; bottom: -20px; width: 620px; height: 45%; opacity: .27; }
  body.concept-view .hero-inner { min-height: 610px; grid-template-columns: 1fr; gap: 23px; padding: 70px 0 36px; }
  body.concept-view .hero-copy h1 { max-width: 100%; font-size: clamp(40px, 11vw, 50px); line-height: 1.18; letter-spacing: -.05em; }
  body.concept-view .concept-actions { display: grid; grid-template-columns: 1fr; }
  body.concept-view .concept-button { width: 100%; }
  body.concept-view .hero-brief { align-self: auto; margin: 0; background: rgba(255, 255, 255, .94); }
  body.concept-view .concept-services { width: 100%; grid-template-columns: 1fr; border-top: 1px solid #d8e0e9; }
  body.concept-view .concept-services-heading { grid-column: auto; min-height: 105px; padding-inline: 20px; }
  body.concept-view .concept-services > a { min-height: 94px; padding: 21px 20px; border-right: 0; border-bottom: 1px solid #d8e0e9; }
  body.concept-view .concept-services > a:nth-last-child(2) { border-bottom: 1px solid #d8e0e9; }
  body.concept-view .concept-services a > b { bottom: 35px; }
}

/* Opening sequence: same visual language as the light institutional portal. */
body.concept-view .site-intro {
  background: radial-gradient(circle at 50% 38%, #fff 0, #fbfcfe 38%, #f2f6fa 100%);
  color: #082b58;
}
body.concept-view .site-intro::before {
  background:
    linear-gradient(90deg, rgba(17,73,132,.045) 1px, transparent 1px) center/12.5vw 100%,
    linear-gradient(rgba(17,73,132,.035) 1px, transparent 1px) center/100% 20vh;
}
body.concept-view .site-intro::after {
  display: none;
}
body.concept-view .intro-stage {
  width: min(900px, calc(100% - 64px));
  min-height: 640px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto;
  justify-items: center;
  align-content: center;
  padding: 58px 40px;
  text-align: center;
}
body.concept-view .intro-architecture {
  display: none;
}
body.concept-view .intro-identity {
  grid-column: 1;
  flex-direction: column;
  gap: 14px;
  text-align: center;
}
body.concept-view .intro-seal { width: 94px; height: 94px; }
body.concept-view .intro-kicker { margin-bottom: 8px; color: #075fc5; letter-spacing: 1.7px; }
body.concept-view .intro-stage h1 { color: #07254d; font-size: clamp(43px, 5.4vw, 64px); }
body.concept-view .intro-mission {
  grid-column: 1;
  max-width: 760px;
  margin: 28px 0 24px;
  color: #183b63;
  font-size: clamp(17px, 1.8vw, 23px);
  letter-spacing: .08em;
}
body.concept-view .intro-duties {
  grid-column: 1;
  width: min(780px, 100%);
  border-color: #cad8e6;
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(2px);
}
body.concept-view .intro-duties li { min-height: 103px; padding: 17px 22px; border-right-color: #d3dee9; }
body.concept-view .intro-duties li:nth-child(2),
body.concept-view .intro-duties li:nth-child(3) { padding-left: 22px; }
body.concept-view .intro-duties span { color: #075fc5; }
body.concept-view .intro-duties strong { color: #082b58; }
body.concept-view .intro-duties small { color: #657990; }
body.concept-view .intro-exit { width: min(780px, 100%); }
body.concept-view .intro-exit { grid-column: 1; }
body.concept-view .intro-progress { background: #d4dee9; }
body.concept-view .intro-progress::after { background: #075fc5; }
body.concept-view .intro-skip { color: #0757b1; }
body.concept-view .intro-skip:hover,
body.concept-view .intro-skip:focus-visible { color: #07254d; }

@keyframes intro-architecture-centered {
  from { opacity: 0; transform: translateX(50%) translateY(28px) scale(.97); }
  to { opacity: .18; transform: translateX(50%) translateY(0) scale(1); }
}
@media (max-width: 700px) {
  body.concept-view .intro-stage { width: min(100% - 32px, 560px); min-height: 650px; padding: 40px 12px; }
  body.concept-view .intro-stage { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; }
  body.concept-view .intro-identity { align-items: center; }
  body.concept-view .intro-seal { width: 68px; height: 68px; }
  body.concept-view .intro-stage h1 { font-size: clamp(35px, 11vw, 47px); }
  body.concept-view .intro-mission { margin-block: 23px 18px; font-size: 16px; line-height: 1.65; }
  body.concept-view .intro-duties { width: min(430px, 100%); }
  body.concept-view .intro-duties li,
  body.concept-view .intro-duties li:nth-child(2),
  body.concept-view .intro-duties li:nth-child(3) { min-height: 68px; padding: 10px 12px; text-align: left; }
  body.concept-view .intro-identity,
  body.concept-view .intro-mission,
  body.concept-view .intro-duties,
  body.concept-view .intro-exit { grid-column: 1; }
  body.concept-view .intro-architecture { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  body.concept-view .mandate-grid article::after { transition: none; }
}

/* Concept theme is the single product theme across public and focused flows. */
body.concept-view .site-nav { gap: clamp(18px, 2.1vw, 30px); }
body.concept-view .account-action { min-height: 34px; padding-inline: 14px; }
body.concept-view .account-action .account-mark { display: none; }
body.concept-view .contact-intro h1,
body.concept-view .request-heading h1,
body.concept-view .auth-context h1,
body.concept-view .auth-panel h2,
body.concept-view .visitor-panel h2 { word-break: keep-all; overflow-wrap: normal; }
body.concept-view .contact-intro h1 { max-width: 620px; font-size: clamp(39px, 4.3vw, 58px); }
body.concept-view .button,
body.concept-view .text-action { white-space: nowrap; }
body.concept-view .request-actions .button-secondary { min-width: 104px; }

body.concept-view .auth-context { position: relative; isolation: isolate; overflow: hidden; }
body.concept-view .auth-context::before {
  position: absolute;
  z-index: -1;
  right: -13%;
  bottom: -5%;
  width: 78%;
  height: 62%;
  background: url("assets/justice-building-line-detailed.png") right bottom / contain no-repeat;
  content: "";
  filter: brightness(0) invert(1);
  opacity: .09;
}
body.concept-view .auth-context::after {
  position: absolute;
  z-index: -1;
  top: 13%;
  left: clamp(24px, 7vw, 100px);
  width: 4px;
  height: 38px;
  background: #1670d5;
  content: "";
}
body.concept-view .request-heading { position: relative; isolation: isolate; }
body.concept-view .request-heading::after {
  position: absolute;
  z-index: -1;
  right: -4%;
  bottom: 0;
  width: 86%;
  height: 42%;
  background: url("assets/justice-building-line-detailed.png") right bottom / contain no-repeat;
  content: "";
  opacity: .12;
}

body.concept-view .consent-row {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: start;
  column-gap: 10px;
  line-height: 1.7;
}
body.concept-view .consent-row input { grid-column: 1; margin-top: 2px; }
body.concept-view .consent-row > span:not(.field-error) { grid-column: 2; }
body.concept-view .consent-row .field-error { grid-column: 2; }

body.concept-view .assistant-widget { right: 22px; bottom: 22px; }
body.concept-view .assistant-launcher {
  position: relative;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 14px;
  background: linear-gradient(145deg, #0a67ce, #064b9d);
  box-shadow: 0 10px 28px rgba(5, 51, 105, .28), inset 0 0 0 1px rgba(255,255,255,.16);
}
body.concept-view .assistant-launcher::before {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 10px;
  content: "";
}
body.concept-view .assistant-mark { width: 23px; height: 23px; stroke-width: 1.55; }
body.concept-view .assistant-panel {
  width: min(368px, calc(100vw - 32px));
  border: 1px solid #c7d7e8;
  border-top: 0;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(7, 31, 67, .24);
}
body.concept-view .assistant-panel::before {
  height: 5px;
  background: linear-gradient(90deg, #075fc5, #3d91e8);
  content: "";
}
body.concept-view .assistant-heading { padding: 14px 18px 0; }
body.concept-view .assistant-heading p { color: #075fc5; letter-spacing: 1.2px; }
body.concept-view .assistant-heading h2 { color: #082b58; font-family: Arial, "Microsoft YaHei", sans-serif; font-size: 21px; }
body.concept-view .assistant-intro { margin-inline: 18px; }
body.concept-view .assistant-history { padding-inline: 18px; }
body.concept-view .assistant-message { border-color: #d2deea; border-radius: 9px; background: #f5f8fc; }
body.concept-view .assistant-message > span { color: #075fc5; }
body.concept-view .assistant-suggestions { padding-inline: 18px; }
body.concept-view .assistant-suggestions button { border-radius: 999px; background: #fff; }
body.concept-view .assistant-form { padding: 12px 18px 17px; }

@media (max-width: 700px) {
  body.concept-view .site-nav { gap: 0; }
  body.concept-view .contact-intro h1 { font-size: 39px; }
  body.concept-view .auth-context::after { left: 22px; }
  body.concept-view .request-heading::after { opacity: .08; }
  body.concept-view .intro-stage { width: min(100% - 36px, 560px); min-height: 620px; padding: 46px 18px; }
  body.concept-view .intro-identity { align-items: flex-start; gap: 14px; }
  body.concept-view .intro-seal { width: 62px; height: 62px; }
  body.concept-view .intro-stage h1 { font-size: clamp(36px, 11vw, 48px); }
  body.concept-view .intro-kicker { font-size: 8px; letter-spacing: 1px; }
  body.concept-view .intro-mission { margin-block: 28px 22px; font-size: 18px; line-height: 1.7; }
  body.concept-view .intro-duties { grid-template-columns: 1fr; }
  body.concept-view .intro-duties li,
  body.concept-view .intro-duties li:nth-child(2),
  body.concept-view .intro-duties li:nth-child(3) { min-height: 74px; grid-template-columns: 34px 1fr; padding: 12px 0; border-right: 0; border-bottom: 1px solid rgba(213,227,242,.18); }
  body.concept-view .intro-duties li:last-child { border-bottom: 0; }
  body.concept-view .intro-duties strong { margin: 0; }
  body.concept-view .intro-duties small { grid-column: 2; margin-top: 3px; }
  body.concept-view .intro-architecture { right: -28%; width: 105%; height: 45%; opacity: .07; }
}
