
:root{--navy:#062b45;--navy2:#071f33;--blue:#0877e8;--cyan:#16d1dd;--ink:#10233a;--muted:#66758a;--line:#dce4ec;--soft:#f3f6f9;--green:#0a9b5c}
*{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:#fff}.container{width:min(1180px,calc(100% - 48px));margin:auto}
.hero{min-height:390px;color:#fff;background:linear-gradient(90deg,rgba(3,35,58,.97) 0%,rgba(4,45,72,.88) 43%,rgba(3,34,55,.50) 100%),url("../img/hero-congo.jpg") center 34%/cover no-repeat;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(2,31,51,.4),transparent 50%);pointer-events:none}
.nav{height:92px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.brand img{width:66px;height:66px;object-fit:contain;border-radius:50%;background:#fff}.brand span{display:flex;flex-direction:column;line-height:.9}.brand strong{font-size:28px;letter-spacing:.5px}.brand small{font-size:12px;letter-spacing:2px;margin-top:7px}.navlinks{display:flex;gap:36px}.navlinks a{color:#fff;text-decoration:none;font-weight:600;font-size:14px;opacity:.9}.navlinks a:hover{color:var(--cyan)}
.hero-content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:24px 0 48px}.hero-copy{max-width:720px}.eyebrow{text-transform:uppercase;letter-spacing:4px;font-size:13px;font-weight:700;display:flex;align-items:center;gap:14px}.eyebrow span{width:32px;height:3px;background:var(--cyan);display:inline-block}.hero h1{font-size:42px;line-height:1.08;margin:14px 0 14px;letter-spacing:-1px}.hero h1 em{font-style:normal;color:#23c8ee}.hero-copy>p{font-size:17px;line-height:1.55;max-width:650px;margin:0}.pillars{display:flex;gap:38px;margin-top:28px}.pillars>div{display:flex;gap:11px;align-items:center}.pillars b{font-size:28px;color:var(--cyan)}.pillars span{display:flex;flex-direction:column}.pillars strong{font-size:13px}.pillars small{font-size:11px;opacity:.8;margin-top:2px}.hero-mark{width:250px;text-align:left;padding-left:28px}.drc-outline{width:170px;height:115px;border:2px solid rgba(255,255,255,.55);border-radius:48% 52% 42% 58% / 56% 42% 58% 44%;display:grid;place-items:center;font-size:28px;font-weight:800;color:rgba(255,255,255,.2);transform:rotate(-5deg)}.hero-mark p{font-size:19px;line-height:1.15;margin:-36px 0 0 58px;position:relative}.hero-mark strong{color:var(--cyan)}
.solutions{padding:30px 0 40px}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head h2{font-size:30px;margin:0 0 2px}.section-head p{margin:0;color:var(--muted)}.section-head>span{font-style:italic;color:#5f7084;font-size:13px;border-left:32px solid var(--cyan);padding-left:12px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.card{border:1px solid var(--line);border-radius:12px;padding:17px;background:#fff;box-shadow:0 4px 12px rgba(18,45,70,.07);display:flex;flex-direction:column;min-height:410px}.card.live{box-shadow:0 8px 24px rgba(8,119,232,.14)}.card-top{display:flex;justify-content:space-between;align-items:center;gap:8px}.icon{font-size:30px;color:var(--blue);font-weight:800}.status{font-size:11px;border-radius:999px;padding:7px 10px;white-space:nowrap}.soon{background:#edf2f6;color:#52657a}.available{background:#dff7e9;color:#087e4c}.card h3{font-size:18px;margin:8px 0 0}.card h4{font-size:14px;font-weight:500;margin:2px 0 6px}.card>p{font-size:13px;line-height:1.35;color:#596a7f;margin:0 0 14px}.placeholder,.shot{height:145px;border-radius:7px;background:linear-gradient(145deg,#eef2f6,#dfe6ed);margin-top:auto;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#a1afbd;font-size:45px;text-decoration:none;overflow:hidden}.placeholder small{font-size:11px;color:#718196;margin-top:10px}.shot img{width:100%;height:100%;object-fit:cover;object-position:top}.card button,.demo-btn{height:42px;border:0;border-radius:6px;margin-top:12px;font-size:13px}.card button{background:#e3e8ee;color:#66798c}.demo-btn{display:grid;place-items:center;background:var(--blue);color:#fff;text-decoration:none;font-weight:600}.demo-btn:hover{background:#0568ca}
.about{background:#f5f8fb;border-top:1px solid #e4eaf0}.about-inner{display:flex;align-items:center;justify-content:space-between;padding:34px 0}.about h2{margin:0 0 5px}.about p{margin:0;color:var(--muted);max-width:750px}.about a{color:var(--blue);font-weight:700;text-decoration:none}
footer{background:linear-gradient(90deg,#062b45,#071f33);color:#fff}.footer-grid{min-height:125px;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:40px}.footer-grid strong{font-size:16px}.footer-grid p{font-size:12px;line-height:1.5;margin:6px 0 0;opacity:.9}.footer-grid i{display:block;width:34px;height:3px;background:var(--cyan);margin-bottom:10px}.quote{text-align:right;font-size:12px;font-style:italic}
@media(max-width:980px){.grid{grid-template-columns:repeat(2,1fr)}.hero-mark{display:none}.navlinks{gap:18px}.hero h1{font-size:36px}}
@media(max-width:680px){.container{width:min(100% - 28px,1180px)}.nav{height:auto;padding:15px 0}.brand img{width:50px;height:50px}.brand strong{font-size:22px}.navlinks{display:none}.hero{min-height:510px}.hero-content{padding:35px 0}.hero h1{font-size:34px}.pillars{flex-direction:column;gap:12px}.grid{grid-template-columns:1fr}.section-head{align-items:flex-start;gap:12px;flex-direction:column}.section-head>span{display:none}.about-inner{flex-direction:column;align-items:flex-start;gap:20px}.footer-grid{grid-template-columns:1fr;padding:28px 0}.quote{text-align:left}}
