:root {
  --cv-ink: #091225;
  --cv-ink-soft: #344159;
  --cv-paper: #f4f6fa;
  --cv-white: #ffffff;
  --cv-blue: #3157e8;
  --cv-cyan: #1db7d9;
  --cv-line: #dce3ee;
  --cv-night: #071226;
  --cv-radius: 28px;
}

.cv-home {
  color: var(--cv-ink);
  background:
    radial-gradient(circle at 74% 2%, rgba(79, 112, 232, .13), transparent 25%),
    radial-gradient(circle at 5% 18%, rgba(29, 183, 217, .08), transparent 22%),
    var(--cv-paper);
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

.cv-home h1,
.cv-home h2,
.cv-home h3,
.cv-home h4 {
  font-family: "Sora", sans-serif;
}

.cv-noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  opacity: .025;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.cv-home .container { width: min(1320px, 92vw); }
.cv-home .topbar-wrap { padding-top: 18px; }
.cv-home .cv-nav {
  border-color: rgba(214, 223, 237, .78);
  border-radius: 18px;
  padding: 10px 12px 10px 18px;
  background: rgba(250, 252, 255, .82);
  box-shadow: 0 12px 40px rgba(9, 18, 37, .06);
  backdrop-filter: blur(22px) saturate(150%);
}
.cv-wordmark { display:inline-flex;align-items:center;gap:9px;color:#0d1930;font:700 20px "Sora",sans-serif;letter-spacing:-.04em; }
.cv-wordmark .cv-wordmark-logo { width:27px;height:38px;object-fit:contain;filter:drop-shadow(0 7px 9px rgba(255,166,24,.18)); }
.cv-wordmark-footer { color:#fff; }
.cv-home .nav-main { gap: 2px; }
.cv-home .nav-main a { color: #526077; padding: 9px 14px; }
.cv-home .nav-main a.active,
.cv-home .nav-main a:hover { background: #eef2fa; color: var(--cv-ink); }
.cv-home .cv-language { border: 0; background: transparent; }
.cv-home .cv-nav-cta { border-radius: 12px; padding-inline: 18px; }

.cv-hero { padding: 42px 0 52px; }
.cv-hero-shell {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  min-height: 710px;
  border: 1px solid rgba(201, 212, 230, .9);
  border-radius: 38px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(242, 246, 253, .95));
  box-shadow: 0 38px 90px rgba(9, 18, 37, .14);
}
.cv-hero-shell::before {
  content: "";
  position: absolute;
  inset: -30% 40% 35% -20%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(69, 97, 221, .11), transparent 68%);
}
.cv-hero-copy {
  position: relative;
  z-index: 3;
  padding: 76px 10px 156px 58px;
  align-self: center;
}
.cv-eyebrow,
.cv-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #3e5ed4;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.cv-eyebrow span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cv-cyan);
  box-shadow: 0 0 0 5px rgba(29, 183, 217, .12);
}
.cv-hero h1 {
  max-width: 680px;
  margin-top: 22px;
  font-size: clamp(48px, 5.25vw, 78px);
  line-height: .98;
  letter-spacing: -.055em;
}
.cv-hero h1 em {
  color: #3855cb;
  font-style: normal;
}
.cv-hero-copy > p {
  max-width: 640px;
  margin-top: 24px;
  color: #556279;
  font-size: 17px;
  line-height: 1.75;
}
.cv-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.cv-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.cv-button:hover { transform: translateY(-2px); }
.cv-button-primary {
  color: #fff;
  background: linear-gradient(135deg, #0c1830, #3157e8);
  box-shadow: 0 16px 34px rgba(35, 64, 180, .23);
}
.cv-button-secondary { color: #26334b; border-color: #d7dfeb; background: rgba(255,255,255,.82); }
.cv-play { display: inline-grid; width: 25px; height: 25px; place-items: center; border-radius: 50%; color: #fff; background: #111d35; font-size: 8px; }
.cv-proof-line { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 31px; color: #69758a; font-size: 11px; }
.cv-proof-line span { position: relative; padding-left: 13px; }
.cv-proof-line span::before { content: ""; position: absolute; left: 0; top: .63em; width: 4px; height: 4px; border-radius: 50%; background: #8597b7; }
.cv-proof-line b { color: #26344e; }

.cv-hero-art { position: relative; min-width: 0; min-height: 640px; }
.cv-hero-art::after {
  content: "";
  position: absolute;
  inset: 10% 5% 12% 8%;
  z-index: 0;
  border-radius: 44%;
  background: radial-gradient(circle, rgba(58, 91, 218, .23), rgba(58, 91, 218, 0) 67%);
  filter: blur(30px);
}
.cv-hero-art img {
  position: absolute;
  z-index: 1;
  width: 116%;
  max-width: none;
  height: 100%;
  right: -8%;
  top: 0;
  object-fit: cover;
  object-position: 57% center;
  mix-blend-mode: multiply;
  -webkit-mask-image: linear-gradient(to right, transparent 0, #000 16%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0, #000 16%, #000 100%);
}
.cv-float-card {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(205, 216, 233, .9);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 36px rgba(15, 28, 55, .12);
  backdrop-filter: blur(18px);
  animation: cv-drift 7s ease-in-out infinite;
}
.cv-float-card-a { top: 20%; left: 13%; }
.cv-float-card-b { right: 6%; bottom: 25%; animation-delay: -2.5s; }
.cv-float-card small,
.cv-float-card strong { display: block; }
.cv-float-card small { color: #7b879a; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.cv-float-card strong { margin-top: 2px; color: #1d2940; font-size: 11px; }
.cv-float-icon { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 10px; color: white; background: #3157e8; }
.cv-status-dot { width: 11px; height: 11px; border-radius: 50%; background: #23bb8c; box-shadow: 0 0 0 6px rgba(35, 187, 140, .12); }

.cv-command-bar {
  position: absolute;
  z-index: 7;
  left: 34px;
  right: 34px;
  bottom: 30px;
  display: grid;
  grid-template-columns: 1.25fr repeat(3, 1fr) .8fr;
  gap: 0;
  border: 1px solid rgba(92, 119, 176, .28);
  border-radius: 22px;
  color: #fff;
  background: rgba(5, 15, 35, .94);
  box-shadow: 0 25px 50px rgba(5, 15, 35, .25);
  backdrop-filter: blur(24px);
}
.cv-command-brand,
.cv-command-metric,
.cv-command-link { min-height: 96px; padding: 18px 20px; }
.cv-command-brand { display: flex; align-items: center; gap: 12px; }
.cv-command-mark { display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,185,59,.22);border-radius:13px;background:linear-gradient(145deg,rgba(255,255,255,.12),rgba(255,169,20,.07)); }
.cv-command-mark img{width:22px;height:31px;object-fit:contain;filter:drop-shadow(0 5px 6px rgba(255,164,12,.22))}
.cv-command-bar small { display: block; color: #8293b3; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.cv-command-brand strong { display: block; margin-top: 2px; font-size: 12px; }
.cv-command-metric { border-left: 1px solid rgba(139, 159, 198, .17); }
.cv-command-metric strong { display: block; margin-top: 5px; font-size: 17px; }
.cv-command-metric span { color: #8ea1c3; font-size: 9px; }
.cv-command-link { display: flex; align-items: center; justify-content: space-between; border-left: 1px solid rgba(139, 159, 198, .17); color: #dce7ff; font-size: 11px; font-weight: 700; }
.cv-command-link span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; color: #091225; background: #fff; }

.cv-marquee { overflow: hidden; border-block: 1px solid #d8e0eb; background: rgba(255, 255, 255, .55); }
.cv-marquee-track { display: flex; width: max-content; align-items: center; gap: 23px; padding: 17px 0; animation: cv-marquee 35s linear infinite; }
.cv-marquee span { color: #68758b; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cv-marquee i { width: 5px; height: 5px; border-radius: 50%; background: #3157e8; }

.cv-executive{position:relative;overflow:hidden;padding:132px 0 118px;color:#fff;background:radial-gradient(circle at 76% 18%,rgba(53,91,222,.36),transparent 28%),radial-gradient(circle at 15% 72%,rgba(19,168,195,.14),transparent 24%),linear-gradient(145deg,#050d1d,#0a1b3a 62%,#0c2450)}
.cv-executive::before{position:absolute;inset:0;content:"";pointer-events:none;background-image:linear-gradient(rgba(138,161,206,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(138,161,206,.055) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,#000 22%,#000 78%,transparent)}
.cv-executive>.container{position:relative;z-index:1}
.cv-executive-head{display:grid;grid-template-columns:1.2fr .8fr;gap:76px;align-items:end}
.cv-executive-head h2{max-width:820px;margin-top:16px;font-size:clamp(42px,5.3vw,74px);line-height:1.02;letter-spacing:-.05em}
.cv-executive-head h2 em{color:#85a8ff;font-style:normal}
.cv-executive-intro>p{color:#b8c7df;font-size:15px;line-height:1.85}
.cv-executive-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:23px}
.cv-executive-tags span{border:1px solid rgba(157,182,229,.2);border-radius:999px;padding:7px 11px;color:#dce7fb;background:rgba(255,255,255,.055);font-size:9px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}
.cv-executive-stage{position:relative;min-height:900px;margin-top:72px}
.cv-executive-stage::before{position:absolute;inset:10% 8% 15%;content:"";border-radius:50%;background:rgba(49,87,232,.22);filter:blur(85px)}
.cv-executive-screen{position:absolute;inset:125px 7% auto;margin:0;overflow:hidden;border:1px solid rgba(157,181,224,.34);border-radius:28px;background:#fff;box-shadow:0 45px 110px rgba(0,0,0,.44);transform:perspective(1600px) rotateX(1.5deg)}
.cv-executive-screen picture{display:block;line-height:0}.cv-executive-screen img{display:block;width:100%;height:auto;aspect-ratio:1600/892;object-fit:cover;object-position:top left}
.cv-executive-screen figcaption{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px;color:#24334f;background:#fff;line-height:1.4}
.cv-executive-screen figcaption span{font-size:9px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.cv-executive-screen figcaption small{color:#7a879b;font-size:9px}
.cv-executive-callout{position:absolute;z-index:3;display:grid;width:285px;grid-template-columns:34px 1fr;gap:12px;border:1px solid rgba(160,183,226,.25);border-radius:18px;padding:16px;color:#fff;background:rgba(7,19,42,.88);box-shadow:0 20px 50px rgba(0,0,0,.28);backdrop-filter:blur(18px)}
.cv-executive-callout>span{display:grid;width:31px;height:31px;place-items:center;border-radius:10px;color:#08142a;background:#e9efff;font:700 9px "Sora"}
.cv-executive-callout small,.cv-executive-callout strong{display:block}.cv-executive-callout small{color:#7f9edc;font-size:8px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.cv-executive-callout strong{margin-top:3px;font-size:12px}.cv-executive-callout p{margin-top:6px;color:#9eacc5;font-size:9px;line-height:1.55}
.cv-callout-one{left:0;top:5px}.cv-callout-two{right:0;top:42px}.cv-callout-three{left:1%;top:665px}.cv-callout-four{right:1%;top:700px}
.cv-executive-bottom{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid rgba(157,181,224,.18);border-bottom:1px solid rgba(157,181,224,.18)}
.cv-executive-principle{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:30px 28px}.cv-executive-principle+ .cv-executive-principle{border-left:1px solid rgba(157,181,224,.18)}
.cv-executive-principle>span{color:#7597e8;font:700 10px "Sora"}.cv-executive-principle h3{font-size:15px}.cv-executive-principle p{margin-top:7px;color:#9dacc5;font-size:11px;line-height:1.65}
.cv-executive-actions{display:flex;align-items:center;justify-content:space-between;gap:45px;margin-top:42px}.cv-executive-actions>p{max-width:590px;color:#aebdd5;font-size:14px}.cv-executive-actions>p strong{color:#fff}.cv-executive-actions>div{display:flex;flex-wrap:wrap;gap:10px}

.cv-section { padding: 112px 0; }
.cv-section-head { display: grid; grid-template-columns: 1.35fr .65fr; gap: 48px; align-items: end; margin-bottom: 44px; }
.cv-section-head h2,
.cv-dark-copy h2,
.cv-report-intro h2,
.cv-final-card h2 { margin-top: 14px; font-size: clamp(38px, 4.6vw, 64px); line-height: 1.04; letter-spacing: -.045em; }
.cv-section-head > p { max-width: 470px; color: #667389; font-size: 15px; line-height: 1.8; }
.cv-kicker::before { content: ""; width: 25px; height: 1px; background: currentColor; }

.cv-bento { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-areas: "portfolio treasury" "flow reports"; gap: 18px; }
.cv-bento-card { position: relative; overflow: hidden; min-height: 390px; border: 1px solid var(--cv-line); border-radius: var(--cv-radius); padding: 28px; background: rgba(255,255,255,.9); box-shadow: 0 16px 44px rgba(9,18,37,.07); }
.cv-bento-card h3 { max-width: 560px; margin-top: 44px; font-size: clamp(25px, 2.5vw, 37px); line-height: 1.1; letter-spacing: -.035em; }
.cv-bento-card > p { max-width: 570px; margin-top: 13px; color: #657187; font-size: 14px; }
.cv-card-top { display: flex; justify-content: space-between; align-items: center; }
.cv-card-index { color: #8190a8; font: 600 10px "Sora"; letter-spacing: .12em; }
.cv-card-pill { border: 1px solid #d5deed; border-radius: 999px; padding: 6px 10px; color: #42516c; background: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cv-pill-dark { color: #dce8ff; border-color: #30446c; background: rgba(42,63,102,.45); }
.cv-pill-light { color: #1c3059; border-color: rgba(255,255,255,.42); }
.cv-bento-portfolio { grid-area: portfolio; min-height: 570px; background: linear-gradient(150deg, #fff, #eef3fc); }
.cv-bento-treasury { grid-area: treasury; color: #fff; background: radial-gradient(circle at 80% 18%, rgba(59,91,216,.32), transparent 28%), linear-gradient(150deg, #071329, #0c2149); border-color: #142d57; }
.cv-bento-treasury > p { color: #aebbd2; }
.cv-bento-flow { grid-area: flow; min-height: 340px; }
.cv-bento-reports { grid-area: reports; min-height: 340px; color: #0d2045; background: linear-gradient(145deg, #d7effa, #a9c5fb); border-color: #bdd4f4; }
.cv-bento-reports h3 { margin-top: 4px; font-size: 27px; }
.cv-bento-reports > p { color: #344d78; }
.cv-bento-reports > a { position: absolute; left: 28px; bottom: 27px; font-size: 12px; font-weight: 700; }
.cv-report-number { margin-top: 24px; font: 700 76px/1 "Sora"; letter-spacing: -.08em; }

.cv-portfolio-ui { position: absolute; left: 28px; right: 28px; bottom: -34px; height: 265px; display: grid; grid-template-columns: 48px 1fr; overflow: hidden; border: 1px solid #ccd8ea; border-radius: 20px 20px 0 0; background: #f8fbff; box-shadow: 0 25px 45px rgba(27,46,85,.14); }
.cv-portfolio-nav { display: flex; flex-direction: column; align-items: center; gap: 16px; padding-top: 21px; background: #0b1932; }
.cv-portfolio-nav span { width: 16px; height: 16px; border-radius: 5px; background: #334461; }
.cv-portfolio-nav span.active { background: #4d72ee; }
.cv-portfolio-content { padding: 18px; }
.cv-mini-header { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; }
.cv-mini-header b { color: #1e9e78; }
.cv-mini-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 18px; }
.cv-mini-kpis div { border: 1px solid #e0e7f1; border-radius: 10px; padding: 10px; background: #fff; }
.cv-mini-kpis small { display:block; color:#8793a5; font-size:8px; }
.cv-mini-kpis strong { display:block; margin-top:3px; font-size:14px; }
.cv-mini-chart { display:flex; height:90px; align-items:end; gap:9px; margin-top:20px; border-bottom:1px solid #dde5f0; }
.cv-mini-chart span { flex:1; border-radius:5px 5px 0 0; background:linear-gradient(#4c6fe6,#98b7f2); }

.cv-ring-wrap { display:flex; align-items:center; gap:25px; margin-top:42px; }
.cv-ring { display:grid; width:150px; height:150px; place-items:center; border-radius:50%; background: conic-gradient(#3157e8 0 48%, #1db7d9 48% 73%, #d7a24b 73% 88%, #25395f 88%); box-shadow:0 0 35px rgba(49,87,232,.25); }
.cv-ring::before { content:""; grid-area:1/1; width:100px; height:100px; border-radius:50%; background:#091830; }
.cv-ring span { z-index:1; grid-area:1/1; color:#8999b8; text-align:center; font-size:9px; }
.cv-ring b { color:#fff; font-size:20px; }
.cv-ring-legend { display:grid; gap:11px; color:#adbbd3; font-size:10px; }
.cv-ring-legend span { display:flex; align-items:center; gap:8px; }
.cv-ring-legend i { width:7px; height:7px; border-radius:50%; }
.cv-ring-legend .blue { background:#3157e8; }.cv-ring-legend .cyan{background:#1db7d9}.cv-ring-legend .amber{background:#d7a24b}

.cv-flow-list { display:flex; align-items:center; justify-content:space-between; gap:11px; margin-top:47px; }
.cv-flow-list div { flex:1; border:1px solid #dfe6f0; border-radius:14px; padding:14px; background:#f9fbfe; }
.cv-flow-list div span { display:grid; width:29px; height:29px; place-items:center; border-radius:9px; color:#fff; background:#253c75; font-size:9px; font-weight:700; }
.cv-flow-list b,.cv-flow-list small { display:block; }
.cv-flow-list b { margin-top:11px; font-size:11px; }.cv-flow-list small{margin-top:2px;color:#8290a6;font-size:8px}.cv-flow-list>i{width:14px;height:1px;background:#bec9da}

.cv-dark-section { padding: 110px 0; color:#fff; background:radial-gradient(circle at 13% 18%,rgba(49,87,232,.22),transparent 25%),linear-gradient(150deg,#061126,#0a1c3b); }
.cv-dark-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:90px; align-items:start; }
.cv-kicker-light { color:#8fb7ff; }
.cv-dark-copy { position:sticky; top:130px; }
.cv-dark-copy p { max-width:530px; margin:23px 0 31px; color:#a8b6ce; line-height:1.8; }
.cv-button-light { color:#0a1730; background:#fff; }
.cv-control-stack { display:grid; gap:12px; }
.cv-control-card { display:grid; grid-template-columns:48px 1fr; gap:20px; border:1px solid rgba(140,163,207,.2); border-radius:20px; padding:24px; background:rgba(255,255,255,.055); backdrop-filter:blur(10px); }
.cv-control-card>span { display:grid; width:40px; height:40px; place-items:center; border:1px solid #344d79; border-radius:12px; color:#82a8f3; font:600 10px "Sora"; }
.cv-control-card h3 { font-size:18px; }.cv-control-card p{margin-top:7px;color:#9cabc4;font-size:13px;line-height:1.7}

.cv-product-slider { min-height:610px; overflow:hidden; border:1px solid #d8e1ed; border-radius:30px; background:linear-gradient(145deg,#fff,#eef3fa); box-shadow:0 22px 55px rgba(9,18,37,.09); }
.cv-scene-track { min-height:540px; }
.cv-product-scene { display:grid; grid-template-columns:.8fr 1.2fr; gap:40px; align-items:center; padding:42px; }
.cv-scene-copy>span { color:#3d5bd0;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.cv-scene-copy h3{margin-top:14px;font-size:clamp(29px,3vw,43px);line-height:1.08;letter-spacing:-.04em}.cv-scene-copy p{margin-top:17px;color:#657288;font-size:14px;line-height:1.8}.cv-scene-copy a{display:inline-block;margin-top:24px;color:#203a92;font-size:12px;font-weight:700}
.cv-scene-ui { overflow:hidden; min-height:360px; border:1px solid #cfdbea; border-radius:22px; background:#fbfdff; box-shadow:0 24px 48px rgba(20,40,77,.15); transform:perspective(1000px) rotateY(-3deg); }
.cv-product-shot{position:relative;overflow:hidden;margin:0;border:1px solid rgba(176,190,210,.85);border-radius:23px;background:#fff;box-shadow:0 28px 65px rgba(16,31,61,.18);transform:perspective(1200px) rotateY(-2deg) rotateX(1deg);transform-origin:center right}
.cv-product-shot::before{position:absolute;z-index:2;inset:0;content:"";pointer-events:none;box-shadow:inset 0 0 0 1px rgba(255,255,255,.64)}
.cv-product-shot picture{display:block;line-height:0}
.cv-product-shot img{display:block;width:100%;height:auto;aspect-ratio:1600/893;object-fit:cover;object-position:top left}
.cv-product-shot figcaption{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 16px;border-top:1px solid #e3e9f1;background:rgba(255,255,255,.96);line-height:1.35}
.cv-product-shot figcaption span{color:#17243b;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.cv-product-shot figcaption small{color:#748197;font-size:10px;text-align:right}
.cv-ui-toolbar { display:flex; align-items:center; gap:6px; height:43px; padding:0 14px; border-bottom:1px solid #dfe7f1; background:#f1f5fa; }.cv-ui-toolbar i{width:7px;height:7px;border-radius:50%;background:#bbc7d7}.cv-ui-toolbar b{margin-left:8px;color:#465570;font-size:10px}
.cv-ui-summary { display:flex; justify-content:space-between; align-items:center; padding:23px; }.cv-ui-summary small{display:block;color:#8a96a8;font-size:8px;text-transform:uppercase}.cv-ui-summary strong{display:block;margin-top:4px;font-size:22px}.cv-ui-summary>span{border-radius:8px;padding:8px 10px;color:#fff;background:#3157e8;font-size:8px;font-weight:700}
.cv-ui-table { padding:0 20px; }.cv-ui-table p{display:grid;grid-template-columns:.8fr 1.4fr .7fr .9fr;gap:8px;align-items:center;border-top:1px solid #e3e9f1;padding:13px 4px;font-size:8px}.cv-ui-table p span{color:#536683;font-weight:700}.cv-ui-table p b{font-size:9px}.cv-ui-table p em{justify-self:start;border-radius:99px;padding:3px 6px;color:#a26b13;background:#fff3d8;font-style:normal;font-size:7px;font-weight:700}.cv-ui-table p em.paid{color:#168260;background:#def7ed}.cv-ui-table p strong{text-align:right;font-size:9px}
.cv-warehouse-map { position:relative; height:230px; background:radial-gradient(circle at center,#dfeafa,transparent 52%); }.cv-warehouse-map span{position:absolute;display:grid;width:90px;height:90px;place-items:center;border:1px solid #d5deeb;border-radius:50%;text-align:center;color:#61718a;background:#fff;box-shadow:0 15px 30px rgba(25,49,94,.12);font-size:8px}.cv-warehouse-map b{color:#172744;font-size:16px}.cv-warehouse-map .w1{left:14%;top:30%}.cv-warehouse-map .w2{left:43%;top:14%}.cv-warehouse-map .w3{right:12%;top:38%}.cv-stock-line{display:flex;height:70px;align-items:end;gap:9px;padding:0 27px 22px}.cv-stock-line span{flex:1;border-radius:4px 4px 0 0;background:linear-gradient(#35b8d6,#3157e8)}.cv-stock-line span:nth-child(1){height:30%}.cv-stock-line span:nth-child(2){height:58%}.cv-stock-line span:nth-child(3){height:44%}.cv-stock-line span:nth-child(4){height:72%}.cv-stock-line span:nth-child(5){height:60%}.cv-stock-line span:nth-child(6){height:88%}
.cv-bank-grid { display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:28px}.cv-bank-grid div{border:1px solid #dfe6ef;border-radius:14px;padding:17px;background:#fff}.cv-bank-grid small,.cv-bank-grid span{display:block;color:#8794a7;font-size:8px}.cv-bank-grid strong{display:block;margin:7px 0 4px;font-size:20px}
.cv-report-bars { display:flex;height:230px;align-items:end;gap:13px;padding:30px 34px 15px}.cv-report-bars span{flex:1;border-radius:7px 7px 2px 2px;background:linear-gradient(#4b6ee3,#1eb3d7)}.cv-report-foot{display:flex;justify-content:space-around;padding:12px 22px;border-top:1px solid #e0e8f2;color:#8490a3;font-size:8px}
.cv-scene-controls { background:#fff; }.cv-scene-controls .scene-arrow{border-radius:50%}.cv-scene-controls .scene-dot.is-active{width:24px}

.cv-report-section { display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start;border-top:1px solid #d9e2ed; }.cv-report-intro p{max-width:500px;margin-top:20px;color:#68758a}.cv-report-cloud{display:flex;flex-wrap:wrap;gap:9px;align-content:start}.cv-report-cloud span{border:1px solid #d9e2ed;border-radius:999px;padding:10px 14px;color:#41506a;background:rgba(255,255,255,.78);font-size:11px;font-weight:600;transition:.2s ease}.cv-report-cloud span:hover{color:#fff;border-color:#1f3a85;background:#1f3a85;transform:translateY(-2px)}

.cv-final { padding:20px 0 100px}.cv-final-card{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:end;border-radius:32px;padding:55px;color:#fff;background:radial-gradient(circle at 85% 10%,rgba(64,99,232,.65),transparent 29%),linear-gradient(145deg,#071328,#0e2a59);box-shadow:0 28px 60px rgba(6,18,39,.2)}.cv-final-card h2{font-size:clamp(37px,4.2vw,60px)}.cv-final-card>div:last-child>p{color:#b5c2d8;font-size:14px;line-height:1.8}.cv-final-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.cv-button-outline-light{color:#fff;border-color:#40567f;background:rgba(255,255,255,.05)}
.cv-footer { margin-top:0; }.cv-footer .footer-grid{padding-top:10px}

@keyframes cv-drift { 0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-9px) rotate(1deg)} }
@keyframes cv-marquee { to{transform:translateX(-50%)} }

@media (max-width:1100px){
  .cv-hero-shell{grid-template-columns:1fr;min-height:1000px}.cv-hero-copy{padding:58px 45px 0}.cv-hero-art{min-height:520px}.cv-hero-art img{width:100%;right:0;object-position:center}.cv-command-bar{grid-template-columns:1.2fr repeat(3,1fr)}.cv-command-link{display:none}.cv-executive-head{grid-template-columns:1fr;gap:28px}.cv-executive-intro{max-width:720px}.cv-executive-stage{display:grid;min-height:0;grid-template-columns:1fr 1fr;gap:14px}.cv-executive-stage::before{inset:10%}.cv-executive-screen{position:relative;inset:auto;grid-column:1/-1;transform:none}.cv-executive-callout{position:relative;inset:auto;width:auto}.cv-executive-bottom{grid-template-columns:1fr}.cv-executive-principle+.cv-executive-principle{border-top:1px solid rgba(157,181,224,.18);border-left:0}.cv-executive-actions{align-items:flex-start;flex-direction:column}.cv-bento{grid-template-columns:1fr}.cv-bento{grid-template-areas:"portfolio" "treasury" "flow" "reports"}.cv-dark-grid{gap:50px}.cv-product-scene{grid-template-columns:1fr}.cv-product-slider{min-height:870px}.cv-scene-track{min-height:800px}.cv-scene-ui,.cv-product-shot{transform:none}.cv-report-section{grid-template-columns:1fr}.cv-final-card{grid-template-columns:1fr}
}

@media (max-width:760px){
  .cv-home .topbar-wrap{padding-top:10px}.cv-home .cv-nav{border-radius:15px;padding-left:13px}.cv-wordmark{font-size:17px}.cv-wordmark .cv-wordmark-logo{width:24px;height:34px}.cv-hero{padding-top:24px}.cv-hero-shell{min-height:970px;border-radius:25px}.cv-hero-copy{padding:38px 22px 0}.cv-hero h1{font-size:clamp(42px,13vw,62px)}.cv-hero-copy>p{font-size:15px}.cv-hero-actions{display:grid}.cv-button{width:100%}.cv-proof-line{gap:8px 15px}.cv-hero-art{min-height:400px}.cv-hero-art img{height:430px;top:10px;width:155%;right:-29%;object-position:78% center;mix-blend-mode:normal;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 11%,#000 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 11%,#000 100%)}.cv-float-card-a{top:17%;left:7%}.cv-float-card-b{right:5%;bottom:17%}.cv-command-bar{left:12px;right:12px;bottom:12px;grid-template-columns:1fr 1fr}.cv-command-brand,.cv-command-metric{min-height:75px;padding:12px}.cv-command-brand{grid-column:1/-1}.cv-command-metric:nth-of-type(3){display:none}.cv-command-metric strong{font-size:14px}.cv-command-metric:nth-of-type(2){border-left:0}.cv-executive{padding:82px 0 72px}.cv-executive-head h2{font-size:clamp(37px,10.5vw,49px)}.cv-executive-intro>p{font-size:14px}.cv-executive-stage{grid-template-columns:1fr;margin-top:42px}.cv-executive-screen{grid-column:auto;border-radius:17px}.cv-executive-screen figcaption{align-items:flex-start;flex-direction:column;gap:3px;padding:10px 12px}.cv-executive-callout{grid-template-columns:31px 1fr;padding:14px}.cv-executive-principle{padding:24px 5px}.cv-executive-actions>div{display:grid;width:100%}.cv-section{padding:78px 0}.cv-section-head{grid-template-columns:1fr;gap:19px}.cv-section-head h2,.cv-dark-copy h2,.cv-report-intro h2,.cv-final-card h2{font-size:clamp(35px,10vw,50px)}.cv-bento-card{min-height:360px;padding:22px}.cv-bento-card h3{margin-top:30px}.cv-bento-portfolio{min-height:570px}.cv-portfolio-ui{left:18px;right:18px}.cv-mini-kpis{grid-template-columns:1fr 1fr}.cv-mini-kpis div:last-child{display:none}.cv-ring-wrap{gap:16px}.cv-ring{width:125px;height:125px}.cv-ring::before{width:82px;height:82px}.cv-flow-list{align-items:stretch}.cv-flow-list>i{display:none}.cv-flow-list div{padding:10px}.cv-dark-section{padding:78px 0}.cv-dark-grid{grid-template-columns:1fr;gap:38px}.cv-dark-copy{position:static}.cv-control-card{grid-template-columns:40px 1fr;padding:18px}.cv-product-slider{min-height:760px}.cv-scene-track{min-height:690px}.cv-product-scene{padding:23px}.cv-scene-ui{min-height:330px}.cv-product-shot{border-radius:15px}.cv-product-shot figcaption{align-items:flex-start;flex-direction:column;gap:3px;padding:11px 12px}.cv-product-shot figcaption small{text-align:left}.cv-ui-table p{grid-template-columns:1fr 1.2fr .7fr}.cv-ui-table p strong{display:none}.cv-report-section{gap:30px}.cv-final{padding-bottom:70px}.cv-final-card{padding:32px 23px;border-radius:24px}.cv-final-actions{display:grid}.cv-home .footer{padding-top:48px}
}

@media (prefers-reduced-motion:reduce){.cv-marquee-track,.cv-float-card{animation:none!important}}
