:root{
  --ink:#06162f;
  --ink-2:#0a2248;
  --ink-3:#103568;
  --blue:#0d58bd;
  --blue-2:#2b7de9;
  --blue-soft:#e8f1ff;
  --gold:#c7a348;
  --gold-soft:#f5ecd2;
  --paper:#ffffff;
  --mist:#f3f6fa;
  --mist-2:#e8eef6;
  --cream:#fbfaf6;
  --text:#111827;
  --muted:#627085;
  --border:rgba(6,22,47,.12);
  --green:#1f9d68;
  --shadow:0 30px 80px rgba(6,22,47,.12);
  --shadow-soft:0 18px 50px rgba(6,22,47,.08);
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--paper);color:var(--text);overflow-x:hidden}
body,button,input,textarea{font:inherit}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button{border:0;background:none;color:inherit}
.shell{width:min(1280px,calc(100% - 48px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:9999;background:var(--ink);color:white;padding:12px 16px;border-radius:10px}.skip-link:focus{top:16px}

.page-loader{position:fixed;inset:0;z-index:9999;background:#f7f9fc;display:grid;place-items:center;transition:opacity .6s ease,visibility .6s ease}.page-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-core{width:92px;height:92px;position:relative;display:grid;place-items:center}.loader-core img{width:58px;animation:loaderFloat 1.3s ease-in-out infinite}.loader-core span{position:absolute;inset:0;border:1px solid rgba(13,88,189,.18);border-top-color:var(--gold);border-radius:50%;animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@keyframes loaderFloat{50%{transform:translateY(-5px)}}

.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:12px 0;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease}.site-header.is-scrolled{background:rgba(255,255,255,.84);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(6,22,47,.08);box-shadow:0 8px 30px rgba(6,22,47,.04)}
.nav-shell{display:flex;align-items:center;gap:26px;min-height:64px}.brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.brand img{width:38px;height:38px;object-fit:contain}.brand span{font-weight:900;letter-spacing:.22em;font-size:17px;color:var(--ink)}.nav-links{display:flex;align-items:center;justify-content:center;gap:25px;margin-left:auto}.nav-links a{font-size:13px;font-weight:760;color:#415069;transition:color .2s ease,transform .2s ease}.nav-links a:hover{color:var(--blue);transform:translateY(-1px)}.nav-product{display:flex!important;align-items:center;gap:7px;color:var(--ink)!important}.nav-dot{width:7px;height:7px;border-radius:50%;background:#d62f3e;box-shadow:0 0 0 5px rgba(214,47,62,.08)}.nav-actions{display:flex;align-items:center;gap:12px}.language-switcher{display:flex;padding:3px;border:1px solid var(--border);background:rgba(255,255,255,.72);border-radius:999px}.language-switcher button{min-width:34px;height:30px;border-radius:999px;cursor:pointer;font-size:11px;font-weight:850;color:#66748a}.language-switcher button.is-active{background:var(--ink);color:white}.button{display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:48px;padding:0 22px;border-radius:14px;font-size:14px;font-weight:850;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.button:hover{transform:translateY(-2px)}.button-ink{background:var(--ink);color:white;box-shadow:0 12px 30px rgba(6,22,47,.16)}.button-blue{background:linear-gradient(135deg,var(--blue),#0d6ae0);color:white;box-shadow:0 16px 34px rgba(13,88,189,.2)}.button-line{background:rgba(255,255,255,.64);border:1px solid rgba(6,22,47,.16);color:var(--ink);backdrop-filter:blur(10px)}.menu-button{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:12px;cursor:pointer}.menu-button span{display:block;width:20px;height:2px;margin:4px auto;background:var(--ink);border-radius:4px}

.hero{position:relative;min-height:860px;padding:148px 0 0;background:linear-gradient(180deg,#fbfdff 0%,#f6f9fd 62%,#eef4fb 100%);overflow:hidden}.hero-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(13,88,189,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(13,88,189,.045) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,black,transparent 84%)}.hero-aurora{position:absolute;border-radius:50%;filter:blur(30px);opacity:.6;animation:aurora 11s ease-in-out infinite alternate}.hero-aurora-one{width:440px;height:440px;right:8%;top:80px;background:radial-gradient(circle,rgba(38,126,238,.18),rgba(38,126,238,0) 70%)}.hero-aurora-two{width:340px;height:340px;left:-60px;bottom:80px;background:radial-gradient(circle,rgba(199,163,72,.14),rgba(199,163,72,0) 70%);animation-delay:-5s}@keyframes aurora{to{transform:translate3d(24px,-18px,0) scale(1.08)}}
.hero-layout{position:relative;z-index:2;display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:48px;min-height:640px}.hero-copy{padding-bottom:55px}.hero-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:24px;padding:9px 13px;background:rgba(255,255,255,.68);border:1px solid rgba(6,22,47,.09);border-radius:999px;color:#506079;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(12px)}.pulse{width:8px;height:8px;border-radius:50%;background:var(--gold);box-shadow:0 0 0 6px rgba(199,163,72,.1);animation:pulse 2.2s ease infinite}@keyframes pulse{50%{box-shadow:0 0 0 11px rgba(199,163,72,0)}}.hero h1{max-width:780px;font-size:clamp(52px,6.4vw,92px);line-height:.97;letter-spacing:-.055em;color:var(--ink);font-weight:900}.hero h1 em{font-style:normal;background:linear-gradient(110deg,var(--blue),#1e72d7 48%,#a17b24 115%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy>p{max-width:690px;margin-top:27px;font-size:18px;line-height:1.75;color:#55657b}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px}.hero-signals{display:flex;gap:32px;margin-top:48px}.hero-signals span{display:grid;grid-template-columns:auto 1fr;align-items:center;column-gap:9px}.hero-signals b{grid-row:1/3;color:var(--gold);font-size:12px}.hero-signals small{font-weight:800;color:#58677b;font-size:12px;white-space:nowrap}

.infrastructure-stage{position:relative;min-height:640px;isolation:isolate}.network-svg{position:absolute;inset:50% auto auto 50%;width:min(100%,760px);transform:translate(-50%,-50%);overflow:visible}.orbit{fill:none;stroke:rgba(13,88,189,.11);stroke-width:1.2}.orbit-a{stroke-dasharray:2 10;animation:rotateDash 28s linear infinite}.orbit-b{stroke:rgba(199,163,72,.18);stroke-dasharray:5 12;animation:rotateDash 20s linear infinite reverse}.orbit-c{stroke:rgba(13,88,189,.12)}@keyframes rotateDash{to{stroke-dashoffset:-150}}.data-path{fill:none;stroke:url(#lineGradient);stroke-width:1.6;stroke-linecap:round;stroke-dasharray:4 12;animation:dataFlow 8s linear infinite}.path-b{animation-duration:10s;animation-direction:reverse}.path-c{animation-duration:12s}@keyframes dataFlow{to{stroke-dashoffset:-160}}.satellite-points circle{fill:#fff;stroke:var(--blue);stroke-width:2;filter:drop-shadow(0 6px 10px rgba(13,88,189,.12))}.core-logo{position:absolute;left:50%;top:50%;width:166px;height:166px;transform:translate(-50%,-50%);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);border:1px solid rgba(13,88,189,.14);box-shadow:0 35px 80px rgba(6,22,47,.14),inset 0 0 0 12px rgba(232,241,255,.65);z-index:4}.core-logo img{width:82px;position:relative;z-index:2}.core-logo small{position:absolute;bottom:26px;font-size:8px;letter-spacing:.22em;color:#7c8ca3;font-weight:900}.core-halo{position:absolute;width:220px;height:220px;border:1px solid rgba(13,88,189,.1);border-radius:50%;animation:halo 4.5s ease-in-out infinite}@keyframes halo{50%{transform:scale(1.12);opacity:.25}}.orbit-card{position:absolute;z-index:5;width:210px;padding:17px 18px;border-radius:18px;background:rgba(255,255,255,.86);border:1px solid rgba(6,22,47,.1);box-shadow:var(--shadow-soft);backdrop-filter:blur(18px);animation:floatCard 7s ease-in-out infinite}.orbit-card strong{display:block;margin-top:17px;color:var(--ink);font-size:15px}.orbit-card>small{display:block;margin-top:5px;color:#75849a;font-size:11px}.card-index{font-size:9px;color:#8391a5;font-weight:900}.status-pill{float:right;margin-top:-4px;padding:5px 7px;border-radius:999px;font-size:7px;letter-spacing:.07em;font-weight:950}.status-pill.live{color:#13734d;background:#e6f5ee}.status-pill.live i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#24a36d;margin-right:4px}.status-pill.build{color:#8a6a1e;background:#faf0d7}.status-pill.custom{color:#1e5da3;background:#e8f1ff}.card-security{left:1%;top:21%;animation-delay:-1s}.card-business{right:0;top:19%;animation-delay:-3.4s}.card-custom{right:8%;bottom:13%;animation-delay:-5.2s}@keyframes floatCard{50%{transform:translateY(-10px)}}.data-chip{position:absolute;z-index:3;padding:9px 12px;border-radius:999px;background:rgba(247,250,253,.8);border:1px solid rgba(6,22,47,.08);font-size:10px;color:#5f6f84;display:flex;align-items:center;gap:7px;box-shadow:0 12px 30px rgba(6,22,47,.06)}.data-chip span{width:6px;height:6px;border-radius:50%;background:var(--gold)}.chip-cloud{left:15%;bottom:14%}.chip-mobile{right:16%;top:48%}.chip-realtime{left:8%;top:51%}.hero-ribbon{position:relative;z-index:4;margin-top:22px;border-top:1px solid rgba(6,22,47,.08);border-bottom:1px solid rgba(6,22,47,.08);background:rgba(255,255,255,.64);overflow:hidden}.ribbon-track{width:max-content;display:flex;align-items:center;gap:25px;padding:17px 0;animation:ribbon 26s linear infinite;color:#75849a;font-size:10px;font-weight:900;letter-spacing:.18em}.ribbon-track i{font-style:normal;color:var(--gold);font-size:8px}@keyframes ribbon{to{transform:translateX(-50%)}}

.section-label{display:inline-flex;font-size:10px;font-weight:950;letter-spacing:.21em;color:var(--blue);margin-bottom:18px}.light-label{color:#9fc5ff}.company-section{padding:130px 0;background:var(--paper)}.company-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.company-statement h2{font-size:clamp(38px,4.8vw,66px);line-height:1.04;letter-spacing:-.045em;color:var(--ink)}.company-statement h2 em{font-style:normal;color:var(--blue)}.company-copy>p{font-size:18px;line-height:1.85;color:#5e6e83}.company-principles{margin-top:44px;border-top:1px solid var(--border)}.company-principles>div{display:grid;grid-template-columns:42px 1fr;gap:12px;padding:22px 0;border-bottom:1px solid var(--border)}.company-principles span{color:var(--gold);font-size:11px;font-weight:900;padding-top:4px}.company-principles strong{display:block;color:var(--ink);font-size:15px}.company-principles p{margin-top:5px;font-size:13px;line-height:1.6;color:#738198}

.build-section{padding:130px 0;background:linear-gradient(180deg,#f4f7fb,#eef4fa)}.section-heading{max-width:850px}.section-heading h2{font-size:clamp(40px,5vw,68px);line-height:1.04;letter-spacing:-.045em;color:var(--ink)}.section-heading>p{max-width:720px;margin-top:20px;color:#64748b;font-size:17px;line-height:1.75}.build-grid{display:grid;grid-template-columns:1.05fr .95fr .9fr;gap:18px;margin-top:62px}.build-card{position:relative;min-height:570px;padding:30px;border:1px solid rgba(6,22,47,.1);border-radius:28px;overflow:hidden;box-shadow:0 15px 45px rgba(6,22,47,.05)}.platform-card{background:white}.custom-card{background:linear-gradient(145deg,#0b2855,#103a76);color:white}.infrastructure-card{background:#fbfaf6}.build-card-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.card-number{font-size:11px;font-weight:900;color:#8c9aae}.build-card h3{margin-top:45px;font-size:clamp(28px,2.4vw,39px);line-height:1.08;letter-spacing:-.035em}.platform-card h3,.infrastructure-card h3{color:var(--ink)}.build-card>p{margin-top:15px;line-height:1.7;font-size:14px;color:#6f7d91}.custom-card>p{color:#c6d7f2}.pill-blue,.pill-gold,.pill-soft{padding:7px 9px;border-radius:999px;font-size:7px;font-weight:950;letter-spacing:.1em}.pill-blue{color:#1359a7;background:#e7f1ff}.pill-gold{color:#feeec2;background:rgba(199,163,72,.16);border:1px solid rgba(199,163,72,.18)}.pill-soft{color:#73612d;background:#f3ead0}.platform-list{position:absolute;left:30px;right:30px;bottom:30px;border-top:1px solid var(--border)}.platform-row{min-height:72px;display:grid;grid-template-columns:1fr auto 22px;align-items:center;gap:10px;border-bottom:1px solid var(--border)}.platform-row span{display:flex;align-items:center;gap:10px}.platform-row b{font-size:13px;color:var(--ink)}.platform-row i{width:9px;height:9px;border-radius:50%}.security-dot{background:#d62f3e!important}.business-dot{background:var(--gold)!important}.platform-row small{font-size:7px;font-weight:900;color:#708095}.platform-row em{font-style:normal;color:var(--blue)}.module-visual{position:absolute;left:26px;right:26px;bottom:28px;height:190px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(255,255,255,.035);overflow:hidden}.module-visual svg{position:absolute;inset:0;width:100%;height:100%}.module-visual path{fill:none;stroke:rgba(130,185,255,.26);stroke-width:1.5;stroke-dasharray:5 8;animation:dataFlow 7s linear infinite}.module{position:absolute;width:40px;height:40px;border-radius:12px;background:linear-gradient(145deg,rgba(255,255,255,.15),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.13);box-shadow:0 12px 20px rgba(0,0,0,.08)}.m1{left:8%;top:20%}.m2{left:8%;bottom:16%}.m3{left:44%;top:37%;background:rgba(199,163,72,.18)}.m4{right:8%;top:20%}.m5{right:8%;bottom:16%}.m6{right:30%;bottom:10%;width:28px;height:28px}.stack-visual{position:absolute;left:28px;right:28px;bottom:28px;display:grid;gap:8px}.stack-visual span{position:relative;min-height:58px;padding:13px 15px;border-radius:14px;border:1px solid rgba(6,22,47,.09);background:rgba(255,255,255,.75);transition:transform .3s ease}.stack-visual span:nth-child(2){margin-inline:8px}.stack-visual span:nth-child(3){margin-inline:16px}.stack-visual span:nth-child(4){margin-inline:24px;background:var(--ink);color:white}.stack-visual b,.stack-visual i{display:block}.stack-visual b{font-size:11px}.stack-visual i{margin-top:4px;font-style:normal;font-size:9px;color:#8190a5}.stack-visual span:nth-child(4) i{color:#9fb1c9}.infrastructure-card:hover .stack-visual span{transform:translateY(-4px)}

.ecosystem-section{padding:135px 0;background:linear-gradient(145deg,#06162f,#0b2d5d 60%,#0b3e79);color:white;overflow:hidden}.ecosystem-layout{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px}.ecosystem-copy h2{font-size:clamp(42px,5vw,70px);line-height:1.04;letter-spacing:-.045em}.ecosystem-copy h2 em{font-style:normal;color:#9fc5ff}.ecosystem-copy>p{max-width:610px;margin-top:22px;color:#bccce3;font-size:17px;line-height:1.78}.ecosystem-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:31px}.ecosystem-tags span{padding:9px 11px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#d9e6f7;font-size:9px;font-weight:800;background:rgba(255,255,255,.04)}.ecosystem-orbit{position:relative;min-height:560px}.eco-ring{position:absolute;border:1px solid rgba(150,194,255,.15);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.ring-one{width:470px;height:470px}.ring-two{width:325px;height:325px;border-style:dashed;animation:ecoSpin 32s linear infinite}@keyframes ecoSpin{to{transform:translate(-50%,-50%) rotate(360deg)}}.eco-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:150px;height:150px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);backdrop-filter:blur(14px);box-shadow:0 35px 80px rgba(0,0,0,.2)}.eco-core img{width:70px}.eco-core strong{position:absolute;bottom:24px;font-size:9px;letter-spacing:.18em}.eco-node{position:absolute;width:180px;padding:15px 16px;border-radius:17px;background:rgba(7,25,54,.72);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px);box-shadow:0 20px 45px rgba(0,0,0,.17);animation:floatCard 7.5s ease-in-out infinite}.eco-node small{display:block;color:#8facd0;font-size:8px}.eco-node strong{display:block;margin-top:8px;font-size:13px}.eco-node span{display:block;margin-top:5px;color:#9fc5ff;font-size:7px;font-weight:900;letter-spacing:.08em}.node-security{left:3%;top:22%}.node-business{right:3%;top:18%;animation-delay:-2s}.node-custom{right:7%;bottom:14%;animation-delay:-4s}.node-future{left:8%;bottom:11%;animation-delay:-5.5s}

.method-section{padding:135px 0;background:white}.method-heading{max-width:780px}.method-heading h2{font-size:clamp(40px,5vw,68px);line-height:1.04;letter-spacing:-.045em;color:var(--ink)}.method-heading h2 em{font-style:normal;color:var(--blue)}.method-track{position:relative;display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:72px}.method-line{position:absolute;left:7%;right:7%;top:36px;height:2px;background:#e3eaf2}.method-line span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--blue),var(--gold));transition:width 1.4s cubic-bezier(.2,.7,.2,1)}.method-track.is-visible .method-line span{width:100%}.method-step{position:relative;padding-top:74px}.method-step>b{position:absolute;top:0;left:0;color:#8795a8;font-size:9px}.method-step>i{position:absolute;top:27px;left:0;width:18px;height:18px;border-radius:50%;background:white;border:4px solid #d7e0ec;box-shadow:0 0 0 7px white;transition:border-color .4s ease,transform .4s ease}.method-step.is-visible>i{border-color:var(--blue);transform:scale(1.08)}.method-step h3{font-size:18px;color:var(--ink)}.method-step p{margin-top:8px;color:#718095;font-size:12px;line-height:1.65}

.live-platform-section{padding:120px 0;background:var(--cream)}.live-platform-layout{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:60px}.live-badge{display:inline-flex;align-items:center;gap:9px;margin-bottom:24px;padding:8px 10px;border-radius:999px;background:white;border:1px solid var(--border);box-shadow:0 8px 22px rgba(6,22,47,.04)}.live-badge>span{width:7px;height:7px;border-radius:50%;background:#d62f3e}.live-badge b{font-size:10px}.live-badge small{font-size:7px;color:#2f8a60;font-weight:900}.live-platform-copy h2{font-size:clamp(36px,4vw,58px);line-height:1.05;letter-spacing:-.045em;color:var(--ink)}.live-platform-copy p{margin-top:18px;color:#65748a;font-size:15px;line-height:1.75}.text-link{display:inline-flex;align-items:center;gap:10px;margin-top:28px;color:var(--blue);font-size:13px;font-weight:900}.text-link b{transition:transform .2s ease}.text-link:hover b{transform:translate(4px,-4px)}.security-window{position:relative;border-radius:20px;overflow:hidden;border:1px solid rgba(6,22,47,.14);background:#0c141f;box-shadow:0 30px 80px rgba(6,22,47,.16);transform:perspective(1200px) rotateY(-3deg) rotateX(1deg);transition:transform .5s ease,box-shadow .5s ease}.security-window:hover{transform:perspective(1200px) rotateY(0) rotateX(0) translateY(-4px);box-shadow:0 38px 90px rgba(6,22,47,.21)}.window-top{height:40px;display:flex;align-items:center;gap:6px;padding:0 13px;background:#0b1726}.window-top span{width:7px;height:7px;border-radius:50%;background:#5b697c}.window-top b{margin-left:auto;color:#7d8ca0;font-size:8px;font-weight:700}.security-window picture img{width:100%;height:auto}.window-reflection{position:absolute;inset:40px 0 0;background:linear-gradient(120deg,transparent 25%,rgba(255,255,255,.06) 48%,transparent 70%);transform:translateX(-120%);transition:transform .9s ease}.security-window:hover .window-reflection{transform:translateX(120%)}

.global-section{padding:135px 0;background:linear-gradient(140deg,#0a2248,#0b3367 62%,#0f477f);color:white;overflow:hidden}.global-layout{display:grid;grid-template-columns:.8fr 1.2fr;align-items:center;gap:70px}.global-copy h2{font-size:clamp(40px,5vw,68px);line-height:1.04;letter-spacing:-.045em}.global-copy p{max-width:600px;margin-top:22px;color:#bfd0e7;line-height:1.8;font-size:16px}.global-visual{position:relative;min-height:480px}.globe-lines{position:absolute;left:50%;top:50%;width:390px;height:390px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.18);border-radius:50%;box-shadow:inset 0 0 70px rgba(41,126,231,.1),0 0 80px rgba(27,97,181,.12);overflow:hidden}.longitude,.latitude{position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}.longitude{top:-1%;bottom:-1%;width:48%;left:26%}.l2{transform:rotate(60deg)}.l3{transform:rotate(-60deg)}.latitude{left:-4%;right:-4%;height:32%;top:34%}.a2{transform:rotate(60deg)}.a3{transform:rotate(-60deg)}.globe-point{position:absolute;width:8px;height:8px;border-radius:50%;background:#f1ca68;box-shadow:0 0 0 8px rgba(241,202,104,.08),0 0 18px rgba(241,202,104,.5);animation:pointPulse 2.5s ease infinite}.p1{left:24%;top:25%}.p2{right:22%;top:38%;animation-delay:-.8s}.p3{left:44%;bottom:18%;animation-delay:-1.6s}.p4{right:31%;bottom:36%;animation-delay:-2.2s}@keyframes pointPulse{50%{box-shadow:0 0 0 14px rgba(241,202,104,0),0 0 20px rgba(241,202,104,.65)}}.global-card{position:absolute;min-width:170px;padding:14px 15px;border-radius:15px;background:rgba(5,21,46,.64);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px);box-shadow:0 18px 40px rgba(0,0,0,.15)}.global-card small,.global-card strong{display:block}.global-card small{color:#91abd0;font-size:8px;text-transform:uppercase;letter-spacing:.12em}.global-card strong{margin-top:7px;font-size:13px}.gc1{left:4%;top:15%}.gc2{right:3%;top:36%}.gc3{left:14%;bottom:10%}

.leadership-section{padding:135px 0;background:white}.leadership-layout{display:grid;grid-template-columns:.38fr 1fr;gap:70px}.leadership-label p{max-width:240px;color:#718095;font-size:13px;line-height:1.7}.leadership-quote p{font-size:clamp(34px,4.6vw,62px);line-height:1.09;letter-spacing:-.04em;color:var(--ink);font-weight:760}.leadership-quote p em{font-style:normal;color:var(--blue)}.leadership-quote footer{display:flex;flex-direction:column;gap:4px;margin-top:34px}.leadership-quote footer strong{font-size:14px}.leadership-quote footer span{color:#77869a;font-size:11px}

.contact-section{padding:0 0 90px;background:white}.contact-card{position:relative;display:grid;grid-template-columns:1fr .78fr;gap:80px;padding:68px;border-radius:34px;background:linear-gradient(135deg,#071a37,#0b376f 68%,#145492);color:white;overflow:hidden;box-shadow:0 35px 90px rgba(6,22,47,.16)}.contact-card::after{content:"";position:absolute;width:420px;height:420px;right:-180px;top:-180px;border-radius:50%;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 80px rgba(255,255,255,.025),0 0 0 160px rgba(255,255,255,.018)}.contact-copy{position:relative;z-index:1}.contact-copy h2{font-size:clamp(38px,4.6vw,62px);line-height:1.04;letter-spacing:-.045em}.contact-copy h2 em{font-style:normal;color:#f2d582}.contact-copy p{max-width:600px;margin-top:18px;color:#c3d4ea;line-height:1.75}.contact-actions{position:relative;z-index:2;display:grid;align-content:center;gap:10px}.contact-link{display:grid;grid-template-columns:1fr auto;gap:5px 15px;padding:16px 18px;border-radius:15px;background:rgba(255,255,255,.075);border:1px solid rgba(255,255,255,.13);transition:background .2s ease,transform .2s ease}.contact-link small{grid-column:1;color:#91afd6;font-size:8px;text-transform:uppercase;letter-spacing:.12em}.contact-link strong{font-size:13px;overflow-wrap:anywhere}.contact-link>span{grid-column:2;grid-row:1/3;align-self:center;color:#f2d582}.contact-link:hover{background:rgba(255,255,255,.12);transform:translateX(4px)}.contact-link.static:hover{transform:none}

.footer{padding:40px 0 46px;background:white}.footer-grid{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:40px;border-top:1px solid var(--border);padding-top:30px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{width:34px}.footer-brand strong{font-size:12px;letter-spacing:.18em}.footer-brand p{margin-top:3px;color:#8190a5;font-size:9px}.footer-links{display:flex;gap:19px;flex-wrap:wrap}.footer-links a{font-size:9px;font-weight:800;color:#6e7d91}.footer-meta{display:grid;gap:3px;text-align:right;color:#8b98aa;font-size:8px}

.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.reveal[data-delay="1"]{transition-delay:.1s}.reveal[data-delay="2"]{transition-delay:.2s}.reveal[data-delay="3"]{transition-delay:.3s}.reveal[data-delay="4"]{transition-delay:.4s}.reveal.is-visible{opacity:1;transform:none}

html[dir="rtl"] body{font-family:Tahoma,Arial,sans-serif}.hero h1,.company-statement h2,.section-heading h2,.ecosystem-copy h2,.method-heading h2,.live-platform-copy h2,.global-copy h2,.leadership-quote p,.contact-copy h2{unicode-bidi:plaintext}.html-rtl-fix{}html[dir="rtl"] .nav-links{margin-left:0;margin-right:auto}html[dir="rtl"] .status-pill.live i{margin-right:0;margin-left:4px}html[dir="rtl"] .security-window{transform:perspective(1200px) rotateY(3deg) rotateX(1deg)}html[dir="rtl"] .contact-link:hover{transform:translateX(-4px)}

@media (max-width:1100px){.nav-links{gap:16px}.nav-cta{display:none}.hero-layout{grid-template-columns:1fr}.hero{padding-top:132px}.hero-copy{padding-bottom:0}.infrastructure-stage{min-height:600px}.company-layout,.ecosystem-layout,.live-platform-layout,.global-layout,.leadership-layout{grid-template-columns:1fr}.build-grid{grid-template-columns:1fr 1fr}.infrastructure-card{grid-column:1/-1;min-height:470px}.method-track{grid-template-columns:repeat(3,1fr);row-gap:34px}.method-line{display:none}.contact-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr auto}.footer-meta{grid-column:1/-1;text-align:left}}
@media (max-width:820px){.shell{width:min(100% - 30px,1280px)}.site-header{padding:8px 0}.nav-shell{min-height:58px}.brand span{font-size:14px}.language-switcher{display:none}.menu-button{display:block}.nav-links{position:absolute;top:72px;left:15px;right:15px;display:none;flex-direction:column;align-items:stretch;padding:15px;background:rgba(255,255,255,.96);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);backdrop-filter:blur(18px)}.nav-links.is-open{display:flex}.nav-links a{padding:11px 9px}.hero{min-height:auto;padding-top:116px}.hero h1{font-size:clamp(46px,13vw,72px)}.hero-copy>p{font-size:16px}.hero-signals{gap:16px;flex-wrap:wrap}.infrastructure-stage{min-height:530px;margin-top:20px}.network-svg{width:680px}.orbit-card{width:180px}.card-security{left:0}.card-business{right:0}.card-custom{right:3%}.data-chip{display:none}.company-section,.build-section,.ecosystem-section,.method-section,.live-platform-section,.global-section,.leadership-section{padding:90px 0}.company-layout{gap:45px}.build-grid{grid-template-columns:1fr}.build-card{min-height:530px}.infrastructure-card{grid-column:auto}.method-track{grid-template-columns:1fr 1fr}.contact-card{padding:38px 26px;border-radius:25px}.footer-grid{grid-template-columns:1fr}.footer-links{justify-content:flex-start}}
@media (max-width:560px){.shell{width:calc(100% - 24px)}.brand img{width:32px;height:32px}.brand span{font-size:12px}.hero h1{font-size:46px}.hero-kicker{font-size:9px}.hero-actions{display:grid}.button{width:100%}.hero-signals{display:grid;grid-template-columns:1fr 1fr}.infrastructure-stage{min-height:500px}.network-svg{width:610px}.core-logo{width:130px;height:130px}.core-logo img{width:65px}.core-logo small{bottom:19px}.orbit-card{width:150px;padding:13px}.orbit-card strong{font-size:11px;margin-top:12px}.orbit-card>small{font-size:9px}.card-security{left:-5%;top:18%}.card-business{right:-5%;top:18%}.card-custom{right:-3%;bottom:11%}.company-statement h2,.section-heading h2,.ecosystem-copy h2,.method-heading h2,.live-platform-copy h2,.global-copy h2,.leadership-quote p,.contact-copy h2{font-size:38px}.build-card{padding:24px;min-height:500px}.platform-list{left:24px;right:24px;bottom:24px}.ecosystem-orbit{min-height:500px}.ring-one{width:340px;height:340px}.ring-two{width:230px;height:230px}.eco-core{width:120px;height:120px}.eco-core img{width:58px}.eco-node{width:140px;padding:12px}.node-security{left:-3%}.node-business{right:-3%}.node-custom{right:0}.node-future{left:0}.method-track{grid-template-columns:1fr}.method-step{padding:14px 0 14px 58px;border-bottom:1px solid var(--border)}.method-step>b{top:18px}.method-step>i{top:21px;left:26px}.live-platform-layout,.global-layout{gap:35px}.global-visual{min-height:400px}.globe-lines{width:300px;height:300px}.global-card{min-width:135px;padding:11px}.gc1{left:0}.gc2{right:0}.gc3{left:5%}.contact-section{padding-bottom:50px}.contact-card{padding:34px 20px}.footer{padding-bottom:30px}}

@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.page-loader,.hero-aurora,.pulse,.orbit-a,.orbit-b,.data-path,.orbit-card,.ribbon-track,.ring-two,.globe-point,.loader-core img,.loader-core span{animation:none!important}.reveal{opacity:1!important;transform:none!important;transition:none!important}.method-line span{width:100%!important}.security-window,.button,.contact-link{transition:none!important}}


/* =========================================================
   NAVY + GOLD BRAND EVOLUTION — V3
   Richer Proviria corporate identity. Security remains its own
   charcoal/red product language in ../pages/security.html.
   ========================================================= */
:root{
  --brand-navy:#04142f;
  --brand-navy-2:#07265a;
  --brand-navy-3:#0b3f84;
  --brand-blue:#1768c8;
  --brand-blue-bright:#4a9cff;
  --brand-gold:#d0aa4f;
  --brand-gold-bright:#f0cf77;
  --brand-cream:#f7f1e4;
  --brand-pearl:#f5f8fc;
}

body{
  background:var(--brand-navy);
  color:#111827;
}
.scroll-progress{
  position:fixed;inset:0 0 auto 0;height:2px;z-index:5000;
  transform:scaleX(0);transform-origin:left center;
  background:linear-gradient(90deg,var(--brand-gold),var(--brand-gold-bright),#fff0b5);
  box-shadow:0 0 18px rgba(240,207,119,.55);pointer-events:none;
}
.page-loader{background:radial-gradient(circle at 50% 45%,#0b3268 0,#061a3c 35%,#031027 78%)}
.loader-core{width:110px;height:110px}
.loader-core::before{content:"";position:absolute;inset:17px;border-radius:50%;background:rgba(255,255,255,.045);box-shadow:0 0 60px rgba(65,137,232,.22)}
.loader-core span{border-color:rgba(255,255,255,.12);border-top-color:var(--brand-gold-bright);box-shadow:0 0 22px rgba(208,170,79,.22)}

/* Navigation floats over the richer navy canvas. */
.site-header{background:linear-gradient(180deg,rgba(3,16,39,.72),rgba(3,16,39,.08));}
.site-header .brand span{color:#fff}.site-header .nav-links a{color:#c7d7ee}.site-header .nav-links a:hover{color:#fff}
.site-header .nav-product{color:#fff!important}.site-header .language-switcher{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.07)}
.site-header .language-switcher button{color:#c9d7eb}.site-header .language-switcher button.is-active{background:var(--brand-gold);color:#07152d}
.site-header .button-ink{background:var(--brand-gold);color:#07152d;box-shadow:0 12px 34px rgba(208,170,79,.22)}
.site-header .menu-button{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.05)}.site-header .menu-button span{background:#fff}
.site-header.is-scrolled{background:rgba(4,20,47,.9);border-color:rgba(255,255,255,.1);box-shadow:0 14px 44px rgba(0,0,0,.16)}
.site-header.is-scrolled .brand span{color:#fff}.site-header.is-scrolled .nav-links a{color:#c7d7ee}.site-header.is-scrolled .nav-product{color:#fff!important}

/* Hero: deeper, warmer and denser. */
.hero{
  min-height:900px;padding-top:150px;
  background:
    radial-gradient(circle at 76% 23%,rgba(30,109,207,.32),transparent 24%),
    radial-gradient(circle at 20% 75%,rgba(208,170,79,.16),transparent 25%),
    radial-gradient(circle at 50% -10%,rgba(74,156,255,.14),transparent 38%),
    linear-gradient(132deg,#031027 0%,#061a3d 42%,#08285a 72%,#061a3d 100%);
  color:white;
}
.hero::before{
  content:"";position:absolute;width:760px;height:760px;right:-330px;top:70px;border-radius:50%;
  border:1px solid rgba(240,207,119,.12);box-shadow:0 0 0 82px rgba(240,207,119,.018),0 0 0 164px rgba(74,156,255,.025),0 0 0 246px rgba(255,255,255,.015);
  animation:brandOrbitPulse 10s ease-in-out infinite;pointer-events:none;
}
.hero::after{
  content:"";position:absolute;left:-18%;bottom:-46%;width:720px;height:720px;border-radius:50%;
  background:conic-gradient(from 35deg,transparent 0 40%,rgba(208,170,79,.14) 46%,transparent 51% 100%);
  filter:blur(2px);animation:brandSpin 24s linear infinite;pointer-events:none;
}
@keyframes brandOrbitPulse{50%{transform:scale(1.045) rotate(4deg);opacity:.66}}
@keyframes brandSpin{to{transform:rotate(360deg)}}
.hero-grid-lines{opacity:.8;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.85) 68%,transparent 100%)}
.hero-aurora{filter:blur(42px);opacity:.8}.hero-aurora-one{background:radial-gradient(circle,rgba(43,125,233,.30),rgba(43,125,233,0) 70%)}.hero-aurora-two{background:radial-gradient(circle,rgba(208,170,79,.20),rgba(208,170,79,0) 70%)}
.hero-layout{min-height:680px;gap:34px}.hero-copy{padding-bottom:45px}
.hero-kicker{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.13);color:#d1def0;box-shadow:inset 0 1px rgba(255,255,255,.05)}
.pulse{background:var(--brand-gold-bright);box-shadow:0 0 0 6px rgba(240,207,119,.12),0 0 20px rgba(240,207,119,.35)}
.hero h1{color:#fff;text-shadow:0 12px 50px rgba(0,0,0,.22)}
.hero h1 em{background:linear-gradient(105deg,#fff 0%,#c9e0ff 32%,var(--brand-gold-bright) 80%,#fff0bb 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-copy>p{color:#b9cae1;max-width:650px;font-size:18px}
.button-blue{background:linear-gradient(135deg,var(--brand-gold),var(--brand-gold-bright));color:#06142e;box-shadow:0 16px 38px rgba(208,170,79,.24)}
.button-blue:hover{box-shadow:0 20px 50px rgba(208,170,79,.34)}
.button-line{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.18);color:#fff}.button-line:hover{background:rgba(255,255,255,.1);border-color:rgba(240,207,119,.45)}
.hero-signals{padding-top:23px;border-top:1px solid rgba(255,255,255,.09)}.hero-signals b{color:var(--brand-gold-bright)}.hero-signals small{color:#adc1dc}

/* Network becomes a luminous corporate infrastructure object. */
.infrastructure-stage{min-height:660px;animation:stageBreath 8s ease-in-out infinite}
@keyframes stageBreath{50%{transform:translateY(-5px)}}
.network-svg{filter:drop-shadow(0 25px 55px rgba(0,0,0,.18))}.orbit{stroke:rgba(116,177,255,.22)}.orbit-b{stroke:rgba(240,207,119,.30)}.orbit-c{stroke:rgba(255,255,255,.12)}
.satellite-points circle{fill:#071a3a;stroke:var(--brand-gold-bright);filter:drop-shadow(0 0 10px rgba(240,207,119,.45))}
.core-logo{background:linear-gradient(145deg,rgba(8,40,86,.94),rgba(4,20,47,.96));border-color:rgba(240,207,119,.28);box-shadow:0 35px 95px rgba(0,0,0,.32),inset 0 0 0 12px rgba(255,255,255,.025),0 0 60px rgba(43,125,233,.13)}
.core-logo small{color:#b6c8e1}.core-halo{border-color:rgba(240,207,119,.28);box-shadow:0 0 34px rgba(240,207,119,.12)}
.orbit-card{background:linear-gradient(145deg,rgba(8,35,76,.88),rgba(4,20,47,.82));border-color:rgba(255,255,255,.14);box-shadow:0 22px 58px rgba(0,0,0,.26),inset 0 1px rgba(255,255,255,.06)}
.orbit-card::after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,var(--brand-gold),transparent);opacity:.75}
.orbit-card strong{color:#fff}.orbit-card>small{color:#9eb3d0}.card-index{color:#7691b4}.status-pill.build{color:#ffe8a7;background:rgba(208,170,79,.14);border:1px solid rgba(208,170,79,.18)}.status-pill.custom{color:#b7d8ff;background:rgba(43,125,233,.15)}
.data-chip{background:rgba(5,25,56,.78);border-color:rgba(255,255,255,.12);color:#d1deef;box-shadow:0 14px 35px rgba(0,0,0,.18)}.data-chip span{background:var(--brand-gold-bright);box-shadow:0 0 10px rgba(240,207,119,.45)}
.hero-ribbon{background:rgba(3,16,39,.78);border-color:rgba(255,255,255,.08)}.ribbon-track{color:#8fa8c8}.ribbon-track i{color:var(--brand-gold-bright)}

/* Company section: warm, layered, not empty. */
.company-section{position:relative;padding:128px 0;background:linear-gradient(135deg,#f8f5ed 0%,#f7f9fc 45%,#eef4fb 100%);overflow:hidden}
.company-section::before{content:"";position:absolute;right:-150px;top:-250px;width:620px;height:620px;border-radius:50%;border:1px solid rgba(6,38,90,.08);box-shadow:0 0 0 70px rgba(6,38,90,.02),0 0 0 140px rgba(208,170,79,.018)}
.company-section::after{content:"PROVIRIA";position:absolute;left:4%;bottom:-38px;font-size:clamp(90px,16vw,245px);font-weight:950;letter-spacing:.08em;color:rgba(4,20,47,.025);white-space:nowrap;pointer-events:none}
.company-layout{position:relative;z-index:2;gap:70px;align-items:start}.company-statement{position:sticky;top:122px;padding:34px;border-radius:28px;background:linear-gradient(145deg,#061a3d,#0a326d);box-shadow:0 28px 70px rgba(6,22,47,.16);color:white}
.company-statement .section-label{color:var(--brand-gold-bright)}.company-statement h2{color:#fff}.company-statement h2 em{color:#bcd8ff}
.company-copy{padding:10px 0}.company-copy>p{font-size:19px;color:#52647d}
.company-principles{border-top:0;display:grid;gap:12px}.company-principles>div{grid-template-columns:48px 1fr;padding:21px 22px;border:1px solid rgba(6,38,90,.09);border-radius:18px;background:rgba(255,255,255,.72);box-shadow:0 12px 35px rgba(6,22,47,.045);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.company-principles>div:hover{transform:translateX(7px);border-color:rgba(208,170,79,.34);box-shadow:0 18px 45px rgba(6,22,47,.09)}
.company-principles span{display:grid;place-items:center;width:34px;height:34px;padding:0;border-radius:50%;background:#071f49;color:var(--brand-gold-bright)}

/* What we build gets a premium navy showroom. */
.build-section{position:relative;padding:132px 0;background:linear-gradient(145deg,#04142f,#07265a 58%,#0b3d7c);color:white;overflow:hidden}
.build-section::before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 15%,rgba(240,207,119,.08),transparent 20%),radial-gradient(circle at 85% 70%,rgba(74,156,255,.12),transparent 27%),linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.022) 1px,transparent 1px);background-size:auto,auto,76px 76px,76px 76px;pointer-events:none}
.build-section .section-heading{position:relative}.build-section .section-label{color:var(--brand-gold-bright)}.build-section .section-heading h2{color:#fff}.build-section .section-heading>p{color:#b7c9df}
.build-grid{position:relative;z-index:2;gap:20px}.build-card{border-color:rgba(255,255,255,.12);box-shadow:0 25px 65px rgba(0,0,0,.16);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.build-card:hover{transform:translateY(-10px);border-color:rgba(240,207,119,.32);box-shadow:0 34px 80px rgba(0,0,0,.24)}
.build-card::after{content:"";position:absolute;inset:-100% auto auto -30%;width:55%;height:220%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.075),transparent);transform:rotate(18deg) translateX(-180%);transition:transform .8s ease;pointer-events:none}.build-card:hover::after{transform:rotate(18deg) translateX(370%)}
.platform-card{background:linear-gradient(160deg,#fff,#eef4fb);color:#111827}.custom-card{background:linear-gradient(145deg,#0b3975,#071e45);border-color:rgba(240,207,119,.2)}.infrastructure-card{background:linear-gradient(145deg,#0a2859,#061a3d);color:#fff}
.infrastructure-card h3{color:#fff}.infrastructure-card>p{color:#b8c9df}.infrastructure-card .card-number{color:#7592b7}.infrastructure-card .pill-soft{color:#ffe6a0;background:rgba(208,170,79,.13);border:1px solid rgba(208,170,79,.18)}
.stack-visual span{background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.1);color:white}.stack-visual i{color:#91a9c8}.stack-visual span:nth-child(4){background:linear-gradient(135deg,var(--brand-gold),#b98c2b);color:#06142e}.stack-visual span:nth-child(4) i{color:#4a3a17}
.module-visual{border-color:rgba(240,207,119,.16);background:rgba(0,0,0,.08)}.module{border-color:rgba(255,255,255,.15)}.m3{background:rgba(240,207,119,.2)}

/* Ecosystem: richer blue/gold instead of flat dark. */
.ecosystem-section{position:relative;background:radial-gradient(circle at 76% 40%,rgba(43,125,233,.23),transparent 24%),linear-gradient(135deg,#031027 0%,#061d45 52%,#0a3774 100%)}
.ecosystem-section::after{content:"";position:absolute;left:7%;bottom:8%;width:180px;height:1px;background:linear-gradient(90deg,var(--brand-gold),transparent);box-shadow:0 0 22px rgba(240,207,119,.3)}
.ecosystem-copy h2 em{color:var(--brand-gold-bright)}.ecosystem-tags span{background:rgba(255,255,255,.055);border-color:rgba(240,207,119,.12)}.ring-one{border-color:rgba(240,207,119,.22);box-shadow:0 0 70px rgba(43,125,233,.08)}.ring-two{border-color:rgba(112,176,255,.24)}
.eco-core{background:linear-gradient(145deg,rgba(10,54,111,.82),rgba(4,20,47,.86));border-color:rgba(240,207,119,.25);box-shadow:0 35px 90px rgba(0,0,0,.3),0 0 50px rgba(43,125,233,.1)}
.eco-node{background:linear-gradient(145deg,rgba(8,39,84,.83),rgba(4,20,47,.83));border-color:rgba(255,255,255,.14)}.eco-node span{color:var(--brand-gold-bright)}

/* Method: warm canvas + tangible stages. */
.method-section{position:relative;background:linear-gradient(180deg,#f8f5ed,#f3f7fc);overflow:hidden}.method-section::after{content:"";position:absolute;width:480px;height:480px;right:-210px;bottom:-280px;border-radius:50%;background:radial-gradient(circle,rgba(43,125,233,.08),transparent 68%)}
.method-heading h2 em{color:#0b4f9f}.method-track{position:relative;z-index:2}.method-line{background:#d9e1ec}.method-line span{background:linear-gradient(90deg,#0b4f9f,var(--brand-gold),#0b4f9f)}
.method-step{padding:0 18px 24px;border-radius:18px;transition:background .3s ease,transform .3s ease}.method-step:hover{background:rgba(255,255,255,.7);transform:translateY(-6px)}.method-step>b{background:#061a3d;color:var(--brand-gold-bright);box-shadow:0 0 0 7px #f6f5ef,0 0 0 8px rgba(6,38,90,.14)}

/* Product proof: still clearly Security, but inside Proviria's corporate blue frame. */
.live-platform-section{position:relative;background:linear-gradient(145deg,#eaf1fa,#f7f4eb);overflow:hidden}.live-platform-section::before{content:"";position:absolute;left:-180px;top:-240px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(11,79,159,.12),transparent 67%)}
.live-platform-copy .section-label{color:#0b4f9f}.live-platform-copy h2{color:#061a3d}.live-platform-copy h2 em{color:#b1882c}.security-window{border:1px solid rgba(6,38,90,.18);box-shadow:0 34px 90px rgba(6,22,47,.19);animation:screenFloat 7s ease-in-out infinite}@keyframes screenFloat{50%{translate:0 -7px}}

.global-section{position:relative;background:radial-gradient(circle at 75% 28%,rgba(43,125,233,.28),transparent 25%),linear-gradient(135deg,#031027,#061e48 58%,#0b438b)}
.global-section::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0 46%,rgba(240,207,119,.04) 48%,transparent 50% 100%);background-size:220% 100%;animation:globalSweep 12s linear infinite;pointer-events:none}@keyframes globalSweep{to{background-position:-220% 0}}
.globe-lines{border-color:rgba(240,207,119,.22);box-shadow:inset 0 0 80px rgba(41,126,231,.13),0 0 100px rgba(27,97,181,.18)}.longitude,.latitude{border-color:rgba(255,255,255,.13)}.longitude{animation:globeWobble 18s ease-in-out infinite}@keyframes globeWobble{50%{scale:.92 1}}
.global-card{background:rgba(3,16,39,.72);border-color:rgba(240,207,119,.13)}

.leadership-section{position:relative;background:linear-gradient(140deg,#fbfaf5,#eef4fb);overflow:hidden}.leadership-section::after{content:"“";position:absolute;right:4%;top:15%;font-family:Georgia,serif;font-size:320px;line-height:.7;color:rgba(6,38,90,.035);pointer-events:none}.leadership-label .section-label{color:#0b4f9f}.leadership-quote p{color:#061a3d}.leadership-quote p em{color:#a67f25}.leadership-quote footer strong{color:#061a3d}

.contact-section{background:linear-gradient(180deg,#eef4fb,#f8f5ed);padding-top:45px}.contact-card{border:1px solid rgba(240,207,119,.16);background:radial-gradient(circle at 92% 12%,rgba(240,207,119,.14),transparent 24%),linear-gradient(135deg,#031027,#08285a 62%,#0a438b);box-shadow:0 42px 100px rgba(6,22,47,.23)}
.contact-card::before{content:"";position:absolute;left:-80px;bottom:-120px;width:320px;height:320px;border-radius:50%;border:1px solid rgba(240,207,119,.15);box-shadow:0 0 0 55px rgba(240,207,119,.022),0 0 0 110px rgba(255,255,255,.016)}
.contact-link{background:rgba(255,255,255,.065);border-color:rgba(255,255,255,.13)}.contact-link:hover{border-color:rgba(240,207,119,.34);background:rgba(255,255,255,.1)}
.footer{background:#031027;color:#d6e0ed;padding-top:52px}.footer-grid{border-color:rgba(255,255,255,.1)}.footer-brand p,.footer-links a,.footer-meta{color:#7f96b5}.footer-links a:hover{color:var(--brand-gold-bright)}

/* Slightly richer micro-interactions. */
.brand img{transition:transform .35s ease,filter .35s ease}.brand:hover img{transform:rotate(-5deg) scale(1.06);filter:drop-shadow(0 0 14px rgba(240,207,119,.28))}
.eco-node,.global-card{transition:transform .3s ease,border-color .3s ease}.eco-node:hover,.global-card:hover{transform:translateY(-6px);border-color:rgba(240,207,119,.32)}

html[dir="rtl"] .scroll-progress{transform-origin:right center}
@media(max-width:1100px){.company-statement{position:relative;top:auto}.site-header .nav-links{background:rgba(4,20,47,.97);border-color:rgba(255,255,255,.12)}.site-header .nav-links a{color:#d1deef}.infrastructure-stage{animation:none}}
@media(max-width:820px){.hero{padding-top:118px}.hero::before{right:-520px}.company-statement{padding:26px}.build-card:hover{transform:none}}
@media(max-width:560px){.hero h1{font-size:45px}.hero-copy>p{color:#b9cae1}.company-section,.build-section{padding:88px 0}.company-statement{padding:23px;border-radius:22px}.contact-section{padding-top:20px}}
@media(prefers-reduced-motion:reduce){.hero::before,.hero::after,.infrastructure-stage,.build-card::after,.security-window,.global-section::after,.longitude{animation:none!important}.build-card,.company-principles>div,.eco-node,.global-card{transition:none!important}}

/* =========================================================
   V4 — NAVY / GOLD DEPTH + OPERATIONAL AI
   ========================================================= */

/* Slightly denser corporate canvas: navy is now the recurring company color,
   while ivory sections provide breathing room. Gold stays the premium accent. */
body{background:#031027}
.site-header .nav-links{gap:19px}
.hero{background:
  radial-gradient(circle at 78% 24%,rgba(61,143,244,.36),transparent 23%),
  radial-gradient(circle at 18% 72%,rgba(240,207,119,.17),transparent 24%),
  radial-gradient(circle at 48% -8%,rgba(77,158,255,.18),transparent 34%),
  linear-gradient(128deg,#020c20 0%,#041634 32%,#082a60 69%,#0b3f84 100%)}
.hero::before{border-color:rgba(240,207,119,.18);box-shadow:0 0 0 78px rgba(240,207,119,.022),0 0 0 154px rgba(74,156,255,.035),0 0 0 230px rgba(255,255,255,.018)}
.hero-kicker{border-color:rgba(240,207,119,.17);box-shadow:inset 0 1px rgba(255,255,255,.07),0 14px 40px rgba(0,0,0,.09)}
.hero-signals{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;border-top:0;padding-top:0}
.hero-signals span{position:relative;padding:15px 16px;border:1px solid rgba(255,255,255,.09);background:rgba(4,20,47,.42);border-radius:15px;backdrop-filter:blur(10px);transition:transform .28s ease,border-color .28s ease,background .28s ease}
.hero-signals span:hover{transform:translateY(-4px);border-color:rgba(240,207,119,.28);background:rgba(8,42,91,.58)}
.hero-signals b{font-size:10px}.hero-signals small{white-space:normal;font-size:10px;line-height:1.35}

/* Fourth product in the animated company constellation. */
.status-pill.ai{color:#ffe9ab;background:rgba(208,170,79,.15);border:1px solid rgba(240,207,119,.2)}
.card-ai{left:5%;bottom:13%;animation-delay:-6.1s}
.card-ai::before{content:"";position:absolute;width:8px;height:8px;right:15px;bottom:13px;border-radius:50%;background:var(--brand-gold-bright);box-shadow:0 0 0 0 rgba(240,207,119,.4);animation:aiPulse 2.2s ease-out infinite}
@keyframes aiPulse{70%{box-shadow:0 0 0 13px rgba(240,207,119,0)}}
.ai-dot{background:#4a9cff!important;box-shadow:0 0 0 4px rgba(74,156,255,.09)}

/* More dimensional company section. */
.company-section{background:
  linear-gradient(120deg,rgba(255,255,255,.72),rgba(255,255,255,.2)),
  radial-gradient(circle at 88% 22%,rgba(11,79,159,.13),transparent 24%),
  radial-gradient(circle at 9% 78%,rgba(208,170,79,.1),transparent 22%),
  linear-gradient(135deg,#f4f1e8,#f1f6fc 52%,#e8f1fb)}
.company-copy{padding:24px;border-radius:28px;background:rgba(255,255,255,.48);border:1px solid rgba(6,38,90,.07);backdrop-filter:blur(12px)}
.company-principles>div{background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(239,245,252,.82))}

/* Product showroom now reads unmistakably Proviria navy instead of generic cards. */
.build-section{background:
  radial-gradient(circle at 12% 8%,rgba(240,207,119,.11),transparent 18%),
  radial-gradient(circle at 86% 72%,rgba(74,156,255,.19),transparent 25%),
  linear-gradient(128deg,#020d22,#041936 38%,#072a5f 72%,#0a3d7f)}
.build-card{backdrop-filter:blur(10px)}
.platform-card{background:linear-gradient(155deg,#ffffff 0%,#eff5fc 100%)}
.custom-card{background:linear-gradient(145deg,#0d448a,#071d43 72%)}
.infrastructure-card{background:linear-gradient(145deg,#092a5e,#041630 82%)}
.platform-row{transition:padding .25s ease,background .25s ease}.platform-row:hover{padding-inline:8px;background:rgba(13,88,189,.045)}

/* Ecosystem node for Operational AI. */
.node-security{left:1%;top:18%}.node-business{right:1%;top:15%}.node-custom{right:3%;bottom:10%}.node-ai{left:4%;bottom:8%;animation-delay:-6.4s}.node-future{left:50%;bottom:-1%;transform:translateX(-50%);animation-delay:-3.7s}
.node-ai::after{content:"";position:absolute;inset:-6px;border-radius:22px;border:1px solid rgba(240,207,119,.12);animation:ecoAiRing 3s ease-in-out infinite;pointer-events:none}
@keyframes ecoAiRing{50%{inset:-12px;opacity:.18}}

/* Dedicated Operational AI section — rich, warm navy rather than Security charcoal. */
.ai-section{position:relative;padding:142px 0;overflow:hidden;color:#fff;background:
  radial-gradient(circle at 17% 16%,rgba(240,207,119,.13),transparent 22%),
  radial-gradient(circle at 85% 72%,rgba(74,156,255,.22),transparent 27%),
  linear-gradient(130deg,#020b1c 0%,#04142f 34%,#07265a 70%,#0b3f84 100%)}
.ai-section::before{content:"AI";position:absolute;right:-1%;bottom:-105px;font-size:clamp(210px,28vw,470px);font-weight:950;line-height:.8;letter-spacing:-.08em;color:rgba(255,255,255,.025);pointer-events:none}
.ai-section::after{content:"";position:absolute;left:-260px;top:-300px;width:680px;height:680px;border-radius:50%;border:1px solid rgba(240,207,119,.12);box-shadow:0 0 0 70px rgba(240,207,119,.015),0 0 0 140px rgba(74,156,255,.02);animation:aiOrbit 15s ease-in-out infinite;pointer-events:none}
@keyframes aiOrbit{50%{transform:translate(26px,18px) rotate(9deg) scale(1.035)}}
.ai-mesh{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px);background-size:62px 62px;mask-image:linear-gradient(to right,black,transparent 58%);pointer-events:none}
.ai-layout{position:relative;z-index:2;display:grid;grid-template-columns:.82fr 1.18fr;gap:72px;align-items:center}
.ai-status{display:inline-flex;align-items:center;gap:8px;margin:0 0 22px 14px;padding:7px 10px;border:1px solid rgba(240,207,119,.18);background:rgba(240,207,119,.07);border-radius:999px;color:#ffe7a5;font-size:8px;font-weight:900;letter-spacing:.12em}
.ai-status i{width:7px;height:7px;border-radius:50%;background:var(--brand-gold-bright);box-shadow:0 0 0 0 rgba(240,207,119,.5);animation:aiPulse 2.2s infinite}
.ai-copy h2{font-size:clamp(43px,5.1vw,72px);line-height:1.02;letter-spacing:-.05em}.ai-copy h2 em{font-style:normal;color:var(--brand-gold-bright)}
.ai-copy>p{max-width:620px;margin-top:23px;color:#b8cbe3;font-size:17px;line-height:1.8}
.ai-principles{display:grid;gap:9px;margin-top:34px}.ai-principles span{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:10px;padding:13px 14px;border-radius:14px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.035);transition:transform .25s ease,border-color .25s ease,background .25s ease}.ai-principles span:hover{transform:translateX(7px);border-color:rgba(240,207,119,.28);background:rgba(255,255,255,.06)}.ai-principles b{color:var(--brand-gold-bright);font-size:9px}.ai-principles strong{font-size:12px;color:#eaf2fd}
.ai-console{position:relative;padding:20px;border-radius:30px;border:1px solid rgba(255,255,255,.13);background:linear-gradient(145deg,rgba(8,39,84,.88),rgba(3,16,39,.9));box-shadow:0 38px 100px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.06);overflow:hidden}
.ai-console::before{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 24%,rgba(240,207,119,.055) 44%,transparent 60%);background-size:240% 100%;animation:aiSweep 8s linear infinite;pointer-events:none}@keyframes aiSweep{to{background-position:-240% 0}}
.ai-console-head{position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:6px 5px 17px;border-bottom:1px solid rgba(255,255,255,.08)}.ai-console-head>div{display:flex;align-items:center;gap:9px}.ai-console-head strong{font-size:11px;letter-spacing:.12em}.ai-console-head>small{color:#829dbe;font-size:7px;letter-spacing:.14em;font-weight:900}
.ai-orb{width:22px;height:22px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#fff5cf 0 10%,#f0cf77 25%,#2d7ddd 64%,#061a3d 100%);box-shadow:0 0 24px rgba(74,156,255,.3);animation:aiOrb 4s ease-in-out infinite}@keyframes aiOrb{50%{transform:rotate(180deg) scale(1.08);box-shadow:0 0 34px rgba(240,207,119,.28)}}
.ai-prompt{position:relative;z-index:1;margin-top:17px;padding:17px 18px;border-radius:17px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08)}.ai-prompt small{display:block;color:var(--brand-gold-bright);font-size:7px;letter-spacing:.16em;font-weight:950}.ai-prompt p{margin-top:8px;color:#e6eef9;font-size:14px;line-height:1.5}
.ai-flow{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:17px}.ai-flow-line{position:absolute;left:8%;right:8%;top:24px;height:1px;background:rgba(255,255,255,.1)}.ai-flow-line span{display:block;width:38%;height:100%;background:linear-gradient(90deg,var(--brand-gold-bright),#69aaff);box-shadow:0 0 12px rgba(240,207,119,.25);animation:aiFlowProgress 4.8s ease-in-out infinite}@keyframes aiFlowProgress{50%{width:92%}}
.ai-flow-step{position:relative;z-index:1;text-align:center}.ai-flow-step>i{display:block;width:12px;height:12px;margin:18px auto 13px;border-radius:50%;background:#0c3269;border:2px solid #7892b5;box-shadow:0 0 0 5px #082452}.ai-flow-step.is-active>i{background:var(--brand-gold-bright);border-color:#fff0b9;box-shadow:0 0 0 5px rgba(240,207,119,.1),0 0 18px rgba(240,207,119,.38)}.ai-flow-step span>*{display:block}.ai-flow-step small{color:#6985a9;font-size:7px}.ai-flow-step strong{margin-top:4px;font-size:9px}.ai-flow-step em{margin-top:4px;color:#7892b4;font-size:7px;font-style:normal;line-height:1.3}
.ai-action-card{position:relative;z-index:1;margin-top:17px;padding:18px;border:1px solid rgba(240,207,119,.17);background:linear-gradient(135deg,rgba(240,207,119,.08),rgba(255,255,255,.035));border-radius:18px}.ai-action-card>span{display:flex;align-items:center;gap:7px}.ai-action-card>span i{width:7px;height:7px;border-radius:50%;background:var(--brand-gold-bright)}.ai-action-card small{font-size:7px;color:#ffe29a;letter-spacing:.13em;font-weight:950}.ai-action-card>strong{display:block;margin-top:10px;color:#eef5ff;font-size:12px;line-height:1.5}.ai-action-card button{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:14px;padding:12px 13px;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:rgba(255,255,255,.05);color:#97aac3;font-size:9px;font-weight:850;cursor:not-allowed}

/* Method and leadership stay warm, but gain navy architecture so the page never feels empty. */
.method-section{background:
  radial-gradient(circle at 10% 12%,rgba(11,79,159,.08),transparent 20%),
  radial-gradient(circle at 90% 80%,rgba(208,170,79,.09),transparent 22%),
  linear-gradient(180deg,#f7f3e9,#eef4fb)}
.method-step{border:1px solid transparent}.method-step:hover{border-color:rgba(11,79,159,.08);box-shadow:0 14px 34px rgba(6,22,47,.055)}
.leadership-section{background:
  radial-gradient(circle at 82% 24%,rgba(11,79,159,.1),transparent 21%),
  linear-gradient(135deg,#f9f7ef,#edf4fc)}

/* Responsive additions for the fourth hero card and AI section. */
@media(max-width:1100px){
  .site-header .nav-links{gap:13px}
  .ai-layout{grid-template-columns:1fr;gap:45px}
  .ai-copy{max-width:760px}
  .node-future{bottom:1%}
}
@media(max-width:820px){
  .site-header .nav-links{gap:8px}
  .hero-signals{grid-template-columns:repeat(2,1fr)}
  .card-ai{left:2%;bottom:5%}
  .ai-section{padding:95px 0}
  .ai-flow{grid-template-columns:repeat(5,minmax(75px,1fr));overflow-x:auto;padding-bottom:8px}
  .ai-console{padding:16px}
}
@media(max-width:560px){
  .card-ai{left:-3%;bottom:3%}
  .hero-signals{grid-template-columns:1fr 1fr}
  .ai-section{padding:82px 0}
  .ai-copy h2{font-size:39px}
  .ai-principles span{grid-template-columns:34px 1fr}
  .ai-flow{grid-template-columns:repeat(5,92px)}
  .node-ai{left:0;bottom:6%}.node-future{left:50%;bottom:-3%}
}
@media(prefers-reduced-motion:reduce){
  .card-ai::before,.node-ai::after,.ai-section::after,.ai-console::before,.ai-orb,.ai-flow-line span{animation:none!important}
}


/* =========================================================
   SEO V2 — MOBILE RESPONSIVE HARDENING
   Fixes overlapping text/cards and exposes language selection
   inside the mobile navigation without changing desktop layout.
   ========================================================= */
.mobile-language-switcher{display:none}

@media(max-width:820px){
  .nav-links .mobile-language-switcher{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    margin-top:8px;
    padding:12px 8px 4px;
    border-top:1px solid rgba(255,255,255,.12);
  }
  .mobile-language-switcher button{
    min-width:52px;
    min-height:40px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:999px;
    background:rgba(255,255,255,.055);
    color:#d7e2f2;
    font-size:12px;
    font-weight:850;
    cursor:pointer;
  }
  .mobile-language-switcher button.is-active{
    background:var(--brand-gold,#d0aa4f);
    border-color:var(--brand-gold,#d0aa4f);
    color:#061a3d;
  }
}

@media(max-width:560px){
  /* The build-card visuals become part of normal document flow on phones.
     This prevents the infrastructure stack from sitting over its paragraph. */
  .build-card{
    min-height:0!important;
    height:auto!important;
    padding:24px!important;
    overflow:hidden;
  }
  .build-card h3{margin-top:30px}
  .build-card>p{margin-bottom:0}
  .platform-list,
  .module-visual,
  .stack-visual{
    position:relative!important;
    inset:auto!important;
    left:auto!important;
    right:auto!important;
    top:auto!important;
    bottom:auto!important;
    width:100%!important;
    margin:28px 0 0!important;
  }
  .platform-list{border-top:1px solid var(--border)}
  .module-visual{height:190px!important}
  .stack-visual{display:grid;gap:9px}
  .stack-visual span,
  .stack-visual span:nth-child(2),
  .stack-visual span:nth-child(3),
  .stack-visual span:nth-child(4){
    margin-inline:0!important;
    min-height:66px;
    padding:15px 16px;
  }
  .stack-visual b{font-size:13px}
  .stack-visual i{font-size:11px;line-height:1.45}

  /* Replace the desktop horizontal method timeline with a clean mobile list. */
  .method-track{
    display:block!important;
    margin-top:38px!important;
  }
  .method-line{display:none!important}
  .method-step{
    position:relative!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    grid-template-rows:auto auto!important;
    column-gap:15px!important;
    row-gap:4px!important;
    min-width:0!important;
    padding:20px 0!important;
    border:0!important;
    border-bottom:1px solid rgba(6,22,47,.12)!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    transform:none!important;
  }
  .method-step:last-child{border-bottom:0!important}
  .method-step>b{
    position:static!important;
    grid-column:1!important;
    grid-row:1 / 3!important;
    align-self:start!important;
    display:grid!important;
    place-items:center!important;
    width:36px!important;
    height:36px!important;
    margin:1px 0 0!important;
    padding:0!important;
    border-radius:8px!important;
    background:#061a3d!important;
    color:var(--brand-gold-bright,#f0cf77)!important;
    box-shadow:none!important;
    font-size:10px!important;
    line-height:1!important;
  }
  .method-step>i{display:none!important}
  .method-step h3{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    margin:0!important;
    font-size:23px!important;
    line-height:1.15!important;
    color:var(--ink)!important;
  }
  .method-step p{
    grid-column:2!important;
    grid-row:2!important;
    min-width:0!important;
    margin:2px 0 0!important;
    font-size:14px!important;
    line-height:1.6!important;
    color:#66778d!important;
    overflow-wrap:anywhere;
  }

  .leadership-quote p{
    font-size:clamp(31px,9.4vw,42px)!important;
    line-height:1.08!important;
  }
  .leadership-label p{font-size:14px;line-height:1.65}
}

/* =========================================================
   HOW WE BUILD — SIMPLE WORDS
   ========================================================= */

.method-words {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-top: 48px;
}

.method-words span {
  position: relative;
  color: #071d42;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.method-words span:not(:last-child)::after {
  content: "—";
  margin-left: 34px;
  color: #c89b3c;
  font-weight: 400;
}

@media (max-width: 560px) {
  .method-words {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 24px;
    margin-top: 34px;
  }

  .method-words span {
    font-size: 24px;
  }

  .method-words span:not(:last-child)::after {
    display: none;
  }
}