:root {
  --navy: #062451;
  --navy-2: #0a3570;
  --blue: #0b63b6;
  --teal: #10aaa8;
  --teal-soft: #dff8f5;
  --ink: #10223e;
  --muted: #66758a;
  --line: #dfe8ef;
  --paper: #f8fbfd;
  --white: #ffffff;
  --shadow: 0 26px 70px rgba(6, 36, 81, .12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .025;
  z-index: 1000;
  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='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 108px 0; }
.section-pad-sm { padding: 76px 0; }
.section-kicker,
.eyebrow {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.section-kicker.light { color: #6fe1dd; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.9);
  border-bottom: 1px solid rgba(6,36,81,.07);
  backdrop-filter: blur(18px);
}
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand img { width: 105px; height: 62px; object-fit: contain; object-position: center; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: .93rem; font-weight: 600; color: #31445e; }
.main-nav a { transition: color .2s ease, transform .2s ease; }
.main-nav a:hover { color: var(--blue); }
.nav-cta { padding: 11px 18px; color: var(--white) !important; background: var(--navy); border-radius: 999px; }
.nav-cta:hover { transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: #eef5f8; }
.menu-toggle span { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--navy); }

.hero { position: relative; min-height: 720px; display: flex; align-items: center; background: radial-gradient(circle at 78% 24%, rgba(16,170,168,.11), transparent 26%), linear-gradient(180deg, #fff 0%, #f7fbfd 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.hero-copy h1 { margin: 0; max-width: 780px; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(3.2rem, 6vw, 6.3rem); line-height: .98; letter-spacing: -.055em; }
.hero-copy h1 span { color: var(--teal); }
.hero-lead { max-width: 690px; margin: 28px 0 0; color: #50637a; font-size: 1.16rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--navy), var(--blue)); box-shadow: 0 13px 30px rgba(6,36,81,.18); }
.btn-ghost { color: var(--navy); border-color: #cbd9e5; background: rgba(255,255,255,.72); }
.btn-light { color: var(--navy); background: white; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 40px; color: #50637a; font-size: .86rem; font-weight: 700; }
.hero-proof span { position: relative; padding-left: 17px; }
.hero-proof span::before { content: ""; position: absolute; left: 0; top: 50%; width: 7px; height: 7px; transform: translateY(-50%); border-radius: 50%; background: var(--teal); }
.hero-mark { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-symbol { width: 270px; height: 270px; padding: 30px; border-radius: 50%; background: rgba(255,255,255,.78); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.hero-symbol img { width: 100%; height: 100%; object-fit: contain; }
.orbit { position: absolute; border: 1px solid rgba(11,99,182,.16); border-radius: 50%; }
.orbit-one { width: 440px; height: 440px; }
.orbit-two { width: 540px; height: 540px; border-style: dashed; border-color: rgba(16,170,168,.22); animation: rotate 24s linear infinite; }
.floating-card { position: absolute; width: 190px; padding: 16px 18px; border: 1px solid rgba(6,36,81,.08); border-radius: 18px; background: rgba(255,255,255,.86); box-shadow: 0 18px 38px rgba(6,36,81,.09); backdrop-filter: blur(12px); }
.floating-card small { display: block; margin-bottom: 6px; color: var(--teal); font-weight: 800; }
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { color: var(--navy); }
.floating-card span { color: var(--muted); font-size: .82rem; }
.card-a { top: 56px; right: -8px; }
.card-b { bottom: 95px; left: -16px; }
.card-c { bottom: 35px; right: 6px; }
.hero-line { position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(16,170,168,.55), transparent); }
@keyframes rotate { to { transform: rotate(360deg); } }

.statement { background: var(--navy); color: #fff; }
.statement-grid { display: grid; grid-template-columns: .5fr 1.4fr 1fr; gap: 60px; align-items: start; }
.statement h2 { margin: 0; font-family: "Manrope", sans-serif; font-size: clamp(2rem, 4vw, 3.8rem); line-height: 1.1; letter-spacing: -.045em; }
.statement h2 span { color: #69d9d6; }
.statement p:last-child { margin: 4px 0 0; color: #c1cede; font-size: 1rem; }

.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-head h2, .about-copy h2, .method-intro h2, .contact-copy h2, .cta-card h2 { margin: 0; color: var(--navy); font-family: "Manrope", sans-serif; font-size: clamp(2.35rem, 4.5vw, 4.4rem); line-height: 1.04; letter-spacing: -.045em; }
.section-head > p { margin: 0; color: var(--muted); font-size: 1.04rem; }

.services { background: #fff; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 360px; padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-card.featured { color: #fff; background: linear-gradient(145deg, var(--navy), #0a3b78); border-color: transparent; }
.service-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; bottom: -80px; border: 1px solid rgba(16,170,168,.28); border-radius: 50%; }
.service-number { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 50%; color: var(--teal); background: var(--teal-soft); font-weight: 800; }
.featured .service-number { color: #fff; background: rgba(255,255,255,.12); }
.service-card h3 { margin: 48px 0 12px; color: var(--navy); font-family: "Manrope"; font-size: 1.8rem; letter-spacing: -.025em; }
.featured h3 { color: #fff; }
.service-card p { max-width: 560px; margin: 0; color: var(--muted); }
.featured p { color: #c6d4e5; }
.service-card ul { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 9px; color: #42566e; font-weight: 600; font-size: .92rem; }
.featured ul { color: #ecf4fb; }
.service-card li::before { content: "↗"; margin-right: 10px; color: var(--teal); }

.method { color: white; background: linear-gradient(135deg, #041b3c, var(--navy) 58%, #0b467d); }
.method-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; }
.method-intro { position: sticky; top: 130px; align-self: start; }
.method-intro h2 { color: #fff; }
.method-intro > p:not(.section-kicker) { color: #bccbda; max-width: 490px; }
.text-link { display: inline-flex; gap: 8px; margin-top: 22px; color: #73e6e1; font-weight: 700; }
.steps { display: grid; }
.step { display: grid; grid-template-columns: 68px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.13); }
.step:last-child { border-bottom: 1px solid rgba(255,255,255,.13); }
.step > span { color: #66d8d4; font-size: .8rem; font-weight: 800; letter-spacing: .1em; }
.step h3 { margin: 0 0 6px; font-family: "Manrope"; font-size: 1.42rem; }
.step p { margin: 0; color: #b8c8d8; }

.funds { background: var(--paper); }
.fund-track { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.fund-track > div { min-height: 190px; padding: 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.fund-track > div:last-child { border-right: 0; }
.fund-track strong { color: var(--navy); font-family: "Manrope"; font-size: 1.3rem; }
.fund-track span { color: var(--muted); font-size: .9rem; }
.fund-note { margin-top: 22px; padding: 20px 24px; border-left: 3px solid var(--teal); background: #edf7f8; color: #51667b; }
.fund-note p { margin: 0; }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.about-visual { min-height: 540px; display: grid; place-items: center; border-radius: 34px; background: radial-gradient(circle at center, rgba(16,170,168,.1), transparent 35%), linear-gradient(150deg, #f8fbfd, #eef7fa); border: 1px solid var(--line); }
.about-logo-wrap { width: min(78%, 440px); padding: 25px; background: rgba(255,255,255,.74); border-radius: 30px; box-shadow: 0 22px 60px rgba(6,36,81,.08); }
.about-copy > p:not(.section-kicker) { color: var(--muted); font-size: 1.03rem; }
.values { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.values span { padding: 10px 14px; border-radius: 999px; background: #eef8f8; color: #0d7f82; font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }

.cta { padding-top: 20px; padding-bottom: 20px; }
.cta-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 58px 62px; border-radius: 34px; color: #fff; background: linear-gradient(115deg, var(--navy), #095798 60%, #0da7a7); box-shadow: var(--shadow); }
.cta-card h2 { color: #fff; max-width: 720px; }

.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.contact-copy p:not(.section-kicker) { color: var(--muted); }
.contact-direct { margin-top: 35px; padding-top: 25px; border-top: 1px solid var(--line); }
.contact-direct span, .contact-direct small { display: block; }
.contact-direct span { color: var(--muted); font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.contact-direct a { display: inline-block; margin: 7px 0; color: var(--navy); font-family: "Manrope"; font-size: 1.45rem; font-weight: 800; }
.contact-direct small { color: #8796a7; }
.contact-form { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 16px; color: #31445e; font-size: .88rem; font-weight: 700; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid #cedce7; border-radius: 14px; outline: 0; background: #fff; color: var(--ink); padding: 13px 14px; transition: border .2s ease, box-shadow .2s ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(16,170,168,.10); }
.contact-form textarea { resize: vertical; }
.form-note { margin: 14px 0 0; color: #8796a7; font-size: .78rem; }

.site-footer { padding: 44px 0; color: #9eafc2; background: #031732; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; }
.footer-brand img { width: 96px; height: 58px; object-fit: contain; filter: brightness(0) invert(1); opacity: .9; }
.footer-brand p { margin: 5px 0 0; font-size: .82rem; letter-spacing: .04em; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 22px; font-size: .86rem; font-weight: 700; color: #d8e2ed; }
.footer-copy { grid-column: 1 / -1; margin: 15px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); font-size: .78rem; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .main-nav { position: fixed; top: 82px; left: 20px; right: 20px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .menu-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .method-grid, .about-grid, .contact-grid, .statement-grid, .section-head { grid-template-columns: 1fr; }
  .hero-mark { min-height: 500px; }
  .statement-grid { gap: 22px; }
  .section-head { gap: 18px; }
  .method-intro { position: static; }
  .fund-track { grid-template-columns: 1fr 1fr; }
  .fund-track > div:nth-child(2) { border-right: 0; }
  .fund-track > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about-visual { min-height: 420px; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section-pad { padding: 76px 0; }
  .section-pad-sm { padding: 58px 0; }
  .header-inner { height: 72px; }
  .brand img { width: 88px; height: 54px; }
  .main-nav { top: 72px; }
  .hero { padding-top: 72px; }
  .hero-grid { gap: 30px; }
  .hero-copy h1 { font-size: clamp(2.8rem, 14vw, 4.2rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { gap: 12px 18px; }
  .hero-mark { min-height: 390px; transform: scale(.88); margin-inline: -30px; }
  .orbit-one { width: 340px; height: 340px; }
  .orbit-two { width: 410px; height: 410px; }
  .hero-symbol { width: 210px; height: 210px; }
  .floating-card { width: 155px; padding: 12px 14px; }
  .card-a { top: 28px; right: 2px; }
  .card-b { bottom: 65px; left: 2px; }
  .card-c { bottom: 7px; right: 0; }
  .service-grid, .fund-track, .form-row { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .fund-track > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .fund-track > div:last-child { border-bottom: 0; }
  .cta-card { align-items: flex-start; flex-direction: column; padding: 38px 28px; }
  .cta-card .btn { width: 100%; }
  .contact-form { padding: 22px; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
