
:root {
  /* Brand-kit palette */
  --deep-green: #093C2A;
  --green: #25C875;
  --pale-green: #EAFBF1;
  --text-black: #101513;
  --white: #FFFFFF;

  --secondary-text: #667068;
  --muted: #A5ADA9;
  --border: #E4EAE6;
  --background: #F6F8F7;
  --divider: #D3D8D6;

  --radius: 24px;
  --max: 1460px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Geist", Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--background);
  color: var(--text-black);
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(var(--max), calc(100% - 48px)); margin-inline: auto; }

/* HEADER — same placement/layout, new brand language */
.header {
  height: 76px;
  width: min(var(--max), calc(100% - 32px));
  margin: 16px auto 0;
  position: sticky;
  top: 12px;
  z-index: 100;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 18px 0 24px;
  border: 1px solid rgba(9,60,42,.10);
  background: rgba(255,255,255,.84);
  backdrop-filter: blur(18px);
  border-radius: 18px;
  color: var(--text-black);
  box-shadow: 0 8px 30px rgba(9,60,42,.045);
}
.brand {
  width: max-content;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--text-black);
}
.brand-symbol,
.core-logo {
  position: relative;
  width: 28px;
  height: 27px;
  display: inline-block;
}
.brand-symbol i,
.core-logo i {
  position: absolute;
  top: 1px;
  width: 10px;
  height: 25px;
  border-radius: 3px;
  background: linear-gradient(180deg, #39D57A, #13AA58);
  transform: skewY(40deg);
  box-shadow: inset 1px 0 rgba(255,255,255,.30);
}
.brand-symbol i:first-child,
.core-logo i:first-child { left: 4px; }
.brand-symbol i:last-child,
.core-logo i:last-child { right: 4px; transform: skewY(-40deg); }
.brand-word {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.035em;
}
.desktop-nav { display: flex; gap: 32px; color: var(--secondary-text); font-size: 13px; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--deep-green); }
.header-cta {
  justify-self: end;
  padding: 11px 16px;
  border-radius: 10px;
  background: var(--deep-green);
  color: white;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(9,60,42,.12);
}
.header-cta span { color: #8CF0B3; }
.menu-btn { display: none; background: transparent; border: 0; color: var(--deep-green); font-weight: 600; }
.mobile-nav { display: none; }

/* SECTION PALETTE */
.dark-section { background: var(--deep-green); color: var(--white); }
.light-section { background: var(--background); color: var(--text-black); }

/* HERO — same two-column layout */
.hero {
  min-height: 780px;
  margin-top: -92px;
  padding-top: 170px;
  overflow: hidden;
  background-color: var(--background) !important;
  background-image: url("assets/soft-ivory-waves-and-contours.png") !important;
  background-size: cover !important;
  background-position: center !important;
  color: var(--text-black) !important;
  border-bottom: 1px solid var(--border);
}
.hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 44px;
  align-items: center;
}
.overline, .dark-kicker, .light-kicker {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
}
.overline { color: var(--green) !important; }
.dark-kicker { color: #7FE7A6; }
.light-kicker { color: var(--deep-green); margin: 0 0 18px; }

.hero h1 {
  margin: 0;
  max-width: 700px;
  color: var(--text-black);
  font-size: clamp(68px, 7.3vw, 120px);
  line-height: .87;
  letter-spacing: -.072em;
  font-weight: 600;
}
.hero h1 em {
  color: var(--green);
  font-style: normal;
  font-weight: 600;
}
.hero-lede {
  max-width: 620px;
  margin: 30px 0 0;
  color: var(--secondary-text) !important;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 400;
}
.hero-actions { display: flex; gap: 10px; margin-top: 34px; flex-wrap: wrap; }
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 13px 17px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-lime {
  background: var(--deep-green);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(9,60,42,.12);
}
.button-lime span { color: #8CF0B3; }
.button-ghost {
  border-color: #B8C7C0 !important;
  color: var(--deep-green) !important;
  background: rgba(255,255,255,.72);
}

/* 3D / glass-like hero visual based on the brand kit */
.hero-visual {
  position: relative;
  min-width: 0;
}
.brand-hero-graphic {
  min-height: 535px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  perspective: 1200px;
  background:
    radial-gradient(circle at 50% 50%, rgba(37,200,117,.12), transparent 26%),
    radial-gradient(circle at 12% 20%, rgba(37,200,117,.05), transparent 20%),
    linear-gradient(145deg, rgba(255,255,255,.60), rgba(234,251,241,.62));
  border: 1px solid rgba(9,60,42,.08);
  box-shadow: 0 24px 70px rgba(9,60,42,.07);
}
.brand-hero-graphic::before {
  content: "";
  position: absolute;
  width: 460px; height: 460px;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, transparent 0 28px, rgba(9,60,42,.07) 29px 30px);
}
.hero-flow-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: url(#flowGreen);
  stroke-width: 1.15;
  opacity: .85;
}
.glass-disc {
  position: absolute;
  top: 50%;
  width: 220px;
  height: 290px;
  border-radius: 50%;
  transform-style: preserve-3d;
}
.disc-fiat {
  left: 7%;
  transform: translateY(-50%) rotateY(54deg) rotateZ(-3deg);
}
.disc-digital {
  right: 7%;
  transform: translateY(-50%) rotateY(-54deg) rotateZ(3deg);
}
.glass-disc::before,
.glass-disc::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}
.glass-disc::before {
  background:
    radial-gradient(circle at 35% 28%, rgba(255,255,255,.98), rgba(234,251,241,.62) 38%, rgba(37,200,117,.18) 70%, rgba(9,60,42,.14));
  border: 2px solid rgba(255,255,255,.88);
  box-shadow:
    inset 10px 0 20px rgba(255,255,255,.84),
    inset -11px 0 22px rgba(9,60,42,.12),
    0 22px 45px rgba(9,60,42,.12),
    0 0 0 5px rgba(37,200,117,.05);
}
.glass-disc::after {
  inset: 12px;
  border: 1px solid rgba(9,60,42,.16);
  box-shadow: inset 0 0 24px rgba(255,255,255,.9);
}
.disc-face {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateZ(15px);
  color: var(--deep-green);
  text-align: center;
}
.disc-face strong {
  font-size: 28px;
  line-height: .98;
  letter-spacing: -.05em;
  font-weight: 600;
}
.disc-kicker {
  margin-bottom: 7px;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: .16em;
  color: var(--secondary-text);
}
.settlement-core {
  position: absolute;
  left: 50%; top: 50%;
  transform: translate(-50%,-50%);
  width: 126px; height: 126px;
  z-index: 5;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.96), rgba(234,251,241,.9) 32%, rgba(37,200,117,.42) 70%, rgba(9,60,42,.25));
  border: 1px solid rgba(255,255,255,.92);
  box-shadow:
    inset 0 0 24px rgba(255,255,255,.95),
    0 20px 40px rgba(9,60,42,.16),
    0 0 0 12px rgba(37,200,117,.05);
}
.core-logo { transform: scale(1.35); }
.network-dot {
  position: absolute;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(37,200,117,.08);
}
.dot-1 { left: 23%; top: 21%; }
.dot-2 { right: 19%; top: 28%; }
.dot-3 { left: 32%; bottom: 17%; }
.dot-4 { right: 28%; bottom: 14%; }

/* EDITORIAL */
.editorial-statement { padding: 150px 0 130px; background: var(--white); }
.statement-grid {
  display: grid;
  grid-template-columns: 80px minmax(0, 1.2fr) minmax(300px,.6fr);
  gap: 42px;
  align-items: start;
}
.statement-number { color: var(--muted); font-size: 12px; padding-top: 4px; }
.statement-grid h2 {
  margin: 0;
  color: var(--text-black);
  font-size: clamp(56px, 6.4vw, 104px);
  line-height: .92;
  letter-spacing: -.065em;
  font-weight: 600;
}
.statement-grid h2 span { color: var(--green); }
.statement-copy {
  margin: 38px 0 0;
  color: var(--secondary-text);
  font-size: 18px;
  line-height: 1.65;
}

/* PROCESS */
.process-section { padding: 40px 0 150px; background: var(--white); }
.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px,480px);
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
}
.section-heading h2 {
  margin: 0;
  color: var(--text-black);
  font-size: clamp(48px, 5vw, 80px);
  letter-spacing: -.055em;
  line-height: .96;
  font-weight: 600;
}
.section-heading > p { color: var(--secondary-text); line-height: 1.6; margin: 0 0 4px; }

.process-list { border-top: 1px solid var(--divider); }
.process-item {
  display: grid;
  grid-template-columns: 80px .7fr 1fr 50px;
  gap: 24px;
  align-items: center;
  min-height: 165px;
  padding: 28px 4px;
  border-bottom: 1px solid var(--divider);
  transition: transform .25s ease, background .25s ease, padding .25s ease, box-shadow .25s ease;
}
.process-item:hover {
  transform: translateY(-6px);
  background: var(--pale-green);
  padding-left: 18px;
  padding-right: 18px;
  box-shadow: 0 14px 32px rgba(9,60,42,.05);
}
.process-no {
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: var(--pale-green);
  color: var(--deep-green);
  font-size: 12px;
  font-weight: 600;
}
.process-title h3 {
  margin: 0;
  color: var(--text-black);
  font-size: clamp(30px, 3vw, 48px);
  font-weight: 600;
  letter-spacing: -.04em;
}
.process-body p { max-width: 580px; margin: 0; color: var(--secondary-text); line-height: 1.65; }
.process-arrow { justify-self: end; color: var(--green); font-size: 20px; }

/* LIQUIDITY — retain same layout, deep-green brand section */
.liquidity-section {
  padding: 145px 0;
  background:
    radial-gradient(circle at 76% 44%, rgba(37,200,117,.14), transparent 27%),
    var(--deep-green);
}
.liquidity-layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 80px;
  align-items: center;
}
.liquidity-copy h2 {
  margin: 0;
  color: white;
  font-size: clamp(54px, 5.3vw, 86px);
  line-height: .93;
  letter-spacing: -.06em;
  font-weight: 600;
}
.liquidity-copy > p:not(.dark-kicker) {
  max-width: 590px;
  color: #C7D7D0;
  line-height: 1.7;
  font-size: 17px;
}
.inline-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 16px;
  color: #8CF0B3;
  font-size: 13px;
  font-weight: 600;
}

.liquidity-visual {
  min-height: 520px;
  position: relative;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 50%, rgba(37,200,117,.20), transparent 30%),
    linear-gradient(145deg, rgba(255,255,255,.10), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.14);
  overflow: hidden;
  box-shadow: inset 0 0 40px rgba(255,255,255,.025);
}
.liquidity-visual::after {
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-radial-gradient(circle at 50% 50%, transparent 0 36px, rgba(234,251,241,.07) 37px 38px),
    linear-gradient(90deg, transparent, rgba(255,255,255,.04), transparent);
}
.nexiora-core {
  position:absolute;
  left:50%; top:50%; transform:translate(-50%,-50%);
  width:118px; height:118px; border-radius:50%;
  display:grid; place-items:center;
  background: radial-gradient(circle at 35% 28%, white, #EAFBF1 32%, #25C875 70%, #093C2A);
  color:white; font-size:34px; font-weight:700;
  z-index:3;
  box-shadow:0 18px 46px rgba(0,0,0,.18), inset 0 0 18px rgba(255,255,255,.85);
}
.rail-card {
  position:absolute;
  width: 230px;
  padding: 22px;
  border-radius: 18px;
  background: rgba(255,255,255,.93);
  color: var(--text-black);
  z-index:3;
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 20px 50px rgba(0,0,0,.12);
}
.rail-card small { display:block; font-size:10px; color:var(--green); letter-spacing:.12em; margin-bottom:22px; font-weight:600; }
.rail-card strong { display:block; font-size:25px; font-weight:600; letter-spacing:-.035em; }
.rail-card span { display:block; color:var(--secondary-text); font-size:12px; margin-top:7px; }
.rail-left { left: 6%; top: 50%; transform: translateY(-50%); }
.rail-right { right: 6%; top: 50%; transform: translateY(-50%); }
.liquidity-line {
  position:absolute;
  top:50%;
  height:1px;
  width:28%;
  background:linear-gradient(90deg, transparent, rgba(140,240,179,.92), transparent);
}
.left-line { left:25%; }
.right-line { right:25%; }
.orb {
  position:absolute;
  border-radius:50%;
  background:#8CF0B3;
  box-shadow:0 0 0 7px rgba(140,240,179,.08);
}
.orb-a { width:8px; height:8px; left:34%; top:32%; }
.orb-b { width:5px; height:5px; right:31%; top:66%; }
.orb-c { width:4px; height:4px; left:52%; top:23%; }

/* BENTO — same structure */
.model-section { padding: 145px 0; background: var(--background); }
.model-bento {
  display:grid;
  grid-template-columns: 1.45fr .75fr;
  grid-template-rows: 1fr 1fr;
  gap:16px;
}
.model-card {
  min-height: 280px;
  border-radius: 24px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(9,60,42,.035);
}
.model-card::after {
  content: "";
  position: absolute;
  width: 190px; height: 190px;
  right: -60px; top: -70px;
  border-radius: 50%;
  border: 1px solid rgba(37,200,117,.12);
  box-shadow: 0 0 0 22px rgba(37,200,117,.035), 0 0 0 48px rgba(37,200,117,.02);
}
.model-main {
  grid-row:1/3;
  min-height: 580px;
  background:
    radial-gradient(circle at 72% 22%, rgba(37,200,117,.22), transparent 28%),
    var(--deep-green);
  color:white;
  border-color: transparent;
}
.model-accent { background: var(--pale-green); }
.model-topline {
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:10px;
  letter-spacing:.12em;
  font-weight:600;
}
.model-main .model-topline { color:#AFD0C0; }
.model-card h3 {
  margin:0 0 12px;
  color:var(--text-black);
  font-size: clamp(32px, 3.4vw, 56px);
  line-height:1;
  letter-spacing:-.05em;
  font-weight:600;
}
.model-main h3 { max-width:700px; color:white; font-size: clamp(44px,5vw,76px); }
.model-card p { margin:0; max-width:650px; color:var(--secondary-text); line-height:1.62; }
.model-main p { color:#C7D7D0; }

/* PARTNER */
.partner-section { background:var(--white); padding: 96px 0; }
.partner-layout {
  display:grid;
  grid-template-columns: .6fr .9fr 1fr;
  gap:52px;
  align-items:start;
  padding-top: 26px;
  border-top:1px solid var(--divider);
}
.partner-label span { font-size:10px; letter-spacing:.15em; color:var(--deep-green); font-weight:600; }
.partner-name h2 {
  margin:0;
  color:var(--text-black);
  font-size: clamp(52px,5vw,78px);
  font-weight:600;
  letter-spacing:-.055em;
}
.partner-copy p { margin:0; color:var(--secondary-text); line-height:1.68; font-size:17px; }
.partner-copy a { display:inline-block; margin-top:20px; color:var(--deep-green); font-size:13px; font-weight:600; }

/* CLIENTS */
.clients-section { padding: 145px 0; background: var(--background); }
.client-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
}
.client-grid article {
  min-height: 340px;
  padding:28px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:24px;
  display:flex;
  flex-direction:column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.client-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(9,60,42,.07);
}
.client-grid span { font-size:11px; color:var(--green); font-weight:600; }
.client-grid h3 {
  margin:auto 0 12px;
  color:var(--text-black);
  font-size:31px;
  line-height:1.04;
  letter-spacing:-.04em;
  font-weight:600;
}
.client-grid p { margin:0; color:var(--secondary-text); line-height:1.55; }

/* CONTACT */
.contact-section {
  padding: 135px 0;
  background:
    radial-gradient(circle at 15% 90%, rgba(37,200,117,.16), transparent 24%),
    var(--deep-green);
}
.contact-layout {
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:80px;
}
.contact-layout h2 {
  margin:0;
  max-width:620px;
  color:white;
  font-size:clamp(56px,5.3vw,86px);
  line-height:.94;
  letter-spacing:-.06em;
  font-weight:600;
}
.contact-layout > div > p:not(.dark-kicker) { color:#C7D7D0; line-height:1.7; max-width:550px; }

.contact-form { display:grid; gap:14px; }
.form-two { display:grid; grid-template-columns:1fr 1fr; gap:14px; }
.contact-form label span { display:block; color:#D9E7E0; font-size:11px; margin-bottom:7px; }
.contact-form input,
.contact-form textarea,
.contact-form select {
  width:100%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.075);
  color:white;
  border-radius:10px;
  padding:15px 16px;
  outline:none;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder { color:#AFC7BC; }
.contact-form textarea { min-height:140px; resize:vertical; }
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus { border-color:#8CF0B3; background:rgba(255,255,255,.10); }
.form-action { display:flex; gap:18px; align-items:center; margin-top:4px; }
.form-action button { border:0; cursor:pointer; background:var(--green); color:var(--deep-green); }
.form-action button span { color:var(--deep-green); }
#formStatus { color:#8CF0B3; font-size:12px; margin:0; }

/* FOOTER */
.footer {
  background: linear-gradient(105deg, #063222, #093C2A 58%, #062B1E);
  color:white;
  padding:54px 0 28px;
}
.footer-grid {
  display:grid;
  grid-template-columns:1fr .7fr 1fr;
  gap:50px;
  align-items:start;
}
.footer .brand { color:white; }
.footer-brand { display:inline-flex; }
.footer-grid p { color:#BBD0C6; max-width:440px; font-size:13px; line-height:1.6; }
.footer-links { display:flex; flex-direction:column; gap:10px; color:#C8D8D0; font-size:12px; }
.footer-links a:hover { color:#8CF0B3; }
.footer-meta { color:#9AB3A8; font-size:10px; line-height:1.6; display:flex; flex-direction:column; gap:8px; }

/* Responsive: same breakpoints/layout behavior */
@media (max-width: 1080px) {
  .hero-grid,
  .liquidity-layout,
  .contact-layout { grid-template-columns:1fr; }
  .hero { padding-bottom:70px; }
  .hero-visual { max-width:900px; width:100%; }
  .statement-grid { grid-template-columns:60px 1fr; }
  .statement-copy { grid-column:2; margin-top:0; max-width:650px; }
  .model-bento { grid-template-columns:1fr 1fr; grid-template-rows:auto; }
  .model-main { grid-row:auto; grid-column:1/-1; min-height:450px; }
}

@media (max-width: 760px) {
  .shell { width:calc(100% - 20px); }
  .header { width:calc(100% - 20px); height:64px; grid-template-columns:1fr auto; }
  .desktop-nav,.header-cta { display:none; }
  .menu-btn { display:block; }
  .mobile-nav {
    display:none;
    position:fixed; top:92px; left:10px; right:10px; z-index:99;
    padding:12px;
    border-radius:14px;
    background:white;
    color:var(--text-black);
    border:1px solid var(--border);
    box-shadow:0 18px 40px rgba(9,60,42,.08);
  }
  .mobile-nav.open { display:flex; flex-direction:column; }
  .mobile-nav a { padding:14px; border-bottom:1px solid var(--border); }

  .hero { margin-top:-80px; padding-top:145px; min-height:auto; }
  .hero h1 { font-size:clamp(54px,15vw,78px); }
  .hero-lede { font-size:16px; }
  .brand-hero-graphic { min-height:430px; }
  .glass-disc { width:155px; height:215px; }
  .disc-fiat { left:2%; }
  .disc-digital { right:2%; }
  .disc-face strong { font-size:20px; }
  .settlement-core { width:90px; height:90px; }

  .editorial-statement,
  .liquidity-section,
  .model-section,
  .clients-section,
  .contact-section { padding:95px 0; }

  .statement-grid { grid-template-columns:1fr; }
  .statement-number { display:none; }
  .statement-copy { grid-column:auto; }

  .section-heading { grid-template-columns:1fr; gap:18px; }
  .process-item {
    grid-template-columns:42px 1fr 32px;
    min-height:auto;
    padding:26px 0;
  }
  .process-body { grid-column:2; }
  .process-arrow { grid-column:3; grid-row:1; }

  .liquidity-visual { min-height:480px; }
  .rail-card { width:165px; padding:18px; }
  .rail-card strong { font-size:19px; }
  .rail-left { left:4%; top:29%; }
  .rail-right { right:4%; top:71%; }
  .nexiora-core { width:90px; height:90px; }
  .left-line,.right-line { display:none; }

  .model-bento { grid-template-columns:1fr; }
  .model-main { grid-column:auto; }
  .model-card { min-height:300px; }
  .model-main { min-height:430px; }

  .partner-layout { grid-template-columns:1fr; gap:20px; }
  .client-grid { grid-template-columns:1fr; }
  .form-two { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; }
}


/* =========================================================
   HERO ART — USER-SUPPLIED BRAND IMAGE
   Replaces the generated CSS 3D illustration only.
   ========================================================= */

.hero-visual-image {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-visual-image::before {
  content: "";
  position: absolute;
  inset: 10% 8%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(37, 200, 117, .10), transparent 68%);
  filter: blur(42px);
  pointer-events: none;
}

.hero-visual-image img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  max-width: 940px;
  object-fit: contain;
  border-radius: 28px;
  box-shadow: 0 22px 65px rgba(9, 60, 42, .07);
}

/* Let the very light edges of the supplied artwork merge into the ivory hero. */
@supports ((-webkit-mask-image: linear-gradient(#000,#000)) or (mask-image: linear-gradient(#000,#000))) {
  .hero-visual-image img {
    -webkit-mask-image: radial-gradient(ellipse 76% 80% at center, #000 67%, rgba(0,0,0,.97) 79%, transparent 100%);
    mask-image: radial-gradient(ellipse 76% 80% at center, #000 67%, rgba(0,0,0,.97) 79%, transparent 100%);
  }
}

@media (max-width: 1080px) {
  .hero-visual-image {
    width: 100%;
  }

  .hero-visual-image img {
    max-width: 900px;
  }
}

@media (max-width: 760px) {
  .hero-visual-image img {
    border-radius: 20px;
  }
}


/* =========================================================
   OFFICIAL NEXIORA LOGO IMAGE
   Replaces the CSS-built wordmark while keeping layout intact.
   ========================================================= */

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo-image {
  display: block;
  height: 40px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.header .brand-logo-image {
  height: 40px;
}

.footer .brand-logo-image {
  height: 34px;
  filter: brightness(0) invert(1);
}

/* Hide previous CSS-constructed mark pieces if present anywhere */
.brand-symbol,
.brand-word {
  display: none !important;
}

@media (max-width: 760px) {
  .header .brand-logo-image {
    height: 34px;
  }

  .footer .brand-logo-image {
    height: 30px;
  }
}


/* =========================================================
   BCB PARTNER SECTION UPDATE
   ========================================================= */
.partner-section {
  background: var(--white);
  padding: 96px 0;
}
.partner-layout {
  display: grid;
  grid-template-columns: .52fr .9fr 1.15fr;
  gap: 28px;
  align-items: stretch;
  padding-top: 26px;
  border-top: 1px solid var(--divider);
}
.partner-label {
  display: flex;
  align-items: flex-start;
  padding-top: 14px;
}
.partner-label span {
  font-size: 10px;
  letter-spacing: .15em;
  color: var(--deep-green);
  font-weight: 600;
}
.partner-logo-card {
  min-height: 190px;
  padding: 28px;
  background: linear-gradient(180deg, #0d1513 0%, #101b18 100%);
  border-radius: 28px;
  border: 1px solid rgba(9, 60, 42, .10);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 44px rgba(9,60,42,.06);
}
.partner-logo-card img {
  width: 100%;
  max-width: 280px;
  height: auto;
  display: block;
}
.partner-copy h2 {
  margin: 0 0 14px;
  color: var(--text-black);
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 600;
  letter-spacing: -.055em;
}
.partner-copy p {
  margin: 0 0 14px;
  color: var(--secondary-text);
  line-height: 1.68;
  font-size: 17px;
}
.partner-copy .partner-note {
  color: var(--text-black);
  opacity: .78;
}
.partner-copy a {
  display: inline-block;
  margin-top: 10px;
  color: var(--deep-green);
  font-size: 13px;
  font-weight: 600;
}

/* =========================================================
   CLIENT CARD IMAGE UPDATE
   ========================================================= */
.client-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.client-grid article {
  min-height: 430px;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.client-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(9,60,42,.07);
}
.client-media {
  margin: 0 0 18px;
  border-radius: 18px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #eef2ee;
}
.client-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.client-grid span {
  font-size: 11px;
  color: var(--green);
  font-weight: 600;
}
.client-grid h3 {
  margin: 18px 0 12px;
  color: var(--text-black);
  font-size: 28px;
  line-height: 1.06;
  letter-spacing: -.04em;
  font-weight: 600;
}
.client-grid p {
  margin: 0;
  color: var(--secondary-text);
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .partner-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .partner-label {
    padding-top: 0;
  }
}

@media (max-width: 760px) {
  .client-grid article {
    min-height: auto;
  }
  .client-grid h3 {
    font-size: 24px;
  }
}


/* Refinements: client number spacing and updated card padding */
.client-grid article {
  padding: 22px 20px 24px;
}
.client-grid span {
  display: inline-block;
  margin: 0 0 12px 2px;
  padding: 4px 0 2px;
}
.client-media {
  margin: 0 0 20px;
}
.partner-logo-card img {
  max-width: 340px;
}


/* Final refinements: BCB logo fit + editorial statement wording */
.partner-layout {
  grid-template-columns: .48fr minmax(280px, 360px) 1.2fr;
  gap: 26px;
  align-items: center;
}

.partner-logo-card {
  min-height: 150px;
  padding: 18px 22px;
  border-radius: 24px;
  justify-self: start;
  width: 100%;
}

.partner-logo-card img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 1100px) {
  .partner-layout {
    grid-template-columns: 1fr;
  }

  .partner-logo-card {
    max-width: 420px;
  }
}


/* Final partner cleanup: remove dark surround from BCB logo */
.partner-logo-card {
  min-height: auto;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  width: 100%;
  max-width: 360px;
}

.partner-logo-card img {
  width: 100%;
  max-width: 360px;
  height: auto;
  display: block;
  object-fit: contain;
  border-radius: 18px;
}

/* Licensing section */
.licensing-section {
  background: var(--white);
  padding: 8px 0 96px;
}

.licensing-layout {
  display: grid;
  grid-template-columns: .48fr 1.12fr .9fr;
  gap: 26px;
  align-items: start;
  padding-top: 26px;
  border-top: 1px solid var(--divider);
}

.licensing-label {
  display: flex;
  align-items: flex-start;
  padding-top: 14px;
}

.licensing-label span {
  font-size: 10px;
  letter-spacing: .15em;
  color: var(--deep-green);
  font-weight: 600;
}

.licensing-main h2 {
  margin: 8px 0 18px;
  color: var(--text-black);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -.05em;
  font-weight: 600;
}

.licensing-main p {
  margin: 0 0 14px;
  color: var(--secondary-text);
  font-size: 17px;
  line-height: 1.68;
  max-width: 760px;
}

.licensing-points {
  display: grid;
  gap: 14px;
}

.licensing-points article {
  padding: 18px 20px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(234,251,241,.55) 0%, rgba(255,255,255,1) 100%);
}

.licensing-points h3 {
  margin: 0 0 8px;
  color: var(--text-black);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.02em;
}

.licensing-points p {
  margin: 0;
  color: var(--secondary-text);
  line-height: 1.58;
  font-size: 15px;
}

@media (max-width: 1100px) {
  .licensing-layout {
    grid-template-columns: 1fr;
  }
}


/* FinCEN verification link */
.licensing-link {
  display: inline-block;
  margin-top: 8px;
  color: var(--deep-green);
  font-size: 13px;
  font-weight: 600;
}

.licensing-link:hover {
  color: var(--green);
}


/* Section label alignment + size tweaks */
.partner-layout {
  align-items: start;
}

.partner-label,
.licensing-label {
  align-items: flex-start;
  padding-top: 0;
}

.partner-label span,
.licensing-label span {
  font-size: 12px;
}


/* Section labels — vertically centred within their rows */
.partner-label,
.licensing-label {
  align-self: stretch;
  display: flex;
  align-items: center;
  padding-top: 0;
}

.partner-label span,
.licensing-label span {
  font-size: 12px;
}
