html[lang="en"] .site-footer {
  padding-top: 3.25rem;
}

html[lang="en"] .footer-about {
  max-width: 760px;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

html[lang="en"] .footer-about strong {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
}

html[lang="en"] .footer-about p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.75;
}

html[lang="en"] .footer-main {
  display: grid;
  grid-template-columns: minmax(180px, 0.72fr) minmax(180px, 0.72fr) minmax(320px, 1.16fr);
  gap: clamp(32px, 7vw, 92px);
  align-items: start;
  margin-top: 34px;
}

html[lang="en"] .footer-nav {
  grid-template-columns: 1fr;
  row-gap: 0.72rem;
  max-width: 220px;
}

html[lang="en"] .footer-contact {
  justify-self: end;
  width: min(100%, 460px);
}

html[lang="en"] .footer-contact a {
  color: rgba(255, 255, 255, 0.62);
}

html[lang="en"] .footer-contact a:hover {
  color: #ffffff;
}

html[lang="en"] .footer-contact ul {
  max-width: none;
}

html[lang="en"] .footer-risk-section {
  margin-top: 2.25rem;
}

html[lang="en"] .footer-bottom {
  gap: 18px;
}

html[lang="en"] .site-footer .footer-risk {
  max-width: 980px;
  font-size: 12.5px;
  line-height: 1.75;
}

html[lang="en"] .site-footer .footer-risk strong {
  color: rgba(255, 255, 255, 0.76);
}

html[lang="en"] .footer-social {
  gap: 10px;
}

html[lang="en"] .footer-social a {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.68);
  font-size: 21px;
}

html[lang="en"] .footer-social a:hover {
  border-color: rgba(201, 168, 76, 0.52);
  background: rgba(201, 168, 76, 0.12);
  color: #C9A84C;
}

html[lang="en"] .home-en-hero .hero-copy {
  max-width: 940px;
}

html[lang="en"] .home-en-hero {
  min-height: 76vh;
  padding: 84px 0 64px;
}

html[lang="en"] .home-en-hero .hero-grid {
  min-height: calc(76vh - 148px);
}

html[lang="en"] .home-en-hero .eyebrow {
  color: #C9A84C;
}

html[lang="en"] .home-en-hero h1 {
  max-width: 900px;
  margin-bottom: 20px;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.06;
}

html[lang="en"] .home-en-hero .hero-lead {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

html[lang="en"] .home-en-audience-row {
  display: flex;
  max-width: 860px;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 30px;
}

html[lang="en"] .home-en-audience-row span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid rgba(201, 168, 76, 0.32);
  border-radius: 999px;
  background: rgba(10, 22, 40, 0.58);
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

html[lang="en"] .home-en-foundation .section-heading {
  max-width: 820px;
}

html[lang="en"] .home-en-foundation .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

html[lang="en"] .home-en-foundation .badge-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

html[lang="en"] .home-en-foundation .badge-item {
  min-height: 268px;
  justify-content: flex-start;
  padding: 24px 16px 20px;
}

html[lang="en"] .home-en-foundation .badge-item h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.28;
}

html[lang="en"] .home-en-foundation .badge-item p {
  min-height: 88px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1.65;
}

html[lang="en"] .home-en-foundation .badge-tag {
  margin-top: auto;
}

html[lang="en"] .home-en-stats .stat-card {
  align-items: flex-start;
  min-height: 142px;
  padding: 22px;
}

html[lang="en"] .home-en-stats .stat-icon {
  margin-top: 2px;
}

html[lang="en"] .home-en-stats .stat-card strong {
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
}

html[lang="en"] .home-en-stats .stat-card div > span {
  display: block;
  margin-bottom: 8px;
  color: rgba(201, 168, 76, 0.92);
  font-size: 13px;
  font-weight: 850;
}

html[lang="en"] .home-en-stats .stat-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
  line-height: 1.55;
}

html[lang="en"] .home-en-explore .section-heading {
  max-width: 820px;
}

html[lang="en"] .home-en-explore .section-heading p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

html[lang="en"] .home-en-explore .entry-card {
  min-height: 310px;
}

html[lang="en"] .home-en-explore .entry-card.is-resource {
  border-color: rgba(201, 168, 76, 0.18);
}

html[lang="en"] .home-en-explore .entry-card.is-resource .entry-icon {
  background: rgba(201, 168, 76, 0.12);
  color: #C9A84C;
}

html[lang="en"] .home-en-explore .entry-type {
  width: fit-content;
  margin: -12px 0 18px;
  padding: 6px 9px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.1);
  color: #C9A84C;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
}

html[lang="en"] .home-en-explore .entry-card.is-resource .entry-type {
  border-color: rgba(201, 168, 76, 0.28);
  background: rgba(201, 168, 76, 0.1);
  color: #C9A84C;
}

html[lang="en"] .home-en-explore .entry-card h3 {
  margin-bottom: 12px;
  color: #ffffff;
}

html[lang="en"] .home-en-explore .entry-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.65;
}

html[lang="en"] .home-en-explore .entry-card a {
  margin-top: auto;
}

html[lang="en"] .community-en-page {
  background:
    linear-gradient(180deg, rgba(8, 18, 33, 0.96), rgba(8, 18, 33, 1) 44%),
    #081221;
}

html[lang="en"] .community-en-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 74px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(8, 18, 33, 0.98), rgba(18, 37, 58, 0.9)),
    #081221;
}

html[lang="en"] .community-en-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.74), transparent 86%);
  pointer-events: none;
}

html[lang="en"] .community-en-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: clamp(32px, 6vw, 76px);
}

html[lang="en"] .community-en-hero-copy h1 {
  max-width: 780px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(36px, 4.6vw, 56px);
  line-height: 1.08;
}

html[lang="en"] .community-en-hero-copy > p:not(.eyebrow) {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.75;
}

html[lang="en"] .community-en-hero-copy .button-row {
  margin-top: 30px;
}

html[lang="en"] .community-en-signal-row {
  display: grid;
  max-width: 760px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

html[lang="en"] .community-en-signal-row span {
  min-height: 84px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.45;
}

html[lang="en"] .community-en-signal-row strong {
  display: block;
  margin-bottom: 6px;
  color: #C9A84C;
  font-size: 15px;
}

html[lang="en"] .community-en-panel {
  padding: 22px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04)),
    rgba(10, 22, 40, 0.86);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
}

html[lang="en"] .community-en-panel-top,
html[lang="en"] .community-en-contact-card,
html[lang="en"] .community-en-panel-note {
  display: flex;
  align-items: center;
}

html[lang="en"] .community-en-panel-top {
  gap: 14px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

html[lang="en"] .community-en-panel-icon,
html[lang="en"] .community-en-contact-card i {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, 0.34);
  border-radius: 13px;
  background: rgba(201, 168, 76, 0.12);
  color: #C9A84C;
  font-size: 23px;
}

html[lang="en"] .community-en-panel-top strong,
html[lang="en"] .community-en-contact-card strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
}

html[lang="en"] .community-en-panel-top small,
html[lang="en"] .community-en-contact-card small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

html[lang="en"] .community-en-contact-card {
  gap: 13px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

html[lang="en"] .community-en-contact-card:hover {
  border-color: rgba(201, 168, 76, 0.42);
  background: rgba(201, 168, 76, 0.08);
  transform: translateY(-1px);
}

html[lang="en"] .community-en-panel-note {
  gap: 12px;
  margin-top: 18px;
  padding: 14px;
  border: 1px solid rgba(86, 182, 166, 0.24);
  border-radius: 12px;
  background: rgba(86, 182, 166, 0.08);
}

html[lang="en"] .community-en-panel-note i {
  color: #56B6A6;
  font-size: 22px;
}

html[lang="en"] .community-en-panel-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  line-height: 1.6;
}

html[lang="en"] .community-en-section {
  padding-top: 78px;
}

html[lang="en"] .community-en-card-grid,
html[lang="en"] .community-en-boundary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

html[lang="en"] .community-en-card,
html[lang="en"] .community-en-boundary-grid article {
  min-height: 238px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.13);
}

html[lang="en"] .community-en-card span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 26px;
  place-items: center;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 13px;
  background: rgba(201, 168, 76, 0.1);
  color: #C9A84C;
  font-size: 24px;
}

html[lang="en"] .community-en-card h3,
html[lang="en"] .community-en-boundary-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.28;
}

html[lang="en"] .community-en-card p,
html[lang="en"] .community-en-boundary-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

html[lang="en"] .community-en-steps-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

html[lang="en"] .community-en-steps-layout .section-heading {
  margin-bottom: 0;
}

html[lang="en"] .community-en-steps {
  display: grid;
  gap: 12px;
}

html[lang="en"] .community-en-steps article {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

html[lang="en"] .community-en-steps span {
  display: grid;
  height: 54px;
  place-items: center;
  border-radius: 12px;
  background: rgba(201, 168, 76, 0.12);
  color: #C9A84C;
  font-weight: 850;
}

html[lang="en"] .community-en-steps h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 17px;
}

html[lang="en"] .community-en-steps p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  line-height: 1.65;
}

html[lang="en"] .community-en-boundary-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[lang="en"] .community-en-boundary-grid article {
  min-height: 218px;
}

html[lang="en"] .community-en-boundary-grid i {
  display: block;
  margin-bottom: 22px;
  color: #C9A84C;
  font-size: 30px;
}

html[lang="en"] .community-en-final-cta {
  padding-top: 0;
}

html[lang="en"] .community-en-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(201, 168, 76, 0.14), rgba(86, 182, 166, 0.07)),
    rgba(255, 255, 255, 0.045);
}

html[lang="en"] .community-en-final-card h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
}

html[lang="en"] .community-en-final-card p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

html[lang="en"] .finance-en-page {
  background:
    linear-gradient(180deg, rgba(8, 18, 33, 0.98), rgba(8, 18, 33, 1) 44%),
    #081221;
}

html[lang="en"] .finance-en-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(8, 18, 33, 0.98), rgba(20, 40, 56, 0.88)),
    #081221;
}

html[lang="en"] .finance-en-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), transparent 86%);
  pointer-events: none;
}

html[lang="en"] .finance-en-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(32px, 6vw, 76px);
  align-items: end;
}

html[lang="en"] .finance-en-hero-copy h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.06;
}

html[lang="en"] .finance-en-hero-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

html[lang="en"] .finance-en-hero-copy .button-row {
  margin-top: 30px;
}

html[lang="en"] .finance-en-summary {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(201, 168, 76, 0.26);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 22, 40, 0.84);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.26);
}

html[lang="en"] .finance-en-summary div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

html[lang="en"] .finance-en-summary strong {
  display: block;
  margin-bottom: 6px;
  color: #C9A84C;
  font-size: 26px;
  line-height: 1;
}

html[lang="en"] .finance-en-summary span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 750;
}

html[lang="en"] .finance-en-path-section {
  padding-top: 78px;
}

html[lang="en"] .finance-en-path-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

html[lang="en"] .finance-en-path-grid article,
html[lang="en"] .finance-en-module-card,
html[lang="en"] .finance-en-boundary-list article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.13);
}

html[lang="en"] .finance-en-path-grid article {
  min-height: 218px;
  padding: 22px;
}

html[lang="en"] .finance-en-path-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 13px;
  background: rgba(201, 168, 76, 0.12);
  color: #C9A84C;
  font-weight: 850;
}

html[lang="en"] .finance-en-path-grid h3,
html[lang="en"] .finance-en-module-card h3,
html[lang="en"] .finance-en-boundary-list h3 {
  margin: 0 0 10px;
  color: #ffffff;
  line-height: 1.28;
}

html[lang="en"] .finance-en-path-grid p,
html[lang="en"] .finance-en-module-card p,
html[lang="en"] .finance-en-boundary-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

html[lang="en"] .finance-en-module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

html[lang="en"] .finance-en-module-card {
  display: flex;
  min-height: 242px;
  flex-direction: column;
  padding: 20px;
  color: inherit;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

html[lang="en"] .finance-en-module-card:hover {
  border-color: rgba(201, 168, 76, 0.42);
  background: rgba(201, 168, 76, 0.08);
  transform: translateY(-2px);
}

html[lang="en"] .finance-en-module-card.is-foundation {
  border-color: rgba(201, 168, 76, 0.32);
}

html[lang="en"] .finance-en-module-card span {
  margin-bottom: 18px;
  color: #C9A84C;
  font-size: 12px;
  font-weight: 850;
}

html[lang="en"] .finance-en-module-card h3 {
  font-size: 17px;
}

html[lang="en"] .finance-en-module-card em {
  margin-top: auto;
  padding-top: 18px;
  color: rgba(201, 168, 76, 0.86);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

html[lang="en"] .finance-en-boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

html[lang="en"] .finance-en-boundary-layout .section-heading {
  margin-bottom: 0;
}

html[lang="en"] .finance-en-boundary-list {
  display: grid;
  gap: 12px;
}

html[lang="en"] .finance-en-boundary-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 18px;
}

html[lang="en"] .finance-en-boundary-list i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: rgba(201, 168, 76, 0.12);
  color: #C9A84C;
  font-size: 23px;
}

html[lang="en"] .finance-en-boundary-list h3 {
  font-size: 17px;
}

html[lang="en"] .quant-en-page {
  background:
    linear-gradient(180deg, rgba(8, 18, 33, 0.98), rgba(8, 18, 33, 1) 46%),
    #081221;
}

html[lang="en"] .quant-en-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(135deg, rgba(8, 18, 33, 0.98), rgba(23, 41, 61, 0.9)),
    #081221;
}

html[lang="en"] .quant-en-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), transparent 88%);
  pointer-events: none;
}

html[lang="en"] .quant-en-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(286px, 370px);
  gap: clamp(32px, 6vw, 76px);
  align-items: end;
}

html[lang="en"] .quant-en-hero-copy h1 {
  max-width: 860px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.06;
}

html[lang="en"] .quant-en-hero-copy > p:not(.eyebrow) {
  max-width: 750px;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.75;
}

html[lang="en"] .quant-en-hero-copy .button-row {
  margin-top: 30px;
}

html[lang="en"] .quant-en-summary {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(201, 168, 76, 0.26);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(10, 22, 40, 0.84);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.26);
}

html[lang="en"] .quant-en-summary div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

html[lang="en"] .quant-en-summary strong {
  display: block;
  margin-bottom: 6px;
  color: #C9A84C;
  font-size: 26px;
  line-height: 1;
}

html[lang="en"] .quant-en-summary span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  font-weight: 750;
}

html[lang="en"] .quant-en-section {
  padding-top: 78px;
}

html[lang="en"] .quant-en-workflow-grid,
html[lang="en"] .quant-en-path-grid {
  display: grid;
  gap: 16px;
}

html[lang="en"] .quant-en-workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html[lang="en"] .quant-en-path-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html[lang="en"] .quant-en-workflow-grid article,
html[lang="en"] .quant-en-path-card,
html[lang="en"] .quant-en-boundary-list article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.068), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.035);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.13);
}

html[lang="en"] .quant-en-workflow-grid article {
  min-height: 238px;
  padding: 22px;
}

html[lang="en"] .quant-en-workflow-grid span {
  display: grid;
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 13px;
  background: rgba(201, 168, 76, 0.12);
  color: #C9A84C;
  font-weight: 850;
}

html[lang="en"] .quant-en-workflow-grid h3,
html[lang="en"] .quant-en-path-card h3,
html[lang="en"] .quant-en-boundary-list h3 {
  margin: 0 0 10px;
  color: #ffffff;
  line-height: 1.28;
}

html[lang="en"] .quant-en-workflow-grid p,
html[lang="en"] .quant-en-path-card p,
html[lang="en"] .quant-en-boundary-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  line-height: 1.7;
}

html[lang="en"] .quant-en-path-card {
  display: flex;
  min-height: 300px;
  flex-direction: column;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

html[lang="en"] .quant-en-path-card:hover {
  border-color: rgba(201, 168, 76, 0.42);
  background: rgba(201, 168, 76, 0.08);
  transform: translateY(-2px);
}

html[lang="en"] .quant-en-path-card span {
  width: fit-content;
  margin-bottom: 28px;
  padding: 8px 10px;
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 999px;
  background: rgba(201, 168, 76, 0.1);
  color: #C9A84C;
  font-size: 12px;
  font-weight: 850;
}

html[lang="en"] .quant-en-path-card h3 {
  font-size: 22px;
}

html[lang="en"] .quant-en-path-card em {
  margin-top: auto;
  padding-top: 24px;
  color: rgba(201, 168, 76, 0.88);
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
}

html[lang="en"] .quant-en-boundary-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: start;
}

html[lang="en"] .quant-en-boundary-layout .section-heading {
  margin-bottom: 0;
}

html[lang="en"] .quant-en-boundary-list {
  display: grid;
  gap: 12px;
}

html[lang="en"] .quant-en-boundary-list article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 16px;
  padding: 18px;
}

html[lang="en"] .quant-en-boundary-list i {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: rgba(201, 168, 76, 0.12);
  color: #C9A84C;
  font-size: 23px;
}

html[lang="en"] .quant-en-boundary-list h3 {
  font-size: 17px;
}

html[lang="en"] .quant-en-final-cta {
  padding-top: 0;
}

html[lang="en"] .quant-en-final-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(201, 168, 76, 0.28);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(201, 168, 76, 0.14), rgba(86, 182, 166, 0.07)),
    rgba(255, 255, 255, 0.045);
}

html[lang="en"] .quant-en-final-card h2 {
  max-width: 720px;
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.18;
}

html[lang="en"] .quant-en-final-card p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.7;
}

@media (max-width: 1060px) {
  html[lang="en"] .home-en-foundation .badge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[lang="en"] .home-en-foundation .badge-item {
    min-height: 238px;
  }

  html[lang="en"] .quant-en-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html[lang="en"] .quant-en-path-grid {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .quant-en-path-card {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  html[lang="en"] .home-en-hero {
    min-height: auto;
    padding: 86px 0 74px;
  }

  html[lang="en"] .home-en-hero .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  html[lang="en"] .home-en-hero .button-row .btn {
    justify-content: center;
    width: 100%;
    text-align: center;
  }

  html[lang="en"] .home-en-audience-row span {
    flex: 1 1 calc(50% - 10px);
    justify-content: center;
    text-align: center;
  }

  html[lang="en"] .home-en-foundation .badge-grid {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .home-en-foundation .badge-item,
  html[lang="en"] .home-en-foundation .badge-item p {
    min-height: auto;
  }

  html[lang="en"] .home-en-stats .stats-grid {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .home-en-stats .stat-card {
    min-height: auto;
  }

  html[lang="en"] .home-en-explore .entry-grid {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .home-en-explore .entry-card {
    min-height: auto;
  }

  html[lang="en"] .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  html[lang="en"] .footer-about {
    padding-bottom: 24px;
  }

  html[lang="en"] .footer-nav {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .footer-contact {
    justify-self: stretch;
  }

  html[lang="en"] .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  html[lang="en"] .site-footer .copyright {
    white-space: normal;
  }

  html[lang="en"] .site-footer .footer-risk {
    font-size: 12px;
    line-height: 1.72;
  }

  html[lang="en"] .community-en-hero {
    padding: 64px 0 54px;
  }

  html[lang="en"] .community-en-hero-grid,
  html[lang="en"] .community-en-steps-layout {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .community-en-signal-row,
  html[lang="en"] .community-en-card-grid,
  html[lang="en"] .community-en-boundary-grid {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .community-en-panel {
    padding: 18px;
  }

  html[lang="en"] .community-en-card,
  html[lang="en"] .community-en-boundary-grid article {
    min-height: auto;
  }

  html[lang="en"] .community-en-final-card {
    align-items: stretch;
    flex-direction: column;
  }

  html[lang="en"] .finance-en-hero {
    padding: 64px 0 54px;
  }

  html[lang="en"] .finance-en-hero-grid,
  html[lang="en"] .finance-en-path-grid,
  html[lang="en"] .finance-en-module-grid,
  html[lang="en"] .finance-en-boundary-layout {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .finance-en-module-card,
  html[lang="en"] .finance-en-path-grid article {
    min-height: auto;
  }

  html[lang="en"] .quant-en-hero {
    padding: 64px 0 54px;
  }

  html[lang="en"] .quant-en-hero-grid,
  html[lang="en"] .quant-en-workflow-grid,
  html[lang="en"] .quant-en-path-grid,
  html[lang="en"] .quant-en-boundary-layout {
    grid-template-columns: 1fr;
  }

  html[lang="en"] .quant-en-workflow-grid article,
  html[lang="en"] .quant-en-path-card {
    min-height: auto;
  }

  html[lang="en"] .quant-en-final-card {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 860px) {
  html[lang="en"] .site-header {
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background:
      linear-gradient(180deg, rgba(8, 18, 33, 0.92), rgba(8, 18, 33, 0.8)),
      rgba(8, 18, 33, 0.86);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24);
  }

  html[lang="en"] .site-header::before {
    content: "";
    position: fixed;
    inset: 70px 0 0;
    z-index: -1;
    background: rgba(4, 10, 19, 0);
    pointer-events: none;
    transition: background 0.24s ease;
  }

  html[lang="en"] .site-header:has(.site-nav.is-open)::before {
    background: rgba(4, 10, 19, 0.34);
  }

  html[lang="en"] .nav-shell {
    position: relative;
  }

  html[lang="en"] .nav-toggle {
    display: grid;
    position: relative;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border: 1px solid rgba(201, 168, 76, 0.34);
    border-radius: 14px;
    background:
      radial-gradient(circle at 70% 20%, rgba(201, 168, 76, 0.18), transparent 46%),
      rgba(255, 255, 255, 0.06);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
  }

  html[lang="en"] .nav-toggle:hover,
  html[lang="en"] .nav-toggle[aria-expanded="true"] {
    border-color: rgba(201, 168, 76, 0.62);
    background:
      radial-gradient(circle at 70% 20%, rgba(201, 168, 76, 0.24), transparent 48%),
      rgba(255, 255, 255, 0.09);
  }

  html[lang="en"] .nav-toggle[aria-expanded="true"] {
    transform: translateY(1px);
  }

  html[lang="en"] .nav-toggle span {
    position: absolute;
    width: 18px;
    height: 2px;
    margin: 0;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.18s ease, width 0.22s ease;
  }

  html[lang="en"] .nav-toggle span:nth-child(1) {
    transform: translateY(-6px);
  }

  html[lang="en"] .nav-toggle span:nth-child(2) {
    width: 14px;
    transform: translateY(0);
  }

  html[lang="en"] .nav-toggle span:nth-child(3) {
    transform: translateY(6px);
  }

  html[lang="en"] .nav-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(45deg);
  }

  html[lang="en"] .nav-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0.2);
  }

  html[lang="en"] .nav-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(-45deg);
  }

  html[lang="en"] .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: grid;
    gap: 8px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background:
      radial-gradient(circle at 88% 0%, rgba(201, 168, 76, 0.14), transparent 42%),
      linear-gradient(180deg, rgba(18, 33, 54, 0.98), rgba(9, 18, 32, 0.98));
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.98);
    transform-origin: top center;
    transition: opacity 0.22s ease, transform 0.22s ease;
    -webkit-backdrop-filter: blur(16px) saturate(130%);
    backdrop-filter: blur(16px) saturate(130%);
  }

  html[lang="en"] .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  html[lang="en"] .site-nav a {
    display: flex;
    min-height: 46px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);
    color: rgba(255, 255, 255, 0.74);
    font-size: 14px;
    line-height: 1.2;
  }

  html[lang="en"] .site-nav a::after {
    content: "";
    position: static;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    background: transparent;
    opacity: 0.42;
    transform: rotate(45deg);
  }

  html[lang="en"] .site-nav a:hover,
  html[lang="en"] .site-nav a.is-active {
    border-color: rgba(201, 168, 76, 0.3);
    background: rgba(201, 168, 76, 0.1);
    color: #ffffff;
  }

  html[lang="en"] .site-nav a.is-active {
    box-shadow: inset 3px 0 0 rgba(201, 168, 76, 0.9);
  }

  html[lang="en"] .site-nav .nav-cta {
    justify-content: center;
    margin: 4px 0 0;
    border-color: rgba(201, 168, 76, 0.54);
    background: rgba(201, 168, 76, 0.16);
    color: #C9A84C;
  }

  html[lang="en"] .site-nav .nav-cta::after {
    display: none;
  }
}

@media (max-width: 420px) {
  html[lang="en"] .brand-subtitle {
    display: none;
  }

  html[lang="en"] .brand-name {
    font-size: 13px;
  }
}
