.primegate-visual-page { margin: 0; width: 100%; max-width: 100vw; background: #fff; overflow-x: hidden; }
.pg-visual-root { width: 100%; max-width: 100%; overflow-x: hidden; }
.pg-visual-root *, .pg-visual-root *::before, .pg-visual-root *::after { box-sizing: border-box; }
.pg-visual-root a { text-decoration: none; }
.pg-visual-root .pg-service-hero-image { width: min(58vw, 920px) !important; height: 70% !important; object-fit: cover !important; object-position: center !important; opacity: .68; border-bottom-left-radius: 72px; }
.pg-visual-root .pg-visual-section > div { transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.js .pg-visual-root .pg-visual-section > div:not(.is-visible) { opacity: 0; transform: translateY(28px); }
.pg-visual-root .pg-visual-section > div.is-visible { opacity: 1; transform: none; }
.pg-visual-root article, .pg-visual-root [style*="border-radius: 12px"], .pg-visual-root [style*="border-radius: 14px"] { transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.pg-visual-root article:hover { transform: translateY(-4px); box-shadow: 0 18px 40px -22px rgba(15,31,61,.42); }
.pg-blog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.pg-blog-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 14px; overflow: hidden; min-width: 0; }
.pg-blog-card__image { display: block; aspect-ratio: 16/10; background-size: cover; background-position: center; }
.pg-blog-card__body { padding: 24px; }
.pg-blog-card__meta { display: flex; gap: 12px; color: #6b7280; font: 700 11px/1.4 Inter,sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.pg-blog-card h3 { margin: 14px 0 12px; font: 700 23px/1.2 'Playfair Display',serif; color: #0f1f3d; }
.pg-blog-card p { color: #4b5563; font-size: 14.5px; line-height: 1.65; }
.pg-blog-card__link { color: #27b589 !important; font-weight: 700; }
.pg-article-visual { padding: clamp(48px,7vw,88px) clamp(16px,4vw,40px); background: #fff url('../visual/assets/patterns/bg-routes.svg') center top/1200px auto repeat; }
.pg-article-visual__inner { max-width: 860px; margin: auto; }
.pg-article-visual__hero { padding: clamp(64px,8vw,110px) clamp(16px,4vw,40px); background: linear-gradient(135deg,#f4f8fc,#dce9f7); }
.pg-article-visual__hero > div { max-width: 960px; margin: auto; }
.pg-article-visual h1 { font: 700 clamp(36px,5vw,64px)/1.05 'Playfair Display',serif; color:#0f1f3d; margin: 18px 0; }
.pg-article-visual__inner h2 { font: 700 clamp(26px,3vw,36px)/1.18 'Playfair Display',serif; color:#0f1f3d; margin: 46px 0 16px; }
.pg-article-visual__inner h3 { color:#0f1f3d; margin-top:32px; }
.pg-article-visual__inner p, .pg-article-visual__inner li { color:#374151; font-size:17px; line-height:1.78; }
.pg-article-note { padding:20px 22px; border-left:4px solid #2ecc9a; background:#f0fdf8; border-radius:0 10px 10px 0; }
@keyframes pgHeroFloat { 0%,100% { transform: translate3d(0,0,0) scale(1.01); } 50% { transform: translate3d(-10px,6px,0) scale(1.025); } }
.pg-service-hero-image { animation: pgHeroFloat 12s ease-in-out infinite; }
@media (max-width: 980px) {
  .pg-blog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pg-visual-root .pg-visual-menu-toggle { display: block !important; position: relative; z-index: 12; }
  .pg-visual-root .pg-visual-nav { display: none !important; position: absolute; z-index: 10; top: 100%; left: 0; right: 0; padding: 22px clamp(16px,4vw,40px); background: #fff; border-top: 1px solid #e5e7eb; box-shadow: 0 16px 28px rgba(15,31,61,.12); flex-direction: column; align-items: flex-start !important; }
  .pg-visual-root .pg-visual-nav.is-open { display: flex !important; }
}
@media (max-width: 740px) {
  .pg-blog-grid { grid-template-columns: 1fr; }
  .pg-visual-root [style*="grid-template-columns"] { grid-template-columns: minmax(0,1fr) !important; }
  .pg-visual-root [style*="position: sticky"] { position: static !important; }
  .pg-visual-root .pg-service-hero-image { width: 100% !important; height: 48% !important; right: -36% !important; opacity: .26; border-radius: 0; }
  .pg-visual-root[data-page="about"] section:first-of-type img { right: 0 !important; width: 100% !important; max-width: 100% !important; opacity: .32; }
  .pg-visual-root [style*="white-space: nowrap"] > span:last-child { display: none !important; }
  .pg-visual-root h1 { overflow-wrap: anywhere; }
  .pg-visual-root footer [style*="justify-content: space-between"] { align-items: flex-start !important; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .pg-service-hero-image { animation: none; }
  .pg-visual-root *, .pg-visual-root *::before, .pg-visual-root *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Modern primary homepage */
.pg-modern-home { --modern-navy:#07162f; --modern-blue:#123d79; --modern-mint:#32d1a0; --modern-ice:#eaf3fa; background:#fff; }
.pg-modern-home .pg-modern-bar { min-height:38px; padding:0 clamp(18px,4vw,56px); display:flex; align-items:center; justify-content:space-between; gap:20px; color:rgba(255,255,255,.68); background:#07162f; font:700 10px/1.2 Inter,sans-serif; letter-spacing:.14em; }
.pg-modern-home .pg-modern-bar a { color:var(--modern-mint); }
.pg-modern-home .pg-modern-hero { position:relative; min-height:min(850px,calc(100vh - 38px)); padding:clamp(80px,10vw,150px) clamp(18px,5vw,72px) 70px; color:#fff; background:linear-gradient(125deg,#07162f 0%,#0b2448 50%,#123d79 100%); isolation:isolate; overflow:hidden; }
.pg-modern-hero__media { position:absolute; z-index:-2; inset:0 0 0 44%; overflow:hidden; }
.pg-modern-hero__media img { width:100%; height:100%; object-fit:cover; filter:saturate(.68) contrast(1.08); opacity:.8; animation:pgModernDrift 18s ease-in-out infinite alternate; }
.pg-modern-hero__wash { position:absolute; inset:0; background:linear-gradient(90deg,#0a1c38 0%,rgba(10,28,56,.68) 20%,rgba(10,28,56,.08) 65%),linear-gradient(0deg,rgba(7,22,47,.5),transparent 55%); }
.pg-modern-hero::before,.pg-modern-hero::after { content:""; position:absolute; z-index:-1; border:1px solid rgba(255,255,255,.1); border-radius:50%; pointer-events:none; }
.pg-modern-hero::before { width:760px; height:760px; right:-190px; top:-280px; }
.pg-modern-hero::after { width:520px; height:520px; right:-70px; top:-150px; }
.pg-modern-hero__grid { max-width:1420px; min-height:590px; margin:auto; display:grid; grid-template-columns:minmax(0,1.15fr) minmax(400px,.85fr); align-items:center; gap:70px; }
.pg-modern-kicker { display:flex; align-items:center; gap:12px; color:rgba(255,255,255,.72); font:800 11px/1.2 Inter,sans-serif; letter-spacing:.16em; text-transform:uppercase; }
.pg-modern-kicker span { width:34px; height:2px; background:var(--modern-mint); }
.pg-modern-hero h1 { max-width:920px; margin:28px 0; font:700 clamp(52px,6.4vw,104px)/.92 'Playfair Display',serif; letter-spacing:-.045em; color:#fff; }
.pg-modern-hero h1 em { color:var(--modern-mint); font-weight:500; }
.pg-modern-lead { max-width:680px; color:rgba(255,255,255,.76); font-size:clamp(16px,1.3vw,20px); line-height:1.7; }
.pg-modern-actions { display:flex; align-items:center; flex-wrap:wrap; gap:28px; margin-top:38px; }
.pg-modern-button { display:inline-flex; align-items:center; justify-content:space-between; gap:32px; min-width:290px; padding:19px 22px; color:#07162f!important; background:var(--modern-mint); border-radius:3px; font:800 12px/1 Inter,sans-serif; letter-spacing:.08em; text-transform:uppercase; box-shadow:0 18px 38px -18px rgba(50,209,160,.7); transition:.28s ease; }
.pg-modern-button:hover { transform:translateY(-4px); background:#54ddb3; }
.pg-modern-text-link { color:inherit!important; font-weight:700; }
.pg-modern-orbit { position:relative; width:min(470px,38vw); aspect-ratio:1; justify-self:end; }
.pg-orbit-ring { position:absolute; border:1px solid rgba(255,255,255,.16); border-radius:50%; animation:pgOrbit 24s linear infinite; }
.pg-orbit-ring--one { inset:5%; border-style:dashed; }.pg-orbit-ring--two { inset:22%; animation-direction:reverse; animation-duration:16s; }
.pg-orbit-core,.pg-orbit-stat { position:absolute; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; border-radius:50%; backdrop-filter:blur(12px); }
.pg-orbit-core { inset:30%; background:rgba(7,22,47,.7); border:1px solid rgba(50,209,160,.55); box-shadow:0 0 70px rgba(50,209,160,.15); }
.pg-orbit-core strong { color:var(--modern-mint); font:700 clamp(42px,5vw,72px)/1 'Playfair Display',serif; }.pg-orbit-core span,.pg-orbit-stat span { color:rgba(255,255,255,.65); font-size:11px; letter-spacing:.1em; text-transform:uppercase; }
.pg-orbit-stat { width:112px; height:112px; background:rgba(9,33,66,.86); border:1px solid rgba(255,255,255,.18); }.pg-orbit-stat strong { font:700 28px/1 'Playfair Display',serif; margin-bottom:6px; }
.pg-orbit-stat--a { left:-3%; top:18%; }.pg-orbit-stat--b { right:-3%; top:10%; }.pg-orbit-stat--c { right:3%; bottom:2%; }
.pg-modern-scroll { position:absolute; left:clamp(18px,5vw,72px); bottom:24px; display:flex; align-items:center; gap:12px; color:rgba(255,255,255,.48); font:700 9px/1 Inter,sans-serif; letter-spacing:.18em; }.pg-modern-scroll i { width:58px; height:1px; background:rgba(255,255,255,.25); overflow:hidden; }.pg-modern-scroll i::after { content:""; display:block; width:45%; height:100%; background:var(--modern-mint); animation:pgScan 2s ease-in-out infinite; }
.pg-modern-ticker { overflow:hidden; padding:17px 0; color:#07162f; background:var(--modern-mint); white-space:nowrap; font:900 11px/1 Inter,sans-serif; letter-spacing:.12em; }.pg-modern-ticker div { width:max-content; animation:pgTicker 30s linear infinite; }.pg-modern-ticker i { margin:0 26px; color:#fff; font-style:normal; font-size:7px; }
.pg-modern-shell { width:min(1420px,calc(100% - clamp(36px,8vw,112px))); margin:auto; }
.pg-modern-system,.pg-modern-proof,.pg-modern-map,.pg-modern-insights { padding:clamp(80px,10vw,150px) 0; }
.pg-modern-section-head { display:grid; grid-template-columns:160px minmax(0,1fr) minmax(260px,.48fr); gap:30px; align-items:start; margin-bottom:70px; }.pg-modern-section-head>span,.pg-modern-map__copy>span,.pg-modern-proof__title>span,.pg-modern-cta span { color:#27b589; font:800 10px/1.2 Inter,sans-serif; letter-spacing:.16em; }.pg-modern-section-head h2,.pg-modern-map h2,.pg-modern-proof h2,.pg-modern-insights h2,.pg-modern-cta h2 { margin:0; color:#07162f; font:700 clamp(38px,5vw,72px)/1 'Playfair Display',serif; letter-spacing:-.035em; }.pg-modern-section-head p { margin:0; color:#4b5563; line-height:1.7; }
.pg-system-map { position:relative; min-height:760px; display:grid; grid-template-columns:1fr 250px 1fr; grid-template-rows:1fr 1fr; gap:30px 100px; align-items:center; }
.pg-system-core { grid-column:2; grid-row:1/3; position:relative; z-index:2; width:230px; height:230px; display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:50%; background:#07162f; box-shadow:0 28px 70px -25px rgba(7,22,47,.5); }.pg-system-core img { width:112px; max-height:68px; filter:brightness(0) invert(1); }.pg-system-core span { color:var(--modern-mint); font:800 10px/1.5 Inter,sans-serif; text-align:center; letter-spacing:.16em; margin-top:15px; }
.pg-system-node { position:relative; z-index:2; min-height:265px; padding:32px; color:#07162f!important; background:#fff; border:1px solid #dce5ec; border-radius:2px; box-shadow:0 28px 55px -42px rgba(7,22,47,.45); }.pg-system-node:hover { transform:translateY(-8px); border-color:var(--modern-mint); }.pg-system-node small { position:absolute; right:24px; top:20px; color:#9ca3af; font-weight:800; }.pg-system-node img { width:44px; height:44px; padding:9px; border-radius:12px; background:#dcfdf0; }.pg-system-node h3 { margin:25px 0 10px; font:700 26px/1.1 'Playfair Display',serif; }.pg-system-node p { color:#4b5563; line-height:1.55; }.pg-system-node b { color:#27b589; font-size:13px; }.pg-system-node--legal,.pg-system-node--crypto { grid-column:1; }.pg-system-node--finance,.pg-system-node--relocation { grid-column:3; }.pg-system-node--legal,.pg-system-node--finance { grid-row:1; }.pg-system-node--crypto,.pg-system-node--relocation { grid-row:2; }
.pg-system-lines { position:absolute; inset:0; pointer-events:none; }.pg-system-lines i { position:absolute; left:50%; top:50%; width:31%; height:1px; background:linear-gradient(90deg,rgba(50,209,160,.1),#32d1a0); transform-origin:left; }.pg-system-lines i:nth-child(1){transform:rotate(-148deg)}.pg-system-lines i:nth-child(2){transform:rotate(-32deg)}.pg-system-lines i:nth-child(3){transform:rotate(148deg)}.pg-system-lines i:nth-child(4){transform:rotate(32deg)}
.pg-modern-proof { color:#fff; background:#07162f; }.pg-modern-proof__title { display:grid; grid-template-columns:160px 1fr; gap:30px; margin-bottom:70px; }.pg-modern-proof h2 { color:#fff; }.pg-proof-grid { display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid rgba(255,255,255,.12); border-left:1px solid rgba(255,255,255,.12); }.pg-proof-grid article { padding:38px 30px; border-right:1px solid rgba(255,255,255,.12); border-bottom:1px solid rgba(255,255,255,.12); }.pg-proof-grid strong { display:block; color:var(--modern-mint); font:700 clamp(42px,5vw,72px)/1 'Playfair Display',serif; }.pg-proof-grid p { min-height:52px; color:rgba(255,255,255,.65); line-height:1.5; }.pg-proof-grid i { display:block; position:relative; height:2px; margin-top:30px; background:rgba(255,255,255,.1); }.pg-proof-grid i::after { content:""; position:absolute; inset:0 auto 0 0; width:var(--v); background:var(--modern-mint); transform-origin:left; animation:pgGrow 1.2s ease both; }
.pg-modern-map { overflow:hidden; background:#eaf3fa; }.pg-modern-map__layout { display:grid; grid-template-columns:minmax(330px,.7fr) minmax(0,1.3fr); gap:70px; align-items:center; }.pg-modern-map__copy p { color:#4b5563; line-height:1.75; }.pg-map-tabs { display:flex; flex-wrap:wrap; gap:8px; margin:30px 0; }.pg-map-tabs button { padding:9px 14px; color:#5b6778; background:transparent; border:1px solid #c8d7e4; border-radius:99px; cursor:pointer; }.pg-map-tabs button.is-active { color:#07162f; background:var(--modern-mint); border-color:var(--modern-mint); }.pg-modern-map__visual { position:relative; min-height:560px; }.pg-modern-map__visual>img { width:100%; height:100%; object-fit:contain; filter:drop-shadow(0 28px 35px rgba(7,22,47,.12)); }.pg-map-dot { position:absolute; display:flex; align-items:center; gap:7px; transition:.3s ease; }.pg-map-dot i { width:12px; height:12px; border:3px solid #fff; border-radius:50%; background:var(--modern-mint); box-shadow:0 0 0 7px rgba(50,209,160,.2); animation:pgPulse 2s ease infinite; }.pg-map-dot b { padding:5px 8px; color:#07162f; background:rgba(255,255,255,.9); border-radius:3px; font-size:11px; }.pg-map-dot--dubai{left:62%;top:52%}.pg-map-dot--london{left:43%;top:32%}.pg-map-dot--singapore{left:78%;top:66%}.pg-map-dot--cyprus{left:53%;top:43%}.pg-map-dot.is-muted{opacity:.14;transform:scale(.8)}.pg-map-legend { position:absolute; right:4%; bottom:8%; display:flex; align-items:center; gap:12px; padding:16px 18px; color:#fff; background:#07162f; }.pg-map-legend strong { color:var(--modern-mint); font:700 36px/1 'Playfair Display',serif; }.pg-map-legend span { font-size:11px; line-height:1.4; }
.pg-modern-process { padding:clamp(80px,10vw,150px) 0; color:#fff; background:linear-gradient(135deg,#123d79,#07162f); }.pg-modern-section-head--light { grid-template-columns:160px 1fr; }.pg-modern-section-head--light h2 { color:#fff; }.pg-process-track { position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:0; }.pg-process-track>i { position:absolute; left:0; right:0; top:25px; height:1px; background:rgba(255,255,255,.2); }.pg-process-track article { position:relative; padding:0 32px 0 0; }.pg-process-track small { position:relative; z-index:1; display:grid; place-items:center; width:50px; height:50px; color:#07162f; background:var(--modern-mint); border-radius:50%; font-weight:900; }.pg-process-track h3 { color:#fff; margin:26px 0 10px; font:700 25px/1.1 'Playfair Display',serif; }.pg-process-track p { color:rgba(255,255,255,.63); line-height:1.6; }
.pg-modern-insights .pg-modern-section-head { grid-template-columns:160px 1fr auto; align-items:end; }.pg-modern-insights .pg-blog-grid { margin-top:50px; }
.pg-modern-cta { padding:clamp(80px,10vw,140px) 0; color:#fff; background:#07162f; }.pg-modern-cta__grid { display:grid; grid-template-columns:minmax(0,.85fr) minmax(420px,1.15fr); gap:80px; align-items:start; }.pg-modern-cta h2 { color:#fff; margin:20px 0; }.pg-modern-cta p { color:rgba(255,255,255,.65); font-size:17px; line-height:1.7; }.pg-modern-cta .pg-form { background:#0d2850; border:1px solid rgba(255,255,255,.12); }.pg-modern-cta .pg-form label { color:rgba(255,255,255,.75); }.pg-modern-cta .pg-form input,.pg-modern-cta .pg-form textarea { color:#fff; background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.18); }
@keyframes pgModernDrift{to{transform:scale(1.07) translateX(-1.5%)}}@keyframes pgOrbit{to{transform:rotate(360deg)}}@keyframes pgScan{0%,100%{transform:translateX(-110%)}50%{transform:translateX(230%)}}@keyframes pgTicker{to{transform:translateX(-50%)}}@keyframes pgGrow{from{transform:scaleX(0)}}@keyframes pgPulse{50%{box-shadow:0 0 0 13px rgba(50,209,160,0)}}
@media(max-width:1050px){.pg-modern-hero__grid{grid-template-columns:1fr}.pg-modern-orbit{display:none}.pg-modern-section-head{grid-template-columns:120px 1fr}.pg-modern-section-head p{grid-column:2}.pg-system-map{grid-template-columns:1fr 190px 1fr;gap:25px 45px}.pg-system-core{width:180px;height:180px}.pg-proof-grid{grid-template-columns:repeat(2,1fr)}.pg-modern-map__layout,.pg-modern-cta__grid{grid-template-columns:1fr}.pg-modern-map__copy{max-width:720px}}
@media(max-width:740px){.pg-modern-home .pg-modern-bar span:nth-child(2){display:none}.pg-modern-home .pg-modern-bar{font-size:8px}.pg-modern-home .pg-modern-hero{min-height:auto;padding-top:90px}.pg-modern-hero__media{inset:0;opacity:.32}.pg-modern-hero__grid{min-height:620px}.pg-modern-hero h1{font-size:clamp(46px,14vw,68px)}.pg-modern-button{min-width:0;width:100%}.pg-modern-shell{width:calc(100% - 36px)}.pg-modern-section-head,.pg-modern-proof__title,.pg-modern-section-head--light,.pg-modern-insights .pg-modern-section-head{grid-template-columns:1fr}.pg-modern-section-head p,.pg-modern-insights .pg-modern-section-head a{grid-column:1}.pg-system-map{display:grid;min-height:0;grid-template-columns:1fr;grid-template-rows:auto;gap:16px}.pg-system-core,.pg-system-lines{display:none}.pg-system-node,.pg-system-node--legal,.pg-system-node--finance,.pg-system-node--crypto,.pg-system-node--relocation{grid-column:1;grid-row:auto;min-height:0}.pg-proof-grid{grid-template-columns:1fr}.pg-modern-map__visual{min-height:360px}.pg-map-dot b{display:none}.pg-process-track{grid-template-columns:1fr;gap:30px}.pg-process-track>i{left:24px;top:0;bottom:0;width:1px;height:auto}.pg-process-track article{padding-left:74px}.pg-process-track small{position:absolute;left:0}.pg-process-track h3{margin-top:0}.pg-modern-cta__grid{gap:36px}.pg-modern-cta__grid>div:last-child{min-width:0}}
@media(prefers-reduced-motion:reduce){.pg-modern-home *,.pg-modern-home *::before,.pg-modern-home *::after{animation:none!important;transition-duration:.01ms!important}}
