:root {
  --navy: #061c35;
  --navy-2: #0b2c4f;
  --burgundy: #7e0713;
  --burgundy-dark: #250305;
  --gold: #f1aa0a;
  --gold-light: #ffc54a;
  --cream: #f8f2e8;
  --white: #ffffff;
  --ink: #152236;
  --muted: #627084;
  --line: #dfe4eb;
  --shadow: 0 18px 50px rgba(4, 23, 44, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: var(--white); line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 90px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 999; padding: 10px 14px; background: var(--gold); color: #111; }
.skip-link:focus { top: 12px; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 100; background: rgba(17, 4, 5, .9); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.08); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 10px; color: white; font-size: 1.05rem; letter-spacing: .04em; }
.brand img { width: 56px; height: 56px; object-fit: contain; }
.brand strong { color: var(--gold); }
.main-nav { display: flex; gap: 25px; align-items: center; }
.main-nav a { color: rgba(255,255,255,.88); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .035em; position: relative; padding: 27px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 17px; height: 2px; background: var(--gold); transition: .25s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 27px; height: 2px; margin: 5px 0; background: white; }
.section-dark { position: relative; overflow: hidden; padding: 145px 0 55px; min-height: 710px; background: radial-gradient(circle at 78% 36%, rgba(241,170,10,.2), transparent 29%), linear-gradient(115deg, #170304 0%, #090708 55%, #03080d 100%); color: white; }
.hero-glow { position: absolute; width: 760px; height: 760px; border-radius: 50%; right: -130px; top: 15px; border: 1px solid rgba(241,170,10,.18); box-shadow: inset 0 0 120px rgba(241,170,10,.12), 0 0 80px rgba(126,7,19,.35); }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 52px; align-items: center; position: relative; z-index: 2; }
.eyebrow { margin: 0 0 10px; color: var(--gold); font-size: .78rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.navy { color: var(--navy); }
h1,h2,h3,p { margin-top: 0; }
h1 { font-size: clamp(2.65rem, 5vw, 4.8rem); line-height: 1.04; letter-spacing: -.045em; margin-bottom: 22px; }
h1 span, h2 span { color: var(--gold); }
h2 { font-size: clamp(2rem, 3.2vw, 3.35rem); line-height: 1.12; letter-spacing: -.03em; margin-bottom: 18px; }
h3 { line-height: 1.25; }
.hero-text { max-width: 620px; color: rgba(255,255,255,.78); font-size: 1.08rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 8px; font-weight: 900; font-size: .82rem; text-transform: uppercase; letter-spacing: .025em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; border: 1px solid transparent; cursor: pointer; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: #1a1000; box-shadow: 0 12px 30px rgba(241,170,10,.23); }
.btn-outline { border-color: rgba(255,255,255,.5); color: white; background: rgba(255,255,255,.03); }
.btn-outline-dark { border-color: var(--burgundy); color: var(--burgundy); background: white; }
.hero-stats { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 46px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); }
.hero-stats div { display: flex; flex-direction: column; padding-right: 18px; }
.hero-stats strong { font-size: 1.35rem; color: var(--gold-light); }
.hero-stats span { color: rgba(255,255,255,.7); font-size: .82rem; }
.hero-visual { position: relative; min-height: 520px; display: flex; align-items: flex-end; }
.hero-visual > img { width: 100%; height: 520px; object-fit: cover; object-position: center; border-radius: 50% 50% 12px 12px; box-shadow: 0 30px 70px rgba(0,0,0,.45); mask-image: linear-gradient(to bottom, #000 78%, transparent 100%); }
.mission-card { position: absolute; right: 0; bottom: 38px; width: min(390px, 85%); display: grid; grid-template-columns: 115px 1fr; gap: 20px; align-items: center; padding: 18px; border-radius: 14px; background: linear-gradient(135deg, rgba(126,7,19,.96), rgba(30,4,5,.98)); border: 1px solid var(--gold); box-shadow: var(--shadow); }
.mission-card p { margin: 0; font-size: .78rem; color: rgba(255,255,255,.7); }
.mission-card strong { display: block; font-size: 1.05rem; }
.mission-card span { display: block; font-size: .8rem; color: rgba(255,255,255,.72); }
.mission-card a { display: inline-block; margin-top: 7px; color: var(--gold-light); font-size: .75rem; font-weight: 900; text-transform: uppercase; }
.project-mark { font-weight: 950; letter-spacing: -.05em; font-size: 2rem; line-height: 1; }
.project-mark.dis { color: #6d0a13; text-shadow: 0 1px 0 #fff; }
.mission-card .project-mark.dis { color: white; }
.project-mark.dis span { color: var(--gold); display: inline; font-size: inherit; }
.project-mark.large { font-size: 4.5rem; }
.light-section { background: #fff; }
.section-heading { max-width: 820px; margin: 0 auto 48px; text-align: center; }
.section-heading h2 { color: var(--navy); }
.section-heading p:last-child { color: var(--muted); }
.missions-grid { display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mission-item { text-align: center; padding: 32px 22px; border-right: 1px solid var(--line); }
.mission-item:last-child { border-right: 0; }
.mission-item .icon { display: grid; place-items: center; width: 54px; height: 54px; margin: 0 auto 15px; color: var(--gold); font-size: 2rem; }
.mission-item h3 { color: var(--navy); text-transform: uppercase; font-size: .86rem; }
.mission-item p { color: var(--muted); font-size: .88rem; }
.agents-section { background: var(--cream); }
.split-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 65px; align-items: center; }
.split-copy p { color: var(--muted); }
.check-list { list-style: none; padding: 0; margin: 25px 0 32px; }
.check-list li { position: relative; padding: 9px 0 9px 30px; border-bottom: 1px solid rgba(10,39,67,.1); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 950; }
.agents-panel { border-radius: 24px; padding: 48px; color: white; background: linear-gradient(145deg, var(--navy), #020b15); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.agents-panel::after { content: ""; position: absolute; width: 240px; height: 240px; border-radius: 50%; right: -80px; bottom: -80px; border: 38px solid rgba(241,170,10,.12); }
.agents-panel > * { position: relative; z-index: 1; }
.agents-panel > p { margin: 18px 0 5px; color: var(--gold-light); font-weight: 800; }
.agents-panel h3 { font-size: 2rem; }
.mini-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; margin-top: 25px; }
.mini-grid span { padding: 12px 14px; border-radius: 8px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); font-size: .86rem; }
.projects-section { padding-top: 100px; }
.projects-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 14px; }
.project-card { min-height: 325px; padding: 28px 22px; border: 1px solid var(--line); border-radius: 14px; background: white; display: flex; flex-direction: column; box-shadow: 0 10px 30px rgba(4,23,44,.04); transition: .25s ease; }
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); border-color: rgba(241,170,10,.5); }
.project-card h3 { margin: 28px 0 10px; color: var(--navy); font-size: 1rem; }
.project-card p { color: var(--muted); font-size: .85rem; }
.project-card a { margin-top: auto; color: var(--burgundy); font-weight: 900; font-size: .78rem; text-transform: uppercase; }
.project-card.future { background: linear-gradient(145deg, var(--burgundy), var(--burgundy-dark)); color: white; border-color: transparent; }
.project-card.future h3, .project-card.future p, .project-card.future a { color: white; }
.project-mark.bebla { color: #145693; }.project-mark.bebla span { color: #e6202b; font-size: .8rem; letter-spacing: 0; }
.project-mark.afro { color: #101010; font-size: 1.7rem; }.project-mark.afro span { color: var(--gold); }
.project-mark.immo { color: var(--gold); font-size: 1.35rem; }.project-mark.immo span { color: #4f5660; }
.deployment-band { background: var(--navy); color: white; overflow: hidden; }
.deployment-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: stretch; }
.deployment-copy { padding: 66px 45px 66px 0; }
.deployment-copy h2 { font-size: 2.2rem; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 25px; margin-top: 30px; }
.steps > div { position: relative; }
.steps span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--gold); color: var(--gold); border-radius: 50%; font-weight: 900; margin-bottom: 13px; }
.steps strong { display: block; font-size: .88rem; text-transform: uppercase; }
.steps p { color: rgba(255,255,255,.62); font-size: .78rem; }
.signature { margin: 28px 0 0; font-weight: 800; }
.deployment-image { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.join-section { padding-bottom: 0; }
.join-grid { display: grid; grid-template-columns: 1.12fr .88fr; align-items: end; gap: 50px; }
.join-copy { padding-bottom: 80px; }
.join-copy > p { color: var(--muted); }
.benefits-grid { display: grid; grid-template-columns: repeat(2,1fr); margin: 30px 0; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.benefits-grid div { padding: 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefits-grid div:nth-child(2n) { border-right: 0; }.benefits-grid div:nth-last-child(-n+2) { border-bottom: 0; }
.benefits-grid strong, .benefits-grid span { display: block; }.benefits-grid strong { color: var(--burgundy); }
.join-image-wrap { position: relative; align-self: stretch; min-height: 520px; border-radius: 52% 0 0 0; overflow: hidden; border-left: 8px solid var(--gold); }
.join-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.partner-cta { padding: 34px 0; color: white; background: linear-gradient(100deg, var(--burgundy-dark), var(--burgundy) 62%, #2a0205); }
.partner-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.partner-inner h2 { font-size: 2rem; margin-bottom: 6px; }.partner-inner p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.contact-section { background: #fbfcfe; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.contact-copy p { color: var(--muted); }
.contact-details { display: grid; gap: 10px; margin-top: 30px; color: var(--burgundy); font-weight: 800; }
.contact-form { background: white; padding: 35px; border-radius: 18px; box-shadow: var(--shadow); display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.contact-form label { display: grid; gap: 7px; font-size: .82rem; font-weight: 800; color: var(--navy); }
.contact-form label:nth-child(3), .contact-form label:nth-child(4) { grid-column: 1 / -1; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 8px; padding: 12px 13px; color: var(--ink); background: #fff; }
.contact-form textarea { resize: vertical; }
.contact-form .btn { justify-self: start; }
.site-footer { background: #120305; color: rgba(255,255,255,.75); padding: 58px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 55px; }
.footer-brand img { width: 95px; margin-bottom: 16px; }.footer-brand p { max-width: 300px; }
.site-footer h3 { color: white; font-size: .88rem; text-transform: uppercase; }
.site-footer a { display: block; margin: 7px 0; font-size: .86rem; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; text-align: center; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 78px 0 auto; padding: 22px 25px 28px; background: rgba(18,3,5,.98); display: grid; gap: 0; transform: translateY(-140%); transition: .3s ease; }
  .main-nav.open { transform: translateY(0); }
  .main-nav a { padding: 12px 0; }.main-nav a::after { bottom: 7px; }
  .menu-toggle { display: block; }
  .hero-grid, .split-grid, .join-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 450px; }
  .missions-grid { grid-template-columns: repeat(2,1fr); }.mission-item { border-bottom: 1px solid var(--line); }
  .projects-grid { grid-template-columns: repeat(2,1fr); }
  .deployment-grid { grid-template-columns: 1fr; }.deployment-copy { padding-right: 0; }.deployment-image { max-height: 420px; }
  .join-image-wrap { min-height: 420px; border-radius: 28px 28px 0 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 65px 0; }
  .brand span { display: none; }
  .section-dark { padding-top: 120px; }
  h1 { font-size: 2.55rem; }
  .hero-grid { gap: 20px; }
  .hero-visual { min-height: 370px; }.hero-visual > img { height: 370px; }
  .mission-card { left: 10px; right: 10px; width: auto; grid-template-columns: 85px 1fr; }
  .hero-stats { grid-template-columns: 1fr; gap: 12px; }.hero-stats div { flex-direction: row; align-items: baseline; gap: 12px; }
  .missions-grid, .projects-grid, .steps, .benefits-grid, .contact-form, .footer-grid { grid-template-columns: 1fr; }
  .mission-item { border-right: 0; }
  .project-card { min-height: 260px; }
  .deployment-copy { padding: 55px 0; }.steps { gap: 18px; }
  .benefits-grid div { border-right: 0; }.benefits-grid div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }.benefits-grid div:last-child { border-bottom: 0; }
  .partner-inner { align-items: flex-start; flex-direction: column; }
  .contact-form label { grid-column: 1 / -1; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
