/* Eshiruss — from Figma file xg2zSzThJTGS29qSkIkn5q */

@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  --teal: #097969;
  --teal-dark: #087969;
  --teal-bright: #019d79;
  --navy: #101b31;
  --navy-deep: #000712;
  --navy-heading: #000a27;
  --text: #0d101b;
  --muted: #5e5e71;
  --card-title: #373643;
  --mint: #e9f3f1;
  --mint-badge: #d6ece9;
  --light: #f2f3f3;
  --cta-from: #0f1729;
  --cta-to: #162d5a;
  --connect-bg: #344462;
  --border: #cec9c7;
  --max-w: 1201px;
  --font: "Figtree", "Nunito Sans", "Avenir Next", Helvetica, Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background: #fff;
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

.container-eshiruss {
  max-width: var(--max-w);
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1201px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 10000;
  padding: 8px 16px;
  background: var(--teal);
  color: #fff;
}
.skip-link:focus { top: 0; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.navbar-eshiruss {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  min-height: 60px;
  background: transparent;
}
.navbar-eshiruss .navbar-brand {
  padding: 9px 0;
  height: 60px;
  display: flex;
  align-items: center;
}
.navbar-eshiruss .navbar-brand img { height: 41px; width: auto; }
.navbar-eshiruss .navbar-nav > li > a {
  color: var(--text);
  font-size: 14px;
  letter-spacing: 0.02em;
  padding: 20px 22px;
}
.navbar-eshiruss .navbar-nav > li > a:hover,
.navbar-eshiruss .navbar-nav > li > a:focus,
.navbar-eshiruss .navbar-nav > li.active > a {
  color: var(--teal);
  background: transparent;
}
.navbar-eshiruss .navbar-nav > li.active > a { font-weight: 700; }

/* Single-row header: nav always visible (no collapse) */
.navbar-eshiruss--toolbar .navbar-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 60px;
}
.navbar-eshiruss--toolbar .navbar-brand {
  float: none;
  margin: 0;
  padding: 9px 0;
  height: auto;
  flex-shrink: 0;
}
.navbar-eshiruss--toolbar .navbar-nav-toolbar {
  float: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.navbar-eshiruss--toolbar .navbar-nav-toolbar > li {
  float: none;
}
.navbar-eshiruss--toolbar .navbar-nav-toolbar > li > a {
  padding: 20px 0;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .navbar-eshiruss .navbar-center {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .navbar-eshiruss .navbar-center > li {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}

/* Type */
.section-label {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #000A27;
  margin: 0 0 8px;
}
.section-label-light { color: var(--light); }
.section-title {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.2;
  color: #000;
  margin: 0 0 12px;
}
.section-lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  color: #5E5E71;
  margin: 0;
}
.text-accent { color: var(--teal-bright); }
.text-teal { color: var(--teal); }

.badge-pill {
  display: inline-block;
  background: var(--mint-badge);
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 12px;
}

/* Hero home */
.hero-home {
  position: relative;
  padding: 100px 0 80px;
  overflow: hidden;
  background: #011613;
  margin-top: -60px;
  padding-top: 160px;
}
.hero-home::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(214, 236, 233, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(214, 236, 233, 0.05) 1px, transparent 1px);
  background-size: 45px 45px;
  pointer-events: none;
}
.hero-home .container-eshiruss {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 24px;
}
.hero-home-copy { flex: 1 1 480px; max-width: 588px; padding-top: 20px; }
.hero-home-visual {
  flex: 1 1 400px;
  max-width: 575px;
  margin-left: auto;
  border-radius: 16px;
  overflow: hidden;
}
.hero-home-visual img { width: 100%; }
.hero-title {
  margin: 0 0 24px;
  font-weight: 800;
  line-height: 1.15;
  font-size: clamp(36px, 5vw, 68px);
}
.hero-title .muted { font-weight: 400; color: #d9d9d9; font-size: 48px; }
.hero-title .accent { color: var(--teal); font-weight: 700; font-size: 68px; }
.hero-lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
  max-width: 588px;
  color: #d9d9d9;
}

/* Sections */
.section { padding: 72px 0; }
.section-tight { padding-top: 48px; }
.row-gap { margin-top: 40px; }

.feature-card {
  background: var(--mint);
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  margin-bottom: 20px;
  min-height: 214px;
}
.feature-card img { width: 40px; height: 40px; margin-bottom: 12px; }
.feature-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--card-title);
  margin: 0 0 6px;
}
.feature-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 22px;
}

.hero-visual-block {
  border-radius: 8px;
  overflow: hidden;
  margin: 50px auto 0;
  max-width: var(--max-w);
}
.hero-visual-block img { width: 100%; object-fit: cover; }

.vertical-card {
  border: 0.5px solid var(--teal);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  background: linear-gradient(118deg, #fff 0.82%, rgba(214, 236, 233, 0.17) 54%, #dafffa 99%);
}
.vertical-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
  font-size: 10px;
  font-weight: 400;
  color: var(--teal-dark);
}
.vertical-tags span {
  border: 1px solid var(--teal-dark);
  border-radius: 50px;
  padding: 4px 10px;
}
.vertical-card h3 {
  font-size: 18px;
  font-weight: 800;
  color: var(--card-title);
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.vertical-card h3 img { width: 34px; height: 34px; flex-shrink: 0; }
.vertical-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0 0 auto;
  line-height: 22px;
  text-align: left;
}
.btn-explore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 8px 16px;
  height: 48px;
  border: 1px solid #434244;
  border-radius: 8px;
  background: transparent;
  color: #26252f;
  font-size: 14px;
  font-weight: 800;
  width: 130px; 
}
.btn-explore:hover { border-color: var(--teal); color: var(--teal); }
.btn-explore img { width: 24px; height: 24px; transform: rotate(-90deg) scaleY(-1); }

.value-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  min-height: 140px;
border-radius: 8px;
  border: 1px solid #CEC9C7;
  background: linear-gradient(69deg, #A6A8AB -10.48%, #F2F3F3 16.82%, #E3E4E4 48.71%, #F2F3F3 87.23%, #A6A8AB 106.56%);
  height: 146px;
}
.value-card h3 {
  font-size: 33px;
  font-weight: 700;
  color: var(--teal);
  margin: 0 0 12px;
  letter-spacing: -0.04em;
}
.value-card p { font-size: 18px; font-weight: 300; margin: 0; color: #545454; opacity: 0.7; }

/* Page hero */
.page-hero {
  padding: 120px 0 48px;
  text-align: center;
  position: relative;
}
.page-hero--gradient {
  background: linear-gradient(180deg, rgba(0, 166, 147, 0.37) 0%, rgba(255, 255, 255, 0) 100%);
}
.page-hero-title {
  font-size: clamp(40px, 6vw, 68px);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.page-hero-lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 794px;
  margin: 0 auto;
  color: #545454;
  margin-top: 24px;
  margin-bottom: 5px;
  opacity: 0.8;
}
.page-hero-media {
  max-width: 996px;
  margin: 32px auto 0;
  border-radius: 8px;
  overflow: hidden;
}
.page-hero-media img { width: 100%; }

/* Split */
.split-row { align-items: center; }
.split-visual { border-radius: 8px; overflow: hidden; margin-top: 24px; }
@media (min-width: 992px) { .split-visual { margin-top: 0; } }

/* Team */
.team-card {
  background: #fff;
  border: 1px solid #c3c7ce;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}
.team-card-photo { aspect-ratio: 1; overflow: hidden; background: #eee; }
.team-card-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-card-body { padding: 24px; }
.team-card h3 { font-size: 24px; font-weight: 600; margin: 0 0 4px; color: #001629; }
.team-card .role {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #54647a;
  margin: 0 0 12px;
}
.profile-card-lg .team-card-photo { aspect-ratio: auto; height: 356px; }

/* Trust cards */
.trust-card {
  background: var(--mint);
  border-radius: 10px;
  padding: 24px;
  height: 100%;
  min-height: 211px;
  margin-bottom: 20px;
}
.trust-card img { width: 40px; height: 40px; margin-bottom: 12px; }
.trust-card h3 { font-size: 18px; font-weight: 800; color: var(--card-title); margin: 0 0 6px; }
.trust-card p { font-size: 14px; color: var(--muted); margin: 0; line-height: 22px; }

/* CTA */
.cta-panel {
  background: linear-gradient(180deg, var(--cta-from), var(--cta-to));
  border-radius: 10px;
  padding: 40px 30px;
  color: var(--light);
  max-width: 996px;
  margin: 0 auto;
}
.cta-panel--mint {
  background: #b1ede1;
  color: var(--text);
}
.cta-panel--mint .section-label { color: var(--card-title); }
.cta-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 12px;
  letter-spacing: -0.04em;
  color: #fff;
}
.cta-panel--mint .cta-title { color: #2d2d2d; }
.cta-lead { font-size: 20px; font-weight: 300; line-height: 1.6; margin: 0; }

.quick-connect {
  background: linear-gradient(180deg, rgba(17, 27, 49, 0.2), rgba(52, 83, 151, 0.2));
  border-radius: 12px;
  border: 1px solid #ffffff1c;
  padding: 20px 40px;
}
.cta-panel--mint .quick-connect {
  background: rgba(9, 121, 105, 0.2);
}
.quick-connect-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 16px;
}
.connect-list { list-style: none; padding: 0; margin: 0; }
.connect-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 20px;
}
.connect-icon {
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--connect-bg);
  border-radius: 8px;
}
.connect-icon img { width: 24px; height: 24px; }
.connect-label { display: block; font-size: 16px; font-weight: 300; color: #FFFFFF; }
.connect-value { display: block; font-size: 16px; font-weight: 600; color: #FFFFFF; }
a.connect-value:hover { color: var(--teal-bright); }

/* Footer */
.site-footer {
  background: var(--navy);
  color: var(--light);
  padding: 54px 0 40px;
}
.footer-logo { margin-bottom: 24px; height: 41px; width: 145px; }
.footer-about {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 482px;
  margin-bottom: 24px;
  opacity: 0.7;
}
.footer-heading {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 0 16px;
  opacity: 0.8;
}
.footer-links { list-style: none; padding: 0; margin: 0;}
.footer-links li { font-size: 14px; line-height: 22px; margin-bottom: 20px;font-weight: 300; opacity: 0.8;}
.footer-links a:hover { color: var(--teal-bright); }
.footer-divider {
  border: 0;
  border-top: 1px solid rgba(242, 243, 243, 0.35);
  margin: 24px 0;
}
.footer-tagline, .footer-copy { font-size: 14px; line-height: 22px; margin: 0 0 8px; }

/* Legal */
.legal-hero {
  background: #f9f9fc;
  border-bottom: 1px solid #d9d9d9;
  padding: 80px 15px 48px;
  text-align: center;
}
.legal-hero h1 {
  font-size: clamp(40px, 6vw, 64px);
  font-weight: 700;
  margin: 16px 0;
  letter-spacing: -0.02em;
}
.legal-hero .updated { color: #545454; font-size: 20px; font-weight: 300; }
.legal-layout { padding: 80px 0; }
.legal-nav {
  position: sticky;
  top: 80px;
}
.legal-nav .nav-title {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--navy-heading);
  margin-bottom: 16px;
}
.legal-nav a {
  display: block;
  padding: 12px;
  border-radius: 6px;
  font-size: 16px;
  color: var(--muted);
  margin-bottom: 4px;
}
.legal-nav a.active {
  background: var(--mint);
  border-left: 4px solid var(--teal-dark);
  color: var(--teal-dark);
  font-weight: 600;
}
.legal-content section[id] {
  scroll-margin-top: 100px;
}
.legal-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 48px 0 16px;
}
.legal-content section[id] > h2:first-child { margin-top: 0; }
.legal-content > h2:first-child { margin-top: 0; }
.legal-content p { font-size: 16px; line-height: 1.7; color: var(--muted); margin-bottom: 16px; font-weight: 300; text-align: justify;}
.legal-callout {
  border-radius: 0 10px 10px 0;
  border-left: 4px solid #087969;
  background: #F9F9FC;
  padding: 20px;
  margin: 20px 0;
}
.legal-cards { display: flex; flex-wrap: wrap; gap: 16px; margin: 20px 0; }
.legal-cards .card-item {
  flex: 1 1 240px;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
}
.legal-cards .card-item h4 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--teal);
  margin: 0 0 8px;
}

/* Tech modules */
.stat-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  border: 1px solid #CEC9C7;
  background: linear-gradient(69deg, #A6A8AB -10.48%, #F2F3F3 16.82%, #E3E4E4 48.71%, #F2F3F3 87.23%, #A6A8AB 106.56%);
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.stat-bar div { flex: 1 1 100px; }
.stat-bar strong { font-size: 36px; color: var(--teal); display: block; }
.module-card {
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  height: 100%;
  border-radius: 10px;
  border: 0.5px solid #097969;
  background: linear-gradient(90deg, #FFF 0%, #FFF 100%);
}
.module-card h3 { 
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 6px;
  color: #373643;  
}
.module-card ul { padding-left: 0; list-style: none; margin: 0 0 16px; }
.module-card li {
  font-size: 13.5px;
  color: #5E5E71;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
  opacity: 0.8;
}
.module-card li::before, .legal-callout ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  background: url("../assets/images/icon-check.svg") center/contain no-repeat;
}

.legal-callout ul li {
  position: relative;
  padding-left: 12px;
  margin-left: 10px;
}
.legal-callout ul li::before {
  left: -15px;
}
.module-card .business-impact li::before {
  background: url("../assets/images/up-arrow-icon.png") center/contain no-repeat;
}
.module-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.module-tags span {
  font-size: 11px;
  background: #BFEEE4;
  color: #087969;
  border: none;    
  padding: 4px 10px;
  border-radius: 50px;
}

.section-muted { background: var(--light); }
.entity-card {
  border: 0.5px solid var(--teal);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  background: #fff;
  min-height: 120px;
}
.entity-card img { height: 50px; width: auto; margin-bottom: 12px; }
.entity-card h3 { font-size: 18px; font-weight: 800; color: var(--card-title); margin: 0; line-height: 1.4; }

/* Buttons */
.btn-primary-eshiruss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-dark);
  color: #fff !important;
  border-radius: 8px;
  padding: 8px 16px;
  height: 40px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  white-space: nowrap;
}
.btn-primary-eshiruss:hover,
.btn-primary-eshiruss:focus {
  background: #065f52;
  color: #fff !important;
  text-decoration: none;
}
.btn-primary-eshiruss--lg {
  height: auto;
  padding: 14px 24px;
  font-size: 15px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.page-hero--fund .page-hero-lead {
  max-width: 827px;
  color: #000;
  opacity: 1;
}
.page-hero--fund .page-hero-media {
  margin-top: 40px;
}
.navbar-eshiruss--toolbar .nav-cta {
  margin-left: 24px;
}
.navbar-eshiruss--toolbar .nav-cta > a {
  padding: 0 !important;
}
.navbar-eshiruss--toolbar .navbar-nav-toolbar {
  gap: 28px;
}
.navbar-eshiruss--toolbar .navbar-nav-toolbar > li > a {
  padding: 20px 0;
}

/* Fund management page */
.page-hero--fund {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: hidden;
}
.page-hero--fund .page-hero-title {
  overflow-wrap: break-word;
}
.page-hero-title--fund {
  font-weight: 800;
  max-width: 827px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.15;
}
.badge-pill strong { font-weight: 800; }
.section-label--heavy {
  font-weight: 800;
  color: var(--navy-heading);
}
.section-lead--sm {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #475569;
}
.section-lead--block {
  max-width: 1200px;
  margin: 0 auto 48px;
}
.section-lead--md { max-width: 827px; }
.section-lead--sm-w { max-width: 640px; }
.cta-lead--fund {
  max-width: 592px;
  margin: 0 auto;
}
.fund-value-card {
  height: auto;
  min-height: 220px;
}
.fund-value-card p {
  font-size: 18px;
  line-height: 25px;
  color: #000;
  opacity: 1;
  font-weight: 300;
  letter-spacing: 0.02em;
}

.section-why {
  background: var(--mint);
}
.trust-card--bordered {
  border: 1px solid var(--teal);
  background: var(--mint);
}

.instrument-grid .col-md-6 { margin-bottom: 24px; }
.instrument-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}
.instrument-card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.instrument-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #eaf3f2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: clip;
}
.instrument-icon img {
  width: 20px;
  height: 20px;
}
.instrument-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: var(--card-title);
  margin: 0;
  letter-spacing: 0.02em;
  line-height: 25px;
}
.instrument-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
  line-height: 1.6;
}

.process-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.process-step {
  flex: 1 1 200px;
  min-width: 0;
}
.process-step-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.process-num {
  width: 48px;
  height: 48px;
  border-radius: 100px;
  background: rgba(0, 166, 147, 0.5);
  color: var(--teal);
  font-size: 16px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.process-line {
  flex: 1;
  height: 2px;
  background: #d1d5db;
  min-width: 24px;
}
.process-step h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 8px;
}
.process-step p {
  font-size: 14px;
  line-height: 22px;
  color: #475569;
  margin: 0;
}

.section-engines { background: #f8fafc; }
.engine-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 48px;
  height: 100%;
  margin-bottom: 24px;
}
.engine-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 12px;
}
.engine-card p {
  font-size: 14px;
  line-height: 24px;
  color: #475569;
  margin: 0;
}
.strategy-note {
  background: #bfeee4;
  border: 1px solid #bfeee4;
  border-radius: 4px;
  padding: 24px;
  font-size: 15px;
  font-weight: 700;
  color: var(--teal);
  text-align: center;
  margin-top: 8px;
}

.section-mandate {
  background: rgba(179, 222, 215, 0.42);
}
.mandate-table {
  background: var(--mint-badge);
  border: 1px solid #334155;
  border-radius: 4px;
  overflow: hidden;
}
.mandate-row {
  display: flex;
  gap: 24px;
  padding: 24px;
  border-bottom: 1px solid #334155;
}
.mandate-row:last-child { border-bottom: 0; }
.mandate-label {
  flex: 0 0 240px;
  font-size: 14px;
  font-weight: 700;
  color: var(--teal);
}
.mandate-value {
  flex: 1;
  font-size: 15px;
  line-height: 24px;
  color: #475569;
}

.model-cards { margin-top: 48px; }
.model-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  margin-bottom: 24px;
}
.model-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}
.model-tagline {
  font-size: 14px;
  font-weight: 600;
  color: var(--teal-dark);
  margin: 0;
}
.model-divider {
  border: 0;
  border-top: 1px solid #e5e7eb;
  margin: 24px 0;
}
.model-card p:last-child {
  font-size: 14px;
  line-height: 1.4;
  color: #4b5563;
  margin: 0;
}
.model-card--featured {
  background: #373643;
  border-color: #bfeee4;
  box-shadow: 0 12px 12px rgba(191, 238, 228, 0.4);
}
.model-card--featured h3 { color: #f9fafb; }
.model-card--featured .model-tagline { color: #e5e7eb; }
.model-card--featured .model-divider { border-top-color: rgba(229, 231, 235, 0.35); }
.model-card--featured p:last-child { color: #9ca3af; }

.check-card {
  background: #f8fafc;
  border-radius: 4px;
  padding: 32px;
  height: 100%;
  margin-bottom: 24px;
}
.check-card-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.check-card-title img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.check-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.check-card p {
  font-size: 14px;
  line-height: 22px;
  color: #475569;
  margin: 0;
}

.footer-address,
.footer-cin {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  color: var(--light);
  margin: 0 0 12px;
  opacity: 0.9;
}
.footer-disclaimer {
  font-size: 12px;
  line-height: 1.3;
  color: var(--light);
  margin: 0 0 16px;
  opacity: 0.85;
}

@media (max-width: 991px) {
  .mandate-row { flex-direction: column; gap: 8px; }
  .mandate-label { flex: none; width: 100%; }
  .process-line { display: none; }
  .engine-card { padding: 32px 24px; }
  .navbar-eshiruss--toolbar .navbar-toolbar {
    flex-wrap: wrap;
  }
  .navbar-eshiruss--toolbar .navbar-nav-toolbar {
    flex-wrap: wrap;
    gap: 12px 20px;
    width: auto;
    justify-content: flex-end;
  }
  .navbar-eshiruss--toolbar .nav-cta {
    margin-left: 0;
  }
  .process-flow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 20px;
  }
  .process-step { flex: none; }
  .model-cards { margin-top: 32px; }
}

@media (max-width: 767px) {
  .hero-home { padding-top: 120px; padding-bottom: 48px; }
  .hero-home .container-eshiruss { flex-direction: column; }
  .hero-home-visual { margin-left: 0; max-width: 100%; }
  .hero-title .muted { font-size: 32px; }
  .hero-title .accent { font-size: 40px; }
  .section-title { font-size: 28px; }
  .value-card h3 { font-size: 28px; }
  .legal-nav { position: static; margin-bottom: 32px; }
  .stat-bar{
    flex-direction: column;
    gap: 0;
    padding: 15px;
  }
  .cta-title { font-size: 22px; line-height: 1.3; }
  .cta-lead { font-size: 16px; }
  .quick-connect { padding: 15px 20px; }
  .quick-connect-title { font-size: 12px; }
  .connect-icon { width: 35px; height: 35px; }
  .connect-label { font-size: 12px; }

  /* Fund page — mobile */
  .section { padding: 48px 0; }
  .page-hero--fund {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .page-hero--fund .badge-pill {
    font-size: 14px;
    padding: 4px 10px;
    white-space: normal;
    line-height: 1.3;
  }
  .page-hero-title--fund {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 16px;
  }
  .page-hero-title--fund br { display: none; }
  .page-hero--fund .page-hero-lead {
    font-size: 16px;
    line-height: 1.55;
    margin-top: 12px;
    padding: 0 4px;
  }
  .page-hero--fund .page-hero-media {
    margin-top: 28px;
    border-radius: 8px;
  }
  .btn-primary-eshiruss--lg {
    width: 100%;
    max-width: 320px;
    margin-top: 20px;
    padding: 14px 20px;
  }

  .section-label { font-size: 13px; letter-spacing: 1.5px; }
  .section-lead {
    font-size: 16px;
    line-height: 1.55;
  }
  .section-lead--sm {
    font-size: 15px;
    line-height: 24px;
  }
  .section-lead--block { margin-bottom: 28px; }

  .fund-value-card {
    min-height: 0;
    height: auto;
    margin-bottom: 16px;
    padding: 20px;
  }
  .fund-value-card h3 { font-size: 28px; margin-bottom: 8px; }
  .fund-value-card p { font-size: 16px; line-height: 24px; }

  .trust-card--bordered {
    min-height: 0;
    margin-bottom: 16px;
  }

  .instrument-grid .col-md-6 { margin-bottom: 16px; }
  .instrument-card { padding: 20px; }
  .instrument-card h3 { font-size: 16px; line-height: 22px; }

  .process-flow {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left;
  }
  .process-step {
    position: relative;
    padding-bottom: 28px;
    padding-left: 0;
  }
  .process-step:last-child { padding-bottom: 0; }
  .process-step-head {
    margin-bottom: 12px;
  }
  .process-num {
    width: 44px;
    height: 44px;
    font-size: 15px;
  }

  .engine-card {
    padding: 24px 20px;
    margin-bottom: 16px;
  }
  .engine-card h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .strategy-note {
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
    padding: 16px 18px;
    white-space: normal;
  }

  .mandate-table { border-radius: 6px; }
  .mandate-row { padding: 16px 18px; gap: 6px; }
  .mandate-label { font-size: 13px; }
  .mandate-value {
    font-size: 14px;
    line-height: 22px;
    word-break: break-word;
  }

  .model-cards { margin-top: 24px; }
  .model-card {
    padding: 24px 20px;
    margin-bottom: 16px;
  }
  .model-card h3 {
    font-size: 20px;
    line-height: 1.3;
  }
  .model-divider { margin: 18px 0; }
  .model-card--featured { box-shadow: 0 8px 16px rgba(191, 238, 228, 0.35); }

  .check-card {
    padding: 20px;
    margin-bottom: 16px;
  }
  .check-card h3 { font-size: 17px; }

  .cta-panel {
    padding: 32px 20px;
    border-radius: 10px;
  }
  .cta-panel .section-label { margin-bottom: 12px; }
  .cta-title { margin-bottom: 12px; }

  .site-footer { padding: 40px 0 32px; }
  .footer-logo {
    height: 36px;
    width: auto;
  }
  .footer-about {
    font-size: 15px;
    max-width: none;
  }
  .site-footer .col-md-4 .footer-heading,
  .site-footer .col-md-2 .footer-heading {
    margin-top: 28px;
  }
  .footer-links { margin-bottom: 8px; }
  .footer-disclaimer {
    font-size: 11px;
    line-height: 1.45;
  }
  .footer-copy { font-size: 13px; }

}

@media (max-width: 480px) {
  .container-eshiruss {
    padding-left: 16px;
    padding-right: 16px;
  }
  .page-hero-title--fund { font-size: 28px; }
  .section-title { font-size: 24px; line-height: 1.25; }
  .navbar-eshiruss--toolbar .navbar-brand img {
    height: 34px;
  }
  .navbar-eshiruss--toolbar .navbar-nav-toolbar > li > a {
    padding: 12px 0;
    font-size: 13px;
  }
  .btn-primary-eshiruss--lg {
    max-width: none;
    font-size: 14px;
  }
  .value-card h3,
  .fund-value-card h3 { font-size: 24px; }
  .engine-card h3,
  .model-card h3 { font-size: 18px; }
  .cta-title { font-size: 20px; }
}

/* Coming Soon — modern UI */
html:has(.coming-soon-page) {
  height: 100%;
}
.coming-soon-page {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  background: #04080f;
  overflow: hidden;
  font-family: var(--font);
}
.coming-soon {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  color: #fff;
}
.coming-soon-atmosphere {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(120% 80% at 50% -10%, #13233f 0%, #04080f 55%, #02050a 100%);
}
.coming-soon-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
}
.coming-soon-orb--one {
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  top: -12%;
  right: -8%;
  background: rgba(1, 157, 121, 0.28);
  animation: comingSoonFloat 12s ease-in-out infinite alternate;
}
.coming-soon-orb--two {
  width: min(46vw, 440px);
  height: min(46vw, 440px);
  bottom: -16%;
  left: -10%;
  background: rgba(22, 45, 90, 0.55);
  animation: comingSoonFloat 14s ease-in-out infinite alternate-reverse;
}
.coming-soon-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000 20%, transparent 75%);
}
.coming-soon-shell {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 28px 28px;
  padding:
    max(40px, env(safe-area-inset-top))
    max(28px, env(safe-area-inset-right))
    max(28px, env(safe-area-inset-bottom))
    max(28px, env(safe-area-inset-left));
  text-align: center;
}
.coming-soon-logo {
  width: 136px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.95;
  animation: comingSoonIn 0.7s ease both;
}
.coming-soon-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 640px;
  width: 100%;
  animation: comingSoonIn 0.8s ease 0.08s both;
}
.coming-soon-status {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(182, 232, 220, 0.8);
}
.coming-soon-title {
  margin: 0;
  font-size: clamp(48px, 11vw, 88px);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 0.95;
  color: #fff;
  background: linear-gradient(180deg, #ffffff 20%, rgba(214, 236, 233, 0.78) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.coming-soon-rule {
  display: block;
  width: 56px;
  height: 2px;
  margin: 4px 0 8px;
  border-radius: 2px;
  background: linear-gradient(90deg, transparent, var(--teal-bright), transparent);
}
.coming-soon-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 18px;
  margin-top: 8px;
}
.coming-soon-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  height: 48px;
  padding: 0 28px;
  border-radius: 10px;
  background: var(--teal-bright);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(1, 157, 121, 0.25);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.coming-soon-cta:hover,
.coming-soon-cta:focus {
  background: #02b089;
  color: #fff !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(1, 157, 121, 0.32);
}
.coming-soon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  height: 48px;
  padding: 0 24px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.coming-soon-link:hover,
.coming-soon-link:focus {
  border-color: rgba(1, 157, 121, 0.55);
  background: rgba(1, 157, 121, 0.1);
  color: #fff;
}
.coming-soon-copy {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.35);
  animation: comingSoonIn 0.7s ease 0.2s both;
}

@keyframes comingSoonIn {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes comingSoonFloat {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-3%, 4%, 0); }
}

@media (max-width: 767px) {
  .coming-soon-shell {
    padding: 32px 20px 24px;
  }
  .coming-soon-body {
    gap: 16px;
  }
  .coming-soon-logo {
    width: 120px;
  }
  .coming-soon-actions {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }
  .coming-soon-cta,
  .coming-soon-link {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .coming-soon-title {
    font-size: 42px;
  }
  .coming-soon-status {
    font-size: 11px;
    letter-spacing: 0.18em;
  }
  .coming-soon-cta,
  .coming-soon-link {
    height: 46px;
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coming-soon-logo,
  .coming-soon-body,
  .coming-soon-copy,
  .coming-soon-orb--one,
  .coming-soon-orb--two {
    animation: none;
  }
}
