:root {
  --navy: #071a36;
  --navy-2: #0d2b57;
  --blue: #1565b7;
  --gold: #d8a33b;
  --gold-light: #f1d18a;
  --ink: #10233d;
  --muted: #60718b;
  --line: #dce4ee;
  --soft: #f4f7fb;
  --white: #fff;
  --shadow: 0 20px 50px rgba(7, 26, 54, .10);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.eyebrow { color: var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.display { color: #fff; font-size: clamp(2.5rem, 6vw, 5.9rem); line-height: .98; letter-spacing: -.055em; margin: 18px 0 24px; max-width: 780px; }
.lead { color: #c8d3e4; max-width: 650px; font-size: 1.08rem; }
.section { padding: 104px 0; }
.section-head { display: flex; justify-content: space-between; gap: 32px; align-items: end; margin-bottom: 42px; }
.section-head h2 { margin: 12px 0 0; max-width: 650px; font-size: clamp(2rem, 4vw, 3.55rem); line-height: 1.04; letter-spacing: -.045em; }
.section-head p { max-width: 430px; color: var(--muted); margin: 0; }
.topbar { background: var(--navy); color: #b9c8de; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; }
.topbar .container { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar strong { color: var(--gold-light); }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(220,228,238,.8); }
.nav { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 36px; }
.brand img { width: 146px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .89rem; font-weight: 700; color: #41526a; }
.nav-links a { position: relative; padding: 32px 0; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--gold); transition: right .25s ease; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.nav-links a:hover::after, .nav-links a.active::after { right: 0; }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 999px; padding: 13px 20px; background: var(--navy); color: #fff; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.nav-cta:hover, .button:hover { transform: translateY(-2px); background: var(--blue); }
.button.gold { background: var(--gold); color: var(--navy); }
.button.outline { background: transparent; border: 1px solid rgba(255,255,255,.35); }
.menu-toggle { display: none; border: 1px solid var(--line); background: #fff; border-radius: 10px; padding: 8px 10px; }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 80% 20%, rgba(35,106,189,.55), transparent 30%), linear-gradient(120deg, #06172f 0%, #0d2b57 60%, #123f73 100%); }
.hero::after { content: ""; position: absolute; width: 700px; height: 700px; border: 1px solid rgba(216,163,59,.25); border-radius: 50%; right: -250px; top: -250px; box-shadow: 0 0 0 48px rgba(216,163,59,.04), 0 0 0 110px rgba(216,163,59,.025); }
.hero-inner { position: relative; z-index: 1; min-height: 620px; display: flex; align-items: center; padding: 86px 0; }
.hero-copy { width: 63%; }
.hero-mark { position: absolute; right: 5%; top: 50%; transform: translateY(-50%); width: 310px; opacity: .93; filter: drop-shadow(0 20px 38px rgba(0,0,0,.22)); }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.hero-meta { display: flex; gap: 36px; margin-top: 58px; color: #9fb0c9; font-size: .84rem; }
.hero-meta strong { display: block; color: var(--gold-light); font-size: 1.2rem; }
.light { background: var(--soft); }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: 0 10px 28px rgba(7,26,54,.04); }
.card h3 { margin: 12px 0 8px; font-size: 1.16rem; }
.card p { color: var(--muted); margin: 0; }
.icon { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: #eaf2fb; color: var(--blue); font-weight: 900; font-size: 1.2rem; }
.icon.gold { background: #fff4d8; color: #a87509; }
.arrow { color: var(--gold); font-size: 1.3rem; font-weight: 800; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.03; letter-spacing: -.05em; margin: 12px 0 22px; }
.split p { color: var(--muted); }
.quote-panel { padding: 42px; border-radius: var(--radius); background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.quote-panel::before { content: "V"; position: absolute; right: -12px; bottom: -100px; font-size: 25rem; line-height: 1; color: rgba(216,163,59,.08); font-weight: 900; }
.quote-panel p { position: relative; color: #d3deed; font-size: 1.3rem; max-width: 420px; }
.quote-panel strong { position: relative; color: var(--gold-light); }
.pillar { min-height: 210px; position: relative; overflow: hidden; }
.pillar .number { color: var(--gold); font-size: 2.5rem; line-height: 1; font-weight: 900; }
.pillar h3 { margin-top: 20px; }
.pillar::after { content: ""; position: absolute; right: 20px; bottom: -40px; width: 120px; height: 120px; border: 1px solid #e3eaf3; border-radius: 50%; }
.band { background: linear-gradient(100deg, var(--gold) 0%, #f2d18b 100%); color: var(--navy); padding: 28px 0; }
.band .container { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.band h3 { margin: 0; font-size: 1.3rem; }
.page-hero { background: var(--navy); color: #fff; padding: 80px 0 78px; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 520px; height: 520px; border: 1px solid rgba(216,163,59,.25); border-radius: 50%; right: -180px; top: -250px; box-shadow: 0 0 0 46px rgba(216,163,59,.05), 0 0 0 95px rgba(216,163,59,.025); }
.page-hero h1 { max-width: 760px; margin: 12px 0 16px; font-size: clamp(2.6rem, 6vw, 5.2rem); line-height: .98; letter-spacing: -.06em; }
.page-hero p { color: #c1cfe1; max-width: 650px; font-size: 1.08rem; }
.breadcrumbs { color: #8ea3c0; font-size: .84rem; margin-bottom: 26px; }
.breadcrumbs a:hover { color: var(--gold-light); }
.logo-lockup { display: flex; align-items: center; gap: 22px; }
.logo-lockup img { width: 210px; }
.logo-lockup .divider { width: 1px; height: 48px; background: #d9e2ee; }
.value-list { display: grid; gap: 14px; margin-top: 28px; }
.value-list div { display: flex; gap: 12px; align-items: baseline; padding-bottom: 14px; border-bottom: 1px solid var(--line); }
.value-list strong { min-width: 120px; color: var(--navy); }
.ecosystem-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.ecosystem-top { min-height: 170px; padding: 28px; background: linear-gradient(145deg, var(--navy), var(--navy-2)); color: #fff; position: relative; }
.ecosystem-top::after { content: ""; position: absolute; right: -34px; bottom: -55px; width: 170px; height: 170px; border: 1px solid rgba(216,163,59,.3); border-radius: 50%; }
.ecosystem-top .eyebrow { color: var(--gold-light); }
.ecosystem-top h3 { margin: 8px 0 0; font-size: 1.35rem; position: relative; z-index: 1; }
.ecosystem-body { padding: 24px 28px 28px; flex: 1; }
.ecosystem-body ul, .check-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 8px; color: var(--muted); }
.ecosystem-body li::before, .check-list li::before { content: "✦"; color: var(--gold); margin-right: 9px; }
.org-layout { display: grid; grid-template-columns: 1fr 1.3fr 1fr; gap: 22px; align-items: center; }
.org-side { display: grid; gap: 14px; }
.org-side h3 { margin: 0 0 4px; color: var(--navy); font-size: .95rem; }
.org-side p { margin: 0; color: var(--muted); font-size: .88rem; }
.org-box { border: 1px solid var(--line); border-left: 4px solid var(--gold); border-radius: 16px; background: #fff; padding: 18px; box-shadow: 0 8px 24px rgba(7,26,54,.04); }
.org-center { display: grid; gap: 10px; text-align: center; }
.org-level { padding: 16px; border-radius: 13px; color: #fff; background: var(--navy); font-weight: 800; }
.org-level.gold { background: var(--gold); color: var(--navy); }
.org-level.blue { background: var(--blue); }
.org-connector { width: 1px; height: 16px; background: var(--gold); margin: 0 auto; }
.exec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.exec-card { padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 18px; }
.exec-card .role { color: var(--gold); font-weight: 900; letter-spacing: .08em; font-size: .75rem; }
.exec-card h3 { margin: 8px 0; }
.exec-card p { color: var(--muted); margin: 0; font-size: .9rem; }
.timeline { display: grid; grid-template-columns: repeat(6,1fr); gap: 12px; }
.step { position: relative; padding: 22px 18px; min-height: 170px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.step:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 50%; color: var(--gold); font-weight: 900; font-size: 1.3rem; z-index: 2; }
.step .step-no { color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.step h3 { font-size: 1rem; line-height: 1.2; margin: 18px 0 8px; }
.step p { color: var(--muted); font-size: .84rem; margin: 0; }
.kpi-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.kpi { padding: 22px; border: 1px solid var(--line); background: #fff; border-radius: 18px; }
.kpi .label { color: var(--muted); font-size: .85rem; }
.kpi strong { display: block; margin: 8px 0 4px; color: var(--navy); font-size: 2rem; line-height: 1; letter-spacing: -.05em; }
.trend { color: #2e8d6b; font-size: .8rem; font-weight: 700; }
.dashboard-board { background: var(--navy); border-radius: 26px; padding: 30px; color: #fff; box-shadow: var(--shadow); }
.board-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 26px; }
.board-top h3 { margin: 0; font-size: 1.2rem; }
.status { color: #9ee5bd; font-size: .82rem; }
.chart-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.chart, .metric-panel { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 24px; }
.chart h4, .metric-panel h4 { margin: 0 0 22px; color: #dce7f6; }
.bars { height: 180px; display: flex; align-items: end; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.2); padding: 0 12px; }
.bar { flex: 1; min-width: 14px; height: var(--height); background: linear-gradient(180deg, var(--gold-light), var(--gold)); border-radius: 7px 7px 0 0; position: relative; }
.bar::after { content: attr(data-year); position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%); font-size: .72rem; color: #94a8c1; }
.metric-row { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.metric-row:last-child { border: 0; }
.metric-row span { color: #9fb1c8; }
.metric-row strong { color: var(--gold-light); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; }
.contact-list { display: grid; gap: 16px; margin-top: 28px; }
.contact-item { display: flex; gap: 14px; align-items: start; }
.contact-item strong { display: block; }
.contact-item span { color: var(--muted); }
form { display: grid; gap: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { color: var(--navy); font-size: .84rem; font-weight: 800; }
input, textarea { width: 100%; margin-top: 7px; padding: 14px 15px; border: 1px solid var(--line); border-radius: 12px; color: var(--ink); background: #fff; outline: none; }
input:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(21,101,183,.12); }
textarea { min-height: 128px; resize: vertical; }
.form-note { color: var(--muted); font-size: .83rem; margin: 0; }
.success { color: #2e8d6b; font-weight: 800; display: none; }
.footer { background: #06152d; color: #b8c6d9; padding: 70px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 55px; }
.footer img { width: 170px; filter: brightness(0) invert(1); opacity: .96; }
.footer h4 { color: #fff; margin: 0 0 15px; }
.footer a { display: block; margin: 8px 0; font-size: .9rem; }
.footer a:hover { color: var(--gold-light); }
.footer p { max-width: 300px; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .8rem; }
.scroll-progress { position: fixed; z-index: 40; top: 0; left: 0; width: 0; height: 3px; background: linear-gradient(90deg, var(--gold), var(--gold-light), var(--blue)); box-shadow: 0 0 14px rgba(216,163,59,.8); transition: width .08s linear; }
.hero, .page-hero { isolation: isolate; }
.hero::before, .page-hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(115deg, transparent 32%, rgba(255,255,255,.07) 50%, transparent 68%); transform: translateX(-120%); animation: sweep 9s ease-in-out infinite; z-index: -1; }
.hero::before { animation-delay: 1.5s; }
.hero::after { z-index: 0; }
.hero-inner, .page-hero .container { position: relative; z-index: 1; }
.orbital-label { position: absolute; right: 4%; top: 17%; color: rgba(241,209,138,.72); font-size: .67rem; letter-spacing: .2em; text-transform: uppercase; writing-mode: vertical-rl; animation: float 5s ease-in-out infinite; }
.marquee { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; color: var(--navy); }
.marquee-track { display: flex; width: max-content; gap: 34px; padding: 14px 0; animation: marquee 28s linear infinite; font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.marquee-track span::after { content: "✦"; color: var(--gold); margin-left: 34px; }
.insight-grid { display: grid; grid-template-columns: 1.1fr .9fr .9fr; gap: 18px; }
.insight-card { min-height: 180px; padding: 26px; border-radius: 18px; background: linear-gradient(145deg, #0a2348, #123d70); color: #fff; position: relative; overflow: hidden; }
.insight-card::before { content: ""; position: absolute; width: 170px; height: 170px; border: 1px solid rgba(241,209,138,.35); border-radius: 50%; right: -72px; bottom: -75px; }
.insight-card .eyebrow { color: var(--gold-light); }
.insight-card h3 { position: relative; margin: 18px 0 8px; font-size: 1.4rem; line-height: 1.1; }
.insight-card p { position: relative; margin: 0; color: #c9d6e8; font-size: .93rem; }
.magnetic { position: relative; overflow: hidden; }
.magnetic::before { content: ""; position: absolute; width: 170px; height: 170px; left: var(--mx, 50%); top: var(--my, 50%); transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(216,163,59,.17), transparent 68%); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.magnetic:hover::before { opacity: 1; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.8,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.reveal:nth-child(2) { transition-delay: .06s; }
.reveal:nth-child(3) { transition-delay: .12s; }
.reveal:nth-child(4) { transition-delay: .18s; }
.soft-rule { height: 1px; margin: 34px 0; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.signal-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 30px; }
.signal { padding: 18px 18px 16px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.6); }
.signal strong { display: block; color: var(--navy); }
.signal span { color: var(--muted); font-size: .86rem; }
.footer a { transition: color .2s ease, transform .2s ease; }
.footer a:hover { transform: translateX(4px); }
@keyframes sweep { 0%, 18% { transform: translateX(-120%); } 42%, 100% { transform: translateX(120%); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(12px); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }

@media (max-width: 980px) {
  .nav-links { gap: 14px; }
  .nav-cta { display: none; }
  .hero-copy { width: 75%; }
  .hero-mark { width: 240px; right: -10px; opacity: .7; }
  .grid-4, .kpi-grid { grid-template-columns: repeat(2,1fr); }
  .timeline { grid-template-columns: repeat(3,1fr); }
  .step:not(:last-child)::after { display: none; }
  .org-layout { grid-template-columns: 1fr; }
  .org-center { order: -1; max-width: 500px; margin: 0 auto; width: 100%; }
  .chart-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 720px) {
  .container { width: min(100% - 32px, 600px); }
  .topbar .container { justify-content: center; text-align: center; }
  .topbar span { display: none; }
  .nav { min-height: 76px; }
  .brand img { width: 126px; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 75px; left: 0; right: 0; padding: 12px 18px 20px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 26px rgba(7,26,54,.08); flex-direction: column; align-items: stretch; gap: 0; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 13px 4px; }
  .nav-links a::after { bottom: 5px; }
  .hero-inner { min-height: 650px; align-items: end; padding: 80px 0 58px; }
  .hero-copy { width: 100%; }
  .hero-mark { width: 190px; top: 100px; right: -24px; opacity: .56; }
  .hero-meta { gap: 20px; margin-top: 42px; flex-wrap: wrap; }
  .section { padding: 76px 0; }
  .section-head, .split, .contact-grid { grid-template-columns: 1fr; display: grid; gap: 26px; }
  .section-head { align-items: start; }
  .grid-3, .grid-4, .exec-grid, .kpi-grid, .timeline, .footer-grid { grid-template-columns: 1fr; }
  .band .container, .footer-bottom { flex-direction: column; align-items: flex-start; }
  .logo-lockup { align-items: flex-start; flex-direction: column; }
  .logo-lockup .divider { width: 60px; height: 1px; }
  .logo-lockup img { width: 190px; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero { padding: 60px 0; }
  .insight-grid, .signal-list { grid-template-columns: 1fr; }
}
