/* Primegate visual system v5 — business modernity based on the supplied design system. */
:root {
  --pg5-deep:#07162f;
  --pg5-navy:#0f1f3d;
  --pg5-blue:#1e4fa0;
  --pg5-mint:#2ecc9a;
  --pg5-mint-dark:#27b589;
  --pg5-ice:#eef5fa;
  --pg5-line:#dfe7ee;
  --pg5-text:#374151;
  --pg5-display:'Playfair Display',Georgia,serif;
  --pg5-body:'DM Sans',-apple-system,BlinkMacSystemFont,sans-serif;
}

.primegate-visual-page { background:#fff; }
.pg-visual-root { color:var(--pg5-text); font-family:var(--pg5-body); }
.pg-visual-root::selection { color:var(--pg5-deep); background:var(--pg5-mint); }

/* Shared chrome: crisper, quieter and consistent across every seeded page. */
.pg-visual-root:not(.pg-modern-home) > .sc-host > div > div:first-child {
  background:var(--pg5-deep)!important;
  border-bottom:1px solid rgba(255,255,255,.09);
}
.pg-visual-root:not(.pg-modern-home) > .sc-host > div > div:first-child > div > div:first-child > a:nth-of-type(2) { display:none!important; }
.pg-modern-bar__links { display:flex;align-items:center;gap:24px; }
.pg-modern-home .pg-modern-bar .pg-modern-bar__links a { color:rgba(255,255,255,.74); }
.pg-modern-home .pg-modern-bar .pg-modern-bar__links a:hover { color:var(--pg5-mint); }
.pg-visual-root:not(.pg-modern-home) header {
  position:sticky!important;
  z-index:60;
  top:12px;
  width:min(calc(100% - 28px),1440px);
  margin:12px auto 0!important;
  border:1px solid rgba(15,31,61,.1)!important;
  border-radius:13px;
  background:rgba(255,255,255,.94)!important;
  border-color:var(--pg5-line)!important;
  box-shadow:0 12px 36px -32px rgba(7,22,47,.65);
  backdrop-filter:blur(18px);
}
.pg-visual-root:not(.pg-modern-home) header > div { min-height:76px!important; }
.pg-visual-root:not(.pg-modern-home) .pg-visual-nav a {
  position:relative;
  padding:9px 0!important;
  border:0!important;
  font-size:14px!important;
  font-weight:600!important;
}
.pg-visual-root:not(.pg-modern-home) .pg-visual-nav a::after {
  content:"";
  position:absolute;
  right:0;
  bottom:2px;
  left:0;
  height:2px;
  background:var(--pg5-mint);
  transform:scaleX(0);
  transform-origin:right;
  transition:transform .3s ease;
}
.pg-visual-root:not(.pg-modern-home) .pg-visual-nav a:hover::after { transform:scaleX(1); transform-origin:left; }

/* Service/about/blog hero: one recognisable visual language with page-specific imagery. */
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section {
  min-height:clamp(560px,72vh,760px);
  display:block;
  padding:clamp(86px,10vw,145px) clamp(20px,5vw,72px)!important;
  background:linear-gradient(180deg,var(--pg5-deep) 0,var(--pg5-deep) 760px,#f4f8fb 760px,#f4f8fb 100%)!important;
  isolation:isolate;
  overflow:hidden;
}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section::before,
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section::after {
  content:"";
  position:absolute;
  z-index:-1;
  pointer-events:none;
  border:1px solid rgba(255,255,255,.1);
  border-radius:50%;
}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section::before { width:720px;height:720px;right:-210px;top:-330px; }
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section::after { width:470px;height:470px;right:-55px;top:-190px;border-style:dashed;animation:pg5Rotate 28s linear infinite; }
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:not(.sc-host-x) {
  position:relative;
  z-index:2;
  width:min(1420px,100%)!important;
  margin-inline:auto!important;
}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:nth-of-type(3) {
  margin-top:clamp(48px,6vw,78px)!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:18px!important;
  padding:21px!important;
  border:1px solid rgba(255,255,255,.34);
  border-radius:18px;
  background:rgba(238,245,250,.92);
  box-shadow:0 28px 70px -50px rgba(7,22,47,.55);
  backdrop-filter:blur(16px);
}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:nth-of-type(3) > div {
  display:flex!important;
  min-height:0!important;
  flex-direction:column;
  padding:24px!important;
  border:1px solid var(--pg5-line)!important;
  border-radius:10px!important;
  box-shadow:0 18px 44px -38px rgba(7,22,47,.65)!important;
}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:nth-of-type(3) > div > a:last-child { margin-top:auto!important;padding-top:16px; }
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:nth-of-type(3) > div > div:first-child { margin-bottom:13px!important; }
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:nth-of-type(3) > div > p { font-size:13.5px!important;line-height:1.52!important; }
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section h1 {
  max-width:min(880px,70%)!important;
  color:#fff!important;
  font-size:clamp(43px,5.4vw,76px)!important;
  line-height:1.01!important;
  letter-spacing:-.035em!important;
  text-wrap:balance;
}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section p { color:rgba(255,255,255,.74)!important; }
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:nth-of-type(2) > p { max-width:680px!important; }
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:first-child > div {
  background:linear-gradient(100deg,rgba(7,22,47,.98) 0%,rgba(7,22,47,.88) 42%,rgba(7,22,47,.38) 78%,rgba(7,22,47,.12) 100%)!important;
}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:first-child > img {
  left:40%!important;
  width:60%!important;
  filter:saturate(.78) contrast(1.04);
  mask-image:linear-gradient(90deg,transparent 0%,#000 22%,#000 88%,transparent 100%);
}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section .pg-service-hero-image {
  inset:0 0 0 51%!important;
  width:49%!important;
  height:100%!important;
  border-radius:0!important;
  opacity:.56!important;
  mask-image:linear-gradient(90deg,transparent 0%,#000 34%);
}
.pg-visual-root[data-page="legal-services"] header + .pg-visual-section { background:linear-gradient(180deg,#07162f 0,#0d315a 760px,#f4f8fb 760px,#f4f8fb 100%)!important; }
.pg-visual-root[data-page="finance"] header + .pg-visual-section { background:linear-gradient(180deg,#07162f 0,#102b54 760px,#f4f8fb 760px,#f4f8fb 100%)!important; }
.pg-visual-root[data-page="crypto"] header + .pg-visual-section { background:linear-gradient(180deg,#07162f 0,#0c3545 760px,#f4f8fb 760px,#f4f8fb 100%)!important; }
.pg-visual-root[data-page="relocation"] header + .pg-visual-section { background:linear-gradient(180deg,#07162f 0,#123152 760px,#f4f8fb 760px,#f4f8fb 100%)!important; }

/* Editorial section rhythm and cards. */
.pg-visual-root:not(.pg-modern-home) .pg-visual-section { scroll-margin-top:76px; }
.pg-visual-root:not(.pg-modern-home) .pg-visual-section:not(:first-of-type) { border-top:1px solid rgba(223,231,238,.55); }
.pg-visual-root:not(.pg-modern-home) article,
.pg-visual-root:not(.pg-modern-home) [style*="border: 1px solid rgb(229, 231, 235)"] {
  border-color:var(--pg5-line)!important;
  border-radius:6px!important;
  box-shadow:0 22px 54px -44px rgba(7,22,47,.62)!important;
}
.pg-visual-root:not(.pg-modern-home) article:hover {
  border-color:rgba(46,204,154,.72)!important;
  box-shadow:0 26px 58px -36px rgba(7,22,47,.46)!important;
}
.pg-blog-card { border-radius:6px; }
.pg-blog-card__image { overflow:hidden; transition:filter .35s ease,transform .5s cubic-bezier(.2,.7,.2,1); }
.pg-blog-card:hover .pg-blog-card__image { filter:saturate(1.08); transform:scale(1.025); }
.pg-blog-card h3 { font-size:25px; }
.pg-article-visual__hero { color:#fff; background:linear-gradient(125deg,var(--pg5-deep),#123d79)!important; }
.pg-article-visual__hero h1 { color:#fff!important; }
.pg-article-visual__hero p { color:rgba(255,255,255,.72)!important; }

/* Flag circles from the supplied system, integrated into the existing map. */
.pg-modern-map { background:linear-gradient(155deg,#edf5fa 0%,#f8fbfd 72%)!important; }
.pg-modern-map__layout { grid-template-columns:minmax(300px,.5fr) minmax(0,1.5fr)!important;gap:30px!important; }
.pg-modern-map__visual { min-height:720px;overflow:visible; }
.pg-modern-map__visual > img { width:116%!important;max-width:none!important;height:100%!important;margin-left:-7%;opacity:.82;object-fit:contain!important; }
.pg-modern-map .pg-map-dot { display:none!important; }
.pg-modern-map .pg-map-legend { top:7%;right:0;bottom:auto;padding:13px 20px!important;border:1px solid rgba(255,255,255,.18);border-radius:999px!important;box-shadow:0 18px 38px -24px rgba(7,22,47,.7); }
.pg-modern-map .pg-map-legend strong { font-size:32px; }
.pg-country-orbit {
  position:absolute;
  inset:auto 1% 3% 3%;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
}
.pg-country-badge {
  display:flex;
  min-width:0;
  align-items:center;
  gap:10px;
  padding:10px;
  color:var(--pg5-deep)!important;
  background:rgba(255,255,255,.88);
  border:1px solid rgba(15,31,61,.1);
  border-radius:9px;
  box-shadow:0 18px 34px -26px rgba(7,22,47,.65);
  backdrop-filter:blur(12px);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}
.pg-country-badge:hover { transform:translateY(-6px); border-color:var(--pg5-mint); box-shadow:0 22px 44px -25px rgba(7,22,47,.5); }
.pg-country-badge img { width:44px;height:44px;flex:0 0 44px;filter:drop-shadow(0 5px 8px rgba(7,22,47,.13)); }
.pg-country-badge span { min-width:0;display:flex;flex-direction:column; }
.pg-country-badge b { overflow:hidden;font-size:12px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap; }
.pg-country-badge small { margin-top:4px;color:#6b7280;font-size:9px;letter-spacing:.06em;text-transform:uppercase; }
.pg-country-badge--mc { animation:pg5Float 6s ease-in-out infinite; }
.pg-country-badge--sg { animation:pg5Float 6s .7s ease-in-out infinite; }
.pg-country-badge--ae { animation:pg5Float 6s 1.4s ease-in-out infinite; }
.pg-country-badge--cy { animation:pg5Float 6s 2.1s ease-in-out infinite; }
.pg-country-badge--gb { animation:pg5Float 6s 2.8s ease-in-out infinite; }

/* Home refinement: restrained glass, precise borders, reduced trendiness. */
.pg-modern-home { --modern-navy:var(--pg5-deep);--modern-mint:var(--pg5-mint); }
.pg-modern-home header { position:sticky!important;z-index:70;top:12px;width:min(calc(100% - 28px),1440px);margin:12px auto 0!important;border:1px solid rgba(15,31,61,.1)!important;border-radius:13px;box-shadow:0 18px 46px -34px rgba(7,22,47,.8);backdrop-filter:blur(16px); }
.pg-modern-hero__copy { position:relative;z-index:3; }
.pg-system-node { border-radius:6px; }
.pg-system-node::after { content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:var(--pg5-mint);transform:scaleX(0);transform-origin:left;transition:transform .35s ease; }
.pg-system-node:hover::after { transform:scaleX(1); }
.pg-proof-grid article { border-radius:0!important; }
.pg-modern-cta .pg-form { border-radius:6px; }
.pg-modern-system { background:linear-gradient(180deg,#fff 0%,#f8fbfd 100%); }
.pg-system-node img { transition:transform .35s ease,background .35s ease; }
.pg-system-node:hover img { transform:translateY(-3px) rotate(-4deg);background:#c9f8e9; }
.pg-process-track article { transition:transform .3s ease; }
.pg-process-track article:hover { transform:translateY(-7px); }

@keyframes pg5Rotate { to { transform:rotate(360deg); } }
@keyframes pg5Float { 0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)} }

@media (max-width:1100px) {
  .pg-country-orbit { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .pg-country-badge:nth-child(n+4) { display:none; }
  .pg-modern-map__visual { min-height:620px; }
  .pg-modern-map__layout { grid-template-columns:1fr!important; }
  .pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:nth-of-type(3) { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
}
@media (max-width:980px) {
  .pg-visual-root:not(.pg-modern-home) header { position:relative!important; }
  .pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section h1 { max-width:92%!important; }
  .pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section .pg-service-hero-image { inset:0!important;width:100%!important;opacity:.24!important;mask-image:linear-gradient(90deg,transparent,#000 72%); }
}
@media (max-width:740px) {
  .pg-visual-root:not(.pg-modern-home) > .sc-host > div > div:first-child { display:none; }
  .pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section { min-height:610px;padding:80px 20px!important; }
  .pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section h1 { max-width:100%!important;font-size:clamp(39px,11.5vw,56px)!important; }
  .pg-modern-home header { position:relative!important;top:0;width:calc(100% - 16px);margin:8px auto 0!important; }
  .pg-modern-map__visual { min-height:440px; }
  .pg-country-orbit { right:0;bottom:-5px;left:0;grid-template-columns:1fr 1fr; }
  .pg-country-badge { padding:8px; }
  .pg-country-badge:nth-child(n+3) { display:none; }
  .pg-country-badge img { width:40px;height:40px;flex-basis:40px; }
  .pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section { background:linear-gradient(180deg,var(--pg5-deep) 0,var(--pg5-deep) 930px,#f4f8fb 930px,#f4f8fb 100%)!important; }
  .pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:nth-of-type(3) { grid-template-columns:1fr!important;padding:12px!important; }
  .pg-visual-root:not(.pg-modern-home) header { top:0;width:calc(100% - 16px);margin:8px auto 0!important; }
  .pg-visual-root:not(.pg-modern-home) header > div > a:first-child img { width:112px!important;height:auto!important; }
  .pg-visual-root:not(.pg-modern-home) header > div > div:last-child > span:first-child { display:none!important; }
  .pg-visual-root:not(.pg-modern-home) header > div > div:last-child { gap:9px!important; }
  .pg-visual-root:not(.pg-modern-home) header > div > div:last-child a[href="#cta"] { padding:11px 12px!important;font-size:10px!important; }
  .pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section > div:first-child > img { left:0!important;width:100%!important;opacity:.52;mask-image:linear-gradient(180deg,#000 0%,#000 68%,transparent 100%); }
}
@media (prefers-reduced-motion:reduce) {
  .pg-country-badge,.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header + .pg-visual-section::after { animation:none!important; }
}

/* v5.2 interaction and responsive corrections */
html,body,.primegate-visual-page,.pg-visual-root{max-width:100%;overflow-x:clip!important}
.pg-visual-root>.sc-host,.pg-visual-root>.sc-host>div{height:auto!important;max-height:none!important;overflow:visible!important}
.pg-visual-root header,.pg-modern-home header{position:sticky!important;top:0!important;width:100%!important;margin:0!important;border:0!important;border-radius:0!important;box-shadow:0 12px 34px -28px rgba(7,22,47,.72)!important}

.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header+.pg-visual-section>div:nth-of-type(3){display:grid!important;overflow:visible!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header+.pg-visual-section>div:nth-of-type(3)>div{position:relative;overflow:hidden;min-height:0!important}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header+.pg-visual-section>div:nth-of-type(3)>div>p{color:#374151!important}
.pg-visual-root:not(.pg-modern-home):not([data-page="home-2"]) header+.pg-visual-section>div:nth-of-type(3)>div::before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--pg5-mint),var(--pg5-blue))}

.pg-map-hotspot{z-index:5!important;display:flex!important;width:22px;height:22px;align-items:center;justify-content:center}
.pg-map-hotspot i{width:10px!important;height:10px!important;border:2px solid #fff!important;box-shadow:0 0 0 8px rgba(46,204,154,.18),0 0 22px rgba(46,204,154,.55)!important}
.pg-map-hotspot--uk{left:49%;top:27%}.pg-map-hotspot--de{left:57%;top:25%}.pg-map-hotspot--cy{left:63%;top:39%}.pg-map-hotspot--mt{left:57%;top:36%}.pg-map-hotspot--ae{left:69%;top:43%}.pg-map-hotspot--qa{left:68%;top:47%}.pg-map-hotspot--sg{left:84%;top:58%}.pg-map-hotspot--hk{left:84%;top:34%}.pg-map-hotspot--my{left:82%;top:54%}
.pg-map-hotspot.is-muted{opacity:.08!important;transform:scale(.55)!important;filter:grayscale(1)}

.pg-country-orbit{display:none!important}
.pg-flags-marquee{position:absolute;z-index:8;right:0;bottom:1%;left:0;overflow-x:auto;overflow-y:hidden;padding:8px 2px 14px;scrollbar-width:none;scroll-snap-type:x proximity;mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}
.pg-flags-marquee::-webkit-scrollbar{display:none}
.pg-flags-track,.pg-flags-copy{display:flex;align-items:center;gap:10px;width:max-content}
.pg-flags-track{animation:pgFlagsFlow 72s linear infinite}.pg-flags-marquee:hover .pg-flags-track,.pg-flags-marquee:focus-within .pg-flags-track{animation-play-state:paused}
.pg-flag-chip{display:flex;flex:0 0 auto;align-items:center;gap:9px;min-width:132px;padding:8px 12px 8px 8px;color:var(--pg5-deep)!important;background:rgba(255,255,255,.9);border:1px solid rgba(15,31,61,.1);border-radius:999px;box-shadow:0 12px 28px -23px rgba(7,22,47,.75);scroll-snap-align:start;backdrop-filter:blur(12px)}
.pg-flag-chip img{width:38px;height:38px;flex:0 0 38px}.pg-flag-chip span{overflow:hidden;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}
@keyframes pgFlagsFlow{to{transform:translateX(-50%)}}

.pg-visual-root image-slot{display:block!important;background-position:center!important;background-size:cover!important;filter:saturate(.82) contrast(1.04)}
.pg-visual-root image-slot[id*="audience"]:nth-of-type(4n+1){background-image:url('../visual/generated/legal-advisory.png')!important}
.pg-visual-root image-slot[id*="audience"]:nth-of-type(4n+2){background-image:url('../visual/generated/international-finance.png')!important}
.pg-visual-root image-slot[id*="audience"]:nth-of-type(4n+3){background-image:url('../visual/generated/digital-assets.png')!important}
.pg-visual-root image-slot[id*="audience"]:nth-of-type(4n+4){background-image:url('../visual/generated/international-relocation.png')!important}
image-slot#audience-tech,image-slot#fin-audience-complex,image-slot#dig-audience-startup,image-slot#rel-audience-family-office{background-image:url('../visual/generated/legal-advisory.png')!important}
image-slot#audience-group,image-slot#fin-audience-hnwi,image-slot#dig-audience-listing,image-slot#rel-audience-hnwi{background-image:url('../visual/generated/international-finance.png')!important}
image-slot#audience-ip,image-slot#fin-audience-ved,image-slot#dig-audience-protocol,image-slot#rel-audience-hq{background-image:url('../visual/generated/digital-assets.png')!important}
image-slot#audience-investor,image-slot#fin-audience-scale,image-slot#dig-audience-invest,image-slot#rel-audience-team{background-image:url('../visual/generated/international-relocation.png')!important}

.pg-visual-root[data-page="legal-services"] .pg-visual-section:nth-of-type(odd),.pg-visual-root[data-page="finance"] .pg-visual-section:nth-of-type(odd),.pg-visual-root[data-page="crypto"] .pg-visual-section:nth-of-type(odd),.pg-visual-root[data-page="relocation"] .pg-visual-section:nth-of-type(odd){background-color:#f3f8fb!important;background-image:radial-gradient(circle at 90% 10%,rgba(46,204,154,.12),transparent 27%),url('../visual/assets/patterns/bg-routes.svg')!important}
.pg-visual-root[data-page="legal-services"] .pg-visual-section:nth-of-type(even),.pg-visual-root[data-page="finance"] .pg-visual-section:nth-of-type(even),.pg-visual-root[data-page="crypto"] .pg-visual-section:nth-of-type(even),.pg-visual-root[data-page="relocation"] .pg-visual-section:nth-of-type(even){background-color:#fff!important;background-image:linear-gradient(135deg,rgba(30,79,160,.045),transparent 42%),url('../visual/assets/patterns/bg-grid.svg')!important}
.pg-visual-root .pg-visual-section [style*="border-bottom: 1px solid"]{border:1px solid var(--pg5-line)!important;border-radius:12px;padding:24px!important;margin:10px 0;background:#fff;box-shadow:0 18px 45px -38px rgba(7,22,47,.7);transition:transform .28s ease,border-color .28s ease}
.pg-visual-root .pg-visual-section [style*="border-bottom: 1px solid"]:hover{transform:translateX(7px);border-color:rgba(46,204,154,.7)!important}

.pg-visual-root[data-page="blog"] header+.pg-visual-section{min-height:600px!important;background:linear-gradient(120deg,#07162f 0%,#0d2850 67%,#133b68 100%)!important;overflow:hidden!important}
.pg-visual-root[data-page="blog"] header+.pg-visual-section>div:first-child{display:none!important}
.pg-visual-root[data-page="blog"] header+.pg-visual-section>img{z-index:1!important;top:0!important;right:0!important;width:52%!important;height:100%!important;max-width:none!important;border-radius:0!important;object-fit:cover!important;object-position:center!important;filter:saturate(.76) contrast(1.05)!important;mask-image:linear-gradient(90deg,transparent 0%,#000 26%,#000 100%)!important}
.pg-visual-root[data-page="blog"] header+.pg-visual-section>div:last-child{position:relative;z-index:2;width:min(1280px,100%)!important;margin:auto!important}
.pg-visual-root[data-page="blog"] header+.pg-visual-section h1{max-width:720px!important;color:#fff!important}.pg-visual-root[data-page="blog"] header+.pg-visual-section p{max-width:650px!important;color:rgba(255,255,255,.72)!important}

@media(max-width:980px){.pg-flags-marquee{position:relative;bottom:auto;margin-top:-92px;padding-bottom:18px}.pg-modern-map__visual{padding-bottom:90px}.pg-visual-root[data-page="blog"] header+.pg-visual-section>img{width:100%!important;opacity:.45;mask-image:linear-gradient(90deg,rgba(0,0,0,.35),#000)!important}}
@media(max-width:740px){.pg-map-hotspot{transform:scale(.8)}.pg-visual-root .pg-visual-section [style*="border-bottom: 1px solid"]{padding:19px!important}.pg-visual-root[data-page="relocation"] header+.pg-visual-section>div:nth-of-type(3){display:grid!important;grid-template-columns:1fr!important;overflow:visible!important}.pg-visual-root[data-page="blog"] header+.pg-visual-section{min-height:680px!important}}
@media(prefers-reduced-motion:reduce){.pg-flags-track{animation:none!important}}

/* v5.3 clean-up */
.pg-visual-root .pg-visual-section,.pg-visual-root [id]{scroll-margin-top:118px}

.pg-region-panels{min-height:72px;margin:4px 0 22px}
.pg-region-panel{display:none;padding:14px 16px;border-left:3px solid var(--pg5-mint);border-radius:0 8px 8px 0;background:#fff;box-shadow:0 15px 35px -28px rgba(7,22,47,.7)}
.pg-region-panel.is-active{display:flex;flex-direction:column;gap:4px;animation:pgRegionIn .3s ease both}
.pg-modern-map__copy:has(button[data-region="all"].is-active) .pg-region-panel[data-region-panel="all"],.pg-modern-map__copy:has(button[data-region="europe"].is-active) .pg-region-panel[data-region-panel="europe"],.pg-modern-map__copy:has(button[data-region="asia"].is-active) .pg-region-panel[data-region-panel="asia"],.pg-modern-map__copy:has(button[data-region="mena"].is-active) .pg-region-panel[data-region-panel="mena"]{display:flex!important;flex-direction:column;gap:4px}
.pg-modern-map__copy:has(button[data-region="europe"].is-active) .pg-region-panel[data-region-panel="all"],.pg-modern-map__copy:has(button[data-region="asia"].is-active) .pg-region-panel[data-region-panel="all"],.pg-modern-map__copy:has(button[data-region="mena"].is-active) .pg-region-panel[data-region-panel="all"]{display:none!important}
.pg-region-panel b{color:var(--pg5-deep);font:700 17px/1.2 var(--pg5-display)}.pg-region-panel span{color:#607086;font-size:12px;line-height:1.5}
@keyframes pgRegionIn{from{opacity:0;transform:translateY(6px)}}

.pg-modern-map__layout>.pg-flags-marquee{position:relative!important;right:auto!important;bottom:auto!important;left:auto!important;grid-column:1/-1;width:100%;margin:4px 0 0!important;padding:12px 0 16px!important;mask-image:linear-gradient(90deg,transparent,#000 2%,#000 98%,transparent)}

.pg-visual-root[data-page="legal-services"] .pg-visual-section:not(:first-of-type):not(#cta),.pg-visual-root[data-page="finance"] .pg-visual-section:not(:first-of-type):not(#cta),.pg-visual-root[data-page="crypto"] .pg-visual-section:not(:first-of-type):not(#cta),.pg-visual-root[data-page="relocation"] .pg-visual-section:not(:first-of-type):not(#cta){background-image:none!important}
.pg-visual-root[data-page="legal-services"] .pg-visual-section:nth-of-type(odd):not(#cta),.pg-visual-root[data-page="finance"] .pg-visual-section:nth-of-type(odd):not(#cta),.pg-visual-root[data-page="crypto"] .pg-visual-section:nth-of-type(odd):not(#cta),.pg-visual-root[data-page="relocation"] .pg-visual-section:nth-of-type(odd):not(#cta){background-color:#f5f9fc!important}
.pg-visual-root[data-page="legal-services"] .pg-visual-section:nth-of-type(even):not(#cta),.pg-visual-root[data-page="finance"] .pg-visual-section:nth-of-type(even):not(#cta),.pg-visual-root[data-page="crypto"] .pg-visual-section:nth-of-type(even):not(#cta),.pg-visual-root[data-page="relocation"] .pg-visual-section:nth-of-type(even):not(#cta){background-color:#fff!important}

.pg-visual-root #cta{color:#fff!important;background:linear-gradient(145deg,#07162f 0%,#102f59 62%,#0b4c4a 100%)!important;background-image:linear-gradient(145deg,#07162f 0%,#102f59 62%,#0b4c4a 100%)!important}
.pg-visual-root #cta h2,.pg-visual-root #cta h3,.pg-visual-root #cta label{color:#fff!important}.pg-visual-root #cta p{color:rgba(255,255,255,.76)!important}
.pg-visual-root #cta .pg-form{opacity:1!important;background:#0d2850!important;border:1px solid rgba(255,255,255,.15)!important;box-shadow:0 28px 70px -40px rgba(0,0,0,.7)!important}
.pg-visual-root #cta input,.pg-visual-root #cta textarea{color:#fff!important;background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.22)!important}.pg-visual-root #cta input::placeholder,.pg-visual-root #cta textarea::placeholder{color:rgba(255,255,255,.58)!important}

.pg-system-core img{width:158px!important;max-height:102px!important}
.pg-system-core{box-shadow:0 32px 80px -28px rgba(7,22,47,.65),0 0 0 12px rgba(46,204,154,.07)!important}

.pg-visual-root image-slot[id*="audience"]{transition:transform .55s cubic-bezier(.2,.7,.2,1),filter .35s ease}.pg-visual-root image-slot[id*="audience"]:hover{transform:scale(1.045);filter:saturate(1) contrast(1.04)}
.pg-visual-root .pg-visual-section>div>[style*="grid-template-columns: repeat(auto-fit, minmax(300px"]>div{box-shadow:0 22px 50px -42px rgba(7,22,47,.65);transition:transform .3s ease,box-shadow .3s ease}
.pg-visual-root .pg-visual-section>div>[style*="grid-template-columns: repeat(auto-fit, minmax(300px"]>div:hover{transform:translateY(-7px);box-shadow:0 28px 58px -38px rgba(7,22,47,.48)}

@media(max-width:980px){.pg-modern-map__layout>.pg-flags-marquee{margin-top:0!important}.pg-visual-root .pg-visual-section,.pg-visual-root [id]{scroll-margin-top:96px}}
.js .pg-visual-root .pg-visual-section>div:not(.is-visible){opacity:1!important;transform:none!important}

/* v5.4: sticky navigation, editorial service pages and hard hero clipping */
html{overflow-x:clip!important}
body.primegate-visual-page,.pg-modern-home{height:auto!important;min-height:100%!important;overflow:visible!important}
.pg-modern-home header,.pg-visual-root header{position:sticky!important;top:0!important;z-index:999!important;isolation:isolate;transform:translateZ(0)}
.admin-bar .pg-modern-home header,.admin-bar .pg-visual-root header{top:32px!important}

.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type{position:relative!important;height:620px!important;min-height:620px!important;max-height:620px!important;overflow:hidden!important;clip-path:inset(0);contain:paint}
.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type>img{position:absolute!important;inset:0 0 0 auto!important;width:54%!important;height:620px!important;min-height:0!important;max-height:620px!important;overflow:hidden!important;object-fit:cover!important}

.pg-visual-root[data-page="legal-services"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child,
.pg-visual-root[data-page="finance"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child,
.pg-visual-root[data-page="crypto"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child,
.pg-visual-root[data-page="relocation"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child{position:relative;display:grid!important;gap:14px!important}
.pg-visual-root[data-page="legal-services"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div,
.pg-visual-root[data-page="finance"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div,
.pg-visual-root[data-page="crypto"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div,
.pg-visual-root[data-page="relocation"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div{position:relative;display:grid!important;grid-template-columns:64px 1fr!important;gap:20px!important;align-items:start;padding:24px!important;margin:0!important;border:1px solid #dce7ee!important;border-radius:16px!important;background:linear-gradient(120deg,#fff 72%,#eef9f6)!important;box-shadow:0 20px 48px -40px rgba(7,22,47,.72)!important;overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}
.pg-visual-root[data-page="legal-services"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div::after,
.pg-visual-root[data-page="finance"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div::after,
.pg-visual-root[data-page="crypto"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div::after,
.pg-visual-root[data-page="relocation"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div::after{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(var(--pg5-mint),var(--pg5-blue))}
.pg-visual-root[data-page="legal-services"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div:hover,
.pg-visual-root[data-page="finance"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div:hover,
.pg-visual-root[data-page="crypto"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div:hover,
.pg-visual-root[data-page="relocation"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div:hover{transform:translateX(8px);border-color:rgba(46,204,154,.75)!important;box-shadow:0 28px 58px -38px rgba(7,22,47,.5)!important}
.pg-visual-root[data-page="legal-services"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child,
.pg-visual-root[data-page="finance"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child,
.pg-visual-root[data-page="crypto"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child,
.pg-visual-root[data-page="relocation"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child{display:grid!important;width:56px!important;height:56px!important;place-items:center;border-radius:50%;color:var(--pg5-mint)!important;background:#07162f;font-size:25px!important;line-height:1!important;box-shadow:0 0 0 7px rgba(46,204,154,.1)}

.pg-to-top{position:fixed;right:22px;bottom:22px;z-index:1100;display:grid;width:44px;height:44px;place-items:center;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fff;background:#07162f;box-shadow:0 14px 34px -15px rgba(7,22,47,.72);opacity:.92;pointer-events:auto;transform:none;transition:opacity .25s ease,transform .25s ease,background .25s ease}
.pg-to-top span{font:400 21px/1 Arial,sans-serif;transform:translateY(-1px)}
.pg-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}.pg-to-top:hover{background:#0d755e}

@media(max-width:782px){.admin-bar .pg-modern-home header,.admin-bar .pg-visual-root header{top:46px!important}}
@media(max-width:740px){.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type{height:680px!important;min-height:680px!important;max-height:680px!important}.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type>img{width:100%!important;height:680px!important;max-height:680px!important}.pg-to-top{right:14px;bottom:14px;width:42px;height:42px}.pg-visual-root .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div{grid-template-columns:48px 1fr!important;padding:19px!important}.pg-visual-root .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child{width:44px!important;height:44px!important;font-size:20px!important}}

/* v5.4.1: one visual language for every primary service direction */
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{position:relative!important;overflow:hidden!important;background:linear-gradient(#dceefb 0%,#eaf4fc 60%,#f4fafe 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{inset:0 0 auto!important;height:clamp(440px,52vw,600px)!important;pointer-events:none!important;overflow:hidden!important;mask-image:linear-gradient(#000,#000 78%,transparent 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>img{width:100%!important;height:100%!important;object-fit:cover!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>div{background:linear-gradient(100deg,#eaf4fc 0%,rgba(234,244,252,.9) 32%,rgba(234,244,252,.38) 58%,rgba(234,244,252,0) 78%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type h1{color:#0f1f3d!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type p{color:#374151!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){display:grid!important;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:16px!important;overflow:visible!important;padding-bottom:0!important}

.pg-visual-root[data-page="legal-services"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child,
.pg-visual-root[data-page="finance"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child,
.pg-visual-root[data-page="crypto"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child,
.pg-visual-root[data-page="relocation"] .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child{display:block!important;width:64px!important;height:auto!important;padding-top:2px;border-radius:0!important;color:var(--pg5-mint)!important;background:transparent!important;box-shadow:none!important;font-size:28px!important;line-height:1!important;text-align:left!important}

.pg-flags-track{animation-duration:150s!important}

@media(max-width:740px){.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){grid-template-columns:1fr!important}.pg-visual-root .pg-visual-section>div[style*="grid-template-columns: 1fr 1.3fr"]>div:last-child>div>div:first-child{width:44px!important;height:auto!important;font-size:22px!important}}

/* v5.4.2: dark service hero restored across all primary directions */
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{background:linear-gradient(145deg,#07162f 0%,#102f59 62%,#0b3345 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{mask-image:linear-gradient(#000,#000 82%,transparent 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>img{filter:saturate(.72) contrast(1.08) brightness(.72)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>div{background:linear-gradient(100deg,#07162f 0%,rgba(7,22,47,.94) 34%,rgba(7,22,47,.58) 60%,rgba(7,22,47,.12) 84%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type h1{color:#fff!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type p{color:rgba(255,255,255,.78)!important}

/* v5.4.3: dark photographic hero + a separate light services band */
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{padding-bottom:0!important;background:#07162f!important;isolation:isolate}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type::before{content:"";position:absolute;inset:0;z-index:0;background:radial-gradient(circle at 72% 28%,rgba(31,82,130,.32),transparent 38%),linear-gradient(135deg,#07162f 0%,#0c2549 72%,#0b3345 100%);pointer-events:none}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{top:0!important;right:0!important;bottom:auto!important;left:auto!important;width:min(58%,980px)!important;height:clamp(450px,47vw,610px)!important;z-index:1!important;overflow:hidden!important;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 13%,#000 30%,#000 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>img{inset:-4px!important;width:calc(100% + 8px)!important;height:calc(100% + 8px)!important;filter:saturate(.76) contrast(1.05) brightness(.72) blur(1.2px)!important;transform:scale(1.012)}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>div{background:linear-gradient(180deg,rgba(7,22,47,.03) 62%,#07162f 100%),linear-gradient(90deg,#07162f 0%,rgba(7,22,47,.68) 16%,rgba(7,22,47,.08) 48%,rgba(7,22,47,.12) 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(2){position:relative!important;z-index:3!important;min-height:300px}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){position:relative!important;z-index:4!important;margin-top:clamp(70px,8vw,110px)!important;padding:42px 0 72px!important;background:#eef5f8!important;box-shadow:0 0 0 100vmax #eef5f8!important;clip-path:inset(0 -100vmax)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3)>div{background:#fff!important;border:1px solid rgba(15,31,61,.09)!important;box-shadow:0 18px 42px -34px rgba(7,22,47,.62)!important}

@media(max-width:900px){.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{width:72%!important;opacity:.68}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(2){min-height:330px}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){margin-top:48px!important}}
@media(max-width:640px){.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{width:100%!important;height:500px!important;opacity:.4;mask-image:linear-gradient(180deg,#000 0%,#000 62%,transparent 100%)!important}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>div{background:linear-gradient(90deg,rgba(7,22,47,.92),rgba(7,22,47,.46)),linear-gradient(180deg,transparent 55%,#07162f 100%)!important}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(2){min-height:390px}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){margin-top:24px!important;padding:32px 0 52px!important}}

/* v5.4.4: exact original Legal Services hero composition on every direction */
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{padding-bottom:clamp(64px,8vw,96px)!important;background:linear-gradient(180deg,#07162f 0,#0d315a 760px,#f4f8fb 760px,#f4f8fb 100%)!important;isolation:auto}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type::before{display:none!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{inset:0 0 auto 0!important;width:100%!important;height:clamp(440px,52vw,600px)!important;z-index:auto!important;opacity:1!important;overflow:hidden!important;mask-image:linear-gradient(#000,#000 78%,transparent 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>img{inset:0 auto 0 40%!important;width:60%!important;height:100%!important;filter:saturate(.78) contrast(1.04) blur(.8px)!important;transform:scale(1.006);mask-image:linear-gradient(90deg,transparent 0%,#000 22%,#000 92%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>div{background:linear-gradient(100deg,rgba(7,22,47,.98) 0%,rgba(7,22,47,.88) 42%,rgba(7,22,47,.38) 78%,rgba(7,22,47,.12) 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(2){position:relative!important;z-index:2!important;min-height:0!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){position:relative!important;z-index:2!important;margin-top:clamp(40px,5vw,64px)!important;padding:40px 0 64px!important;background:#f4f8fb!important;box-shadow:0 0 0 100vmax #f4f8fb!important;clip-path:inset(0 -100vmax)!important}

@media(max-width:640px){.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{background:linear-gradient(180deg,#07162f 0,#0d315a 690px,#f4f8fb 690px,#f4f8fb 100%)!important}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{height:520px!important;opacity:1!important;mask-image:linear-gradient(180deg,#000 0%,#000 70%,transparent 100%)!important}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>img{inset:0!important;width:100%!important;opacity:.46;mask-image:none!important}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(2){min-height:0!important}.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){margin-top:40px!important;padding:32px 0 48px!important}}

/* v5.4.5: hero remains dark through its CTA; service cards begin on their own light band */
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{padding-bottom:0!important;background:linear-gradient(145deg,#07162f 0%,#0d315a 68%,#102b54 100%)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3)>div:last-child>.sc-host-x:last-child{display:none!important}

@media(max-width:640px){.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{padding-bottom:0!important;background:linear-gradient(145deg,#07162f 0%,#0d315a 72%,#102b54 100%)!important}}

/* v5.4.6: remove the whole unused CTA tile and give the blog hero breathing room */
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3)>div:last-child{display:none!important}
.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type{height:720px!important;min-height:720px!important;max-height:720px!important;padding-bottom:72px!important}
.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type>img{height:720px!important;max-height:720px!important}
.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type>div:last-child{padding-bottom:36px!important;box-sizing:border-box}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3) a[href="#cta"]{text-wrap:pretty}

@media(max-width:740px){.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type{height:780px!important;min-height:780px!important;max-height:780px!important;padding-bottom:56px!important}.pg-visual-root[data-page="blog"] header+.pg-visual-section:first-of-type>img{height:780px!important;max-height:780px!important}}

/* 6.0 — rebuild from the preserved Home №2 structure */
.pg-home2-rebuild{--pg6-black:#061328;--pg6-black-2:#0b2344;--pg6-white:#f7fafc;--pg6-ink:#0f1f3d;--pg6-muted:#66758a;--pg6-mint:#2ecc9a;overflow:visible!important;background:var(--pg6-white)}
.pg-home2-rebuild>.sc-host,.pg-home2-rebuild>.sc-host>div{overflow:visible!important}
.pg-home2-rebuild>.sc-host>div>div:first-child{display:block!important;background:#f7fafc!important}
.pg-home2-rebuild>.sc-host>div>div:first-child>div:first-child{opacity:.27;filter:saturate(.7) contrast(.96)}
.pg-home2-rebuild>.sc-host>div>div:first-child>div:nth-child(2){background:linear-gradient(100deg,#f7fafc 0%,rgba(247,250,252,.96) 49%,rgba(247,250,252,.48) 77%,rgba(247,250,252,.14) 100%)!important}
.pg-home2-rebuild>.sc-host>div>div:first-child h1{max-width:760px;font-size:clamp(38px,5vw,68px)!important;line-height:1.01!important;letter-spacing:-.035em!important;color:var(--pg6-ink)!important;text-wrap:balance}
.pg-home2-rebuild>.sc-host>div>div:first-child p{color:#435064!important}
.pg-home2-rebuild>.sc-host>div>div:first-child header{background:rgba(255,255,255,.92)!important;border:0!important;box-shadow:0 18px 45px -40px rgba(7,22,47,.65)!important}

.pg-home2-rebuild section.pg-visual-section{position:relative;overflow:hidden;border:0!important;background-image:none!important}
.pg-home2-rebuild section.pg-visual-section:nth-of-type(1),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(3),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(5),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(7),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(10){color:#fff;background:radial-gradient(circle at 85% 12%,rgba(46,204,154,.12),transparent 27%),linear-gradient(145deg,var(--pg6-black),var(--pg6-black-2))!important}
.pg-home2-rebuild section.pg-visual-section:nth-of-type(2),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(4),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(6),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(9),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(11){color:var(--pg6-ink);background:#fff!important}
.pg-home2-rebuild section.pg-visual-section:nth-of-type(8){display:none!important}

.pg-home2-rebuild section.pg-visual-section:nth-of-type(1) :is(h2,h3),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(3) :is(h2,h3),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(5) :is(h2,h3),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(7) :is(h2,h3),
.pg-home2-rebuild section.pg-visual-section:nth-of-type(10) :is(h2,h3){color:#fff!important}
.pg-home2-rebuild section.pg-visual-section:nth-of-type(1) p,
.pg-home2-rebuild section.pg-visual-section:nth-of-type(3) p,
.pg-home2-rebuild section.pg-visual-section:nth-of-type(5) p,
.pg-home2-rebuild section.pg-visual-section:nth-of-type(7) p,
.pg-home2-rebuild section.pg-visual-section:nth-of-type(10) p{color:rgba(255,255,255,.72)!important}
.pg-home2-rebuild section.pg-visual-section:nth-of-type(1) [style*="background: rgb(255, 255, 255)"],
.pg-home2-rebuild section.pg-visual-section:nth-of-type(3) [style*="background: rgb(255, 255, 255)"],
.pg-home2-rebuild section.pg-visual-section:nth-of-type(5) [style*="background: rgb(255, 255, 255)"],
.pg-home2-rebuild section.pg-visual-section:nth-of-type(7) [style*="background: rgb(255, 255, 255)"]{background:rgba(255,255,255,.065)!important;border-color:rgba(255,255,255,.13)!important}

/* Service showcase: a functional editorial carousel. */
.pg-home2-rebuild section:nth-of-type(1)>div>div:first-child h2{width:auto!important;height:auto!important;max-width:900px;font-size:clamp(30px,3.2vw,46px)!important}
.pg-home2-rebuild section:nth-of-type(1)>div>div:first-child button{color:#fff!important;background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.2)!important;transition:transform .25s ease,background .25s ease}
.pg-home2-rebuild section:nth-of-type(1)>div>div:first-child button:hover{transform:translateY(-2px);background:var(--pg6-mint)!important;color:#061328!important}
.pg-home2-rebuild section:nth-of-type(1)>div>div:nth-child(2){min-height:470px;border-color:rgba(255,255,255,.14)!important;border-radius:24px!important;background:rgba(255,255,255,.055);box-shadow:0 35px 80px -55px #000;transition:opacity .22s ease,transform .35s ease}
.pg-home2-rebuild section:nth-of-type(1)>div>div:nth-child(2).is-changing{opacity:.22;transform:translateX(14px)}
.pg-home2-rebuild section:nth-of-type(1)>div>div:nth-child(2)>div:first-child{background:linear-gradient(145deg,rgba(255,255,255,.06),rgba(255,255,255,.02))}
.pg-home2-rebuild section:nth-of-type(1)>div>div:nth-child(2)>div:first-child>div:nth-child(4){color:#fff!important}
.pg-home2-rebuild section:nth-of-type(1)>div>div:nth-child(2)>div:last-child{min-height:470px;border-color:rgba(255,255,255,.12)!important}

/* Client cards: asymmetric business bento on the light field. */
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:18px!important}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div{grid-column:span 6;border:1px solid #dfe8ef!important;border-radius:20px!important;padding:34px!important;background:linear-gradient(145deg,#fff,#f4f8fb)!important;box-shadow:0 24px 58px -46px rgba(7,22,47,.6)!important;transition:transform .3s ease,box-shadow .3s ease}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(2),.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(3){transform:translateY(24px)}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:hover{transform:translateY(-6px);box-shadow:0 30px 65px -42px rgba(7,22,47,.5)!important}

/* Map: larger visual, smaller headline, price ribbon close to geography. */
.pg-home2-rebuild section:nth-of-type(3){padding-top:clamp(64px,7vw,100px)!important}
.pg-home2-rebuild section:nth-of-type(3)>div:first-child h2{max-width:720px!important;font-size:clamp(30px,3.2vw,46px)!important;line-height:1.02!important}
.pg-home2-rebuild section:nth-of-type(3)>div:first-child>img{position:relative;left:50%;width:min(1540px,112vw)!important;max-width:none!important;margin-top:-18px;transform:translateX(-50%);filter:invert(.88) sepia(.12) hue-rotate(170deg) saturate(.7) brightness(1.12);opacity:.82}
.pg-home2-rebuild section:nth-of-type(3)>div:nth-of-type(2){position:relative;z-index:4;margin-top:-74px;padding-top:8px!important;padding-bottom:28px!important;scrollbar-width:none;mask-image:linear-gradient(90deg,transparent,#000 3%,#000 97%,transparent)}
.pg-home2-rebuild section:nth-of-type(3)>div:nth-of-type(2)::-webkit-scrollbar{display:none}
.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"]{width:220px!important;padding:16px 18px!important;background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.15)!important;backdrop-filter:blur(12px);box-shadow:0 18px 40px -32px #000}
.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"] img{width:36px!important;height:36px!important}
.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"] [style*="font-size: 15px"]{color:#fff!important}
.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"] [style*="font-family: Inter"]{color:var(--pg6-mint)!important}

/* Existing service directions become compact, varied panels. */
.pg-home2-rebuild section#services>div>div:last-child{gap:18px!important}
.pg-home2-rebuild section#services>div>div:last-child>div{border-radius:20px!important;border-color:#dfe8ef!important;overflow:hidden;box-shadow:0 24px 60px -48px rgba(7,22,47,.62)!important}
.pg-home2-rebuild section:nth-of-type(5) [style*="background: rgb(255, 255, 255)"],.pg-home2-rebuild section:nth-of-type(7) [style*="background: rgb(255, 255, 255)"]{box-shadow:0 20px 50px -40px #000!important}

/* Alternating dark/light rhythm on the inner service pages. */
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta){color:#fff!important;background:#07162f!important;background-image:radial-gradient(circle at 88% 8%,rgba(46,204,154,.12),transparent 28%),linear-gradient(145deg,#07162f,#0d2d52)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) :is(h2,h3,h4,strong){color:#fff!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) :is(p,li){color:rgba(255,255,255,.72)!important}
.pg-visual-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) [style*="background: rgb(255, 255, 255)"]{background:rgba(255,255,255,.07)!important;border-color:rgba(255,255,255,.14)!important}

@media(max-width:900px){.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child{grid-template-columns:1fr!important}.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div{grid-column:auto!important;transform:none!important}.pg-home2-rebuild section:nth-of-type(1)>div>div:nth-child(2){grid-template-columns:1fr!important}.pg-home2-rebuild section:nth-of-type(1)>div>div:nth-child(2)>div:last-child{min-height:330px;border-left:0!important;border-top:1px solid rgba(255,255,255,.14)}.pg-home2-rebuild section:nth-of-type(3)>div:nth-of-type(2){margin-top:-28px}}
@media(max-width:640px){.pg-home2-rebuild>.sc-host>div>div:first-child h1{font-size:clamp(38px,12vw,54px)!important}.pg-home2-rebuild section:nth-of-type(1)>div>div:nth-child(2){min-height:0}.pg-home2-rebuild section:nth-of-type(3)>div:first-child>img{width:150vw!important}.pg-home2-rebuild section:nth-of-type(3)>div:nth-of-type(2){margin-top:-12px}.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"]{width:190px!important}.pg-home2-rebuild section.pg-visual-section{padding-right:18px!important;padding-left:18px!important}}

/* 6.0.1 — contrast pass and distinct editorial compositions */
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child{background:#29ace0!important}
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child>div:first-child{opacity:.36;filter:saturate(.82) contrast(.98)}
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child>div:nth-child(2){background:linear-gradient(100deg,rgba(14,45,77,.2) 0%,rgba(23,123,168,.08) 54%,rgba(41,172,224,.04) 100%)!important}
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child h1{color:#fff!important;text-shadow:0 12px 34px rgba(7,38,68,.2)}
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child p{color:rgba(255,255,255,.9)!important}

.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child{grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:18px!important}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div{position:relative;isolation:isolate;min-height:230px;padding:34px 36px 30px 112px!important;overflow:hidden;border:0!important;border-radius:26px!important;background:linear-gradient(135deg,#fff 0%,#edf7fb 100%)!important;box-shadow:0 28px 64px -48px rgba(7,31,61,.7)!important;transform:none!important}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(1),.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(4){grid-column:span 7}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(2),.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(3){grid-column:span 5}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div::before{position:absolute;left:30px;top:30px;display:grid;width:58px;height:58px;place-items:center;border:1px solid rgba(15,31,61,.1);border-radius:50%;background:#fff;color:#19a879;font:700 15px/1 Inter,sans-serif;box-shadow:0 14px 32px -22px rgba(7,31,61,.7);z-index:-1}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(1)::before{content:"01"}.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(2)::before{content:"02"}.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(3)::before{content:"03"}.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div:nth-child(4)::before{content:"04"}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div::after{content:"";position:absolute;right:-70px;bottom:-90px;width:210px;height:210px;border:34px solid rgba(41,172,224,.08);border-radius:50%;z-index:-2}
.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child h3{font-family:"Playfair Display",serif!important;font-size:clamp(20px,2vw,27px)!important}

.pg-home2-rebuild section.pg-visual-section:nth-of-type(3){color:var(--pg6-ink);background:linear-gradient(180deg,#eff9fc 0%,#fff 100%)!important}
#dc-root.pg-home2-rebuild section:nth-of-type(3) :is(h2,h3){color:var(--pg6-ink)!important}
#dc-root.pg-home2-rebuild section:nth-of-type(3) p{color:#536176!important}
.pg-home2-rebuild section:nth-of-type(3)>div:first-child>img{width:min(1580px,116vw)!important;margin-top:-28px;filter:none!important;opacity:1!important}
.pg-home2-rebuild section:nth-of-type(3)>div:nth-of-type(2){gap:10px!important;margin-top:-96px;padding:4px clamp(16px,4vw,40px) 28px!important;mask-image:linear-gradient(90deg,transparent,#000 2.5%,#000 97.5%,transparent)}
.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"]{width:168px!important;min-height:58px;box-sizing:border-box;padding:10px 12px!important;gap:9px!important;align-items:center!important;border:1px solid #d8e8ef!important;border-radius:14px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 16px 32px -26px rgba(7,31,61,.55)}
.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"] img{width:28px!important;height:28px!important}
.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"] [style*="font-size: 15px"]{margin-bottom:1px!important;color:var(--pg6-ink)!important;font-size:13px!important;white-space:nowrap}
.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"] [style*="font-family: Inter"]{color:#159a73!important;font-size:12px!important;white-space:nowrap}

.pg-home2-rebuild section#services>div>div:last-child{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) 210px minmax(0,1fr)!important;grid-template-rows:1fr 1fr;gap:22px 42px!important;align-items:stretch}
.pg-home2-rebuild section#services>div>div:last-child::before{content:"";grid-column:2;grid-row:1/span 2;align-self:center;justify-self:center;width:170px;height:170px;border:18px solid #e3f8f1;border-radius:50%;background:#fff url("../visual/assets/logo/icon-blue.svg") center/96px no-repeat;box-shadow:0 30px 80px -46px rgba(7,31,61,.7);z-index:2}
.pg-home2-rebuild section#services>div>div:last-child::after{content:"";position:absolute;left:50%;top:13%;bottom:13%;width:1px;background:linear-gradient(transparent,#2ecc9a 20%,#2ecc9a 80%,transparent);transform:translateX(-50%);z-index:1}
.pg-home2-rebuild section#services>div>div:last-child>div{position:relative;min-width:0;padding:26px 28px!important;border:1px solid #dce8ef!important;border-radius:24px!important;background:#fff!important;box-shadow:0 24px 58px -46px rgba(7,31,61,.72)!important}
.pg-home2-rebuild section#services>div>div:last-child>div:nth-child(1){grid-column:1;grid-row:1}.pg-home2-rebuild section#services>div>div:last-child>div:nth-child(2){grid-column:3;grid-row:1}.pg-home2-rebuild section#services>div>div:last-child>div:nth-child(3){grid-column:1;grid-row:2}.pg-home2-rebuild section#services>div>div:last-child>div:nth-child(4){grid-column:3;grid-row:2}
.pg-home2-rebuild section#services>div>div:last-child>div:nth-child(odd)::after,.pg-home2-rebuild section#services>div>div:last-child>div:nth-child(even)::after{content:"";position:absolute;top:50%;width:43px;height:1px;background:#c8eade}
.pg-home2-rebuild section#services>div>div:last-child>div:nth-child(odd)::after{right:-43px}.pg-home2-rebuild section#services>div>div:last-child>div:nth-child(even)::after{left:-43px}

.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child{position:relative;display:grid!important;grid-template-columns:minmax(0,1fr) 100px minmax(0,1fr)!important;gap:38px 34px!important}
.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child::before{content:"";position:absolute;left:50%;top:16px;bottom:16px;width:2px;background:linear-gradient(180deg,rgba(46,204,154,.1),#2ecc9a 15%,#2ecc9a 85%,rgba(46,204,154,.1));transform:translateX(-50%)}
.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div{position:relative;min-height:190px;padding:30px 32px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:22px!important;background:rgba(255,255,255,.075)!important;box-shadow:0 26px 60px -46px #000;backdrop-filter:blur(10px)}
.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(odd){grid-column:1}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(even){grid-column:3}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(3){grid-row:2}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(4){grid-row:2}
.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div>div:first-child{position:absolute;top:50%;display:grid!important;width:52px!important;height:52px!important;place-items:center;margin:0!important;border:7px solid var(--pg6-black-2)!important;background:#2ecc9a!important;color:#061328!important;transform:translateY(-50%);z-index:2}
.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(odd)>div:first-child{right:-77px}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(even)>div:first-child{left:-77px}
.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child h3{margin-top:0!important;color:#fff!important}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child p{color:rgba(255,255,255,.72)!important}

.pg-home2-rebuild section:nth-of-type(7){background:radial-gradient(circle at 8% 15%,rgba(46,204,154,.16),transparent 28%),linear-gradient(135deg,#061328,#0b274a)!important}
.pg-home2-rebuild section:nth-of-type(7)>div{position:relative}
.pg-home2-rebuild section:nth-of-type(7)>div::after{content:"PG";position:absolute;right:0;top:-62px;color:rgba(255,255,255,.035);font:700 clamp(150px,22vw,340px)/1 "Playfair Display",serif;pointer-events:none}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child{position:relative;grid-template-columns:minmax(0,.9fr) minmax(0,1.35fr)!important;gap:28px!important;z-index:1}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:first-child{padding:36px;border:1px solid rgba(255,255,255,.13);border-radius:26px;background:rgba(255,255,255,.055)}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:first-child p{color:rgba(255,255,255,.72)!important}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:first-child p:nth-child(2){padding:24px 0 24px 24px;border-left:3px solid #2ecc9a;color:#fff!important;font-size:clamp(20px,2vw,27px)!important}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:first-child>div{border-radius:999px!important;background:#2ecc9a!important}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:last-child>div{position:relative;min-height:170px;padding:58px 24px 24px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:22px!important;background:linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:last-child>div::before{content:"";position:absolute;left:24px;top:23px;width:18px;height:18px;border:5px solid rgba(46,204,154,.25);border-radius:50%;background:#2ecc9a}
.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:last-child>div>div:first-child{color:#fff!important}.pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:last-child>div>div:last-child{color:rgba(255,255,255,.68)!important}

.pg-home2-rebuild section:nth-of-type(9)>div{max-width:1180px!important;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 20px}
.pg-home2-rebuild section:nth-of-type(9)>div>:nth-child(-n+4){grid-column:1/-1}
.pg-home2-rebuild section:nth-of-type(9)>div>div:nth-child(n+5){margin:0!important;padding:24px;border:1px solid #dfe9ef;border-radius:24px;background:linear-gradient(155deg,#fff,#f3f8fa);box-shadow:0 24px 54px -46px rgba(7,31,61,.65)}
.pg-home2-rebuild section:nth-of-type(9)>div>div:nth-child(n+5)>div:not(:first-child){margin-bottom:10px!important;border:0!important;border-radius:14px!important;background:#fff!important;box-shadow:inset 0 0 0 1px #e2ebf0}
.pg-home2-rebuild section:nth-of-type(9) button{min-height:84px;padding:18px!important;font-size:15px!important;line-height:1.35!important}

.pg-home2-rebuild section#cta>div:last-child{max-width:1180px!important;display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);grid-template-rows:repeat(4,auto);gap:10px 80px;text-align:left!important}
.pg-home2-rebuild section#cta>div:last-child::before{content:"";grid-column:2;grid-row:1/span 4;margin:-34px -38px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.97);box-shadow:0 34px 80px -48px #000}
.pg-home2-rebuild section#cta>div:last-child>h2{grid-column:1;grid-row:1/span 2;align-self:end;text-align:left!important}
.pg-home2-rebuild section#cta>div:last-child>p{grid-column:1;grid-row:3/span 2;align-self:start;margin-bottom:0!important;text-align:left!important}
.pg-home2-rebuild section#cta>div:last-child>:nth-child(n+3){position:relative;grid-column:2;z-index:1}
.pg-home2-rebuild section#cta>div:last-child>:nth-child(3){grid-row:1}.pg-home2-rebuild section#cta>div:last-child>:nth-child(4){grid-row:2}.pg-home2-rebuild section#cta>div:last-child>:nth-child(5){grid-row:3}.pg-home2-rebuild section#cta>div:last-child>:nth-child(6){grid-row:4}
.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(1){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;margin-bottom:2px!important}
.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(1)>input{min-width:0!important;max-width:none!important;width:100%;box-sizing:border-box}.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(1)>input:last-child{grid-column:1/-1}
.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(2),.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(3){width:100%;max-width:none!important;box-sizing:border-box;margin-left:0!important;margin-right:0!important}
.pg-home2-rebuild section#cta input{border:1px solid #dbe6ec!important;border-radius:12px!important;background:#f4f8fa!important;color:#0f1f3d!important;outline:none}.pg-home2-rebuild section#cta input:focus{border-color:#2ecc9a!important;box-shadow:0 0 0 3px rgba(46,204,154,.15)}
.pg-home2-rebuild section#cta input::placeholder{color:#68778a!important}
.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(3)>div:first-child{color:#0f1f3d!important}.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(3) span{color:#435064!important;background:#eef5f7!important;border-color:#dbe6ec!important;border-radius:999px!important}
.pg-home2-rebuild section#cta button{justify-self:start;margin-top:4px}

.pg-home2-rebuild section:nth-of-type(1) :is(h2,h3,h4,strong),.pg-home2-rebuild section:nth-of-type(5) :is(h2,h3,h4,strong),.pg-home2-rebuild section:nth-of-type(7) :is(h2,h3,h4,strong),.pg-home2-rebuild section:nth-of-type(10) :is(h2,h3,h4,strong){color:#fff!important}
.pg-visual-root[data-page="legal-services"] section:nth-of-type(even):not(#cta) :is(h2,h3,h4,strong),.pg-visual-root[data-page="finance"] section:nth-of-type(even):not(#cta) :is(h2,h3,h4,strong),.pg-visual-root[data-page="crypto"] section:nth-of-type(even):not(#cta) :is(h2,h3,h4,strong),.pg-visual-root[data-page="relocation"] section:nth-of-type(even):not(#cta) :is(h2,h3,h4,strong){color:#fff!important}
.pg-visual-root[data-page="legal-services"] section:nth-of-type(even):not(#cta)>div>p,.pg-visual-root[data-page="finance"] section:nth-of-type(even):not(#cta)>div>p,.pg-visual-root[data-page="crypto"] section:nth-of-type(even):not(#cta)>div>p,.pg-visual-root[data-page="relocation"] section:nth-of-type(even):not(#cta)>div>p{color:rgba(255,255,255,.74)!important}

@media(max-width:980px){
  .pg-home2-rebuild section#services>div>div:last-child{grid-template-columns:1fr 1fr!important;grid-template-rows:auto!important;gap:18px!important}.pg-home2-rebuild section#services>div>div:last-child::before,.pg-home2-rebuild section#services>div>div:last-child::after,.pg-home2-rebuild section#services>div>div:last-child>div::after{display:none}.pg-home2-rebuild section#services>div>div:last-child>div{grid-column:auto!important;grid-row:auto!important}
  .pg-home2-rebuild section:nth-of-type(7)>div>div:last-child{grid-template-columns:1fr!important}.pg-home2-rebuild section:nth-of-type(9)>div{grid-template-columns:1fr!important}.pg-home2-rebuild section:nth-of-type(9)>div>:nth-child(-n+4){grid-column:1}
  .pg-home2-rebuild section#cta>div:last-child{grid-template-columns:1fr!important;grid-template-rows:repeat(6,auto);gap:22px}.pg-home2-rebuild section#cta>div:last-child::before{grid-column:1;grid-row:3/span 4;margin:-22px}.pg-home2-rebuild section#cta>div:last-child>*{grid-column:1!important}.pg-home2-rebuild section#cta>div:last-child>h2{grid-row:1}.pg-home2-rebuild section#cta>div:last-child>p{grid-row:2}.pg-home2-rebuild section#cta>div:last-child>:nth-child(3){grid-row:3}.pg-home2-rebuild section#cta>div:last-child>:nth-child(4){grid-row:4}.pg-home2-rebuild section#cta>div:last-child>:nth-child(5){grid-row:5}.pg-home2-rebuild section#cta>div:last-child>:nth-child(6){grid-row:6}
}
@media(max-width:720px){
  .pg-home2-rebuild section:nth-of-type(2)>div>div:last-child{grid-template-columns:1fr!important}.pg-home2-rebuild section:nth-of-type(2)>div>div:last-child>div{grid-column:1!important;min-height:0;padding:92px 24px 26px!important}
  .pg-home2-rebuild section:nth-of-type(3)>div:nth-of-type(2){margin-top:-24px!important}.pg-home2-rebuild section:nth-of-type(3) [data-jur="true"]{width:154px!important}
  .pg-home2-rebuild section#services>div>div:last-child{grid-template-columns:1fr!important}
  .pg-home2-rebuild section:nth-of-type(5)>div>div:last-child{display:block!important;height:auto!important;padding-left:54px}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child::before{left:22px}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div{grid-column:auto!important;grid-row:auto!important;width:auto!important;min-height:0;margin-bottom:20px}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div>div:first-child,.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(odd)>div:first-child,.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(even)>div:first-child{left:-60px;right:auto}
  .pg-home2-rebuild section:nth-of-type(7)>div>div:last-child>div:last-child{grid-template-columns:1fr!important}.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(1){grid-template-columns:1fr}.pg-home2-rebuild section#cta>div:last-child>div:nth-of-type(1)>input:last-child{grid-column:1}
}

/* 6.0.3 final QA — active marker, readable partner card and true visible-card centering. */
#dc-root[data-page="home-2"] .pg-visual-nav a[href="/"]::after,
#dc-root[data-page="legal-services"] .pg-visual-nav a[href="/legal-services/"]::after,
#dc-root[data-page="finance"] .pg-visual-nav a[href="/finance/"]::after,
#dc-root[data-page="crypto"] .pg-visual-nav a[href="/crypto/"]::after,
#dc-root[data-page="relocation"] .pg-visual-nav a[href="/relocation/"]::after,
#dc-root[data-page="about"] .pg-visual-nav a[href="/about/"]::after,
#dc-root[data-page="blog"] .pg-visual-nav a[href="/insights/"]::after{transform:scaleX(1)!important;transform-origin:left!important}

#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:last-child>div[style*="linear-gradient(165deg"] p{color:rgba(255,255,255,.82)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:last-child>div[style*="linear-gradient(165deg"] p:first-of-type{color:rgba(255,255,255,.68)!important}

/* Sources include a final hidden CTA card; positions below count only visible cards. */
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child){grid-template-columns:repeat(6,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>:nth-child(4){grid-column:2/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>:nth-child(5){grid-column:4/span 2}

#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child){grid-template-columns:repeat(8,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>:nth-child(5){grid-column:3/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>:nth-child(6){grid-column:5/span 2}

#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child){grid-template-columns:repeat(8,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>:nth-child(5){grid-column:2/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>:nth-child(6){grid-column:4/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>:nth-child(7){grid-column:6/span 2}

@media(max-width:720px){
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>*,
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>*,
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>*{grid-column:1!important}
}

/* 6.0.3 — one canonical home, persistent navigation and detailed-page polish */
.pg-visual-nav a{padding-bottom:4px!important;border-bottom:2px solid transparent!important;transition:color .22s ease,border-color .22s ease}
.pg-visual-nav a:hover{color:#0f1f3d!important;border-bottom-color:rgba(46,204,154,.42)!important}
#dc-root[data-page="home-2"] .pg-visual-nav a[href="/"],#dc-root[data-page="legal-services"] .pg-visual-nav a[href="/legal-services/"],#dc-root[data-page="finance"] .pg-visual-nav a[href="/finance/"],#dc-root[data-page="crypto"] .pg-visual-nav a[href="/crypto/"],#dc-root[data-page="relocation"] .pg-visual-nav a[href="/relocation/"],#dc-root[data-page="about"] .pg-visual-nav a[href="/about/"],#dc-root[data-page="blog"] .pg-visual-nav a[href="/insights/"]{color:#0f1f3d!important;font-weight:700!important;border-bottom-color:#2ecc9a!important}

/* Fade the service hero photograph into the following surface. */
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child::after{content:"";position:absolute;z-index:3;right:0;bottom:-2px;left:0;height:130px;background:linear-gradient(180deg,transparent 0%,rgba(234,245,251,.62) 56%,#eaf5fb 100%);pointer-events:none}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){border-top:0!important;box-shadow:0 -34px 70px -54px rgba(39,105,145,.6)!important}

/* Center incomplete rows in the first service grid. */
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(5):last-child){grid-template-columns:repeat(6,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(5):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(5):last-child)>:nth-child(4){grid-column:2/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(5):last-child)>:nth-child(5){grid-column:4/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child){grid-template-columns:repeat(8,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>:nth-child(5){grid-column:3/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>:nth-child(6){grid-column:5/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child){grid-template-columns:repeat(8,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>:nth-child(5){grid-column:2/span 2}

/* Project notes reuse the visual language of the homepage FAQ. */
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:has(>div[style*="grid-template-columns: 1.7fr 1fr"]){background:#f7fafc!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]{grid-template-columns:minmax(0,1.55fr) minmax(310px,.7fr)!important;gap:24px!important;align-items:stretch!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:first-child{padding:32px;border:1px solid #dfe9ef;border-radius:26px;background:linear-gradient(155deg,#fff,#eef6f8);box-shadow:0 26px 58px -48px rgba(7,31,61,.65)}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:first-child>div:last-child{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:first-child>div:last-child>div{position:relative;gap:12px!important;min-height:118px;padding:20px;border:1px solid #e1ebf0;border-radius:16px;background:#fff;box-shadow:0 16px 34px -32px rgba(7,31,61,.5)}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:first-child>div:last-child>div>span:first-child{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:#dcfdf0;color:#159a73!important;line-height:1!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:first-child>div:last-child p{color:#435064!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:first-child>div:last-child b{color:#0f1f3d!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:last-child{margin-top:0!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:last-child>div{border-radius:24px!important;box-shadow:0 28px 64px -42px rgba(7,31,61,.78)}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:last-child>div :is(h3,p){color:#fff!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:last-child>div p:first-of-type{color:rgba(255,255,255,.68)!important}

/* Detailed contact forms match the homepage split composition. */
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child{max-width:1180px!important;display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);grid-template-rows:repeat(4,auto);gap:10px 80px;text-align:left!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child::before{content:"";grid-column:2;grid-row:1/span 4;margin:-34px -38px;border:1px solid rgba(255,255,255,.18);border-radius:28px;background:rgba(255,255,255,.97);box-shadow:0 34px 80px -48px #000}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>h2{grid-column:1;grid-row:1/span 4;align-self:center;max-width:430px;text-align:left!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(n+2){position:relative;grid-column:2;z-index:1}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(2){grid-row:1}#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(3){grid-row:2}#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(4){grid-row:3}#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(5){grid-row:4}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(1){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px!important;margin-bottom:2px!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(1)>input{min-width:0!important;max-width:none!important;width:100%;box-sizing:border-box}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(1)>input:last-child{grid-column:1/-1}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(2),#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(3){width:100%;max-width:none!important;box-sizing:border-box;margin-left:0!important;margin-right:0!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta input{border:1px solid #dbe6ec!important;border-radius:12px!important;background:#f4f8fa!important;color:#0f1f3d!important;outline:none}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta input::placeholder{color:#68778a!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(3)>div:first-child{color:#0f1f3d!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(3) span{color:#435064!important;background:#eef5f7!important;border-color:#dbe6ec!important;border-radius:999px!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta button{justify-self:start;margin-top:4px}

@media(max-width:980px){
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]{grid-template-columns:1fr!important}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child{grid-template-columns:1fr!important;grid-template-rows:repeat(5,auto);gap:22px}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child::before{grid-column:1;grid-row:2/span 4;margin:-22px}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>*{grid-column:1!important}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>h2{grid-row:1}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(2){grid-row:2}#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(3){grid-row:3}#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(4){grid-row:4}#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>:nth-child(5){grid-row:5}
}
@media(max-width:720px){
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3),#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3)>*{grid-template-columns:1fr!important;grid-column:1!important}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:first-child{padding:24px 18px}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:first-child>div:last-child{grid-template-columns:1fr!important}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(1){grid-template-columns:1fr!important}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) section#cta>div:last-child>div:nth-of-type(1)>input:last-child{grid-column:1}
}

/* 6.0.2 — navigation, article previews and service-page light/dark rhythm */
html{scroll-padding-top:96px}
#dc-root.pg-home2-rebuild header{position:fixed!important;inset:0 0 auto 0!important;z-index:1000!important;width:100%!important;margin:0!important;border-radius:0!important;background:rgba(255,255,255,.94)!important;box-shadow:0 14px 42px -32px rgba(7,31,61,.75)!important;backdrop-filter:blur(18px)}
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child{padding-top:82px}
#dc-root:not(.pg-home2-rebuild)>.sc-host>div{overflow:visible!important}
#dc-root:not(.pg-home2-rebuild) header{position:sticky!important;top:0!important;z-index:1000!important;width:100%!important;margin:0!important;border-radius:0!important;background:rgba(255,255,255,.94)!important;box-shadow:0 14px 42px -32px rgba(7,31,61,.75)!important;backdrop-filter:blur(18px)}
.admin-bar #dc-root.pg-home2-rebuild header,.admin-bar #dc-root:not(.pg-home2-rebuild) header{top:32px!important}

#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child [style*="border-left: 3px solid"]{background:#eef8fb!important;border-color:#1e4fa0!important}
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child [style*="border-left: 3px solid"] p{color:#0f1f3d!important;text-shadow:none!important}

.pg-home2-rebuild section:nth-of-type(3)>div:last-child button{position:relative;z-index:4;border-color:#cbdce5!important;box-shadow:0 10px 26px -20px rgba(7,31,61,.6);transition:transform .22s ease,background .22s ease,color .22s ease}
.pg-home2-rebuild section:nth-of-type(3)>div:last-child button:hover{transform:translateY(-2px);background:#0f1f3d!important;color:#fff!important}
.pg-home2-rebuild section:nth-of-type(3)>div:last-child span{color:#536176!important;font-weight:600}

.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child{grid-template-rows:repeat(4,auto)!important}
.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(1){grid-column:1;grid-row:1}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(2){grid-column:3;grid-row:2}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(3){grid-column:1;grid-row:3}.pg-home2-rebuild section:nth-of-type(5)>div>div:last-child>div:nth-child(4){grid-column:3;grid-row:4}

.pg-home2-rebuild section:nth-of-type(11)>div>div:last-child>div{overflow:hidden;padding:30px 28px!important;border-radius:22px!important;background:#fff;box-shadow:0 24px 58px -45px rgba(7,31,61,.7)}
.pg-home2-rebuild section:nth-of-type(11)>div>div:last-child>div>img{display:block;width:calc(100% + 56px);height:210px;margin:-30px -28px 24px;object-fit:cover;filter:saturate(.82) contrast(1.04);transition:transform .45s ease,filter .45s ease}
.pg-home2-rebuild section:nth-of-type(11)>div>div:last-child>div:hover>img{transform:scale(1.035);filter:saturate(1) contrast(1.02)}

#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{padding-bottom:clamp(64px,8vw,96px)!important;background:linear-gradient(180deg,#eaf5fb 0%,#f7fbfd 72%,#fff 100%)!important;isolation:isolate}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type::before{display:none!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{inset:0 0 auto auto!important;width:min(62%,980px)!important;height:clamp(440px,52vw,610px)!important;opacity:.82!important;overflow:hidden!important;mask-image:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.35) 16%,#000 34%,#000 100%)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>img{inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;filter:saturate(.72) contrast(1.02) brightness(1.06) blur(.5px)!important;mask-image:none!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>div{background:linear-gradient(100deg,#eaf5fb 0%,rgba(234,245,251,.92) 30%,rgba(234,245,251,.38) 66%,rgba(234,245,251,.08) 100%)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type :is(h1,h2,h3,h4,strong){color:#0f1f3d!important;text-shadow:none!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type :is(p,li){color:#374151!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3){margin-top:clamp(40px,5vw,64px)!important;padding:40px 0 0!important;background:transparent!important;box-shadow:none!important;clip-path:none!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3)>div{background:rgba(255,255,255,.94)!important;border:1px solid #dce8ef!important;box-shadow:0 18px 42px -34px rgba(7,22,47,.62)!important}

#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta){background:radial-gradient(circle at 88% 8%,rgba(46,204,154,.1),transparent 28%),linear-gradient(145deg,#07162f,#102f59)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) :is(h1,h2,h3,h4,h5,strong,button){color:#fff!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) :is(p,li),#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) [style*="color: rgb(55, 65, 81)"],#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) [style*="color: rgb(107, 114, 128)"]{color:rgba(255,255,255,.74)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) [style*="background: rgb(255, 255, 255)"],#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(even):not(#cta) [style*="background: rgb(249, 250, 251)"]{background:rgba(255,255,255,.075)!important;border-color:rgba(255,255,255,.14)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(odd):not(:first-of-type):not(#cta){background:#f7fafc!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(odd):not(:first-of-type):not(#cta) :is(h2,h3,h4,strong){color:#0f1f3d!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section:nth-of-type(odd):not(:first-of-type):not(#cta) :is(p,li){color:#374151!important}

@media(max-width:782px){.admin-bar #dc-root.pg-home2-rebuild header,.admin-bar #dc-root:not(.pg-home2-rebuild) header{top:46px!important}}
@media(max-width:720px){
  #dc-root.pg-home2-rebuild>.sc-host>div>div:first-child{padding-top:72px}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type{background:linear-gradient(180deg,#eaf5fb,#fff)!important}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child{width:100%!important;height:500px!important;opacity:.34!important;mask-image:linear-gradient(180deg,#000 0%,#000 62%,transparent 100%)!important}
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:first-child>div{background:linear-gradient(90deg,rgba(234,245,251,.97),rgba(234,245,251,.65)),linear-gradient(180deg,transparent 55%,#fff 100%)!important}
  .pg-home2-rebuild section:nth-of-type(11)>div>div:last-child>div>img{height:190px}
}

/* Final cascade locks for the 6.0.3 release. */
#dc-root#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section [style*="linear-gradient(165deg"] p{color:rgba(255,255,255,.82)!important}
#dc-root#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section [style*="linear-gradient(165deg"] p:first-of-type{color:rgba(255,255,255,.68)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"] [style*="linear-gradient(165deg"] p{color:rgba(255,255,255,.82)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"] [style*="linear-gradient(165deg"] p:first-of-type{color:rgba(255,255,255,.68)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:last-child>div[style*="linear-gradient(165deg"] p{color:rgba(255,255,255,.82)!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) .pg-visual-section>div[style*="grid-template-columns: 1.7fr 1fr"]>div:last-child>div[style*="linear-gradient(165deg"] p:first-of-type{color:rgba(255,255,255,.68)!important}

#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child){grid-template-columns:repeat(6,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>:nth-child(4){grid-column:2/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(6):last-child)>:nth-child(5){grid-column:4/span 2}

#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child){grid-template-columns:repeat(8,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>:nth-child(5){grid-column:3/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(7):last-child)>:nth-child(6){grid-column:5/span 2}

#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child){grid-template-columns:repeat(8,minmax(0,1fr))!important}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>*{grid-column:span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>:nth-child(5){grid-column:2/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>:nth-child(6){grid-column:4/span 2}
#dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3):has(>:nth-child(8):last-child)>:nth-child(7){grid-column:6/span 2}

@media(max-width:720px){
  #dc-root:is([data-page="legal-services"],[data-page="finance"],[data-page="crypto"],[data-page="relocation"]) header+.pg-visual-section:first-of-type>div:nth-of-type(3)>*{grid-column:1!important}
}

/* 6.1.1 — bilingual navigation and localized map asset. */

/* Jurisdiction landing pages: shared Primegate visual system. */
.pg-jurisdiction-shell{background:#fff;color:#0f1f3d;font-family:"DM Sans",sans-serif}.pg-jurisdiction-top,.pg-jurisdiction-header,.pg-jurisdiction-section,.pg-jurisdiction-hero,.pg-jurisdiction-cta,.pg-jurisdiction-footer{padding-left:clamp(16px,4vw,40px);padding-right:clamp(16px,4vw,40px)}.pg-jurisdiction-top>div,.pg-jurisdiction-header,.pg-jurisdiction-section>*:not(.pg-jurisdiction-grid):not(.pg-jurisdiction-included):not(.pg-jurisdiction-timeline):not(.pg-jurisdiction-faq),.pg-jurisdiction-hero>*,.pg-jurisdiction-cta>*,.pg-jurisdiction-footer>div{max-width:1360px;margin-left:auto;margin-right:auto}.pg-jurisdiction-top{position:sticky;top:0;z-index:1001;background:#0f1f3d}.pg-jurisdiction-top>div{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:20px}.pg-jurisdiction-top div>div,.pg-jurisdiction-top div>span{display:flex;gap:24px;align-items:center}.pg-jurisdiction-top a,.pg-jurisdiction-top span{color:rgba(255,255,255,.75);font-size:13px;text-decoration:none}.pg-jurisdiction-header{position:sticky;top:44px;z-index:1000;display:flex;min-height:82px;align-items:center;justify-content:space-between;gap:26px;background:rgba(255,255,255,.96);border-bottom:1px solid #e5e7eb;backdrop-filter:blur(14px)}.pg-jurisdiction-header> a:first-child img,.pg-jurisdiction-footer img{height:38px;display:block}.pg-jurisdiction-header nav{display:flex;align-items:center;gap:26px}.pg-jurisdiction-header nav a{font-size:14px;font-weight:700;color:#374151;text-decoration:none;white-space:nowrap}.pg-jurisdiction-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:6px;background:#2ecc9a;color:#07162f!important;font:700 13px/1 Inter,sans-serif;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;box-shadow:0 14px 28px -16px rgba(46,204,154,.9)}.pg-jurisdiction-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(290px,.55fr);gap:clamp(30px,7vw,100px);align-items:end;padding-top:clamp(80px,11vw,150px);padding-bottom:clamp(70px,10vw,130px);background:#eaf4fb center/cover no-repeat;position:relative;overflow:hidden}.pg-jurisdiction-hero--hk{background-image:linear-gradient(90deg,#eaf4fb 0%,rgba(234,244,251,.93) 46%,rgba(234,244,251,.24) 80%),url('../visual/generated/international-finance.png')}.pg-jurisdiction-hero--uae{background-image:linear-gradient(90deg,#eaf4fb 0%,rgba(234,244,251,.93) 46%,rgba(234,244,251,.24) 80%),url('../visual/generated/international-relocation.png')}.pg-jurisdiction-hero>div,.pg-jurisdiction-hero>aside{position:relative;z-index:1;max-width:680px;margin:0}.pg-jurisdiction-eyebrow{margin:0 0 18px;color:#27b589;font:800 11px/1.3 Inter,sans-serif;letter-spacing:.16em;text-transform:uppercase}.pg-jurisdiction-hero h1,.pg-jurisdiction-section h2,.pg-jurisdiction-cta h2{margin:0 0 20px;color:#0f1f3d;font:700 clamp(36px,4.7vw,64px)/1.04 "Playfair Display",serif;letter-spacing:-.04em}.pg-jurisdiction-hero p,.pg-jurisdiction-lead,.pg-jurisdiction-section p{font-size:16px;line-height:1.72;color:#374151}.pg-jurisdiction-hero ul,.pg-jurisdiction-included ul{padding:0;margin:28px 0;list-style:none;display:grid;gap:12px}.pg-jurisdiction-hero li,.pg-jurisdiction-included li{display:flex;gap:10px;align-items:flex-start;font-size:15px;line-height:1.5}.pg-jurisdiction-hero li:before,.pg-jurisdiction-included li:before{content:"✓";display:grid;place-items:center;flex:0 0 20px;width:20px;height:20px;border-radius:50%;background:#cff8e9;color:#159b73;font-size:11px;font-weight:800}.pg-jurisdiction-hero aside{padding:28px;background:#0f1f3d;color:#fff;border-radius:14px;box-shadow:0 28px 60px -34px rgba(7,22,47,.7)}.pg-jurisdiction-hero aside span{display:block;color:rgba(255,255,255,.62);font-size:13px}.pg-jurisdiction-hero aside strong{display:block;margin-top:7px;color:#5ee1ba;font:700 30px/1.1 "Playfair Display",serif}.pg-jurisdiction-hero aside hr{border:0;border-top:1px solid rgba(255,255,255,.14);margin:20px 0}.pg-jurisdiction-section{padding-top:clamp(60px,9vw,120px);padding-bottom:clamp(60px,9vw,120px)}.pg-jurisdiction-section>h2{font-size:clamp(32px,4vw,52px);max-width:830px}.pg-jurisdiction-lead{max-width:700px;margin:0 0 38px}.pg-jurisdiction-grid{max-width:1360px;margin:34px auto 0;display:grid;gap:18px}.pg-jurisdiction-grid--3{grid-template-columns:repeat(3,1fr)}.pg-jurisdiction-grid--2{grid-template-columns:repeat(2,1fr)}.pg-jurisdiction-grid article{min-height:205px;padding:28px;border:1px solid #dfe8ef;border-radius:14px;background:#fff;box-shadow:0 20px 48px -42px rgba(7,22,47,.7)}.pg-jurisdiction-grid article>b{display:block;margin-bottom:20px;color:#27b589;font:800 24px/1 Inter,sans-serif}.pg-jurisdiction-grid h3,.pg-jurisdiction-included h3{margin:0 0 12px;color:#0f1f3d;font:700 21px/1.22 "Playfair Display",serif}.pg-jurisdiction-grid p{margin:0;font-size:14.5px}.pg-jurisdiction-grid strong{display:block;margin:18px 0 10px;color:#27b589;font:700 24px/1.1 "Playfair Display",serif}.pg-jurisdiction-section--dark{background:#0f1f3d}.pg-jurisdiction-section--dark h2{color:#fff}.pg-jurisdiction-section--dark .pg-jurisdiction-grid article{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.15);box-shadow:none}.pg-jurisdiction-section--dark .pg-jurisdiction-grid h3{color:#fff}.pg-jurisdiction-section--dark .pg-jurisdiction-grid p{color:rgba(255,255,255,.7)}.pg-jurisdiction-section--tint{background:#eef7fa}.pg-jurisdiction-included{max-width:1360px;margin:34px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:18px}.pg-jurisdiction-included>div{padding:32px;border-radius:14px;background:#f7fafc}.pg-jurisdiction-included>div+div{background:#dff8ed}.pg-jurisdiction-included a{color:#159b73;font-weight:800;text-decoration:none}.pg-jurisdiction-timeline{max-width:960px;margin:36px auto 0;display:grid;gap:0}.pg-jurisdiction-timeline article{display:grid;grid-template-columns:64px 1fr;gap:24px;padding:0 0 34px}.pg-jurisdiction-timeline b{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#dff8ed;color:#159b73;font:800 13px Inter,sans-serif}.pg-jurisdiction-timeline h3{margin:0 0 8px;font:700 23px/1.2 "Playfair Display",serif}.pg-jurisdiction-timeline p{margin:0}.pg-jurisdiction-faq{max-width:960px;margin:30px auto 0;border-top:1px solid #dfe8ef}.pg-jurisdiction-faq details{padding:20px 0;border-bottom:1px solid #dfe8ef}.pg-jurisdiction-faq summary{color:#0f1f3d;font:700 17px/1.45 "Playfair Display",serif;cursor:pointer}.pg-jurisdiction-faq p{margin:13px 0 0}.pg-jurisdiction-cta{display:grid;grid-template-columns:minmax(0,.86fr) minmax(400px,1.14fr);gap:clamp(34px,7vw,92px);align-items:center;padding-top:clamp(58px,8vw,100px);padding-bottom:clamp(58px,8vw,100px);background:linear-gradient(145deg,#07162f,#103c65 65%,#0b4c4a)}.pg-jurisdiction-cta h2,.pg-jurisdiction-cta p{color:#fff}.pg-jurisdiction-cta p{margin:0;color:rgba(255,255,255,.72)}.pg-jurisdiction-cta .pg-form{margin:0}.pg-jurisdiction-footer{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:32px;padding-top:56px;padding-bottom:42px;background:#0f1f3d}.pg-jurisdiction-footer p,.pg-jurisdiction-footer a{display:block;margin:0 0 10px;color:rgba(255,255,255,.62);font-size:14px;line-height:1.6;text-decoration:none}.pg-jurisdiction-footer h3{margin:0 0 16px;color:#fff;font:700 15px Inter,sans-serif}.pg-jurisdiction-footer img{margin-bottom:18px;filter:none}
@media(max-width:980px){.pg-jurisdiction-header nav{gap:13px}.pg-jurisdiction-header nav a{font-size:12px}.pg-jurisdiction-hero,.pg-jurisdiction-cta{grid-template-columns:1fr}.pg-jurisdiction-grid--3{grid-template-columns:repeat(2,1fr)}.pg-jurisdiction-footer{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.pg-jurisdiction-top>div{min-height:38px}.pg-jurisdiction-top div>div{gap:12px}.pg-jurisdiction-top div>div a:nth-child(2),.pg-jurisdiction-top div>div a:nth-child(3),.pg-jurisdiction-top span{display:none}.pg-jurisdiction-header{top:38px;min-height:66px}.pg-jurisdiction-header nav,.pg-jurisdiction-header .pg-jurisdiction-button{display:none}.pg-jurisdiction-grid--3,.pg-jurisdiction-grid--2,.pg-jurisdiction-included,.pg-jurisdiction-footer{grid-template-columns:1fr}.pg-jurisdiction-hero{padding-top:90px}.pg-jurisdiction-hero h1{font-size:40px}.pg-jurisdiction-cta{grid-template-columns:1fr}.pg-jurisdiction-cta .pg-form{min-width:0}}

/* Keep the dark utility strip and the main visual navigation together. */
.pg-visual-root:not(.pg-home2-rebuild)>.sc-host>div>div:first-child{position:sticky!important;top:0;z-index:1001}.pg-visual-root:not(.pg-home2-rebuild)>.sc-host>div>header{top:44px!important;z-index:1000}.pg-home2-rebuild>.sc-host>div>div:first-child>div:nth-child(3){position:sticky!important;top:0;z-index:1001}.pg-home2-rebuild>.sc-host>div>div:first-child>header{top:44px!important;z-index:1000}.pg-visual-root .pg-visual-nav>a[href="/"]{display:none!important}.pg-visual-root .pg-lang-switch{display:inline-flex!important;align-items:center;justify-content:center;min-width:36px;height:30px;border:1px solid #b8c8d5!important;border-radius:99px!important;color:#0f1f3d!important;font:800 11px/1 Inter,sans-serif!important;letter-spacing:.08em;background:#fff!important;box-shadow:0 7px 18px -14px rgba(7,22,47,.8)}.pg-visual-root .pg-lang-switch:hover{border-color:#27b589!important;background:#dff8ed!important}.pg-visual-root .pg-visual-nav a[style*="border-bottom: 2px solid"]{border-bottom-color:#27b589!important}
@media(max-width:740px){.pg-visual-root:not(.pg-home2-rebuild)>.sc-host>div>header,.pg-home2-rebuild>.sc-host>div>div:first-child>header{top:44px!important}}

/* English map stays on the original light, transparent cartographic base. */
.pg-en-map{position:relative;width:100%;aspect-ratio:1360/620;overflow:hidden}.pg-en-map>img{display:block;width:100%;height:100%;object-fit:contain}.pg-en-map>span{position:absolute;z-index:2;padding:2px 4px;border-radius:3px;background:#edf5fa;color:#0f1f3d;font:800 clamp(7px,.74vw,12px)/1.15 Inter,sans-serif;text-align:center;white-space:nowrap}.pg-en-map em{color:#20af83;font-style:normal;font-weight:800}.pg-en-map__usa{left:27%;top:29%}.pg-en-map__uk{left:42%;top:20%}.pg-en-map__de{left:53%;top:18%}.pg-en-map__ge{left:61%;top:27%}.pg-en-map__mt{left:49%;top:36%}.pg-en-map__cy{left:59%;top:33%}.pg-en-map__uae{left:65%;top:42%}.pg-en-map__hk{left:82%;top:40%}.pg-en-map__sg{left:80%;top:60%}.pg-en-map__sc{left:67%;top:63%}.pg-en-map__pa{left:24%;top:53%}.pg-en-map__bvi{left:34%;top:47%}@media(max-width:740px){.pg-en-map>span{display:none}}

/* One monochrome treatment for every person portrait. */
.pg-visual-root [style*="assets/team/"],.pg-visual-root img[src*="assets/team/"]{filter:none!important}

/* The language switch is deliberately prominent and colour-coded. */
.pg-visual-root .pg-visual-nav .pg-lang-switch{display:inline-grid!important;place-items:center;min-width:54px!important;height:38px!important;padding:0 13px!important;border:1px solid #20b989!important;border-radius:999px!important;background:#2ecc9a!important;color:#07162f!important;font:900 12px/1 Inter,sans-serif!important;letter-spacing:.11em!important;box-shadow:0 10px 24px -14px rgba(18,158,112,.9)!important}.pg-visual-root .pg-visual-nav .pg-lang-switch:hover{background:#b9f6df!important;color:#07162f!important;transform:translateY(-1px)}
.pg-visual-nav .pg-lang-switch{display:inline-grid!important;min-width:38px;height:34px;place-items:center;padding:0 9px!important;border:1px solid rgba(15,31,61,.2)!important;border-radius:999px!important;color:#0f1f3d!important;background:rgba(255,255,255,.7)!important;font:700 12px/1 Inter,sans-serif!important;letter-spacing:.08em;text-decoration:none;box-sizing:border-box}
.pg-visual-nav .pg-lang-switch::after{display:none!important}
.pg-visual-nav .pg-lang-switch:hover{border-color:#2ecc9a!important;background:#dcfdf0!important}
#dc-root[data-lang="en"][data-page="home-2"] .pg-visual-nav a[href="/en/"],
#dc-root[data-lang="en"][data-page="legal-services"] .pg-visual-nav a[href="/en/legal-services/"],
#dc-root[data-lang="en"][data-page="finance"] .pg-visual-nav a[href="/en/finance/"],
#dc-root[data-lang="en"][data-page="crypto"] .pg-visual-nav a[href="/en/crypto/"],
#dc-root[data-lang="en"][data-page="relocation"] .pg-visual-nav a[href="/en/relocation/"],
#dc-root[data-lang="en"][data-page="about"] .pg-visual-nav a[href="/en/about/"],
#dc-root[data-lang="en"][data-page="blog"] .pg-visual-nav a[href="/en/insights/"]{color:#0f1f3d!important;font-weight:700!important;border-bottom-color:#2ecc9a!important}
#dc-root[data-lang="en"][data-page="home-2"] .pg-visual-nav a[href="/en/"]::after,
#dc-root[data-lang="en"][data-page="legal-services"] .pg-visual-nav a[href="/en/legal-services/"]::after,
#dc-root[data-lang="en"][data-page="finance"] .pg-visual-nav a[href="/en/finance/"]::after,
#dc-root[data-lang="en"][data-page="crypto"] .pg-visual-nav a[href="/en/crypto/"]::after,
#dc-root[data-lang="en"][data-page="relocation"] .pg-visual-nav a[href="/en/relocation/"]::after,
#dc-root[data-lang="en"][data-page="about"] .pg-visual-nav a[href="/en/about/"]::after,
#dc-root[data-lang="en"][data-page="blog"] .pg-visual-nav a[href="/en/insights/"]::after{transform:scaleX(1)!important;transform-origin:left!important}
@media(max-width:740px){.pg-visual-nav .pg-lang-switch{display:inline-grid!important;margin-left:auto}}

/* A locale link may point to the root URL; it must never be mistaken for a duplicate Home link. */
.pg-visual-root .pg-visual-nav>a.pg-lang-switch[href="/"]{display:inline-grid!important;visibility:visible!important}

/* The utility strip and navigation form one persistent header on the main page. */
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child>div:nth-child(3){position:fixed!important;inset:0 0 auto 0!important;z-index:1101!important;width:100%!important}
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child>header{position:fixed!important;inset:44px 0 auto 0!important;z-index:1100!important;width:100%!important}
#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child{padding-top:126px!important}
@media(max-width:740px){#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child{padding-top:110px!important}#dc-root.pg-home2-rebuild>.sc-host>div>div:first-child>header{top:38px!important}}

/* 6.3.1 — one header and one footer across every RU/EN visual page. */
.pg-site-head{height:126px;position:relative;z-index:1200;font-family:"DM Sans",sans-serif}.pg-site-head__utility,.pg-site-head__main{position:fixed!important;left:0;right:0;width:100%;box-sizing:border-box}.pg-site-head__utility{top:0;z-index:1202;height:44px;background:#0f1f3d;color:#fff}.pg-site-head__main{top:44px!important;z-index:1201;height:82px;background:rgba(255,255,255,.97);border-bottom:1px solid #dfe7ed;box-shadow:0 16px 36px -31px rgba(7,22,47,.72);backdrop-filter:blur(16px)}.admin-bar .pg-site-head__utility{top:32px}.admin-bar .pg-site-head__main{top:76px!important}.pg-site-head__inner{width:min(1360px,calc(100% - clamp(32px,8vw,80px)));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.pg-site-head__utility nav,.pg-site-head__contacts,.pg-site-head__actions,.pg-site-head__main .pg-visual-nav{display:flex;align-items:center}.pg-site-head__utility nav{gap:26px}.pg-site-head__utility a,.pg-site-head__utility span{color:rgba(255,255,255,.75);font-size:13.5px;line-height:1;text-decoration:none;white-space:nowrap}.pg-site-head__utility a:hover,.pg-site-head__utility a[aria-current="page"]{color:#61e5bd}.pg-site-head__contacts{gap:16px}.pg-site-head__contacts a{font-weight:800;color:#fff}.pg-site-head__logo{display:flex;flex:0 0 auto}.pg-site-head__logo img{display:block;width:auto;height:40px}.pg-site-head__main .pg-visual-nav{gap:clamp(15px,2vw,30px)}.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch){position:relative;padding:31px 0 27px;color:#374151!important;font-size:14px!important;font-weight:700;text-decoration:none;white-space:nowrap;border:0!important}.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch)::after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:#2ecc9a;transform:scaleX(0);transition:transform .22s ease}.pg-site-head__main .pg-visual-nav>a:hover::after,.pg-site-head__main .pg-visual-nav>a[aria-current="page"]::after{transform:scaleX(1)}.pg-site-head__main .pg-lang-switch{display:grid!important;min-width:56px!important;height:40px!important;padding:0 14px!important;place-items:center;border:1px solid #1fbf90!important;border-radius:999px!important;background:#2ecc9a!important;color:#07162f!important;font:900 12px/1 Inter,sans-serif!important;letter-spacing:.1em;box-shadow:0 12px 24px -15px rgba(21,162,118,.9)}.pg-site-head__actions{gap:12px}.pg-site-head__actions>a:not(.pg-site-head__cta){display:grid;width:28px;height:28px;place-items:center}.pg-site-head__actions img{display:block;width:26px;height:26px}.pg-site-head__cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:6px;background:#2ecc9a;color:#07162f!important;font:800 12px/1 Inter,sans-serif;letter-spacing:.08em;text-decoration:none;text-transform:uppercase;box-shadow:0 12px 24px -16px rgba(46,204,154,.9)}.pg-site-head .pg-visual-menu-toggle{display:none;width:42px;height:42px;padding:8px;border:0;background:transparent}.pg-site-head .pg-visual-menu-toggle span{display:block;width:24px;height:2px;margin:5px auto;background:#0f1f3d}

.pg-global-footer{padding:58px clamp(16px,4vw,40px) 30px;background:#0f1f3d;color:#fff;font-family:"DM Sans",sans-serif}.pg-global-footer__grid,.pg-global-footer__legal{width:min(1360px,100%);margin:0 auto}.pg-global-footer__grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:clamp(28px,4vw,56px);padding-bottom:40px}.pg-global-footer__logo{display:block;height:38px;margin-bottom:18px}.pg-global-footer h3{margin:0 0 16px;color:#fff;font:800 12px/1.3 Inter,sans-serif;letter-spacing:.13em;text-transform:uppercase}.pg-global-footer p,.pg-global-footer address,.pg-global-footer a{display:block;margin:0 0 10px;color:rgba(255,255,255,.64);font:400 13.5px/1.58 "DM Sans",sans-serif;text-decoration:none;font-style:normal}.pg-global-footer a:hover{color:#61e5bd}.pg-global-footer__social{display:flex;gap:9px;margin-top:18px}.pg-global-footer__social a{padding:7px 11px;border:1px solid rgba(255,255,255,.16);border-radius:999px}.pg-global-footer__legal{padding-top:24px;border-top:1px solid rgba(255,255,255,.16)}.pg-global-footer__legal>p{max-width:980px;font-size:12px;color:rgba(255,255,255,.48)}.pg-global-footer__legal>div{display:flex;flex-wrap:wrap;gap:12px 24px;margin-top:20px}.pg-global-footer__legal>div>*{margin:0;font-size:12px;color:rgba(255,255,255,.45)}

/* Clean EN map: base geography contains no labels; every marker is an HTML overlay. */
.pg-en-map{position:relative;width:100%;aspect-ratio:2048/896;overflow:visible;background:#eef6fa;border-radius:28px}.pg-en-map>img{display:block;width:100%;height:100%;object-fit:contain}.pg-en-map>span{position:absolute!important;z-index:2!important;width:14px;height:14px;padding:0!important;border:3px solid #fff!important;border-radius:50%!important;background:#2ecc9a!important;box-shadow:0 0 0 8px rgba(46,204,154,.2),0 8px 18px rgba(7,22,47,.14)!important;transform:translate(-50%,-50%);font-size:0!important}.pg-en-map>span::after{content:attr(data-label);position:absolute;left:14px;top:-12px;width:max-content;max-width:130px;padding:7px 9px;border:1px solid #dce8ee;border-radius:7px;background:rgba(255,255,255,.96);color:#0f1f3d;font:800 clamp(8px,.72vw,11px)/1.22 Inter,sans-serif;text-align:left;white-space:pre-line;box-shadow:0 10px 24px -18px rgba(7,22,47,.7)}.pg-en-map__usa{left:34.5%!important;top:33%!important}.pg-en-map__uk{left:47.2%!important;top:22.8%!important}.pg-en-map__de{left:52.4%!important;top:24.2%!important}.pg-en-map__ge{left:61.2%!important;top:31.5%!important}.pg-en-map__mt{left:52.7%!important;top:38.2%!important}.pg-en-map__cy{left:59.8%!important;top:36.4%!important}.pg-en-map__uae{left:65.3%!important;top:41.5%!important}.pg-en-map__hk{left:84.1%!important;top:42.4%!important}.pg-en-map__sg{left:82.8%!important;top:58.4%!important}.pg-en-map__sc{left:65.8%!important;top:60.3%!important}.pg-en-map__pa{left:29.8%!important;top:50.4%!important}.pg-en-map__bvi{left:34.3%!important;top:43.3%!important}

@media(max-width:1100px){.pg-site-head__main .pg-visual-nav{gap:14px}.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch){font-size:12.5px!important}.pg-site-head__cta{display:none}.pg-site-head__contacts span{display:none}}
@media(max-width:820px){.pg-site-head{height:110px}.pg-site-head__utility{height:38px}.pg-site-head__main{top:38px!important;height:72px}.admin-bar .pg-site-head__utility{top:46px}.admin-bar .pg-site-head__main{top:84px!important}.pg-site-head__utility nav{gap:14px}.pg-site-head__utility nav a{font-size:12px}.pg-site-head__utility nav a:nth-child(4){display:none}.pg-site-head__contacts a{font-size:12px}.pg-site-head__logo img{height:34px}.pg-site-head .pg-visual-menu-toggle{display:block}.pg-site-head__main .pg-visual-nav{display:none!important;position:fixed;left:16px;right:16px;top:110px;z-index:1250;max-height:calc(100vh - 126px);padding:20px;overflow:auto;flex-direction:column;align-items:stretch;background:#fff;border:1px solid #dbe6ec;border-radius:15px;box-shadow:0 28px 70px -30px rgba(7,22,47,.72)}.admin-bar .pg-site-head__main .pg-visual-nav{top:156px}.pg-site-head__main .pg-visual-nav.is-open{display:flex!important}.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch){padding:11px 4px!important}.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch)::after{bottom:3px}.pg-site-head__main .pg-lang-switch{align-self:flex-start}.pg-global-footer__grid{grid-template-columns:repeat(2,1fr)}.pg-en-map>span::after{display:none}}
@media(max-width:560px){.pg-site-head__utility nav a:nth-child(2),.pg-site-head__utility nav a:nth-child(3){display:none}.pg-site-head__actions>a:not(.pg-site-head__cta){display:none}.pg-global-footer__grid{grid-template-columns:1fr}.pg-en-map{border-radius:18px}.pg-en-map>span{width:10px;height:10px;border-width:2px!important;box-shadow:0 0 0 5px rgba(46,204,154,.2)!important}}

.pg-jurisdiction-callout{max-width:1360px;margin:34px auto 0;padding:24px 28px;border:1px solid rgba(46,204,154,.35);border-left:4px solid #2ecc9a;border-radius:12px;background:rgba(46,204,154,.1);color:inherit;font-size:15px;line-height:1.65}.pg-jurisdiction-section--dark .pg-jurisdiction-callout{color:rgba(255,255,255,.82);background:rgba(46,204,154,.1)}.pg-jurisdiction-team__grid{max-width:1360px;margin:32px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.pg-jurisdiction-team__grid article{display:grid;grid-template-columns:150px 1fr;gap:26px;align-items:center;padding:26px;border:1px solid #dfe8ef;border-radius:16px;background:#fff;box-shadow:0 22px 50px -42px rgba(7,22,47,.7)}.pg-jurisdiction-team__grid img{display:block;width:150px;height:180px;object-fit:cover;border-radius:12px;filter:grayscale(1) contrast(1.06)}.pg-jurisdiction-team__grid h3{margin:0 0 8px;color:#0f1f3d;font:700 25px/1.2 "Playfair Display",serif}.pg-jurisdiction-team__grid p{margin:7px 0}.pg-jurisdiction-direct{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.pg-jurisdiction-direct a{padding:10px 14px;border:1px solid rgba(255,255,255,.28);border-radius:999px;color:#fff;text-decoration:none;font-weight:700;font-size:13px}.pg-jurisdiction-page .pg-jurisdiction-hero{padding-top:clamp(76px,9vw,128px)}
@media(max-width:760px){.pg-jurisdiction-team__grid{grid-template-columns:1fr}.pg-jurisdiction-team__grid article{grid-template-columns:100px 1fr}.pg-jurisdiction-team__grid img{width:100px;height:132px}}

/* Override legacy page-specific sticky rules: both bars keep their exact stacked positions. */
#dc-root .pg-site-head .pg-site-head__utility{position:fixed!important;inset:0 0 auto 0!important}
#dc-root .pg-site-head .pg-site-head__main{position:fixed!important;inset:44px 0 auto 0!important}
.admin-bar #dc-root .pg-site-head .pg-site-head__utility{inset:32px 0 auto 0!important}.admin-bar #dc-root .pg-site-head .pg-site-head__main{inset:76px 0 auto 0!important}
@media(max-width:820px){#dc-root .pg-site-head .pg-site-head__main{inset:38px 0 auto 0!important}.admin-bar #dc-root .pg-site-head .pg-site-head__utility{inset:46px 0 auto 0!important}.admin-bar #dc-root .pg-site-head .pg-site-head__main{inset:84px 0 auto 0!important}}
@media(max-width:820px){.pg-site-head__utility .pg-site-head__inner{gap:10px}.pg-site-head__utility nav{display:flex;flex:1 1 auto;min-width:0;overflow-x:auto;scrollbar-width:none}.pg-site-head__utility nav::-webkit-scrollbar{display:none}.pg-site-head__utility nav a:nth-child(2),.pg-site-head__utility nav a:nth-child(3),.pg-site-head__utility nav a:nth-child(4){display:block!important}.pg-site-head__contacts{flex:0 0 auto}.pg-site-head__contacts span{display:none}}
.pg-jurisdiction-section--dark .pg-jurisdiction-timeline h3{color:#fff}.pg-jurisdiction-section--dark .pg-jurisdiction-timeline p{color:rgba(255,255,255,.72)}.pg-jurisdiction-section--dark .pg-jurisdiction-timeline b{background:#2ecc9a;color:#07162f}

/* Jurisdiction landing pages: visual cards and FAQ aligned with the main service pages. */
.pg-jurisdiction-page .pg-jurisdiction-grid article{position:relative;overflow:hidden;padding-top:30px;isolation:isolate}
.pg-jurisdiction-page .pg-jurisdiction-grid article::before{content:"";display:block;width:46px;height:46px;margin:0 0 22px;border-radius:14px;background:#dff8ed center/24px no-repeat;box-shadow:inset 0 0 0 1px rgba(46,204,154,.18);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f5d50' stroke-width='1.6'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Cpath d='M4 12h16M12 4c2.7 2.2 4 4.9 4 8s-1.3 5.8-4 8c-2.7-2.2-4-4.9-4-8s1.3-5.8 4-8Z'/%3E%3C/svg%3E")}
.pg-jurisdiction-page .pg-jurisdiction-grid article:nth-child(3n+2)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f5d50' stroke-width='1.6'%3E%3Cpath d='M4 20h16M6 20V9h12v11M4 9l8-5 8 5M9 12h2v3H9m4-3h2v3h-2'/%3E%3C/svg%3E")}
.pg-jurisdiction-page .pg-jurisdiction-grid article:nth-child(3n)::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230f5d50' stroke-width='1.6'%3E%3Cpath d='M7 3h8l4 4v14H7zM15 3v5h5M10 13l2 2 4-5'/%3E%3C/svg%3E")}
.pg-jurisdiction-page .pg-jurisdiction-grid article::after{content:"";position:absolute;z-index:-1;width:120px;height:120px;right:-62px;top:-62px;border:1px solid rgba(46,204,154,.18);border-radius:50%;box-shadow:0 0 0 18px rgba(46,204,154,.035)}
.pg-jurisdiction-page .pg-jurisdiction-grid article>b:first-child{position:absolute;right:24px;top:36px;margin:0;color:#27b589;font-size:14px;letter-spacing:.1em}
.pg-jurisdiction-page .pg-jurisdiction-section--dark .pg-jurisdiction-grid article::before{background-color:rgba(46,204,154,.16);box-shadow:inset 0 0 0 1px rgba(94,225,186,.25);filter:brightness(1.35)}
.pg-jurisdiction-page .pg-jurisdiction-included>div{position:relative;overflow:hidden;padding:34px 34px 34px 96px}
.pg-jurisdiction-page .pg-jurisdiction-included>div::before{content:"";position:absolute;left:30px;top:32px;width:44px;height:44px;border-radius:50%;background:#fff center/22px no-repeat;box-shadow:0 10px 28px -16px rgba(7,22,47,.6);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23159b73' stroke-width='1.8'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E")}
.pg-jurisdiction-page .pg-jurisdiction-callout{position:relative;padding:28px 32px 28px 92px;background:linear-gradient(110deg,rgba(46,204,154,.13),rgba(46,204,154,.035))}
.pg-jurisdiction-page .pg-jurisdiction-callout::before{content:"i";position:absolute;left:30px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:#07162f;background:#2ecc9a;font:800 18px/1 "Playfair Display",serif}
.pg-jurisdiction-page .pg-jurisdiction-faq{max-width:1360px;margin-top:42px;border:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}
.pg-jurisdiction-page .pg-jurisdiction-faq details{position:relative;padding:0;border:1px solid #dbe7ee;border-radius:14px;background:#fff;box-shadow:0 18px 42px -36px rgba(7,22,47,.7);overflow:hidden;transition:border-color .24s ease,box-shadow .24s ease,transform .24s ease}
.pg-jurisdiction-page .pg-jurisdiction-faq details:hover{transform:translateY(-2px);border-color:rgba(46,204,154,.58);box-shadow:0 22px 45px -34px rgba(7,22,47,.75)}
.pg-jurisdiction-page .pg-jurisdiction-faq details[open]{border-color:rgba(46,204,154,.62);box-shadow:0 24px 54px -38px rgba(7,22,47,.82)}
.pg-jurisdiction-page .pg-jurisdiction-faq summary{position:relative;padding:24px 72px 24px 26px;list-style:none;color:#0f1f3d;font:700 18px/1.4 "Playfair Display",serif;cursor:pointer}
.pg-jurisdiction-page .pg-jurisdiction-faq summary::-webkit-details-marker{display:none}
.pg-jurisdiction-page .pg-jurisdiction-faq summary::after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;color:#0f5d50;background:#dff8ed;font:500 24px/1 Inter,sans-serif;transition:transform .2s ease,background .2s ease}
.pg-jurisdiction-page .pg-jurisdiction-faq details[open] summary::after{transform:translateY(-50%) rotate(45deg);background:#2ecc9a}
.pg-jurisdiction-page .pg-jurisdiction-faq details>p{margin:0;padding:0 72px 26px 26px;color:#4b5563;font-size:15px;line-height:1.72}
@media(max-width:760px){.pg-jurisdiction-page .pg-jurisdiction-faq{grid-template-columns:1fr}.pg-jurisdiction-page .pg-jurisdiction-included>div{padding:28px 24px 28px 80px}.pg-jurisdiction-page .pg-jurisdiction-included>div::before{left:22px;top:26px}.pg-jurisdiction-page .pg-jurisdiction-callout{padding:78px 24px 26px}.pg-jurisdiction-page .pg-jurisdiction-callout::before{left:24px;top:24px;transform:none}}

/* v6.4 — country landings and colour team portraits */
.pg-jurisdiction-hero--hk{background-image:linear-gradient(90deg,#eaf4fb 0%,rgba(234,244,251,.96) 42%,rgba(234,244,251,.15) 78%),url('../visual/generated/hero-hong-kong-v2.png')}
.pg-jurisdiction-hero--uae{background-image:linear-gradient(90deg,#eaf4fb 0%,rgba(234,244,251,.96) 42%,rgba(234,244,251,.15) 78%),url('../visual/generated/hero-uae-v2.png')}
.pg-jurisdiction-hero--georgia{background-image:linear-gradient(90deg,#eaf4fb 0%,rgba(234,244,251,.96) 42%,rgba(234,244,251,.15) 78%),url('../visual/generated/hero-georgia-v2.png')}
.pg-jurisdiction-hero--estonia{background-image:linear-gradient(90deg,#eaf4fb 0%,rgba(234,244,251,.96) 42%,rgba(234,244,251,.15) 78%),url('../visual/generated/hero-estonia-v2.png')}
.pg-jurisdiction-page .pg-jurisdiction-hero{min-height:620px;align-items:center;padding-top:72px;padding-bottom:72px}
.pg-jurisdiction-page .pg-jurisdiction-section{padding-top:clamp(58px,6vw,88px);padding-bottom:clamp(58px,6vw,88px)}
.pg-jurisdiction-page .pg-jurisdiction-grid article{min-height:0}
.pg-jurisdiction-team__grid img{width:160px;height:210px;border-radius:14px;filter:none!important;box-shadow:0 18px 36px -24px rgba(7,22,47,.55)}
.pg-visual-root [style*="assets/team/"]{width:180px!important;height:228px!important;border-radius:16px!important;filter:none!important;background-position:center top!important;box-shadow:0 22px 42px -26px rgba(7,22,47,.62)!important}
.pg-jurisdiction-reviews{max-width:1360px;margin:34px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.pg-jurisdiction-review{position:relative;margin:0;padding:34px 34px 30px;border-radius:16px;background:#fff;border:1px solid #dfe8ef;box-shadow:0 22px 50px -42px rgba(7,22,47,.7)}
.pg-jurisdiction-review::before{content:'“';display:block;height:40px;color:#2ecc9a;font:700 58px/1 "Playfair Display",serif}
.pg-jurisdiction-review p{margin:10px 0 24px!important;color:#26364e!important;font:600 18px/1.55 "Playfair Display",serif!important}
.pg-jurisdiction-review cite{display:flex;flex-direction:column;gap:3px;color:#6b7280;font-size:13px;font-style:normal}
.pg-jurisdiction-review strong{color:#0f1f3d;font-size:15px}
@media(max-width:760px){.pg-jurisdiction-page .pg-jurisdiction-hero{min-height:auto;padding-top:72px;padding-bottom:64px;background-position:62% center}.pg-jurisdiction-reviews{grid-template-columns:1fr}.pg-jurisdiction-team__grid img{width:112px;height:148px}.pg-visual-root [style*="assets/team/"]{width:132px!important;height:170px!important}}

/* v6.4.1 — navigation state: underline sits below the label and stays on current page */
.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch){
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:10px 0 12px!important;
  border:0!important;
  line-height:1.25!important;
}
.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch)::after{
  left:0!important;
  right:0!important;
  bottom:3px!important;
  height:2px!important;
  border-radius:2px!important;
  transform:scaleX(0)!important;
  transform-origin:center!important;
}
.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch):hover::after,
.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch)[aria-current="page"]::after{
  transform:scaleX(1)!important;
}
.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch)[aria-current="page"]{
  color:#0f1f3d!important;
  font-weight:800!important;
}
.pg-site-head__utility nav a{position:relative;padding:5px 0 7px}
.pg-site-head__utility nav a::after{content:"";position:absolute;left:0;right:0;bottom:1px;height:1.5px;border-radius:2px;background:#61e5bd;transform:scaleX(0);transition:transform .2s ease}
.pg-site-head__utility nav a:hover::after,.pg-site-head__utility nav a[aria-current="page"]::after{transform:scaleX(1)}
@media(max-width:820px){.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch){display:flex!important;padding:11px 4px 14px!important}.pg-site-head__main .pg-visual-nav>a:not(.pg-lang-switch)::after{bottom:5px!important}}

/* v6.4.2 — white primary navigation above the dark utility bar */
#dc-root .pg-site-head>.pg-site-head__main{top:0!important;z-index:1202!important}
#dc-root .pg-site-head>.pg-site-head__utility{top:82px!important;z-index:1201!important}
.admin-bar #dc-root .pg-site-head>.pg-site-head__main{top:32px!important}
.admin-bar #dc-root .pg-site-head>.pg-site-head__utility{top:114px!important}
@media(max-width:782px){.admin-bar #dc-root .pg-site-head>.pg-site-head__main{top:46px!important}.admin-bar #dc-root .pg-site-head>.pg-site-head__utility{top:118px!important}}
@media(max-width:820px){#dc-root .pg-site-head>.pg-site-head__main{top:0!important}#dc-root .pg-site-head>.pg-site-head__utility{top:72px!important}.admin-bar #dc-root .pg-site-head>.pg-site-head__main{top:46px!important}.admin-bar #dc-root .pg-site-head>.pg-site-head__utility{top:118px!important}}
