@import url('https://cdn.jsdelivr.net/npm/@fontsource/archivo@latest/300.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource@latest/400.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/archivo@latest/700.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/300.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/400.css');
@import url('https://cdn.jsdelivr.net/npm/@fontsource/ubuntu@latest/700.css');

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Archivo', 'Ubuntu', sans-serif;
}

.skiplink {
  position: absolute;
  left: -9999px;
}

.pghead {
  position: relative;
  background: #013044;
  overflow: visible;
}

.pghead::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #EC5F00 0%, #8EE3E8 60%, #EC5F00 100%);
  pointer-events: none;
}

.brandbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  padding: 24px 48px 12px 48px;
  gap: 24px;
}

.brandpill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 8px 24px 8px 12px;
  box-shadow: 0 3px 6px -1px rgba(236,95,0,0.08), 0 4px 18px -1px rgba(236,95,0,0.09);
  border: 1px solid rgba(142,227,232,0.18);
  text-decoration: none;
}

.brandpill:focus {
  outline: 2px dashed #8EE3E8;
  outline-offset: 4px;
}

.logobox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 6px -1px rgba(236,95,0,0.08), 0 4px 18px -1px rgba(236,95,0,0.09), 0 8px 52px -1px rgba(236,95,0,0.14);
  border: 2px solid rgba(142,227,232,0.3);
  overflow: hidden;
}

.logobox img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block;
}

.brandname {
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.trustbadge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(142,227,232,0.1);
  border: 1px solid rgba(142,227,232,0.25);
  border-radius: 16px;
  padding: 8px 24px;
}

.trustbadge svg {
  flex-shrink: 0;
}

.trusttext {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8EE3E8;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.trusttext strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.navstrip {
  border-top: 1px solid rgba(142,227,232,0.12);
  background: rgba(1,48,68,0.7);
}

.navinner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: flex;
  align-items: stretch;
  gap: 4px;
}

.navlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1.2;
  border-bottom: 3px solid transparent;
  transition: color 0.22s cubic-bezier(0.4,0,0.2,1), border-color 0.22s cubic-bezier(0.4,0,0.2,1), background 0.2s cubic-bezier(0.4,0,0.2,1);
  white-space: nowrap;
}

.navlink:hover {
  color: #8EE3E8;
  border-bottom-color: #8EE3E8;
  background: rgba(142,227,232,0.06);
}

.navlink:focus {
  outline: 2px dashed #8EE3E8;
  outline-offset: -2px;
}

.navlink.active {
  color: #EC5F00;
  border-bottom-color: #EC5F00;
  font-weight: 700;
}

.navdivider {
  width: 1px;
  background: rgba(142,227,232,0.12);
  margin: 8px 4px;
  flex-shrink: 0;
}

.pgfoot {
  background: linear-gradient(180deg, #f0f4f6 0%, #013044 100%);
  padding: 48px 0 0 0;
}

.footgrid {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.footbrand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footlogorule {
  border: none;
  border-top: 1px solid rgba(1,48,68,0.2);
  margin: 0 0 24px 0;
}

.footlogolink {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.footlogolink:focus {
  outline: 2px dashed #EC5F00;
  outline-offset: 4px;
}

.footlogobox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 6px -1px rgba(236,95,0,0.08), 0 4px 18px -1px rgba(236,95,0,0.09);
  border: 2px solid rgba(1,48,68,0.15);
  overflow: hidden;
}

.footlogobox img {
  width: 65px;
  height: 65px;
  object-fit: contain;
  display: block;
}

.footbrandname {
  font-family: 'Ubuntu', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #013044;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.footdesc {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #013044;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.footnav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footnavlabel {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #EC5F00;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footnavlink {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #013044;
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1.7;
  padding: 4px 0;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
  display: block;
}

.footnavlink:hover {
  color: #EC5F00;
}

.footnavlink:focus {
  outline: 2px dashed #EC5F00;
  outline-offset: 2px;
}

.footcontact {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footcontactlabel {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #EC5F00;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footcontactitem {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #013044;
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.footcontactlink {
  color: #013044;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
}

.footcontactlink:hover {
  color: #EC5F00;
}

.footcontactlink:focus {
  outline: 2px dashed #EC5F00;
  outline-offset: 2px;
}

.footbottom {
  margin-top: 48px;
  background: #013044;
  padding: 24px 48px;
}

.footbottominner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footcopy {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.footlegal {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footlegallink {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  letter-spacing: 0.01em;
  line-height: 1.2;
  transition: color 0.22s cubic-bezier(0.4,0,0.2,1);
}

.footlegallink:hover {
  color: #8EE3E8;
}

.footlegallink:focus {
  outline: 2px dashed #8EE3E8;
  outline-offset: 2px;
}

.ckpopup {
  display: none;
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 320px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14), 0 4px 18px -1px rgba(236,95,0,0.09);
  border: 1px solid rgba(1,48,68,0.12);
  z-index: 4000;
  padding: 24px;
}

.cktext {
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #013044;
  letter-spacing: 0.01em;
  line-height: 1.7;
  margin-bottom: 24px;
}

.ckbtns {
  display: flex;
  gap: 12px;
}

.ckbtn {
  flex: 1;
  padding: 12px 8px;
  border-radius: 0px;
  font-family: 'Archivo', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.2;
  cursor: pointer;
  border: 2px solid #013044;
  background: transparent;
  color: #013044;
  min-height: 44px;
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1), color 0.22s cubic-bezier(0.4,0,0.2,1), border-color 0.22s cubic-bezier(0.4,0,0.2,1);
}

.ckbtn:hover {
  background: #013044;
  color: #fff;
}

.ckbtn:focus {
  outline: 2px dashed #013044;
  outline-offset: 2px;
}

.ckbtn.accept {
  border-color: #EC5F00;
  color: #EC5F00;
}

.ckbtn.accept:hover {
  background: #EC5F00;
  color: #fff;
  border-color: #EC5F00;
}

.ckbtn.accept:focus {
  outline-color: #EC5F00;
}

@media (max-width: 1024px) {
  .brandbar {
    padding: 24px 24px 12px 24px;
  }

  .navinner {
    padding: 0 24px;
    flex-wrap: wrap;
  }

  .navlink {
    padding: 12px 12px;
  }

  .footgrid {
    grid-template-columns: 1fr 1fr;
    padding: 0 24px;
  }

  .footbottom {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .brandbar {
    padding: 24px 12px 12px 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .trustbadge {
    width: 100%;
  }

  .navinner {
    padding: 0 12px;
    flex-wrap: wrap;
  }

  .navlink {
    padding: 12px 8px;
    font-size: 14px;
  }

  .navdivider {
    display: none;
  }

  .footgrid {
    grid-template-columns: 1fr;
    padding: 0 12px;
  }

  .footbottominner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footbottom {
    padding: 24px 12px;
  }

  .ckpopup {
    left: 12px;
    right: 12px;
    width: auto;
    bottom: 12px;
  }
}.legal-details {
    max-width: 1400px;
    margin: 0 auto;
    padding: 96px 48px;
}

.legal-details h1 {
    font-size: 46px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #013044;
    margin-bottom: 48px;
    padding-bottom: 24px;
    border-bottom: 2px solid #8EE3E8;
}

.legal-details h2 {
    font-size: 33px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #013044;
    margin-top: 48px;
    margin-bottom: 24px;
}

.legal-details h3 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    color: #013044;
    margin-top: 48px;
    margin-bottom: 12px;
}

.legal-details h4 {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #013044;
    margin-top: 24px;
    margin-bottom: 12px;
}

.legal-details h5 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #013044;
    margin-top: 24px;
    margin-bottom: 8px;
}

.legal-details h6 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    color: #EC5F00;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 8px;
}

.legal-details p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #1b2e38;
    margin-bottom: 24px;
}

.legal-details ul,
.legal-details ol {
    margin-bottom: 24px;
    padding-left: 24px;
}

.legal-details ul {
    list-style: none;
    padding-left: 0;
}

.legal-details ul li {
    position: relative;
    padding-left: 24px;
}

.legal-details ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #EC5F00;
    border-radius: 0px;
    transform: rotate(45deg);
}

.legal-details ol {
    list-style: decimal;
}

.legal-details ol li {
    padding-left: 8px;
}

.legal-details li {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    color: #1b2e38;
    margin-bottom: 8px;
}

.legal-details ul ul,
.legal-details ol ol,
.legal-details ul ol,
.legal-details ol ul {
    margin-top: 8px;
    margin-bottom: 8px;
}

.legal-details em,
.legal-details i {
    font-style: italic;
    color: #013044;
}

.legal-details a {
    color: #EC5F00;
    text-decoration: underline;
    text-decoration-color: rgba(236, 95, 0, 0.4);
    text-underline-offset: 3px;
    transition: color 0.22s cubic-bezier(0.4,0,0.2,1), text-decoration-color 0.25s cubic-bezier(0.0,0,0.2,1);
}

.legal-details a:hover {
    color: #013044;
    text-decoration-color: rgba(1, 48, 68, 0.5);
}

.legal-details table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 48px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    box-shadow: 0 4px 18px -1px rgba(236, 95, 0, 0.09);
    border-radius: 16px;
    overflow: hidden;
}

.legal-details thead {
    background-color: #013044;
}

.legal-details thead th {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.02em;
    padding: 12px 24px;
    text-align: left;
    font-weight: 600;
    border: none;
}

.legal-details tbody tr {
    border-bottom: 1px solid rgba(142, 227, 232, 0.3);
    transition: background-color 0.2s cubic-bezier(0.4,0,0.2,1);
}

.legal-details tbody tr:last-child {
    border-bottom: none;
}

.legal-details tbody tr:hover {
    background-color: rgba(142, 227, 232, 0.08);
}

.legal-details td {
    color: #1b2e38;
    padding: 12px 24px;
    vertical-align: top;
    border: none;
}

.legal-details tbody tr:nth-child(even) {
    background-color: rgba(142, 227, 232, 0.05);
}

.legal-details tbody tr:nth-child(even):hover {
    background-color: rgba(142, 227, 232, 0.1);
}

@media (max-width: 1024px) {
    .legal-details {
        padding: 96px 48px;
    }

    .legal-details h1 {
        font-size: 33px;
    }

    .legal-details h2 {
        font-size: 24px;
    }

    .legal-details h3 {
        font-size: 19px;
    }
}

@media (max-width: 640px) {
    .legal-details {
        padding: 48px 24px;
    }

    .legal-details h1 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .legal-details h2 {
        font-size: 19px;
        margin-top: 24px;
    }

    .legal-details h3 {
        font-size: 16px;
        margin-top: 24px;
    }

    .legal-details h4,
    .legal-details h5,
    .legal-details h6 {
        font-size: 14px;
        margin-top: 12px;
    }

    .legal-details p,
    .legal-details li {
        font-size: 14px;
    }

    .legal-details table {
        display: block;
        overflow-x: auto;
        border-radius: 0px;
    }

    .legal-details thead th,
    .legal-details td {
        padding: 12px;
        white-space: nowrap;
    }
}
.jrndet {
  background: #fff;
  overflow-x: clip;
}

.jrndet .artbody {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 48px;
}

.jrndet .titleseg {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 96px 48px 48px;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.jrndet .imgframe {
  position: relative;
  width: 100%;
  max-width: 860px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
  margin-bottom: 48px;
}

.jrndet .imgframe img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(1);
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
}

.jrndet .imgframe:hover img {
  filter: saturate(0) sepia(0.2);
}

.jrndet .imgframe::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(1,48,68,0.18) 100%);
  pointer-events: none;
  border-radius: 16px;
}

.jrndet .imgframe .imgtint {
  position: absolute;
  inset: 0;
  background: rgba(142,227,232,0.0);
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1);
  pointer-events: none;
  border-radius: 16px;
}

.jrndet .imgframe:hover .imgtint {
  background: rgba(142,227,232,0.18);
}

.jrndet .cornerbracket {
  position: absolute;
  width: 28px;
  height: 28px;
  pointer-events: none;
}

.jrndet .cornerbracket.tl {
  top: -6px;
  left: -6px;
  border-top: 2px solid #EC5F00;
  border-left: 2px solid #EC5F00;
}

.jrndet .cornerbracket.tr {
  top: -6px;
  right: -6px;
  border-top: 2px solid #EC5F00;
  border-right: 2px solid #EC5F00;
}

.jrndet .cornerbracket.bl {
  bottom: -6px;
  left: -6px;
  border-bottom: 2px solid #EC5F00;
  border-left: 2px solid #EC5F00;
}

.jrndet .cornerbracket.br {
  bottom: -6px;
  right: -6px;
  border-bottom: 2px solid #EC5F00;
  border-right: 2px solid #EC5F00;
}

.jrndet .txthead {
  text-align: center;
  max-width: 860px;
  position: relative;
}

.jrndet .tagpill {
  display: inline-block;
  background: rgba(142,227,232,0.18);
  color: #013044;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 4px 12px;
  border-radius: 0px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.jrndet .arttitle {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #013044;
  margin-bottom: 24px;
}

.jrndet .metarow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.jrndet .metaitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4a5568;
  letter-spacing: 0.01em;
}

.jrndet .metaicon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.jrndet .dividerA {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 48px;
  max-width: 1400px;
  margin: 0 auto;
}

.jrndet .dividerA .line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(1,48,68,0.15), transparent);
}

.jrndet .dividerA svg {
  flex-shrink: 0;
}

.jrndet .twocol {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 48px 96px;
  align-items: start;
}

.jrndet .arttext {
  min-width: 0;
}

.jrndet .arttext p {
  font-size: 16px;
  line-height: 1.7;
  color: #1e2d3a;
  margin-bottom: 24px;
  letter-spacing: 0.01em;
}

.jrndet .arttext h2 {
  font-size: 24px;
  font-weight: 700;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
  margin-top: 48px;
}

.jrndet .arttext mark {
  background: rgba(142,227,232,0.35);
  color: #013044;
  padding: 0 4px;
  border-radius: 0px;
}

.jrndet .arttext abbr {
  text-decoration: underline dotted;
  cursor: help;
  color: #EC5F00;
}

.jrndet .arttext table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 14px;
}

.jrndet .arttext th {
  background: #013044;
  color: #fff;
  padding: 12px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.jrndet .arttext td {
  padding: 12px;
  border-bottom: 1px solid rgba(1,48,68,0.1);
  color: #1e2d3a;
}

.jrndet .arttext tr:nth-child(even) td {
  background: rgba(142,227,232,0.08);
}

.jrndet .arttext blockquote {
  border-top: 2px solid #EC5F00;
  border-bottom: 1px solid rgba(236,95,0,0.2);
  padding: 24px;
  margin: 48px 0;
  background: rgba(236,95,0,0.04);
  font-size: 19px;
  line-height: 1.7;
  color: #013044;
  font-style: italic;
  letter-spacing: 0.01em;
}

.jrndet .sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 24px;
}

.jrndet .reactblock {
  background: #f4f8fa;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
}

.jrndet .reactblock .rbhead {
  font-size: 14px;
  font-weight: 700;
  color: #013044;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.jrndet .reactopts {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

.jrndet .reactopts input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.jrndet .reactopts label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 16px;
  border: 2px solid transparent;
  background: #fff;
  font-size: 14px;
  color: #4a5568;
  transition: border-color 0.22s cubic-bezier(0.4,0,0.2,1), background 0.22s cubic-bezier(0.4,0,0.2,1), color 0.2s cubic-bezier(0.0,0,0.2,1);
  user-select: none;
}

.jrndet .reactopts label:hover {
  border-color: rgba(142,227,232,0.6);
  background: rgba(142,227,232,0.12);
}

.jrndet .reactopts input[type="radio"]:checked + label {
  border-color: #EC5F00;
  background: rgba(236,95,0,0.08);
  color: #EC5F00;
  font-weight: 700;
}

.jrndet .reactopts .remojisvg {
  width: 28px;
  height: 28px;
}

.jrndet .errblock {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 3px 6px -1px rgba(236,95,0,0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jrndet .errblock .errlabel {
  font-size: 14px;
  font-weight: 700;
  color: #013044;
  letter-spacing: 0.01em;
}

.jrndet .errblock .errdesc {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
}

.jrndet .errblock .errlink {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #EC5F00;
  text-decoration: none !important;
  padding: 8px 12px;
  border-radius: 0px;
  border: 1px solid rgba(236,95,0,0.3);
  transition: background 0.25s cubic-bezier(0.4,0,0.2,1), border-color 0.2s cubic-bezier(0.0,0,0.2,1);
  margin-top: 4px;
  align-self: flex-start;
}

.jrndet .errlink:hover {
  background: rgba(236,95,0,0.08);
  border-color: #EC5F00;
}

.jrndet .statscard {
  background: linear-gradient(160deg, #013044 80%, rgba(142,227,232,0.18) 100%);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.jrndet .statscard .statitem {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.jrndet .statscard .statnum {
  font-size: 24px;
  font-weight: 800;
  color: #8EE3E8;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.jrndet .statscard .statlbl {
  font-size: 14px;
  color: rgba(142,227,232,0.7);
  letter-spacing: 0.02em;
}

.jrndet .patbg {
  background-color: rgba(1,48,68,0.03);
  position: relative;
}

.jrndet .patbg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cpolygon points='20,0 40,20 20,20' fill='rgba(1,48,68,0.04)'/%3E%3Cpolygon points='0,20 20,20 20,40' fill='rgba(1,48,68,0.04)'/%3E%3Cpolygon points='20,20 40,20 20,40' fill='rgba(1,48,68,0.025)'/%3E%3Cpolygon points='0,0 20,0 20,20' fill='rgba(1,48,68,0.025)'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: 0;
}

.jrndet .ctastrip {
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.jrndet .ctastrip .ctawords {
  max-width: 560px;
}

.jrndet .ctastrip .ctawords .ctahead {
  font-size: 33px;
  font-weight: 800;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}

.jrndet .ctastrip .ctawords .ctabody {
  font-size: 16px;
  color: #1e2d3a;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.jrndet .ctabtn {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background: #EC5F00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 12px 24px;
  border-radius: 0px;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1), box-shadow 0.25s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
  flex-shrink: 0;
}

.jrndet .ctabtn:hover {
  background: #c44f00;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
}

.jrndet .ctabtn:focus {
  outline: 2px solid #EC5F00;
  outline-offset: 3px;
}

.jrndet .dashedframe {
  border: 2px dashed rgba(142,227,232,0.55);
  border-radius: 16px;
  padding: 24px;
}

@keyframes cardflip {
  0% { transform: rotateY(90deg); opacity: 0; }
  100% { transform: rotateY(0deg); opacity: 1; }
}

.jrndet .flipcard {
  animation: cardflip 0.26s cubic-bezier(0.4,0,0.2,1) both;
}

.jrndet .flipcard:nth-child(1) { animation-delay: 0.04s; }
.jrndet .flipcard:nth-child(2) { animation-delay: 0.1s; }
.jrndet .flipcard:nth-child(3) { animation-delay: 0.16s; }

@media (max-width: 1024px) {
  .jrndet .twocol {
    grid-template-columns: 1fr;
    padding: 24px 24px 48px;
  }
  .jrndet .sidebar {
    position: static;
  }
  .jrndet .titleseg {
    padding: 48px 24px 24px;
  }
  .jrndet .artbody {
    padding: 48px 24px;
  }
  .jrndet .ctastrip {
    padding: 48px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .jrndet .dividerA {
    padding: 0 24px;
  }
  .jrndet .arttitle {
    font-size: 33px;
  }
}

@media (max-width: 640px) {
  .jrndet .imgframe img {
    height: 220px;
  }
  .jrndet .arttitle {
    font-size: 24px;
  }
  .jrndet .ctastrip .ctawords .ctahead {
    font-size: 24px;
  }
  .jrndet .metarow {
    gap: 12px;
  }
  .jrndet .statscard {
    flex-direction: column;
    gap: 12px;
  }
}

.abtu {
  background: #fff;
  overflow-x: clip;
}

.abtu .reveal {
  animation: abtuReveal 0.26s cubic-bezier(0.4,0,0.2,1) both;
}

@keyframes abtuReveal {
  from { opacity: 0; }
  to { opacity: 1; }
}

.abtu .pgwrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── SECTION 1: Title block ── */
.abtu .titlesec {
  padding: 96px 24px 48px;
  text-align: center;
  position: relative;
}

.abtu .titlesec .pgwrap {
  position: relative;
}

.abtu .dotpath {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}

.abtu .dotpath span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 0px;
  background: #EC5F00;
  opacity: 0.35;
}

.abtu .dotpath span:nth-child(2) {
  width: 10px;
  height: 10px;
  opacity: 0.55;
  background: #8EE3E8;
  transform: translateY(-2px);
}

.abtu .dotpath span:nth-child(3) {
  width: 6px;
  height: 6px;
  opacity: 0.35;
  background: #EC5F00;
}

.abtu .dotpath span:nth-child(4) {
  width: 8px;
  height: 8px;
  opacity: 0.45;
  background: #013044;
  transform: translateY(1px);
}

.abtu .dotpath span:nth-child(5) {
  width: 5px;
  height: 5px;
  opacity: 0.3;
  background: #EC5F00;
}

.abtu .titlesec .sup {
  font-size: 14px;
  color: #EC5F00;
  letter-spacing: 0.02em;
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
}

.abtu .titlesec h1 {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #013044;
  font-weight: 800;
  margin: 0 0 24px;
}

.abtu .titlesec h1 .kwu {
  position: relative;
  display: inline-block;
}

.abtu .titlesec h1 .kwu::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 5px;
  background: #8EE3E8;
  opacity: 0.7;
  border-radius: 0px;
}

.abtu .titlesec .lead {
  font-size: 19px;
  line-height: 1.7;
  color: #2a3d47;
  max-width: 640px;
  margin: 0 auto 48px;
  letter-spacing: 0.01em;
}

.abtu .heroimg {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
  max-width: 900px;
  width: 100%;
}

.abtu .heroimg img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  filter: sepia(0.18) contrast(1.06) brightness(0.97) saturate(0.88);
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
}

.abtu .heroimg:hover img {
  filter: sepia(0) contrast(1) brightness(1) saturate(0.2);
}

.abtu .heroimg .filmgrain {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    0deg,
    rgba(1,48,68,0.04) 0px,
    rgba(1,48,68,0.04) 1px,
    transparent 1px,
    transparent 3px
  );
  pointer-events: none;
}

/* ── SECTION 2: Story / inverted ── */
.abtu .storysec {
  background: #013044;
  padding: 96px 24px;
  position: relative;
}

.abtu .storysec .curlwrap {
  position: absolute;
  top: 24px;
  right: 48px;
  width: 80px;
  height: 80px;
  opacity: 0.08;
  pointer-events: none;
}

.abtu .storysec .curlwrap svg {
  width: 80px;
  height: 80px;
}

.abtu .storysec .sgrid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 48px;
  align-items: start;
}

.abtu .storysec .sleft {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}

.abtu .storysec .sstat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(142,227,232,0.07);
  box-shadow: 0 3px 6px -1px rgba(142,227,232,0.08);
}

.abtu .storysec .sstat .num {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 800;
  color: #8EE3E8;
  letter-spacing: 0.01em;
}

.abtu .storysec .sstat .numlabel {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.02em;
}

.abtu .storysec .smid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.abtu .storysec .smid h2 {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
  margin: 0;
}

.abtu .storysec .smid h2 .accsup {
  font-size: 14px;
  color: #EC5F00;
  font-weight: 700;
  vertical-align: super;
  letter-spacing: 0.02em;
  margin-left: 4px;
}

.abtu .storysec .smid .bqp {
  border-top: 3px solid #EC5F00;
  padding-top: 24px;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.01em;
  font-style: italic;
}

.abtu .storysec .smid .bodyp {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.68);
  letter-spacing: 0.01em;
}

.abtu .storysec .sright {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
  text-align: right;
}

.abtu .storysec .sright .tag {
  font-size: 14px;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.abtu .storysec .sright .tag strong {
  color: #8EE3E8;
  font-weight: 600;
}

/* ── SECTION 3: Team ── */
.abtu .teamsec {
  padding: 96px 24px;
  background: #f5f7f8;
}

.abtu .teamsec .tgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.abtu .teamsec .timgwrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
  position: relative;
}

.abtu .teamsec .timgwrap img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
  transition: filter 0.22s cubic-bezier(0.0,0,0.2,1);
  filter: saturate(1);
}

.abtu .teamsec .timgwrap:hover img {
  filter: saturate(0);
}

.abtu .teamsec .tcol {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.abtu .teamsec .tcol h2 {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 800;
  color: #013044;
  letter-spacing: 0.01em;
  margin: 0;
}

.abtu .teamsec .tcol .bodyp {
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d47;
  letter-spacing: 0.01em;
}

.abtu .teamsec .tpersons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.abtu .teamsec .tpcard {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 3px 6px -1px rgba(236,95,0,0.08);
}

.abtu .teamsec .tpcard .tpavatar {
  width: 44px;
  height: 44px;
  border-radius: 0px;
  background: linear-gradient(135deg, #013044, #8EE3E8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.abtu .teamsec .tpcard .tpavatar span {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.01em;
}

.abtu .teamsec .tpcard .tpinfo {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.abtu .teamsec .tpcard .tpname {
  font-size: 16px;
  font-weight: 700;
  color: #013044;
  letter-spacing: 0.01em;
}

.abtu .teamsec .tpcard .tprole {
  font-size: 14px;
  color: #5a7080;
  letter-spacing: 0.02em;
}

.abtu .teamsec .charlist {
  font-size: 14px;
  color: #5a7080;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.abtu .teamsec .charlist span {
  color: #013044;
  font-weight: 600;
}

/* ── SECTION 4: Values / complex grid ── */
.abtu .valsec {
  padding: 96px 24px;
  background: #fff;
  position: relative;
}

.abtu .valsec .curlwrap2 {
  position: absolute;
  bottom: 48px;
  left: 24px;
  width: 60px;
  height: 60px;
  opacity: 0.07;
  pointer-events: none;
}

.abtu .valsec .curlwrap2 svg {
  width: 60px;
  height: 60px;
}

.abtu .valsec .vhead {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.abtu .valsec .vhead h2 {
  font-size: 33px;
  line-height: 1.2;
  font-weight: 800;
  color: #013044;
  letter-spacing: 0.01em;
  margin: 0;
}

.abtu .valsec .vhead .vheadright {
  text-align: right;
  font-size: 16px;
  line-height: 1.7;
  color: #2a3d47;
  letter-spacing: 0.01em;
}

.abtu .valsec .outergrid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.abtu .valsec .innergrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 24px;
}

.abtu .valsec .vcard {
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 3px 6px -1px rgba(236,95,0,0.08);
  transition: box-shadow 0.24s cubic-bezier(0.4,0,0.2,1);
}

.abtu .valsec .vcard:hover {
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
}

.abtu .valsec .vcard.vc1 { background: #f0f9fa; }
.abtu .valsec .vcard.vc2 { background: #fff5ef; }
.abtu .valsec .vcard.vc3 { background: #f0f9fa; }
.abtu .valsec .vcard.vc4 { background: #fff5ef; }

.abtu .valsec .vcard .vcnum {
  font-size: 46px;
  line-height: 1.2;
  font-weight: 800;
  color: #EC5F00;
  opacity: 0.18;
  letter-spacing: 0.01em;
}

.abtu .valsec .vcard h4 {
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
  color: #013044;
  letter-spacing: 0.01em;
  margin: 0;
}

.abtu .valsec .vcard .vcp {
  font-size: 14px;
  line-height: 1.7;
  color: #2a3d47;
  letter-spacing: 0.01em;
}

.abtu .valsec .vsidecol {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.abtu .valsec .vimgwrap {
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
  min-height: 200px;
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
}

.abtu .valsec .vimgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 200px;
  transition: filter 0.28s cubic-bezier(0.0,0,0.2,1);
  filter: saturate(1);
}

.abtu .valsec .vimgwrap:hover img {
  filter: saturate(0);
}

.abtu .valsec .vquote {
  border-radius: 16px;
  background: #013044;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 4px 18px -1px rgba(142,227,232,0.09);
}

.abtu .valsec .vquote .vqtext {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  letter-spacing: 0.01em;
  font-style: italic;
}

.abtu .valsec .vquote .vqauthor {
  font-size: 14px;
  color: #8EE3E8;
  font-weight: 600;
  letter-spacing: 0.02em;
}

/* Hover text character color effect */
.abtu .charhov {
  display: inline-block;
  cursor: default;
}

.abtu .charhov .ch {
  display: inline;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
}

.abtu .charhov:hover .ch:nth-child(1) { color: #EC5F00; transition-delay: 0s; }
.abtu .charhov:hover .ch:nth-child(2) { color: #EC5F00; transition-delay: 0.03s; }
.abtu .charhov:hover .ch:nth-child(3) { color: #EC5F00; transition-delay: 0.06s; }
.abtu .charhov:hover .ch:nth-child(4) { color: #EC5F00; transition-delay: 0.09s; }
.abtu .charhov:hover .ch:nth-child(5) { color: #EC5F00; transition-delay: 0.12s; }
.abtu .charhov:hover .ch:nth-child(6) { color: #EC5F00; transition-delay: 0.15s; }
.abtu .charhov:hover .ch:nth-child(7) { color: #EC5F00; transition-delay: 0.18s; }
.abtu .charhov:hover .ch:nth-child(8) { color: #EC5F00; transition-delay: 0.21s; }
.abtu .charhov:hover .ch:nth-child(9) { color: #EC5F00; transition-delay: 0.24s; }
.abtu .charhov:hover .ch:nth-child(10) { color: #EC5F00; transition-delay: 0.27s; }

/* Responsive */
@media (max-width: 1024px) {
  .abtu .titlesec h1 { font-size: 46px; }
  .abtu .storysec .sgrid { grid-template-columns: 1fr 2fr; }
  .abtu .storysec .sright { display: none; }
  .abtu .teamsec .tgrid { grid-template-columns: 1fr; }
  .abtu .teamsec .timgwrap { display: none; }
  .abtu .valsec .outergrid { grid-template-columns: 1fr; }
  .abtu .valsec .vsidecol { flex-direction: row; }
  .abtu .valsec .vimgwrap { display: none; }
  .abtu .valsec .vhead { grid-template-columns: 1fr; }
  .abtu .valsec .vhead .vheadright { text-align: left; }
}

@media (max-width: 640px) {
  .abtu .titlesec { padding: 48px 24px 24px; }
  .abtu .titlesec h1 { font-size: 33px; }
  .abtu .titlesec .lead { font-size: 16px; }
  .abtu .heroimg img { height: 240px; }
  .abtu .storysec { padding: 48px 24px; }
  .abtu .storysec .sgrid { grid-template-columns: 1fr; }
  .abtu .storysec .sleft { flex-direction: row; }
  .abtu .storysec .sstat .num { font-size: 33px; }
  .abtu .teamsec { padding: 48px 24px; }
  .abtu .valsec { padding: 48px 24px; }
  .abtu .valsec .innergrid { grid-template-columns: 1fr; }
  .abtu .valsec .vsidecol { flex-direction: column; }
}

.ctus {
  background: #ffffff;
  overflow-x: clip;
  position: relative;
}

.ctus .pg-band {
  height: 4px;
  background: linear-gradient(107deg, #EC5F00 0%, #8EE3E8 100%);
  width: 100%;
}

.ctus .reach-wrap {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 48px;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start;
}

.ctus .reach-left {
  flex: 0 0 420px;
  position: relative;
}

.ctus .reach-eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #EC5F00;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.ctus .reach-heading {
  font-size: 46px;
  font-weight: 800;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 24px 0;
}

.ctus .reach-heading sup {
  font-size: 14px;
  font-weight: 700;
  color: #EC5F00;
  letter-spacing: 0.02em;
  vertical-align: super;
}

.ctus .reach-desc {
  font-size: 16px;
  color: #013044;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 48px 0;
  padding: 24px;
  background: linear-gradient(160deg, rgba(142,227,232,0.13) 0%, transparent 100%);
  border-radius: 16px;
}

.ctus .info-stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ctus .info-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}

.ctus .info-icon {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  background: #013044;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctus .info-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #8EE3E8;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ctus .info-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ctus .info-label {
  font-size: 14px;
  font-weight: 700;
  color: #EC5F00;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ctus .info-val {
  font-size: 16px;
  color: #013044;
  line-height: 1.7;
  letter-spacing: 0.01em;
  text-decoration: none;
  transition: color 0.22s cubic-bezier(0.4,0,0.2,1);
}

.ctus .info-val:hover {
  color: #EC5F00;
}

.ctus .deco-arrow {
  position: absolute;
  right: -48px;
  top: 60px;
  opacity: 0.18;
  pointer-events: none;
}

.ctus .deco-arrow svg {
  width: 32px;
  height: 80px;
  fill: #EC5F00;
}

.ctus .reach-right {
  flex: 1 1 0;
  min-width: 0;
}

.ctus .form-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
  padding: 48px;
  position: relative;
  overflow: hidden;
}

.ctus .form-card::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(107deg, #EC5F00 0%, #8EE3E8 100%);
}

.ctus .form-card::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background: linear-gradient(160deg, rgba(142,227,232,0.09) 0%, transparent 100%);
  border-radius: 16px 0 16px 0;
  pointer-events: none;
}

.ctus .form-title {
  font-size: 24px;
  font-weight: 800;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 8px 0;
}

.ctus .form-sub {
  font-size: 14px;
  color: #4a6070;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 48px 0;
}

.ctus .field-group {
  position: relative;
  margin-bottom: 24px;
}

.ctus .field-group input,
.ctus .field-group select,
.ctus .field-group textarea {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #d6e4ec;
  border-radius: 0px;
  padding: 20px 16px 8px 16px;
  font-size: 16px;
  color: #013044;
  background: #f4f9fb;
  outline: none;
  transition: border-color 0.22s cubic-bezier(0.4,0,0.2,1), background 0.25s cubic-bezier(0.0,0,0.2,1);
  letter-spacing: 0.01em;
  line-height: 1.7;
  appearance: none;
  -webkit-appearance: none;
}

.ctus .field-group input:focus,
.ctus .field-group select:focus,
.ctus .field-group textarea:focus {
  border-color: #EC5F00;
  background: #ffffff;
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
}

.ctus .field-group label {
  position: absolute;
  top: 14px;
  left: 16px;
  font-size: 16px;
  color: #6a8090;
  pointer-events: none;
  transition: top 0.2s cubic-bezier(0.4,0,0.2,1), font-size 0.2s cubic-bezier(0.4,0,0.2,1), color 0.2s cubic-bezier(0.4,0,0.2,1);
  letter-spacing: 0.01em;
  line-height: 1.2;
  background: transparent;
}

.ctus .field-group input:focus + label,
.ctus .field-group input:not(:placeholder-shown) + label,
.ctus .field-group select:focus + label,
.ctus .field-group select:not([value=""]) + label,
.ctus .field-group textarea:focus + label,
.ctus .field-group textarea:not(:placeholder-shown) + label {
  top: 5px;
  font-size: 14px;
  color: #EC5F00;
}

.ctus .field-group input::placeholder,
.ctus .field-group textarea::placeholder {
  color: transparent;
}

.ctus .field-group select {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 8px;
}

.ctus .select-wrap {
  position: relative;
}

.ctus .select-wrap::after {
  content: '';
  display: block;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #EC5F00;
  pointer-events: none;
}

.ctus .priority-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.ctus .priority-opt {
  flex: 1 1 0;
  min-width: 0;
}

.ctus .priority-opt input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.ctus .priority-opt label {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 12px 8px;
  border: 2px solid #d6e4ec;
  border-radius: 0px;
  cursor: pointer;
  background: #f4f9fb;
  transition: border-color 0.22s cubic-bezier(0.4,0,0.2,1), background 0.25s cubic-bezier(0.0,0,0.2,1);
  text-align: center;
}

.ctus .priority-opt label:hover {
  border-color: #8EE3E8;
  background: #edfafb;
}

.ctus .priority-opt input[type="radio"]:checked + label {
  border-color: #EC5F00;
  background: #fff5ef;
}

.ctus .prio-name {
  font-size: 14px;
  font-weight: 700;
  color: #013044;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.ctus .prio-desc {
  font-size: 14px;
  color: #6a8090;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.ctus .priority-opt input[type="radio"]:checked + label .prio-name {
  color: #EC5F00;
}

.ctus .prio-dot {
  width: 8px;
  height: 8px;
  border-radius: 0px;
  background: #d6e4ec;
  margin-bottom: 4px;
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1);
}

.ctus .priority-opt input[type="radio"]:checked + label .prio-dot {
  background: #EC5F00;
}

.ctus .prio-low .prio-dot { background: #8EE3E8; }
.ctus .prio-mid .prio-dot { background: #EC5F00; opacity: 0.5; }
.ctus .prio-high .prio-dot { background: #EC5F00; }

.ctus .priority-opt input[type="radio"]:checked + label .prio-low { background: #8EE3E8; }
.ctus .priority-opt input[type="radio"]:checked + label .prio-high { background: #EC5F00; }

.ctus .privacy-row {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 16px;
  background: #f4f9fb;
  border-radius: 0px;
}

.ctus .privacy-row input[type="checkbox"] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: #EC5F00;
  cursor: pointer;
}

.ctus .privacy-text {
  font-size: 14px;
  color: #4a6070;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.ctus .privacy-text a {
  color: #EC5F00;
  text-decoration: underline;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
}

.ctus .privacy-text a:hover {
  color: #013044;
}

.ctus .submit-btn {
  width: 100%;
  padding: 16px 48px;
  background: #EC5F00;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  transition: background 0.26s cubic-bezier(0.4,0,0.2,1), box-shadow 0.22s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
}

.ctus .submit-btn::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #013044;
  transition: left 0.26s cubic-bezier(0.4,0,0.2,1);
  z-index: 0;
}

.ctus .submit-btn:hover::before {
  left: 0;
}

.ctus .submit-btn:hover {
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
}

.ctus .submit-btn span,
.ctus .submit-btn svg {
  position: relative;
  z-index: 1;
}

.ctus .submit-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ctus .submit-btn:focus {
  outline: 3px solid #8EE3E8;
  outline-offset: 2px;
}

.ctus .submit-btn:active {
  background: #013044;
}

.ctus .prio-section-label {
  font-size: 14px;
  font-weight: 700;
  color: #013044;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: block;
}

.ctus .urgency-bar {
  display: flex;
  flex-direction: row;
  gap: 4px;
  margin-bottom: 24px;
  align-items: center;
}

.ctus .urgency-seg {
  flex: 1 1 0;
  height: 4px;
  background: #d6e4ec;
  border-radius: 0px;
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1);
}

.ctus .priority-opt:nth-child(1) input[type="radio"]:checked ~ .ctus .urgency-bar .urgency-seg:nth-child(1) {
  background: #8EE3E8;
}

.ctus .divider-svg {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  text-align: right;
}

.ctus .divider-svg svg {
  display: block;
  margin-left: auto;
}

.ctus .detail-strip {
  background: #013044;
  padding: 96px 0 0 0;
  position: relative;
  overflow: hidden;
}

.ctus .detail-strip::before {
  content: '';
  display: block;
  position: absolute;
  top: -80px;
  right: -80px;
  width: 320px;
  height: 320px;
  background: linear-gradient(160deg, rgba(142,227,232,0.08) 0%, transparent 100%);
  border-radius: 16px;
  pointer-events: none;
}

.ctus .strip-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px 96px 48px;
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.ctus .strip-col {
  flex: 1 1 260px;
  min-width: 0;
}

.ctus .strip-col-wide {
  flex: 2 1 480px;
  min-width: 0;
}

.ctus .strip-label {
  font-size: 14px;
  font-weight: 700;
  color: #8EE3E8;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 12px;
  display: block;
}

.ctus .strip-heading {
  font-size: 33px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 24px 0;
}

.ctus .strip-body {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
}

.ctus .strip-divider {
  width: 48px;
  height: 2px;
  background: #EC5F00;
  margin: 24px 0;
}

.ctus .meta-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ctus .meta-item {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: flex-start;
}

.ctus .meta-bullet {
  width: 6px;
  height: 6px;
  background: #EC5F00;
  border-radius: 0px;
  flex-shrink: 0;
  margin-top: 8px;
}

.ctus .meta-txt {
  font-size: 16px;
  color: rgba(255,255,255,0.72);
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.ctus .meta-txt a {
  color: #8EE3E8;
  text-decoration: none;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
}

.ctus .meta-txt a:hover {
  color: #EC5F00;
}

.ctus .chart-area {
  margin-top: 48px;
  padding: 24px;
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
  box-shadow: inset 0 2px 4px rgba(142,227,232,0.06), inset 0 -2px 6px rgba(1,48,68,0.18);
}

.ctus .chart-label-top {
  font-size: 14px;
  font-weight: 700;
  color: #8EE3E8;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: block;
}

.ctus .chart-bars {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-end;
  height: 120px;
}

.ctus .cbar {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  height: 100%;
}

.ctus .cbar-fill {
  width: 100%;
  border-radius: 0px;
  transition: opacity 0.25s cubic-bezier(0.4,0,0.2,1);
}

.ctus .cbar:hover .cbar-fill {
  opacity: 0.8;
}

.ctus .cbar-fill.b1 { height: 28%; background: rgba(142,227,232,0.3); }
.ctus .cbar-fill.b2 { height: 42%; background: rgba(142,227,232,0.45); }
.ctus .cbar-fill.b3 { height: 55%; background: rgba(142,227,232,0.55); }
.ctus .cbar-fill.b4 { height: 67%; background: rgba(236,95,0,0.5); }
.ctus .cbar-fill.b5 { height: 78%; background: rgba(236,95,0,0.65); }
.ctus .cbar-fill.b6 { height: 88%; background: rgba(236,95,0,0.8); }
.ctus .cbar-fill.b7 { height: 100%; background: #EC5F00; }

.ctus .cbar-yr {
  font-size: 14px;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
}

.ctus .chart-note {
  font-size: 14px;
  color: rgba(255,255,255,0.4);
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin-top: 12px;
}

.ctus .strip-right-align {
  text-align: right;
}

.ctus .inline-slash {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0.01em;
  line-height: 1.7;
}

.ctus .inline-slash span {
  color: #EC5F00;
  margin: 0 8px;
}

@media (max-width: 1024px) {
  .ctus .reach-wrap {
    flex-direction: column;
    gap: 48px;
    padding: 48px 24px;
  }
  .ctus .reach-left {
    flex: none;
    width: 100%;
  }
  .ctus .deco-arrow {
    display: none;
  }
  .ctus .strip-inner {
    padding: 0 24px 48px 24px;
    gap: 48px;
  }
  .ctus .strip-col-wide {
    flex: 1 1 100%;
  }
  .ctus .reach-heading {
    font-size: 33px;
  }
}

@media (max-width: 640px) {
  .ctus .reach-wrap {
    padding: 48px 12px;
    gap: 48px;
  }
  .ctus .form-card {
    padding: 24px;
  }
  .ctus .priority-row {
    flex-direction: column;
  }
  .ctus .strip-inner {
    padding: 0 12px 48px 12px;
  }
  .ctus .reach-heading {
    font-size: 24px;
  }
  .ctus .strip-heading {
    font-size: 24px;
  }
  .ctus .chart-bars {
    height: 80px;
  }
  .ctus .strip-col {
    flex: 1 1 100%;
  }
}

.prm {
  background: #f5f2ee;
  overflow-x: clip;
}

.prm .constrain {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

@media (max-width: 640px) {
  .prm .constrain {
    padding: 0 24px;
  }
}

.prm ::selection {
  background: #8EE3E8;
  color: #013044;
}

.prm .dotdivider {
  border: none;
  border-top: 2px dotted #EC5F00;
  opacity: 0.45;
  margin: 0;
}

.prm .supAcc {
  font-size: 14px;
  color: #EC5F00;
  vertical-align: super;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-left: 2px;
}

/* ── SECTION 1 – TITLE BLOCK ── */
.prm .titlesec {
  padding: 96px 0 48px;
  background: #ffffff;
  position: relative;
}

.prm .titlesec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #EC5F00;
}

.prm .titleinner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
}

.prm .titletxt {
  flex: 1 1 0;
  min-width: 0;
}

.prm .titlelabel {
  display: inline-block;
  font-size: 14px;
  color: #EC5F00;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.prm .titleh {
  font-size: 46px;
  font-weight: 800;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
}

.prm .titleh span {
  display: block;
  color: #EC5F00;
}

.prm .titledesc {
  font-size: 19px;
  color: #2a3f4a;
  line-height: 1.7;
  letter-spacing: 0.01em;
  max-width: 540px;
  margin: 0 0 24px;
}

.prm .titlemeta {
  font-size: 14px;
  color: #5a7080;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.prm .dotpath {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}

.prm .dotpath span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #EC5F00;
  opacity: 0.2;
}

.prm .dotpath span:nth-child(2) { opacity: 0.4; }
.prm .dotpath span:nth-child(3) { opacity: 0.65; }
.prm .dotpath span:nth-child(4) { opacity: 0.85; }
.prm .dotpath span:nth-child(5) { opacity: 1; }

.prm .titlecard {
  flex: 0 0 340px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
}

.prm .titlecard img {
  width: 340px;
  height: 420px;
  object-fit: cover;
  display: block;
  filter: saturate(0.95);
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
}

.prm .titlecard img:hover {
  filter: saturate(0.1);
}

.prm .titlecard::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(1,48,68,0.18);
  pointer-events: none;
}

.prm .dashedborder {
  border: 2px dashed rgba(236,95,0,0.35);
  border-radius: 16px;
  padding: 24px;
  margin-top: 24px;
  display: inline-block;
}

@media (max-width: 1024px) {
  .prm .titleh { font-size: 33px; }
  .prm .titlecard { flex: 0 0 280px; }
  .prm .titlecard img { width: 280px; height: 340px; }
}

@media (max-width: 640px) {
  .prm .titleinner { flex-direction: column; }
  .prm .titlecard { display: none; }
  .prm .titleh { font-size: 33px; }
  .prm .titlesec { padding: 48px 0 24px; }
}

/* ── SECTION 2 – SITUATIONS ── */
.prm .sitsec {
  padding: 96px 0;
  background: #013044;
  position: relative;
}

.prm .sitsec::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(142,227,232,0.04) 0px,
    rgba(142,227,232,0.04) 1px,
    transparent 1px,
    transparent 12px
  );
  pointer-events: none;
}

.prm .sithead {
  font-size: 33px;
  font-weight: 700;
  color: #8EE3E8;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 8px;
}

.prm .sitsub {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 48px;
}

.prm .sitgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.prm .sititem {
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1);
}

.prm .sititem::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #EC5F00;
  border-radius: 16px 16px 0 0;
}

.prm .sititem:hover {
  background: rgba(142,227,232,0.08);
}

.prm .sitnr {
  font-size: 46px;
  font-weight: 800;
  color: rgba(236,95,0,0.2);
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.prm .sititemh {
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
}

.prm .sititemp {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
}

.prm .sitimgrow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 48px;
}

.prm .sitimgbox {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px -1px rgba(142,227,232,0.09);
}

.prm .sitimgbox img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
  transition: filter 0.28s cubic-bezier(0.0,0,0.2,1);
}

.prm .sitimgbox img:hover {
  filter: saturate(0);
}

@media (max-width: 1024px) {
  .prm .sitgrid { grid-template-columns: 1fr 1fr; }
  .prm .sitimgrow { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .prm .sitgrid { grid-template-columns: 1fr; }
  .prm .sitsec { padding: 48px 0; }
  .prm .sitimgrow { display: none; }
}

/* ── SECTION 3 – APPROACH ── */
.prm .aprsec {
  padding: 96px 0;
  background: #ffffff;
}

.prm .aprinner {
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start;
}

.prm .aprleft {
  flex: 0 0 420px;
}

.prm .aprright {
  flex: 1 1 0;
  min-width: 0;
}

.prm .aprh {
  font-size: 33px;
  font-weight: 800;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
}

.prm .aprquote {
  border-top: 3px solid #8EE3E8;
  padding: 24px;
  background: linear-gradient(160deg, rgba(142,227,232,0.08), transparent);
  border-radius: 0 0 16px 16px;
  margin-bottom: 24px;
}

.prm .aprquotep {
  font-size: 19px;
  color: #013044;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
  font-style: italic;
}

.prm .aprp {
  font-size: 16px;
  color: #2a3f4a;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
}

.prm .aprimg {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  filter: saturate(0.9);
  transition: filter 0.25s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
}

.prm .aprimg:hover {
  filter: saturate(0);
}

.prm .aprfeatlist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.prm .aprfeatitem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  background: #f5f2ee;
  position: relative;
  overflow: hidden;
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1);
}

.prm .aprfeatitem:hover {
  background: rgba(236,95,0,0.07);
}

.prm .aprfeatitem:hover::after {
  opacity: 1;
}

.prm .aprfeatitem::after {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -45deg,
    rgba(236,95,0,0.06) 0px,
    rgba(236,95,0,0.06) 2px,
    transparent 2px,
    transparent 10px
  );
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.4,0,0.2,1);
  border-radius: 16px;
}

.prm .aprfeatdot {
  width: 8px;
  height: 8px;
  background: #EC5F00;
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 8px;
}

.prm .aprfeattxt {
  flex: 1 1 0;
}

.prm .aprfeath {
  font-size: 16px;
  font-weight: 700;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 4px;
}

.prm .aprfeatp {
  font-size: 14px;
  color: #5a7080;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
}

@media (max-width: 1024px) {
  .prm .aprinner { flex-direction: column; gap: 48px; }
  .prm .aprleft { flex: none; width: 100%; }
}

@media (max-width: 640px) {
  .prm .aprsec { padding: 48px 0; }
}

/* ── SECTION 4 – OBJECTION ── */
.prm .objsec {
  padding: 96px 0;
  background: #f5f2ee;
}

.prm .objinner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.prm .objleft {
  position: relative;
}

.prm .objimgwrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
}

.prm .objimgwrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  filter: saturate(0.85);
  transition: filter 0.28s cubic-bezier(0.0,0,0.2,1);
}

.prm .objimgwrap img:hover {
  filter: saturate(0);
}

.prm .objbadge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: #EC5F00;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding: 8px 16px;
  border-radius: 16px;
  line-height: 1.2;
  z-index: 2;
}

.prm .objright {
  padding-top: 12px;
}

.prm .objlabel {
  font-size: 14px;
  color: #EC5F00;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 24px;
  display: block;
  text-align: right;
}

.prm .objh {
  font-size: 33px;
  font-weight: 800;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
  text-align: right;
}

.prm .objp {
  font-size: 16px;
  color: #2a3f4a;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
  text-align: right;
}

.prm .objfaqlist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.prm .objfaqitem {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 3px 6px -1px rgba(236,95,0,0.08);
}

.prm .objfaqq {
  font-size: 16px;
  font-weight: 700;
  color: #013044;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 8px;
  text-align: right;
}

.prm .objfaqa {
  font-size: 14px;
  color: #5a7080;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
  text-align: right;
}

@media (max-width: 1024px) {
  .prm .objinner { grid-template-columns: 1fr; }
  .prm .objleft { display: none; }
  .prm .objlabel, .prm .objh, .prm .objp, .prm .objfaqq, .prm .objfaqa { text-align: left; }
}

@media (max-width: 640px) {
  .prm .objsec { padding: 48px 0; }
}

/* ── SECTION 5 – COMMITMENT ── */
.prm .cmtsec {
  padding: 96px 0;
  background: #013044;
}

.prm .cmtinner {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
}

.prm .cmtleft {
  flex: 1 1 0;
  min-width: 0;
}

.prm .cmtright {
  flex: 0 0 380px;
}

.prm .cmtlabel {
  font-size: 14px;
  color: #8EE3E8;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 24px;
  display: block;
}

.prm .cmth {
  font-size: 33px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
}

.prm .cmtquote {
  border-top: 3px solid #EC5F00;
  padding: 24px;
  background: rgba(236,95,0,0.07);
  border-radius: 0 0 16px 16px;
  margin-bottom: 24px;
}

.prm .cmtquotep {
  font-size: 19px;
  color: #ffffff;
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
  font-style: italic;
}

.prm .cmtp {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
}

.prm .cmtchecks {
  font-size: 14px;
  color: rgba(255,255,255,0.55);
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
}

.prm .cmtchecks strong {
  color: #8EE3E8;
}

.prm .cmtcard {
  background: rgba(255,255,255,0.06);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 18px -1px rgba(142,227,232,0.09);
}

.prm .cmtcardh {
  font-size: 19px;
  font-weight: 700;
  color: #8EE3E8;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin: 0 0 24px;
}

.prm .cmtrow {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.prm .cmtrowitem {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  background: rgba(255,255,255,0.04);
  border-radius: 16px;
}

.prm .cmtrowdot {
  width: 8px;
  height: 8px;
  background: #EC5F00;
  border-radius: 0;
  flex-shrink: 0;
  margin-top: 6px;
}

.prm .cmtrowtxt {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  letter-spacing: 0.01em;
  margin: 0;
}

.prm .cmtimg {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  filter: saturate(0.8);
  transition: filter 0.22s cubic-bezier(0.4,0,0.2,1);
  margin-top: 24px;
  box-shadow: 0 3px 6px -1px rgba(142,227,232,0.08);
}

.prm .cmtimg:hover {
  filter: saturate(0);
}

@media (max-width: 1024px) {
  .prm .cmtinner { flex-direction: column; }
  .prm .cmtright { flex: none; width: 100%; }
}

@media (max-width: 640px) {
  .prm .cmtsec { padding: 48px 0; }
  .prm .cmth { font-size: 24px; }
}

/* ── ANIMATED BACKGROUND PAN ── */
@keyframes bgpan {
  from { background-position: center 0%; }
  to { background-position: center 8%; }
}

.prm .sitsec {
  animation: bgpan 12s linear infinite alternate;
}

.jrnl {
  background: #fff;
  overflow-x: clip;
}

.jrnl .pghead {
  max-width: 1400px;
  margin: 0 auto;
  padding: 96px 48px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: end;
  position: relative;
}

.jrnl .pghead::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 48px;
  right: 48px;
  bottom: 0;
  border-top: 1px solid #8EE3E8;
  border-left: 1px solid #8EE3E8;
  pointer-events: none;
}

.jrnl .pghead::after {
  content: "";
  position: absolute;
  top: 24px;
  right: 48px;
  bottom: 0;
  width: 1px;
  border-right: 1px solid #8EE3E8;
  pointer-events: none;
}

.jrnl .pghead-label {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #EC5F00;
  font-weight: 600;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.jrnl .pghead h1 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #013044;
  font-weight: 800;
  margin: 0 0 24px;
}

.jrnl .pghead-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #2a4a58;
  max-width: 480px;
}

.jrnl .pghead-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 8px;
}

.jrnl .pghead-stat {
  text-align: right;
}

.jrnl .pghead-stat strong {
  display: block;
  font-size: 33px;
  line-height: 1.2;
  color: #EC5F00;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.jrnl .pghead-stat span {
  font-size: 14px;
  color: #2a4a58;
  letter-spacing: 0.02em;
}

.jrnl .divider-concave {
  width: 100%;
  height: 48px;
  background: #f0fafb;
  clip-path: ellipse(55% 100% at 50% 100%);
  margin-bottom: 0;
}

.jrnl .publist-wrap {
  background: #f0fafb;
  padding: 48px 0 96px;
}

.jrnl .publist-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.jrnl .publist-inner h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #013044;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 48px;
}

.jrnl .cardgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.jrnl .pubcard {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: box-shadow 0.22s cubic-bezier(0.4,0,0.2,1), transform 0.22s cubic-bezier(0.4,0,0.2,1);
}

.jrnl .pubcard:hover {
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
  transform: translateY(-4px);
}

.jrnl .pubcard-imgwrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.jrnl .pubcard-imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: filter 0.25s cubic-bezier(0.0,0,0.2,1);
}

.jrnl .pubcard:hover .pubcard-imgwrap img {
  filter: saturate(0);
}

.jrnl .pubcard-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 12px;
}

.jrnl .pubcard-tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #EC5F00;
  background: rgba(236,95,0,0.08);
  padding: 4px 12px;
  border-radius: 0;
  align-self: flex-start;
}

.jrnl .pubcard h3 {
  font-size: 19px;
  line-height: 1.2;
  color: #013044;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin: 0;
}

.jrnl .pubcard-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #2a4a58;
  margin: 0;
  flex: 1;
}

.jrnl .pubcard-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #5a7a88;
  letter-spacing: 0.01em;
  padding-top: 8px;
  border-top: 1px solid rgba(142,227,232,0.3);
}

.jrnl .pubcard-meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.jrnl .pubcard-meta-icon {
  width: 14px;
  height: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jrnl .pubcard-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 600;
  color: #EC5F00;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
  align-self: flex-start;
}

.jrnl .pubcard-link:hover {
  color: #013044;
}

.jrnl .pubcard-link svg {
  transition: transform 0.2s cubic-bezier(0.4,0,0.2,1);
}

.jrnl .pubcard-link:hover svg {
  transform: translateX(4px);
}

.jrnl .divider-accent {
  width: 100%;
  height: 48px;
  background: #fff;
  clip-path: ellipse(55% 100% at 50% 0%);
}

.jrnl .manifesto-strip {
  background: #013044;
  padding: 96px 48px;
  position: relative;
}

.jrnl .manifesto-strip-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #013044 60%, rgba(142,227,232,0.12) 100%);
  pointer-events: none;
}

.jrnl .manifesto-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 96px;
  align-items: center;
  position: relative;
}

.jrnl .manifesto-label {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #8EE3E8;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.jrnl .manifesto-left h2 {
  font-size: 33px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0;
}

.jrnl .manifesto-left h2 sup {
  font-size: 14px;
  color: #EC5F00;
  font-weight: 700;
  vertical-align: super;
  letter-spacing: 0.02em;
}

.jrnl .manifesto-quote {
  border-top: 2px solid #EC5F00;
  padding-top: 24px;
}

.jrnl .manifesto-quote p {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,0.88);
  margin: 0 0 24px;
  letter-spacing: 0.01em;
}

.jrnl .manifesto-quote p:last-child {
  margin-bottom: 0;
}

.jrnl .manifesto-diamond {
  position: absolute;
  bottom: -24px;
  right: 0;
  width: 48px;
  height: 48px;
  background: #EC5F00;
  transform: rotate(45deg);
  pointer-events: none;
}

.jrnl .divider-wave {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  background: #fff;
}

.jrnl .divider-wave svg {
  display: block;
  width: 100%;
}

.jrnl .metrics-band {
  background: #fff;
  padding: 96px 48px 48px;
}

.jrnl .metrics-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.jrnl .metrics-inner h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #013044;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 48px;
  text-align: right;
}

.jrnl .metrics-cols {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.jrnl .metrics-featured {
  background: linear-gradient(160deg, #013044 60%, rgba(142,227,232,0.15) 100%);
  border-radius: 16px;
  padding: 48px;
  position: relative;
  box-shadow: 0 8px 52px -1px rgba(142,227,232,0.14);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jrnl .metrics-featured-tag {
  font-size: 14px;
  color: #8EE3E8;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.jrnl .metrics-featured h3 {
  font-size: 33px;
  line-height: 1.2;
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0;
}

.jrnl .metrics-featured p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin: 0;
}

.jrnl .metrics-featured-img {
  width: 100%;
  height: 220px;
  border-radius: 16px;
  overflow: hidden;
}

.jrnl .metrics-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.6) brightness(0.85);
  display: block;
  transition: filter 0.25s cubic-bezier(0.0,0,0.2,1);
}

.jrnl .metrics-featured-img img:hover {
  filter: saturate(0);
}

.jrnl .metrics-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jrnl .metriccard {
  background: #f0fafb;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 3px 6px -1px rgba(142,227,232,0.08);
  transition: box-shadow 0.22s cubic-bezier(0.4,0,0.2,1);
}

.jrnl .metriccard:hover {
  box-shadow: 0 4px 18px -1px rgba(142,227,232,0.09);
}

.jrnl .metriccard-val {
  font-size: 33px;
  line-height: 1.2;
  color: #EC5F00;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}

.jrnl .metriccard-label {
  font-size: 14px;
  line-height: 1.7;
  color: #013044;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.jrnl .metriccard-sub {
  font-size: 14px;
  line-height: 1.7;
  color: #5a7a88;
  margin-top: 4px;
}

.jrnl .metriccard-bar {
  height: 4px;
  background: rgba(142,227,232,0.3);
  border-radius: 0;
  margin-top: 12px;
  overflow: hidden;
}

.jrnl .metriccard-bar-fill {
  height: 100%;
  background: #EC5F00;
  border-radius: 0;
  animation: barfill 1.8s cubic-bezier(0.4,0,0.2,1) forwards;
}

@keyframes barfill {
  from { width: 0; }
}

.jrnl .contrast-breathe {
  animation: breathe 6s cubic-bezier(0.4,0,0.2,1) infinite alternate;
}

@keyframes breathe {
  from { filter: contrast(1); }
  to { filter: contrast(1.06); }
}

.jrnl .divider-down {
  width: 100%;
  height: 48px;
  background: #f0fafb;
  clip-path: ellipse(55% 100% at 50% 100%);
}

.jrnl .topics-band {
  background: #f0fafb;
  padding: 48px 0 96px;
}

.jrnl .topics-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 48px;
}

.jrnl .topics-inner h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #013044;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 48px;
}

.jrnl .topicsrow {
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.jrnl .topicpill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 0;
  background: #fff;
  border: 1px solid rgba(142,227,232,0.5);
  font-size: 16px;
  color: #013044;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 3px 6px -1px rgba(142,227,232,0.08);
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1), color 0.22s cubic-bezier(0.4,0,0.2,1), box-shadow 0.22s cubic-bezier(0.4,0,0.2,1);
  cursor: default;
}

.jrnl .topicpill:hover {
  background: #013044;
  color: #8EE3E8;
  box-shadow: 0 4px 18px -1px rgba(142,227,232,0.09);
}

.jrnl .topicpill-dot {
  width: 8px;
  height: 8px;
  background: #EC5F00;
  border-radius: 0;
  flex-shrink: 0;
  transform: rotate(45deg);
}

.jrnl .cta-band {
  background: #fff;
  padding: 96px 48px;
}

.jrnl .cta-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.jrnl .cta-col-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  padding: 48px 24px;
  background: linear-gradient(160deg, rgba(236,95,0,0.05) 0%, rgba(142,227,232,0.08) 100%);
  border-radius: 16px;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
  position: relative;
}

.jrnl .cta-diamond {
  position: absolute;
  top: -12px;
  right: -12px;
  width: 24px;
  height: 24px;
  background: #8EE3E8;
  transform: rotate(45deg);
  pointer-events: none;
}

.jrnl .cta-col-center h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #013044;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin: 0;
}

.jrnl .cta-col-center p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a4a58;
  margin: 0;
}

.jrnl .ctabtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #EC5F00;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s cubic-bezier(0.4,0,0.2,1), box-shadow 0.2s cubic-bezier(0.4,0,0.2,1);
  box-shadow: 0 4px 18px -1px rgba(236,95,0,0.09);
}

.jrnl .ctabtn:hover {
  background: #013044;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
}

.jrnl .ctabtn:focus {
  outline: 2px solid #EC5F00;
  outline-offset: 3px;
}

.jrnl .cta-side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.jrnl .cta-stat-item {
  padding: 24px;
  border-radius: 16px;
  background: #f0fafb;
  box-shadow: 0 3px 6px -1px rgba(142,227,232,0.08);
}

.jrnl .cta-stat-item strong {
  display: block;
  font-size: 24px;
  line-height: 1.2;
  color: #EC5F00;
  font-weight: 800;
  letter-spacing: 0.01em;
  margin-bottom: 4px;
}

.jrnl .cta-stat-item span {
  font-size: 14px;
  color: #2a4a58;
  line-height: 1.7;
}

.jrnl .cta-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: right;
}

.jrnl .cta-navlink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  font-size: 16px;
  color: #013044;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1);
  padding: 8px 0;
  border-bottom: 1px solid rgba(142,227,232,0.4);
}

.jrnl .cta-navlink:hover {
  color: #EC5F00;
}

.jrnl .cta-navlink svg {
  transition: transform 0.2s cubic-bezier(0.4,0,0.2,1);
}

.jrnl .cta-navlink:hover svg {
  transform: translateX(4px);
}

@media (max-width: 1024px) {
  .jrnl .pghead {
    grid-template-columns: 1fr;
    padding: 48px 24px 48px;
    gap: 24px;
  }
  .jrnl .pghead-right {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
  .jrnl .pghead-stat {
    text-align: left;
  }
  .jrnl .cardgrid {
    grid-template-columns: repeat(2, 1fr);
  }
  .jrnl .publist-inner {
    padding: 0 24px;
  }
  .jrnl .manifesto-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .jrnl .manifesto-strip {
    padding: 48px 24px;
  }
  .jrnl .metrics-cols {
    grid-template-columns: 1fr 1fr;
  }
  .jrnl .metrics-featured {
    grid-column: 1 / -1;
  }
  .jrnl .metrics-band {
    padding: 48px 24px 48px;
  }
  .jrnl .metrics-inner {
    padding: 0;
  }
  .jrnl .topics-inner {
    padding: 0 24px;
  }
  .jrnl .cta-inner {
    grid-template-columns: 1fr 1fr;
  }
  .jrnl .cta-links {
    display: none;
  }
  .jrnl .cta-band {
    padding: 48px 24px;
  }
}

@media (max-width: 640px) {
  .jrnl .pghead h1 {
    font-size: 33px;
  }
  .jrnl .cardgrid {
    grid-template-columns: 1fr;
  }
  .jrnl .pubcard-imgwrap {
    display: none;
  }
  .jrnl .metrics-cols {
    grid-template-columns: 1fr;
  }
  .jrnl .metrics-featured-img {
    display: none;
  }
  .jrnl .cta-inner {
    grid-template-columns: 1fr;
  }
  .jrnl .topicsrow {
    gap: 12px;
  }
}

.docpg {
  background: #fff;
  overflow-x: clip;
}

.docpg *, .docpg *::before, .docpg *::after {
  box-sizing: border-box;
}

.docpg ::selection {
  background: #8EE3E8;
  color: #013044;
}

@keyframes fadeBlurIn {
  from { opacity: 0; filter: blur(8px); }
  to { opacity: 1; filter: blur(0); }
}

.docpg .titblk {
  position: relative;
  padding: 96px 48px;
  background: #013044;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
  max-width: 100%;
  overflow: hidden;
}

.docpg .titblk .imgwrap {
  position: relative;
  flex: 0 0 320px;
  height: 480px;
  border-radius: 16px;
  overflow: hidden;
}

.docpg .titblk .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: blur(3px) saturate(0.7);
  transition: filter 0.22s cubic-bezier(0.4,0,0.2,1);
}

.docpg .titblk .imgwrap:hover img {
  filter: blur(0) saturate(1);
}

.docpg .titblk .imgwrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(1,48,68,0.88) 0%, transparent 70%);
  pointer-events: none;
}

.docpg .titblk .txtarea {
  flex: 1;
  position: relative;
  z-index: 1;
  animation: fadeBlurIn 0.26s cubic-bezier(0.0,0,0.2,1) both;
}

.docpg .titblk .quotemark {
  position: absolute;
  top: -24px;
  left: -12px;
  font-size: 160px;
  line-height: 1.2;
  color: #EC5F00;
  opacity: 0.08;
  pointer-events: none;
  user-select: none;
  font-weight: 900;
}

.docpg .titblk .suplab {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #8EE3E8;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.docpg .titblk h1 {
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fff;
  font-weight: 800;
  margin: 0 0 24px 0;
}

.docpg .titblk .tagline {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(142,227,232,0.85);
  letter-spacing: 0.01em;
  max-width: 520px;
}

.docpg .titblk .geocirc {
  position: absolute;
  border-radius: 0px;
  pointer-events: none;
}

.docpg .titblk .geocirc.c1 {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(142,227,232,0.06);
  bottom: -80px;
  right: 80px;
}

.docpg .titblk .geocirc.c2 {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid rgba(236,95,0,0.07);
  top: 24px;
  right: 200px;
}

.docpg .refdocs {
  padding: 96px 48px;
  background: #f4f7f8;
  position: relative;
}

.docpg .refdocs .innermax {
  max-width: 1400px;
  margin: 0 auto;
}

.docpg .refdocs .hdrow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 48px;
  gap: 24px;
}

.docpg .refdocs .hdrow h2 {
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #013044;
  font-weight: 800;
  margin: 0;
}

.docpg .refdocs .hdrow .divline {
  flex: 1;
  height: 1px;
  background: linear-gradient(to right, #EC5F00, transparent);
  margin: 0 24px 8px 24px;
  max-width: 200px;
}

.docpg .refdocs .hdrow .hdmeta {
  font-size: 14px;
  line-height: 1.7;
  color: #013044;
  opacity: 0.55;
  letter-spacing: 0.01em;
  text-align: right;
}

.docpg .refdocs .dotbg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
  background-image: radial-gradient(circle, rgba(1,48,68,0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  background-position: 14px 0;
  opacity: 1;
}

.docpg .refdocs .modgrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.docpg .refdocs .modgrid .modcard {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 3px 6px -1px rgba(236,95,0,0.08);
  transition: box-shadow 0.24s cubic-bezier(0.4,0,0.2,1), transform 0.22s cubic-bezier(0.4,0,0.2,1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  animation: fadeBlurIn 0.28s cubic-bezier(0.0,0,0.2,1) both;
}

.docpg .refdocs .modgrid:hover .modcard {
  filter: blur(1.5px) brightness(0.97);
}

.docpg .refdocs .modgrid .modcard:hover {
  filter: blur(0) brightness(1) !important;
  box-shadow: 0 8px 52px -1px rgba(236,95,0,0.14);
  transform: translateY(-4px);
}

.docpg .refdocs .modgrid .modcard .modtag {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #EC5F00;
  font-weight: 700;
  text-transform: uppercase;
}

.docpg .refdocs .modgrid .modcard h3 {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #013044;
  font-weight: 800;
  margin: 0;
}

.docpg .refdocs .modgrid .modcard p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a4a56;
  letter-spacing: 0.01em;
  margin: 0;
}

.docpg .refdocs .modgrid .modcard .paramlist {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}

.docpg .refdocs .modgrid .modcard .paramitem {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 8px;
}

.docpg .refdocs .modgrid .modcard .paramitem .pname {
  font-size: 14px;
  color: #013044;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.docpg .refdocs .modgrid .modcard .paramitem .pval {
  font-size: 14px;
  color: #2a4a56;
  letter-spacing: 0.01em;
}

.docpg .refdocs .modgrid .modcard .dborder {
  border: 2px solid #013044;
  border-radius: 0px;
  padding: 8px 12px;
  position: relative;
}

.docpg .refdocs .modgrid .modcard .dborder::before {
  content: '';
  position: absolute;
  inset: 3px;
  border: 1px solid rgba(1,48,68,0.3);
  pointer-events: none;
}

.docpg .refdocs .modgrid .modcard .dborder .dblabel {
  font-size: 14px;
  color: #EC5F00;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}

.docpg .refdocs .modgrid .modcard .dborder .dbval {
  font-size: 16px;
  color: #013044;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.docpg .refdocs .modgrid .modcard.featured {
  grid-column: span 1;
  background: #013044;
}

.docpg .refdocs .modgrid .modcard.featured h3 {
  color: #fff;
}

.docpg .refdocs .modgrid .modcard.featured p {
  color: rgba(142,227,232,0.85);
}

.docpg .refdocs .modgrid .modcard.featured .modtag {
  color: #8EE3E8;
}

.docpg .refdocs .modgrid .modcard.featured .pname {
  color: #8EE3E8;
}

.docpg .refdocs .modgrid .modcard.featured .pval {
  color: rgba(255,255,255,0.75);
}

.docpg .glosssec {
  padding: 96px 48px;
  background: #fff;
}

.docpg .glosssec .innermax {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 48px;
  align-items: start;
}

.docpg .glosssec .leftcol {
  position: sticky;
  top: 48px;
}

.docpg .glosssec .leftcol h2 {
  font-size: 33px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #013044;
  font-weight: 800;
  margin: 0 0 12px 0;
}

.docpg .glosssec .leftcol .subdesc {
  font-size: 16px;
  line-height: 1.7;
  color: #2a4a56;
  letter-spacing: 0.01em;
  margin: 0 0 24px 0;
}

.docpg .glosssec .leftcol .vdivline {
  width: 48px;
  height: 3px;
  background: #EC5F00;
  margin-bottom: 24px;
}

.docpg .glosssec .leftcol .qblock {
  background: linear-gradient(135deg, rgba(1,48,68,0.06) 0%, transparent 100%);
  border-radius: 16px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.7;
  color: #013044;
  letter-spacing: 0.01em;
  font-style: italic;
}

.docpg .glosssec .rightcol {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.docpg .glosssec .rightcol .termrow {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(1,48,68,0.1);
  animation: fadeBlurIn 0.26s cubic-bezier(0.0,0,0.2,1) both;
}

.docpg .glosssec .rightcol .termrow:first-child {
  padding-top: 0;
}

.docpg .glosssec .rightcol .termrow:last-child {
  border-bottom: none;
}

.docpg .glosssec .rightcol .termrow .termname {
  flex: 0 0 200px;
  font-size: 16px;
  line-height: 1.7;
  color: #EC5F00;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: right;
}

.docpg .glosssec .rightcol .termrow .termbody {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.docpg .glosssec .rightcol .termrow .termbody p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a4a56;
  letter-spacing: 0.01em;
  margin: 0;
}

.docpg .glosssec .rightcol .termrow .termbody .inlinetags {
  font-size: 14px;
  line-height: 1.7;
  color: #013044;
  opacity: 0.55;
  letter-spacing: 0.01em;
}

.docpg .glosssec .rightcol .termrow .termbody .inlinetags span {
  display: inline;
}

.docpg .glosssec .rightcol .termrow .termbody .inlinetags span::after {
  content: ' / ';
  color: #EC5F00;
  opacity: 0.6;
}

.docpg .glosssec .rightcol .termrow .termbody .inlinetags span:last-child::after {
  content: '';
}

@media (max-width: 1024px) {
  .docpg .titblk {
    padding: 48px 24px;
    gap: 24px;
  }

  .docpg .titblk .imgwrap {
    flex: 0 0 220px;
    height: 340px;
  }

  .docpg .titblk h1 {
    font-size: 33px;
  }

  .docpg .refdocs {
    padding: 48px 24px;
  }

  .docpg .refdocs .modgrid {
    grid-template-columns: 1fr 1fr;
  }

  .docpg .glosssec {
    padding: 48px 24px;
  }

  .docpg .glosssec .innermax {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .docpg .glosssec .leftcol {
    position: static;
  }
}

@media (max-width: 640px) {
  .docpg .titblk {
    flex-direction: column;
    padding: 48px 24px;
  }

  .docpg .titblk .imgwrap {
    display: none;
  }

  .docpg .titblk h1 {
    font-size: 33px;
  }

  .docpg .refdocs .modgrid {
    grid-template-columns: 1fr;
  }

  .docpg .refdocs .hdrow {
    flex-direction: column;
    align-items: flex-start;
  }

  .docpg .refdocs .hdrow .divline {
    display: none;
  }

  .docpg .glosssec .rightcol .termrow {
    flex-direction: column;
    gap: 8px;
  }

  .docpg .glosssec .rightcol .termrow .termname {
    text-align: left;
    flex: none;
  }
}

.successPage {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: #ffffff;
}

.successPage .successWrap {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.successPage .successIcon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.successPage .successIcon svg {
  width: 100%;
  height: 100%;
}

.successPage .successCard {
  background: #ffffff;
  border: 1px solid #8EE3E8;
  border-radius: 16px;
  padding: 48px;
  max-width: 560px;
  width: 100%;
  box-shadow: 0 8px 52px -1px rgba(142, 227, 232, 0.14);
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.successPage .successCard .successLabel {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #EC5F00;
  text-transform: uppercase;
}

.successPage .successCard .successHeading {
  font-size: 33px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #013044;
  margin: 0;
}

.successPage .successCard .successBody {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #2a4a58;
  max-width: 420px;
}

.successPage .successCard .successDivider {
  width: 48px;
  height: 3px;
  background: #EC5F00;
  border-radius: 0px;
}

.successPage .successCard .successNote {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #4a6a7a;
  border-radius: 16px;
  background: #f0fbfc;
  padding: 12px 24px;
  width: 100%;
}

.successPage .successCard .successNote strong {
  color: #013044;
  font-weight: 600;
}

.successPage .successActions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.successPage .successActions .btnPrimary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #EC5F00;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 18px -1px rgba(236, 95, 0, 0.09);
  transition: background 0.22s cubic-bezier(0.4,0,0.2,1), box-shadow 0.25s cubic-bezier(0.4,0,0.2,1);
}

.successPage .successActions .btnPrimary:hover {
  background: #c94f00;
  box-shadow: 0 8px 52px -1px rgba(236, 95, 0, 0.14);
}

.successPage .successActions .btnPrimary:focus {
  outline: 2px solid #EC5F00;
  outline-offset: 3px;
}

.successPage .successActions .btnPrimary:active {
  background: #b34600;
}

.successPage .successActions .btnSecondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: #013044;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.01em;
  border: 1.5px solid #013044;
  border-radius: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s cubic-bezier(0.0,0,0.2,1), color 0.2s cubic-bezier(0.0,0,0.2,1), background 0.24s cubic-bezier(0.4,0,0.2,1);
}

.successPage .successActions .btnSecondary:hover {
  background: #013044;
  color: #ffffff;
}

.successPage .successActions .btnSecondary:focus {
  outline: 2px solid #013044;
  outline-offset: 3px;
}

.successPage .successActions .btnSecondary:active {
  background: #012233;
  color: #ffffff;
}

.successPage .successBrand {
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #6a8a9a;
  line-height: 1.7;
}

.successPage .successBrand span {
  color: #EC5F00;
  font-weight: 600;
}

@media (max-width: 640px) {
  .successPage {
    padding: 48px 12px;
  }

  .successPage .successCard {
    padding: 24px 24px;
  }

  .successPage .successCard .successHeading {
    font-size: 24px;
  }

  .successPage .successActions {
    flex-direction: column;
    align-items: stretch;
  }

  .successPage .successActions .btnPrimary,
  .successPage .successActions .btnSecondary {
    justify-content: center;
  }
}

.notFound {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 96px 24px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.notFound .backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.notFound .backdrop::before {
  content: "";
  position: absolute;
  top: -48px;
  right: -48px;
  width: 420px;
  height: 420px;
  background: linear-gradient(160deg, rgba(142, 227, 232, 0.18) 0%, transparent 70%);
  border-radius: 0px;
}

.notFound .backdrop::after {
  content: "";
  position: absolute;
  bottom: -48px;
  left: -48px;
  width: 360px;
  height: 360px;
  background: linear-gradient(340deg, rgba(236, 95, 0, 0.09) 0%, transparent 65%);
  border-radius: 0px;
}

.notFound .inner {
  max-width: 1400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  position: relative;
}

.notFound .codeBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.notFound .codeBlock .label {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  color: #EC5F00;
  text-transform: uppercase;
  font-weight: 600;
}

.notFound .codeBlock .digits {
  font-size: 62px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 800;
  color: #013044;
  position: relative;
  display: inline-block;
}

.notFound .codeBlock .digits::after {
  content: "";
  display: block;
  height: 4px;
  width: 48px;
  background: #EC5F00;
  border-radius: 0px;
  margin: 12px auto 0;
}

.notFound .msgBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 520px;
  text-align: center;
}

.notFound .msgBlock .heading {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #013044;
  margin: 0;
}

.notFound .msgBlock .desc {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #2a4a58;
  margin: 0;
}

.notFound .msgBlock .desc strong {
  color: #013044;
  font-weight: 600;
}

.notFound .actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.notFound .actions .btnPrimary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #EC5F00;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 600;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: 0 4px 18px -1px rgba(236, 95, 0, 0.09);
  transition: background-color 0.22s cubic-bezier(0.4,0,0.2,1), box-shadow 0.25s cubic-bezier(0.0,0,0.2,1);
  text-decoration: none;
}

.notFound .actions .btnPrimary:hover {
  background: #c94f00;
  box-shadow: 0 8px 52px -1px rgba(236, 95, 0, 0.14);
}

.notFound .actions .btnPrimary:focus {
  outline: 2px solid #EC5F00;
  outline-offset: 3px;
}

.notFound .actions .btnPrimary:active {
  background: #a84200;
}

.notFound .actions .btnSecondary {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: #013044;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: 600;
  border: 2px solid #013044;
  border-radius: 0px;
  cursor: pointer;
  box-shadow: 0 3px 6px -1px rgba(142, 227, 232, 0.08);
  transition: border-color 0.2s cubic-bezier(0.4,0,0.2,1), color 0.2s cubic-bezier(0.4,0,0.2,1), background-color 0.24s cubic-bezier(0.0,0,0.2,1);
  text-decoration: none;
}

.notFound .actions .btnSecondary:hover {
  background: #013044;
  color: #ffffff;
}

.notFound .actions .btnSecondary:focus {
  outline: 2px solid #013044;
  outline-offset: 3px;
}

.notFound .actions .btnSecondary:active {
  background: #012233;
  color: #ffffff;
}

.notFound .iconArrow {
  width: 16px;
  height: 16px;
  display: inline-block;
  flex-shrink: 0;
}

.notFound .dividerLine {
  width: 1px;
  height: 64px;
  background: linear-gradient(to bottom, transparent, rgba(1, 48, 68, 0.2), transparent);
}

.notFound .hintRow {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.notFound .hintItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.notFound .hintItem .hintLabel {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #5a7a8a;
  font-weight: 400;
}

.notFound .hintItem .hintLink {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #013044;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(1, 48, 68, 0.25);
  transition: color 0.2s cubic-bezier(0.4,0,0.2,1), border-color 0.22s cubic-bezier(0.0,0,0.2,1);
}

.notFound .hintItem .hintLink:hover {
  color: #EC5F00;
  border-bottom-color: rgba(236, 95, 0, 0.5);
}

.notFound .hintItem .hintLink:focus {
  outline: 2px solid #EC5F00;
  outline-offset: 2px;
  border-radius: 0px;
}

.notFound .hintSep {
  width: 4px;
  height: 4px;
  background: rgba(1, 48, 68, 0.2);
  border-radius: 0px;
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .notFound {
    padding: 48px 24px;
  }

  .notFound .inner {
    gap: 24px;
  }

  .notFound .codeBlock .digits {
    font-size: 46px;
  }

  .notFound .actions {
    flex-direction: column;
    align-items: stretch;
  }

  .notFound .actions .btnPrimary,
  .notFound .actions .btnSecondary {
    justify-content: center;
  }

  .notFound .hintRow {
    gap: 12px;
  }

  .notFound .hintSep {
    display: none;
  }

  .notFound .dividerLine {
    display: none;
  }
}
