:root { --ink:#07111f; --ink-2:#0c1a2d; --ink-3:#12253d; --paper:#fbfcff; --mist:#f2f6fa; --line:#dce5ee; --text:#172335; --muted:#637187; --teal:#39dfc4; --blue:#6ea8fe; --amber:#f4b85e; --max:1180px; }
*{box-sizing:border-box} html{scroll-behavior:smooth} body{margin:0;background:var(--paper);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.5} button,input,textarea,select{font:inherit} button{cursor:pointer} a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{background:var(--teal);color:var(--ink);font-weight:700;left:1rem;padding:.75rem 1rem;position:fixed;top:-5rem;z-index:1000}.skip-link:focus{top:1rem}.container{width:min(calc(100% - 48px),var(--max));margin-inline:auto}.section-light{background:var(--paper)}.section-mist{background:var(--mist)}.section-dark{color:#f7fbff;background:var(--ink)}

/* type */
h1,h2,h3,p{margin-top:0}h1,h2,h3{letter-spacing:-.052em;line-height:1.02}h1{font-size:clamp(3rem,5.8vw,5.7rem);font-weight:600}h2{font-size:clamp(2.3rem,4.2vw,4.2rem);font-weight:600}h3{font-size:1.22rem;font-weight:630}em{color:var(--teal);font-style:normal}.lede{max-width:650px;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.65;color:#b9c5d4}.eyebrow{display:flex;align-items:center;gap:.55rem;margin-bottom:1.3rem;font-size:.71rem;letter-spacing:.14em;text-transform:uppercase;font-weight:750;color:#4d5c71}.eyebrow span{width:1.65rem;height:1px;background:var(--teal);display:inline-block}.eyebrow.light{color:#aab8c8}.eyebrow.light span{background:var(--teal)}.text-button{display:inline-flex;align-items:center;gap:.45rem;margin-top:1.6rem;color:#24465f;font-weight:650;font-size:.92rem}.text-button:hover{color:#057d72}.text-button span{transition:transform .2s}.text-button:hover span{transform:translateX(4px)}.text-button.light{color:#dffdfa}.text-button.light:hover{color:var(--teal)}

/* nav */
.site-header{position:relative;z-index:30;background:var(--ink);color:white;border-bottom:1px solid rgba(255,255,255,.09)}.nav-shell{height:76px;width:min(calc(100% - 48px),var(--max));margin:auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.68rem;font-size:1rem;font-weight:750;letter-spacing:-.04em;white-space:nowrap}.brand>span:last-child>span{color:var(--teal);font-weight:570}.brand-mark{position:relative;display:grid;place-items:center;width:27px;height:27px;border:1.5px solid var(--teal);border-radius:50%;transform:rotate(-20deg)}.brand-mark:before,.brand-mark:after{content:"";position:absolute;background:var(--teal);border-radius:100%}.brand-mark:before{width:3px;height:3px;left:5px;top:7px}.brand-mark:after{width:3px;height:3px;right:5px;bottom:7px}.brand-mark i{position:absolute;background:var(--teal);height:1px;transform-origin:left}.brand-mark i:nth-child(1){width:11px;transform:rotate(25deg) translate(2px,1px)}.brand-mark i:nth-child(2){width:8px;transform:rotate(-60deg) translate(-1px,-3px)}.brand-mark i:nth-child(3){width:6px;transform:rotate(145deg) translate(1px,3px)}.nav-links{display:flex;align-items:center;gap:2.1rem;margin-left:auto}.nav-links a{font-size:.84rem;color:#bfcada;font-weight:560}.nav-links a:hover{color:#fff}.nav-actions{display:flex;align-items:center;gap:.7rem}.country-select{height:40px;border:1px solid rgba(255,255,255,.16);border-radius:7px;display:flex;align-items:center;gap:.35rem;padding:0 .55rem;background:transparent;color:#edf8ff}.country-select select{appearance:none;border:0;background:transparent;color:inherit;outline:0;font-size:.82rem;padding-right:.1rem}.country-select option{background:var(--ink);color:#fff}.country-select svg{pointer-events:none}.flag{font-size:1rem}.button{min-height:46px;border-radius:7px;border:1px solid var(--teal);padding:.7rem 1rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;background:var(--teal);color:#061321;font-size:.86rem;font-weight:750;transition:transform .2s,background .2s,border-color .2s}.button:hover{transform:translateY(-2px);background:#6ce9d6;border-color:#6ce9d6}.button-small{min-height:40px;padding:.55rem .8rem;font-size:.78rem}.button-outline{background:transparent;color:#dffdfa}.button-outline:hover{background:rgba(57,223,196,.1)}.button-light{background:#f7fbff;border-color:#f7fbff}.menu-button{display:none;padding:7px;border:0;background:transparent;color:white}.mobile-nav{display:none}

/* hero */
.hero{overflow:hidden;position:relative;background:radial-gradient(800px 480px at 80% 28%,#123756 0%,#07111f 60%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(102,195,235,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(102,195,235,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,transparent,#000 46%,#000)}.hero-grid{min-height:640px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:2rem;padding-top:5rem;padding-bottom:4.5rem;position:relative}.hero-copy{position:relative;z-index:2}.hero h1{max-width:720px;margin-bottom:1.4rem}.hero h1 em{display:block}.button-row{display:flex;align-items:center;gap:1.3rem;flex-wrap:wrap;margin-top:2rem}.microcopy{margin:1.8rem 0 1.35rem;color:#97a8ba;font-size:.8rem}.live-dot{display:inline-block;width:7px;height:7px;background:var(--teal);border-radius:50%;margin-right:.28rem;box-shadow:0 0 0 4px rgba(57,223,196,.11)}.markets{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.markets>span{font-size:.72rem;color:#74869a;margin-right:.25rem}.markets button{color:#cbd7e4;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.03);border-radius:99px;padding:.28rem .55rem;font-size:.72rem}.markets button:hover{border-color:var(--teal);color:#fff}.hero-bottom{position:relative;z-index:2;display:flex;align-items:center;gap:1rem;border-top:1px solid rgba(255,255,255,.12);padding:1rem 0;color:#a4b3c3;font-size:.73rem;letter-spacing:.04em;text-transform:uppercase}.hero-bottom i{display:block;width:4px;height:4px;border-radius:50%;background:var(--teal)}
.dashboard-wrap{position:relative;height:480px;isolation:isolate}.dashboard-wrap:after{content:"";position:absolute;width:530px;height:530px;right:-80px;top:-10px;border-radius:50%;border:1px solid rgba(78,181,218,.23);z-index:-1;box-shadow:inset 0 0 110px rgba(33,154,188,.08)}.orbit{position:absolute;border:1px solid rgba(100,207,232,.23);border-radius:50%;z-index:-1}.orbit-one{width:440px;height:190px;right:-12px;top:83px;transform:rotate(-31deg)}.orbit-two{width:375px;height:570px;right:87px;top:-27px;transform:rotate(30deg)}.star{position:absolute;width:5px;height:5px;border-radius:50%;background:var(--teal);box-shadow:0 0 15px var(--teal)}.s1{right:64px;top:78px}.s2{right:345px;bottom:75px}.s3{right:8px;bottom:150px}.dashboard-card{width:min(100%,475px);position:absolute;right:19px;top:55px;padding:1.05rem 1.1rem;background:linear-gradient(135deg,rgba(19,46,70,.93),rgba(9,27,46,.94));border:1px solid rgba(125,203,220,.3);border-radius:13px;box-shadow:0 30px 80px rgba(0,0,0,.38),inset 0 1px 0 rgba(255,255,255,.06);backdrop-filter:blur(14px)}.dash-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.2rem}.dash-kicker,.tiny-label{font-size:.59rem;color:var(--teal);letter-spacing:.14em;font-weight:750}.dash-head h3{font-size:1rem;letter-spacing:-.035em;margin:.2rem 0 0}.concept-chip{white-space:nowrap;border:1px solid rgba(132,199,214,.25);background:rgba(143,212,226,.1);border-radius:20px;padding:.22rem .45rem;color:#b9cbd8;font-size:.58rem;letter-spacing:.04em}.concept-chip.dark{color:#516175;background:#f7f9fc;border-color:#e1e7ed}.readiness{display:flex;align-items:center;justify-content:space-between;padding:1.05rem;background:rgba(0,0,0,.16);border-radius:9px}.readiness>div:first-child{display:grid}.readiness span{font-size:.69rem;color:#97aabf}.readiness strong{font-size:2.2rem;letter-spacing:-.08em;line-height:1;margin-top:.35rem}.readiness strong span{font-size:1rem;color:#b4c5d5;margin-left:2px}.donut{width:61px;height:61px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(var(--teal) 0 82%,rgba(255,255,255,.14) 82% 100%);position:relative}.donut:after{content:"";position:absolute;inset:7px;background:#12304a;border-radius:50%}.donut span{z-index:1;color:#e8f8ff;font-size:.78rem;font-weight:750}.progress-list{margin:.9rem 0}.progress-list>div{display:grid;grid-template-columns:118px 1fr 32px;align-items:center;gap:.5rem;margin:.55rem 0;font-size:.66rem;color:#a7b5c5}.progress-list b{display:block;height:4px;border-radius:5px;background:rgba(255,255,255,.1);overflow:hidden}.progress-list b i{display:block;height:100%;background:linear-gradient(90deg,var(--teal),#82e9dd);border-radius:5px}.progress-list em{font-style:normal;color:#d4e2eb;text-align:right}.applicable{padding:.9rem 0;border-top:1px solid rgba(255,255,255,.1)}.applicable p{display:flex;justify-content:space-between;align-items:center;margin:0 0 .6rem;font-size:.68rem;color:#95aabd}.applicable>div{display:grid;grid-template-columns:1fr 1fr;gap:.46rem}.applicable>div>span{font-size:.62rem;color:#c7dee3;display:flex;align-items:center;gap:.28rem}.applicable svg{color:var(--teal)}.applicable small{color:#8296aa;font-size:.52rem}.applicable .pending{color:#9eb0c1}.country-mini{display:inline-flex;align-items:center;gap:2px;background:transparent;border:0;color:#e4f6f9;font-size:.64rem}.attention{display:flex;align-items:center;gap:.45rem;background:rgba(244,184,94,.11);border:1px solid rgba(244,184,94,.18);border-radius:6px;padding:.55rem .65rem;color:#f7d6a4;font-size:.64rem}.attention .dot{width:5px;height:5px;border-radius:50%;background:var(--amber)}.attention button{background:transparent;border:0;color:inherit;margin-left:auto;padding:0}.floating-card{position:absolute;display:flex;align-items:center;gap:.5rem;border:1px solid rgba(121,210,224,.22);background:rgba(12,35,55,.84);box-shadow:0 15px 30px rgba(0,0,0,.25);backdrop-filter:blur(11px);border-radius:8px;color:#d6e8ed;font-size:.64rem}.float-one{left:-7px;bottom:84px;padding:.6rem .7rem}.float-one div{display:grid}.float-one small{font-size:.55rem;color:#8aa0b2}.float-one b{font-size:.67rem}.mini-dot{width:7px;height:7px;border-radius:50%;background:var(--teal)}.pass{margin-left:.2rem;background:rgba(57,223,196,.14);color:var(--teal);border-radius:3px;padding:.15rem .28rem;font-size:.55rem}.float-two{right:-21px;bottom:16px;padding:.55rem .65rem}.float-two svg{color:var(--teal)}.avatar-stack{display:flex}.avatar-stack i{width:15px;height:15px;border:1px solid #17344b;border-radius:50%;background:#86c2d5;margin-right:-4px}.avatar-stack i:nth-child(2){background:#8c8fd6}.avatar-stack i:nth-child(3){background:#e1ae7e}

/* content shared */
.intro{padding:8rem 0}.intro-grid,.prose-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,10vw,10rem)}.intro h2,.prose-grid h2{max-width:530px}.intro-body,.prose-grid>div:last-child{max-width:510px;padding-top:.4rem}.intro-body p,.prose-grid p{color:var(--muted);line-height:1.75;margin-bottom:1.2rem}.intro-body strong,.prose-grid strong{color:#1f3b52;font-weight:650}.problems{padding:0 0 8rem}.section-heading{margin-bottom:3.3rem}.section-heading.split,.countries-heading{display:flex;justify-content:space-between;gap:3rem;align-items:flex-end}.section-heading.split h2,.countries-heading h2{margin-bottom:0}.section-heading>p{max-width:380px;color:var(--muted);line-height:1.7;margin-bottom:.4rem}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.problem-card{position:relative;min-height:237px;padding:1.5rem 1.4rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s}.problem-card:hover{background:#f2fafa}.problem-symbol{color:#117f79;font-size:1.35rem}.problem-card h3{font-size:1.08rem;margin:1.7rem 0 .55rem}.problem-card p{color:var(--muted);font-size:.86rem;line-height:1.65;margin:0;padding-right:1.2rem}.card-index{position:absolute;right:1.2rem;top:1.4rem;color:#99a7b8;font-size:.65rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.platform{padding:8rem 0;background:radial-gradient(720px 440px at 85% 10%,#123551,#07111f 65%)}.platform-top{display:flex;justify-content:space-between;gap:3rem;align-items:flex-end;margin-bottom:3.6rem}.platform-top h2{margin:0}.platform-top>p{max-width:380px;color:#afbdce;line-height:1.7}.platform-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(152,206,221,.16);border:1px solid rgba(152,206,221,.16)}.platform-card{min-height:255px;background:rgba(7,17,31,.75);padding:1.4rem;transition:background .25s}.platform-card:hover{background:rgba(16,45,66,.85)}.pill-card-head{display:flex;align-items:center;color:#8fa1b4;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem}.pill-card-head .plabel{border:1px solid rgba(255,255,255,.14);border-radius:20px;margin-left:.55rem;padding:.18rem .45rem;color:#b9c8d5;font-family:inherit}.pill-card-head i{font-style:normal;margin-left:auto;color:var(--teal);opacity:0;transition:opacity .2s}.platform-card:hover .pill-card-head i{opacity:1}.platform-card h3{font-size:1.25rem;color:#fff;margin:4.2rem 0 .7rem}.platform-card p{font-size:.86rem;color:#9caec0;line-height:1.65;margin:0}.process-section{padding:8rem 0}.center-heading{text-align:center;max-width:700px;margin:auto}.center-heading .eyebrow{justify-content:center}.center-heading p{color:var(--muted);line-height:1.7;max-width:650px;margin:1.35rem auto 0}.process-flow{margin:3.8rem auto 4.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.process-step{text-align:center}.process-step span{width:38px;height:38px;display:grid;place-items:center;margin:auto auto .55rem;border:1px solid #bed0d9;border-radius:50%;font-size:.61rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:#267b78;background:#faffff}.process-step b{font-size:.7rem;color:#475a6b;white-space:nowrap}.process-arrow{color:#8fa4b2;display:grid;place-items:center;margin:0 .4rem;margin-bottom:1.4rem}.graph-card{max-width:890px;margin:auto;padding:1.2rem 1.45rem 1rem;border:1px solid #d5e0e8;border-radius:12px;background:white;box-shadow:0 15px 38px rgba(52,79,99,.08)}.graph-head{display:flex;align-items:center;justify-content:space-between}.graph-content{display:flex;align-items:center;min-height:250px;justify-content:center;position:relative;gap:0}.graph-sources{display:grid;gap:1.5rem}.source{border-radius:5px;padding:.45rem .65rem;font-size:.67rem;font-weight:650;white-space:nowrap}.source.ng{color:#167a68;background:#e3f8f2}.source.za{color:#2d64a8;background:#eaf3ff}.source.iso{color:#7755a2;background:#f1eafa}.line-hub{height:154px;width:96px;position:relative}.line-hub i{position:absolute;height:1px;width:64px;background:#8ecfc7;right:0;transform-origin:right}.line-hub i:nth-child(1){top:24px;transform:rotate(30deg)}.line-hub i:nth-child(2){top:76px}.line-hub i:nth-child(3){bottom:25px;transform:rotate(-30deg)}.line-hub b{position:absolute;width:10px;height:10px;border:3px solid #effcf9;background:var(--teal);right:-5px;top:71px;border-radius:50%;box-shadow:0 0 0 3px rgba(57,223,196,.22)}.control-node{border:1px solid #a8ded4;border-radius:8px;background:#f0fcf8;padding:.85rem 1rem;width:160px;display:grid;gap:.18rem;z-index:1}.control-node span,.system-node small{font-size:.54rem;letter-spacing:.09em;color:#5f837c;font-weight:750}.control-node b{font-size:.75rem;letter-spacing:-.015em}.control-node small{font-size:.58rem;color:#618379}.graph-connector{width:80px;border-top:1px solid #8ecfc7;position:relative}.graph-connector:after{content:"";position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid #8ecfc7;border-right:1px solid #8ecfc7;transform:rotate(45deg)}.system-node{display:flex;align-items:center;gap:.6rem;width:174px;padding:.72rem;border:1px solid #c9d9e8;border-radius:8px;background:#f5f9ff}.cloud-symbol{font-size:1.4rem;color:#4e87ce}.system-node div{display:grid;gap:.13rem}.system-node b{font-size:.7rem}.status-node{align-self:flex-end;margin-bottom:24px;margin-left:-100px;transform:translateX(39px);display:flex;align-items:center;gap:.3rem;color:#117d6e;font-size:.65rem}.status-node span{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#ddf8f0}.graph-caption{text-align:center;color:#647488;font-size:.76rem;margin:.5rem 0 0}.countries{padding:8rem 0}.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem}.country-card{position:relative;border:1px solid var(--line);border-radius:9px;padding:1.25rem;transition:transform .22s,border-color .22s,box-shadow .22s}.country-card:hover{transform:translateY(-4px);border-color:#b4d8d2;box-shadow:0 15px 30px rgba(23,78,88,.08)}.country-card.active{border-color:var(--teal);box-shadow:inset 0 0 0 1px var(--teal)}.country-card-top{display:flex;justify-content:space-between;align-items:center}.country-flag{font-size:1.55rem}.market-tag{color:#6a7c91;background:#f2f6fa;border-radius:20px;padding:.18rem .4rem;font-size:.56rem}.country-card h3{font-size:1.25rem;margin:1.3rem 0 .55rem}.country-card p{font-size:.78rem;line-height:1.65;color:var(--muted);min-height:101px}.frameworks{display:flex;flex-wrap:wrap;gap:.3rem;margin:1rem 0}.frameworks span{border:1px solid #e1e8ee;border-radius:4px;color:#64748a;font-size:.57rem;padding:.22rem .32rem}.country-card-button{display:flex;align-items:center;gap:.4rem;border:0;background:transparent;color:#157b74;padding:0;font-size:.73rem;font-weight:700}.country-card-button:hover{color:#063d45}.disclaimer{display:flex;align-items:flex-start;gap:.4rem;max-width:800px;margin:1.5rem auto 0;font-size:.69rem;line-height:1.6;color:#7a899b;text-align:center}.disclaimer span{display:grid;place-items:center;flex:0 0 14px;width:14px;height:14px;border:1px solid #9bacbb;border-radius:50%;font-size:.55rem;margin-top:2px}.scanner{padding:8rem 0;background:linear-gradient(110deg,#07111f,#0c2336)}.scanner-grid,.developer-grid,.privacy-grid,.markets-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(3rem,9vw,9rem);align-items:center}.scanner h2,.developer h2,.privacy h2{margin-bottom:1.4rem}.scanner-copy>p,.dev-copy>p,.privacy-grid>div>p,.markets-grid>div>p{color:#aebdcd;line-height:1.75;max-width:495px}.scanner-ui{background:#0a192a;border:1px solid rgba(126,191,211,.25);box-shadow:0 30px 60px rgba(0,0,0,.24);border-radius:10px;overflow:hidden}.scanner-top{padding:.65rem .75rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.38rem;color:#8ba0b3;font-size:.55rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.scanner-top b{font-weight:500;margin-left:.35rem}.terminal-dot{width:7px;height:7px;border-radius:50%;background:#41576b}.terminal-dot:first-child{background:#ec7d7d}.terminal-dot:nth-child(2){background:#e4bc62}.terminal-dot:nth-child(3){background:#5ecf99}.scanner-body{padding:1.4rem}.scan-domain{display:flex;align-items:center;gap:.55rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(255,255,255,.1);font-size:.8rem;color:#e5f3f7}.scan-pulse{width:9px;height:9px;border:2px solid var(--teal);border-radius:50%;box-shadow:0 0 0 5px rgba(57,223,196,.12)}.scan-domain b{margin-left:auto;color:var(--teal);font-size:.6rem;font-weight:650}.scan-results{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;padding:1.1rem 0}.scan-results>div{padding:.7rem;background:rgba(255,255,255,.04);border-radius:5px;display:grid;gap:.28rem}.scan-results span{font-size:.58rem;color:#91a4b6}.scan-results b{font-size:.7rem;color:#d9ebef}.scan-results b.amber{color:#f3c276}.scanner-body>p{color:#6f8395;font-size:.59rem;line-height:1.5;margin:.3rem 0 0}.developer{padding:8rem 0}.dev-ui{border:1px solid #d6e0e8;border-radius:10px;background:#fff;box-shadow:0 18px 50px rgba(40,71,95,.1);overflow:hidden}.github-bar{display:flex;align-items:center;gap:.55rem;padding:.75rem 1rem;border-bottom:1px solid #e4e9ee;font-size:.64rem;color:#748499}.github-bar b{color:#35485a}.gh-mark{font-size:1rem;color:#1c2c3d}.check-panel{padding:1rem}.check-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:.7rem;border-bottom:1px solid #e6ebf0}.check-title>div{display:flex;align-items:center;gap:.45rem;font-size:.73rem}.check-logo{display:grid;place-items:center;width:18px;height:18px;border-radius:4px;color:#061f25;background:var(--teal);font-size:.64rem;font-weight:800}.planned-label{color:#7b8a9b;border:1px solid #e0e6ec;border-radius:15px;padding:.16rem .35rem;font-size:.53rem}.check-row{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:.35rem;padding:.58rem 0;border-bottom:1px solid #edf0f3;font-size:.66rem;color:#536579}.check-row b{font-size:.58rem;color:#198573}.passed{color:#198573}.warning-box{margin-top:.9rem;background:#fffbf3;border:1px solid #f8dfaf;border-radius:6px;padding:.8rem;font-size:.64rem;color:#5d4c35}.warning-box>div:first-child{display:flex;align-items:center;gap:.35rem}.warning-icon{display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#f6c06c;color:#724a08;font-size:.58rem;font-weight:800}.warning-box p{color:#8a7250;margin:.55rem 0}.warning-box>div:last-child{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.warning-box>div:last-child>span{color:#9a835f}.warning-box i{font-style:normal;background:#fff4dc;border-radius:3px;padding:.14rem .25rem;color:#80613a;font-size:.55rem}.industries{padding:8rem 0}.industry-grid{display:grid;grid-template-columns:repeat(2,1fr);border-top:1px solid var(--line);border-left:1px solid var(--line)}.industry-card{min-height:133px;padding:1.2rem;display:grid;grid-template-columns:35px 1fr 25px;gap:.65rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line);transition:background .2s}.industry-card:hover{background:#f0faf9}.industry-card>span{color:#11857d;font-size:1rem}.industry-card h3{font-size:1rem;margin:0 0 .35rem}.industry-card p{font-size:.75rem;color:var(--muted);margin:0;line-height:1.55}.industry-card>i{font-style:normal;color:#92a4b4;align-self:center;transition:transform .2s}.industry-card:hover>i{color:#16837c;transform:translateX(3px)}.privacy{padding:8rem 0;background:radial-gradient(680px 400px at 80% 60%,#123a50,#07111f 70%)}.evidence-card{background:rgba(10,30,47,.9);border:1px solid rgba(146,210,218,.26);border-radius:9px;padding:1rem;box-shadow:0 22px 55px rgba(0,0,0,.22)}.evidence-header{display:flex;align-items:center;gap:.55rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:.85rem}.database-icon{color:var(--teal);font-size:1.25rem}.evidence-header>div{display:grid;gap:.12rem}.evidence-header small{color:#83a2af;font-size:.53rem;letter-spacing:.08em}.evidence-header b{font-size:.73rem}.evidence-header .concept-chip{margin-left:auto}.evidence-rows{padding:.7rem 0}.evidence-rows>div{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;color:#96aebe;font-size:.67rem}.evidence-rows b{color:#d9e8ef;font-weight:580;display:flex;gap:.25rem;align-items:center}.evidence-rows b.good{color:#7ee5d4}.evidence-footer{padding:.6rem .7rem;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03);font-size:.55rem;color:#8ba1b4;border-radius:4px}.african-first{padding:8rem 0}.africa-banner{min-height:330px;position:relative;overflow:hidden;padding:3rem;display:flex;align-items:end;justify-content:space-between;gap:3rem;color:#fff;background:#092238;border-radius:10px}.africa-banner h2{margin:0}.africa-banner p{position:relative;z-index:1;max-width:360px;color:#b3c8d7;line-height:1.75;margin:0}.africa-lines{position:absolute;right:-45px;top:-70px;width:550px;height:460px;opacity:.65}.africa-lines:before{content:"";position:absolute;inset:40px 120px 5px 85px;border:1px solid rgba(83,225,207,.4);border-radius:46% 52% 48% 55% / 34% 45% 60% 59%;transform:rotate(18deg);box-shadow:inset 0 0 100px rgba(30,220,199,.08)}.africa-lines span{position:absolute;display:block;width:7px;height:7px;background:var(--teal);border-radius:50%;box-shadow:0 0 0 5px rgba(57,223,196,.08),0 0 20px var(--teal)}.africa-lines span:nth-child(1){top:111px;left:197px}.africa-lines span:nth-child(2){top:148px;left:306px}.africa-lines span:nth-child(3){top:230px;left:263px}.africa-lines span:nth-child(4){top:285px;left:184px}.africa-lines span:nth-child(5){top:178px;left:132px}.comparison-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:1rem;border-top:1px solid var(--line);border-left:1px solid var(--line)}.compare-card{padding:1.2rem;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.compare-card>span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem;color:#14867d}.compare-card h3{font-size:.95rem;line-height:1.2;margin:1.8rem 0 .65rem}.compare-card p{font-size:.74rem;color:var(--muted);line-height:1.6;margin:0}.final-cta{padding:7.5rem 0;background:linear-gradient(120deg,#0a2d45,#07111f 70%);color:white}.final-cta .container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:end}.final-cta h2{margin-bottom:0}.final-cta p{color:#acbfce;line-height:1.7;max-width:420px;margin:0}.final-cta .button-row{margin-top:1.7rem}

/* footer */
.footer{background:#050d18;color:#a4b5c5}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding:4.2rem 0}.footer .brand{color:#f7fbff}.footer-brand p{max-width:270px;font-size:.78rem;line-height:1.6;margin:1rem 0}.footer-mail a{font-size:.75rem;color:var(--teal);font-weight:650}.footer h3{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:#778b9d;margin:0 0 .9rem}.footer-top>div:not(.footer-brand){display:grid;align-content:start;gap:.55rem}.footer-top a,.footer-country{font-size:.76rem;color:#c4d1de}.footer-top a:hover,.footer-country:hover{color:var(--teal)}.footer-country{display:flex;align-items:center;gap:.4rem;border:0;background:transparent;padding:0;text-align:left}.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:1rem 0;display:flex;justify-content:space-between;gap:2rem;font-size:.61rem;color:#718497}.footer-bottom p{margin:0}

/* inner pages */
.page-hero,.contact-hero{padding:8rem 0 7rem;background:radial-gradient(700px 430px at 80% 0,#123a54,#07111f 72%)}.narrow{max-width:850px;margin-left:max(24px,calc((100vw - var(--max))/2))}.page-hero h1,.contact-hero h1{max-width:780px;margin-bottom:1.35rem}.about-story{padding:8rem 0}.mission-grid{padding:6rem 0}.mission-grid .container{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.mission-card{display:grid;grid-template-columns:34px 1fr;gap:1rem;padding:2rem;background:#e8f6f4;border-radius:8px}.mission-card>span{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.65rem;color:#187d75}.mission-card h2{font-size:clamp(1.55rem,2.4vw,2.2rem);letter-spacing:-.045em;margin:0}.mission-card.dark{background:#0a2034;color:#fff}.mission-card.dark .eyebrow{color:#a9c5d0}.philosophy{padding:8rem 0}.philosophy-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);border-top:1px solid var(--line)}.philosophy-card{padding:1.25rem;min-height:192px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.philosophy-card>span{color:#15837c;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.62rem}.philosophy-card h3{font-size:1.05rem;margin:1.6rem 0 .55rem}.philosophy-card p{font-size:.78rem;color:var(--muted);line-height:1.6;margin:0}.about-markets{padding:7rem 0;background:linear-gradient(120deg,#07111f,#0e3248)}.markets-grid{align-items:start}.markets-grid h2{margin:0}.market-list{display:grid;grid-template-columns:1fr 1fr;margin-top:1.8rem;border:1px solid rgba(255,255,255,.13);border-bottom:0;border-right:0}.market-list span{padding:.75rem;border-right:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13);font-size:.75rem;color:#e0e8ef}.form-page{padding:6rem 0 7rem}.form-page-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(3rem,10vw,10rem);align-items:start}.form-intro h1{font-size:clamp(2.8rem,4.6vw,4.8rem);margin-bottom:1.3rem}.form-intro>p{max-width:460px;color:var(--muted);line-height:1.7}.talk-panel{margin-top:2.5rem;background:#082136;color:#c9dbe5;border-radius:9px;padding:1.2rem 1.3rem}.talk-panel>span{font-size:.68rem;color:var(--teal);font-weight:750;text-transform:uppercase;letter-spacing:.1em}.talk-panel p{display:flex;align-items:center;gap:.5rem;font-size:.78rem;margin:.8rem 0 0}.talk-panel svg{color:var(--teal)}.form-card{background:white;padding:1.6rem;border:1px solid #dae3ea;border-radius:10px;box-shadow:0 18px 50px rgba(43,71,92,.08)}.form-card>h2{font-size:1.5rem;margin-bottom:1.4rem}.lead-form{display:grid;gap:1rem}.lead-form label{display:grid;gap:.38rem;color:#405268;font-size:.73rem;font-weight:650}.lead-form input:not([type=checkbox]),.lead-form textarea,.lead-form select{width:100%;border:1px solid #ced9e2;border-radius:6px;background:#fff;color:#122337;padding:.68rem .72rem;outline:0;font-size:.84rem;font-weight:450;transition:border-color .15s,box-shadow .15s}.lead-form textarea{resize:vertical;min-height:100px}.lead-form input:focus,.lead-form textarea:focus,.lead-form select:focus{border-color:#2bb9aa;box-shadow:0 0 0 3px rgba(57,223,196,.16)}.lead-form input:invalid:not(:placeholder-shown),.lead-form select:invalid:focus{border-color:#d66f6f}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.assist,.optional{color:#8998a7;font-size:.63rem;font-weight:500}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:.45rem .65rem;margin-top:-.45rem}.lead-form .check-label,.consent{display:flex;align-items:flex-start;gap:.45rem;color:#617084;font-size:.7rem;font-weight:500;line-height:1.35}.check-label input,.consent input{accent-color:#118a7f;margin:.15rem 0 0}.consent{margin-top:.1rem}.form-error{min-height:0;color:#c54f4f;font-size:.72rem}.lead-form .button{justify-self:start}.lead-form .button:disabled{opacity:.7;cursor:wait;transform:none}.loading-dot{letter-spacing:.12em}.contact-section{padding:7rem 0}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:clamp(2rem,8vw,8rem);align-items:start}.contact-cards{display:grid;border-top:1px solid var(--line)}.contact-cards a{display:grid;grid-template-columns:1fr 18px;gap:.3rem;align-items:center;padding:1rem 0;border-bottom:1px solid var(--line);transition:padding .2s}.contact-cards a:hover{padding-left:.4rem}.contact-cards span{font-size:.63rem;text-transform:uppercase;letter-spacing:.09em;color:#738499}.contact-cards b{font-size:.85rem;color:#20394f}.contact-cards svg{grid-column:2;grid-row:1/3;color:#14857d}.contact-cards .security-card{margin-top:1rem;padding:1rem;border:1px solid #cbeae4;border-radius:7px;background:#f1fbf9}.success-page{min-height:calc(100vh - 396px);padding:7rem 0;display:grid;place-items:center}.success-card{max-width:630px;margin:auto;text-align:center}.success-card .eyebrow{justify-content:center}.success-card p:not(.eyebrow){color:var(--muted);line-height:1.7;margin:1.2rem auto 2rem;max-width:540px}.success-icon{display:grid;place-items:center;width:60px;height:60px;margin:0 auto 1.4rem;background:#e1fbf5;color:#12877d;border-radius:50%}.success-icon svg{width:27px;height:27px}

/* effects and a11y */
.reveal{opacity:0;transform:translateY(14px);transition:opacity .55s ease var(--delay,0ms),transform .55s ease var(--delay,0ms)}.reveal.visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}a:focus-visible,button:focus-visible,select:focus-visible{outline:3px solid #f1c966;outline-offset:3px}

@media(max-width:900px){.nav-links{gap:1rem}.nav-actions .compact{display:none}.hero-grid{grid-template-columns:1fr;gap:0;padding-top:4.5rem}.dashboard-wrap{max-width:600px;width:100%;margin:auto;height:445px}.dashboard-card{right:6%;top:32px}.float-one{left:5%}.float-two{right:2%}.intro-grid,.prose-grid,.scanner-grid,.developer-grid,.privacy-grid,.markets-grid,.final-cta .container{gap:3rem}.country-grid{grid-template-columns:repeat(2,1fr)}.country-card p{min-height:auto}.comparison-grid{grid-template-columns:repeat(2,1fr)}.africa-banner{align-items:start;flex-direction:column;padding:2.2rem}.africa-lines{right:-140px;top:50px}.platform-grid{grid-template-columns:repeat(2,1fr)}.platform-card h3{margin-top:3.2rem}.process-flow{flex-wrap:wrap;max-width:570px;row-gap:1rem}.process-arrow{margin-bottom:1.4rem}.graph-content{transform:scale(.89);margin:-11px -45px}.form-page-grid,.contact-grid{gap:3rem}.footer-top{grid-template-columns:2fr 1fr 1fr}.footer-top>div:last-child{grid-column:2}.footer-brand{grid-row:span 2}}
@media(max-width:650px){.container,.nav-shell{width:min(calc(100% - 32px),var(--max))}.nav-shell{height:68px}.nav-links,.nav-actions{display:none}.menu-button{display:block}.mobile-nav{padding:1rem 1rem 1.2rem;border-top:1px solid rgba(255,255,255,.1);background:#091724}.mobile-nav:not([hidden]){display:grid;gap:1rem}.mobile-nav nav{display:grid;gap:.75rem}.mobile-nav nav a{font-size:1.1rem;font-weight:600;color:#edf5fb}.mobile-nav .country-select{justify-content:space-between}.mobile-nav .country-select select{margin-left:auto}.mobile-nav .button{width:100%}h1{font-size:clamp(2.75rem,13vw,3.7rem)}h2{font-size:clamp(2.1rem,10vw,3rem)}.hero-grid{padding-top:3.5rem;padding-bottom:3.4rem}.hero h1{margin-bottom:1.1rem}.hero-bottom{justify-content:center;font-size:.59rem;gap:.5rem}.dashboard-wrap{height:372px;margin-top:1rem}.dashboard-wrap:after{width:405px;height:405px;right:-70px;top:-8px}.orbit-one{width:340px;right:-25px;top:65px}.orbit-two{height:440px;width:290px;right:60px}.dashboard-card{transform:scale(.83);transform-origin:top right;right:0;top:24px;width:475px}.floating-card{transform:scale(.85)}.float-one{left:-7px;bottom:39px}.float-two{right:-18px;bottom:-3px}.intro,.platform,.process-section,.countries,.scanner,.developer,.industries,.privacy,.african-first,.about-story,.philosophy{padding:5.5rem 0}.intro-grid,.prose-grid,.scanner-grid,.developer-grid,.privacy-grid,.markets-grid,.final-cta .container,.form-page-grid,.contact-grid{grid-template-columns:1fr;gap:2.2rem}.section-heading.split,.countries-heading,.platform-top{display:block}.section-heading>p,.platform-top>p{margin-top:1.2rem}.problem-grid,.platform-grid,.philosophy-grid{grid-template-columns:1fr}.problem-card{min-height:192px}.platform-card{min-height:200px}.platform-card h3{margin-top:2.5rem}.process-flow{display:grid;grid-template-columns:1fr 24px 1fr;max-width:260px;margin:2.8rem auto 3.4rem}.process-step:nth-child(4),.process-step:nth-child(8),.process-step:nth-child(12){grid-column:1}.process-arrow{transform:rotate(0);margin:0 0 1.4rem}.graph-card{padding:.9rem .4rem;overflow:hidden}.graph-content{transform:scale(.59);width:calc(100% / .59);transform-origin:center;margin:-48px calc((100% - (100% / .59))/2)}.graph-caption{font-size:.68rem}.country-grid,.comparison-grid,.mission-grid .container{grid-template-columns:1fr}.country-card{padding:1.4rem}.country-card p{min-height:0}.country-card h3{margin-top:1rem}.scan-results{grid-template-columns:1fr}.scanner-body{padding:1rem}.github-bar span:last-child{display:none}.check-grid{grid-template-columns:1fr}.industry-grid{grid-template-columns:1fr}.industry-card{min-height:118px}.evidence-header .concept-chip{display:none}.africa-banner{min-height:285px;padding:1.7rem}.africa-lines{opacity:.4;right:-220px;top:83px}.final-cta{padding:5.5rem 0}.footer-top{grid-template-columns:1fr 1fr;gap:2.2rem 1.2rem;padding:3.3rem 0}.footer-brand{grid-column:1/3;grid-row:auto}.footer-top>div:last-child{grid-column:auto}.footer-bottom{display:grid;gap:.45rem}.page-hero,.contact-hero{padding:5.5rem 0}.narrow{width:min(calc(100% - 32px),var(--max));margin:auto}.mission-grid{padding:4rem 0}.form-page{padding:4rem 0 5rem}.form-card{padding:1.15rem}.form-row{grid-template-columns:1fr}.contact-section{padding:4.5rem 0}.success-page{min-height:calc(100vh - 435px);padding:5rem 0}.markets-grid .market-list{max-width:400px}}
