/* IDMate globe hero — scoped so the light standards / FAQ sections stay intact. */
:root {
  --globe-bg: #070b17;
  --globe-surface: #0d1528;
  --globe-surface-soft: rgba(13, 21, 40, 0.72);
  --globe-border: rgba(148, 173, 255, 0.16);
  --globe-text: #f7f9ff;
  --globe-muted: #9aa8c5;
  --globe-muted-2: #6e7d9e;
  --globe-blue: #79a1ff;
  --globe-blue-strong: #4d7dff;
  --globe-green: #41d59a;
}

body.is-hero-top .site-header {
  color: var(--globe-text);
}

body.is-hero-top .site-header .nav-shell {
  border-bottom-color: rgba(255, 255, 255, 0.08);
  background: transparent;
}

body.is-hero-top .site-header .brand { color: #12319A; }
body.is-hero-top .site-header .desktop-nav a,
body.is-hero-top .site-header .language-switch,
body.is-hero-top .site-header .language-switch a,
body.is-hero-top .site-header .menu-button { color: var(--globe-text); }

body.is-hero-top .site-header .desktop-nav a::after { background: var(--globe-blue); }

.globe-hero {
  position: relative;
  z-index: 0;
  display: flex;
  min-height: min(900px, 100vh);
  align-items: center;
  overflow: hidden;
  padding: 110px 0 154px;
  isolation: isolate;
  background: var(--globe-bg);
  color: var(--globe-text);
}

.globe-hero::before {
  position: absolute;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(ellipse 70% 60% at 15% 34%, rgba(50, 100, 221, 0.18), transparent 64%),
    radial-gradient(ellipse 60% 50% at 86% 25%, rgba(109, 78, 207, 0.15), transparent 60%),
    radial-gradient(ellipse 70% 40% at 58% 100%, rgba(28, 69, 174, 0.14), transparent 70%);
  content: "";
}

.globe-hero__stars,
.globe-hero__dots { position: absolute; inset: 0; z-index: -3; pointer-events: none; }
.globe-hero__stars { background-image: linear-gradient(rgba(147, 173, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(147, 173, 255, 0.045) 1px, transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 86%); }
.globe-hero__dots { opacity: 0.7; background-image: radial-gradient(1px 1px at 24px 38px, rgba(255, 255, 255, 0.42), transparent), radial-gradient(1px 1px at 120px 108px, rgba(154, 184, 255, 0.4), transparent), radial-gradient(1.5px 1.5px at 246px 52px, rgba(255, 255, 255, 0.42), transparent), radial-gradient(1px 1px at 380px 168px, rgba(126, 166, 255, 0.34), transparent), radial-gradient(1.5px 1.5px at 520px 96px, rgba(255, 255, 255, 0.32), transparent), radial-gradient(1px 1px at 760px 42px, rgba(152, 187, 255, 0.42), transparent), radial-gradient(1px 1px at 920px 152px, rgba(255, 255, 255, 0.28), transparent), radial-gradient(1.5px 1.5px at 1120px 76px, rgba(151, 178, 255, 0.36), transparent); background-size: 1200px 210px; animation: globe-hero-stars-drift 70s linear infinite; }
.globe-hero__wash { position: absolute; z-index: -2; border: 1px solid rgba(117, 148, 242, 0.11); border-radius: 50%; pointer-events: none; }
.globe-hero__wash--one { top: 20%; right: -330px; width: 680px; height: 680px; animation: globe-hero-wash-drift 18s ease-in-out infinite; }
.globe-hero__wash--two { bottom: -540px; left: 32%; width: 780px; height: 780px; opacity: 0.45; }

.globe-hero__grid { position: relative; z-index: 1; display: grid; width: min(calc(100% - 64px), 1320px); margin-inline: auto; grid-template-columns: minmax(340px, 0.72fr) minmax(680px, 1.28fr); gap: 54px; align-items: center; }
.globe-hero__copy { position: relative; z-index: 3; max-width: 560px; }
.globe-hero__eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 25px; color: var(--globe-blue); font-size: 11px; font-weight: 800; letter-spacing: 0.18em; }
.globe-hero__eyebrow span { width: 8px; height: 8px; border: 2px solid #91b1ff; border-radius: 50%; box-shadow: 0 0 0 5px rgba(121, 161, 255, 0.13), 0 0 18px rgba(121, 161, 255, 0.7); animation: globe-hero-pulse 2.8s ease-out infinite; }
.globe-hero__brand { margin: 0 0 21px; color: #f7f9ff; font-family: "Space Grotesk", "Avenir Next", Arial, sans-serif; font-size: clamp(58px, 6.1vw, 86px); font-weight: 700; line-height: 0.85; letter-spacing: -0.07em; }
.globe-hero h1 { max-width: 580px; margin: 0 0 24px; color: var(--globe-text); font-family: "Space Grotesk", "Avenir Next", Arial, sans-serif; font-size: clamp(42px, 4.4vw, 64px); font-weight: 600; line-height: 1.02; letter-spacing: -0.045em; }
.globe-hero h1 span { background: linear-gradient(120deg, #f7f9ff 0%, #8db1ff 62%, #c0a8ff 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.globe-hero .hero-lead { max-width: 520px; margin: 0 0 30px; color: var(--globe-muted); font-size: 17px; line-height: 1.65; }
.globe-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.globe-hero__actions .button { min-height: 50px; padding: 13px 21px; border-radius: 11px; font-size: 14px; }
.globe-hero__actions .button--primary { background: linear-gradient(135deg, #5687ff, #7d65e9); box-shadow: 0 12px 28px rgba(63, 103, 228, 0.28); }
.globe-hero__actions .button--ghost { border: 1px solid rgba(168, 188, 255, 0.23); background: rgba(255, 255, 255, 0.035); color: #cfdaef; }
.globe-hero__actions .button--ghost:hover { border-color: rgba(168, 188, 255, 0.45); background: rgba(255, 255, 255, 0.08); color: #fff; }
.globe-hero__demo-button { cursor: pointer; }
.globe-hero__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; width: 100%; margin: 39px 0 0; padding: 0; list-style: none; }
.globe-hero__steps li { display: grid; gap: 4px; min-height: 67px; padding: 10px 9px; border: 1px solid rgba(152, 176, 255, 0.12); border-radius: 9px; background: rgba(255, 255, 255, 0.025); color: var(--globe-muted); }
.globe-hero__steps li > span { color: #6f8eea; font-family: "Space Grotesk", Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 0.04em; }
.globe-hero__steps li strong { color: #e4eaff; font-size: 12px; font-weight: 700; }
.globe-hero__steps li small { color: var(--globe-muted-2); font-size: 9px; white-space: nowrap; }
.globe-hero__proof { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 22px; color: var(--globe-muted-2); font-size: 10px; }
.globe-hero__proof-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--globe-green); box-shadow: 0 0 0 4px rgba(65, 213, 154, 0.12); }
.globe-hero__proof-divider { width: 1px; height: 12px; background: rgba(152, 176, 255, 0.18); }

.globe-hero__visual { position: relative; min-height: 640px; opacity: 1; animation: none; }
.globe-hero__visual-label { position: absolute; top: 4px; right: 4px; left: 8px; z-index: 10; display: flex; align-items: center; justify-content: space-between; color: var(--globe-muted-2); font-size: 10px; letter-spacing: 0.03em; }
.globe-hero__visual-label span { display: inline-flex; align-items: center; gap: 6px; }
.globe-hero__visual-label svg { width: 13px; height: 13px; color: var(--globe-blue); }
.globe-hero__visual-label span:last-child svg { color: var(--globe-green); }
.globe-hero__world-wrap { position: absolute; top: 51%; left: -5%; width: 72%; aspect-ratio: 1; transform: translateY(-50%); }
.globe-hero__world { position: relative; width: 100%; height: 100%; border-radius: 50%; filter: drop-shadow(0 0 45px rgba(61, 109, 229, 0.28)); cursor: crosshair; transition: filter 300ms ease; }
.globe-hero__world:hover { filter: drop-shadow(0 0 65px rgba(72, 125, 255, 0.42)); }
.globe-hero__svg { width: 100%; height: 100%; overflow: visible; }
.globe-hero__grid-lines { fill: none; stroke: rgba(123, 164, 255, 0.25); stroke-width: 1.4; stroke-dasharray: 4 9; transform-box: fill-box; transform-origin: center; animation: globe-hero-grid-spin 26s linear infinite; }
.globe-hero__continents { fill: #4771d4; fill-opacity: 0.48; stroke: rgba(125, 169, 255, 0.56); stroke-width: 2.3; stroke-linejoin: round; transform-box: fill-box; transform-origin: center; animation: globe-hero-land-drift 18s ease-in-out infinite; }
.globe-hero__continent { outline: none; cursor: pointer; transition: fill 180ms ease, fill-opacity 180ms ease, filter 180ms ease, stroke 180ms ease; }
.globe-hero__continent:hover,
.globe-hero__continent:focus,
.globe-hero__continent.is-active { fill: #76a2ff; fill-opacity: 0.9; stroke: #b8d0ff; filter: drop-shadow(0 0 9px rgba(111, 157, 255, 0.9)); }
.globe-hero__rim { fill: none; stroke: rgba(125, 166, 255, 0.47); stroke-width: 2; }
.globe-hero__atmosphere { position: absolute; inset: -14px; z-index: 2; border-radius: 50%; background: radial-gradient(circle at 38% 28%, transparent 56%, rgba(83, 135, 255, 0.2) 70%, transparent 80%); pointer-events: none; animation: globe-hero-atmosphere 4.5s ease-in-out infinite; }
.globe-hero__hotspots { position: absolute; inset: 0; z-index: 5; pointer-events: none; }
.globe-hero__hotspot { position: absolute; top: var(--y); left: var(--x); display: grid; width: 28px; height: 28px; place-items: center; padding: 0; border: 0; border-radius: 50%; background: transparent; cursor: pointer; pointer-events: auto; transform: translate(-50%, -50%); }
.globe-hero__hotspot::before { width: 8px; height: 8px; border: 2px solid #fff; border-radius: 50%; background: var(--globe-blue); box-shadow: 0 0 0 5px rgba(121, 161, 255, 0.18), 0 0 22px rgba(121, 161, 255, 0.9); content: ""; transition: transform 180ms ease, background 180ms ease; }
.globe-hero__hotspot::after { position: absolute; inset: 3px; border: 1px solid rgba(121, 161, 255, 0.65); border-radius: 50%; animation: globe-hero-hotspot-pulse 2.5s ease-out infinite; content: ""; }
.globe-hero__hotspot:nth-child(2)::after { animation-delay: -0.4s; }.globe-hero__hotspot:nth-child(3)::after { animation-delay: -0.8s; }.globe-hero__hotspot:nth-child(4)::after { animation-delay: -1.2s; }.globe-hero__hotspot:nth-child(5)::after { animation-delay: -1.6s; }.globe-hero__hotspot:nth-child(6)::after { animation-delay: -2s; }
.globe-hero__hotspot span { position: absolute; bottom: 29px; left: 50%; padding: 6px 9px; border: 1px solid rgba(144, 171, 255, 0.2); border-radius: 7px; background: rgba(11, 20, 41, 0.9); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28); color: #cedaff; font-size: 9px; font-weight: 700; opacity: 0; pointer-events: none; white-space: nowrap; transform: translate(-50%, 5px); transition: opacity 170ms ease, transform 170ms ease; }
.globe-hero__hotspot:hover::before,.globe-hero__hotspot:focus-visible::before,.globe-hero__hotspot.is-active::before { background: #a9c4ff; transform: scale(1.3); }
.globe-hero__hotspot:hover span,.globe-hero__hotspot:focus-visible span,.globe-hero__hotspot.is-active span { opacity: 1; transform: translate(-50%, 0); }
.globe-hero__hotspot:focus-visible { outline: 2px solid rgba(151, 185, 255, 0.8); outline-offset: 4px; }
.globe-hero__orbit { position: absolute; inset: 7%; z-index: -1; border: 1px solid rgba(102, 143, 248, 0.17); border-radius: 50%; transform: rotate(-19deg) scaleY(0.27); }
.globe-hero__orbit--two { inset: 19%; border-style: dashed; opacity: 0.64; transform: rotate(24deg) scaleY(0.2); }

.globe-hero__comparison { position: absolute; top: 50%; right: -1%; z-index: 12; width: min(410px, 54%); padding: 22px; border: 1px solid var(--globe-border); border-radius: 22px; background: linear-gradient(155deg, rgba(20, 31, 57, 0.88), rgba(10, 17, 34, 0.78)); box-shadow: 0 24px 70px rgba(0, 0, 0, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.08); backdrop-filter: blur(18px); transform: translateY(-50%); transition: border-color 220ms ease, box-shadow 220ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1); }
.globe-hero__comparison:hover { border-color: rgba(148, 180, 255, 0.33); box-shadow: 0 30px 82px rgba(0, 0, 0, 0.54), 0 0 0 4px rgba(90, 132, 250, 0.06); transform: translateY(calc(-50% - 5px)); }
.globe-hero__comparison-head { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.globe-hero__comparison-flag { display: grid; width: 36px; height: 36px; flex: 0 0 36px; place-items: center; border: 1px solid rgba(135, 169, 255, 0.28); border-radius: 11px; background: linear-gradient(135deg, #345bb6, #6e67d7); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: 0.03em; }
.globe-hero__comparison-head h2 { margin: 0 0 2px; color: #f0f4ff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 17px; font-weight: 600; }
.globe-hero__comparison-head p { margin: 0; color: var(--globe-muted); font-size: 11px; }
.globe-hero__comparison-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.globe-hero__comparison-card { position: relative; margin: 0; overflow: hidden; aspect-ratio: 0.77 / 1; border: 1px solid rgba(151, 177, 255, 0.16); border-radius: 13px; background: #dbe3f2; }
.globe-hero__comparison-image { position: absolute; inset: 0; overflow: hidden; }
.globe-hero__comparison-card img { width: 100%; height: 100%; object-fit: cover; object-position: center 39%; transition: transform 600ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease; }
.globe-hero__comparison-card--before img { filter: saturate(0.67) brightness(0.73) contrast(0.96); transform: scale(1.06); }
.globe-hero__comparison-card--before::after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5, 11, 26, 0.06), rgba(5, 11, 26, 0.4)); content: ""; pointer-events: none; }
.globe-hero__comparison-card--after { background: #fff; }
.globe-hero__comparison-card--after img { filter: saturate(1.03) brightness(1.05) contrast(1.03); }
.globe-hero__comparison-card:hover img { transform: scale(1.04); }
.globe-hero__comparison-card--before:hover img { transform: scale(1.1); }
.globe-hero__comparison-card > span { position: absolute; top: 9px; left: 9px; z-index: 2; padding: 5px 8px; border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 999px; background: rgba(6, 14, 30, 0.62); color: #e1e9ff; font-size: 9px; font-weight: 800; letter-spacing: 0.08em; }
.globe-hero__comparison-card--after > span { border-color: rgba(65, 213, 154, 0.35); background: rgba(22, 108, 78, 0.76); color: #bff6dc; }
.globe-hero__comparison-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-top: 14px; }
.globe-hero__comparison-foot strong { display: block; color: #f4f7ff; font-family: "Space Grotesk", Arial, sans-serif; font-size: 15px; }
.globe-hero__comparison-foot small { display: block; margin-top: 2px; color: var(--globe-muted-2); font-size: 10px; }
.globe-hero__compliant { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border: 1px solid rgba(65, 213, 154, 0.22); border-radius: 999px; background: rgba(65, 213, 154, 0.1); color: #72e8b3; font-size: 10px; font-weight: 700; white-space: nowrap; }
.globe-hero__compliant svg { width: 12px; height: 12px; }
.globe-hero__comparison-processing { display: flex; align-items: center; gap: 7px; margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(142, 168, 245, 0.12); color: var(--globe-muted-2); font-size: 10px; }
.globe-hero__processing-dot { width: 6px; height: 6px; flex: 0 0 6px; border-radius: 50%; background: var(--globe-green); box-shadow: 0 0 0 4px rgba(65, 213, 154, 0.12); }

.globe-hero__region-rail { position: absolute; right: max(32px, calc((100% - 1320px) / 2)); bottom: 28px; left: max(32px, calc((100% - 1320px) / 2)); z-index: 20; display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); border-top: 1px solid rgba(145, 171, 255, 0.2); }
.globe-hero__region-rail button { position: relative; display: grid; gap: 4px; min-width: 0; padding: 18px 7px 3px; border: 0; background: transparent; color: var(--globe-muted-2); cursor: pointer; text-align: center; transition: color 180ms ease, transform 180ms ease; }
.globe-hero__region-rail button::before { position: absolute; top: -5px; left: 50%; width: 8px; height: 8px; border: 2px solid var(--globe-bg); border-radius: 50%; background: #6884d3; box-shadow: 0 0 0 3px rgba(104, 132, 211, 0.16); content: ""; transform: translateX(-50%); transition: width 180ms ease, height 180ms ease, background 180ms ease, box-shadow 180ms ease; }
.globe-hero__region-rail button::after { position: absolute; top: 0; right: 0; bottom: 0; width: 1px; background: rgba(145, 171, 255, 0.1); content: ""; }
.globe-hero__region-rail button:last-child::after { display: none; }
.globe-hero__region-rail button:hover,.globe-hero__region-rail button:focus-visible,.globe-hero__region-rail button.is-active { color: #e1e9ff; transform: translateY(-2px); }
.globe-hero__region-rail button:hover::before,.globe-hero__region-rail button:focus-visible::before,.globe-hero__region-rail button.is-active::before { width: 11px; height: 11px; background: var(--globe-blue); box-shadow: 0 0 0 4px rgba(121, 161, 255, 0.2), 0 0 15px rgba(121, 161, 255, 0.64); }
.globe-hero__region-rail button:focus-visible { outline: 2px solid rgba(121, 161, 255, 0.6); outline-offset: -3px; border-radius: 7px; }
.globe-hero__region-rail span { position: absolute; top: -30px; left: 50%; width: max-content; max-width: 94%; overflow: hidden; color: inherit; font-size: 10px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; transform: translateX(-50%); }
.globe-hero__region-rail small { overflow: hidden; color: #6e7d9e; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.globe-hero__region-rail button.is-active small { color: #91a9e3; }
.globe-hero__scroll { position: absolute; right: 29px; bottom: 36px; z-index: 21; display: inline-flex; align-items: center; gap: 8px; color: #6e7d9e; font-size: 9px; letter-spacing: 0.12em; text-transform: uppercase; writing-mode: vertical-rl; }
.globe-hero__scroll svg { width: 13px; height: 13px; animation: globe-hero-scroll 1.8s ease-in-out infinite; }

.globe-hero.is-demo-playing .globe-hero__comparison { border-color: rgba(121, 161, 255, 0.48); box-shadow: 0 0 0 5px rgba(121, 161, 255, 0.08), 0 28px 82px rgba(0, 0, 0, 0.52); }
.globe-hero.is-demo-playing .globe-hero__processing-dot { animation: globe-hero-pulse 0.7s ease-out infinite; }

@keyframes globe-hero-stars-drift { from { background-position: 0 0; } to { background-position: 1200px 0; } }
@keyframes globe-hero-wash-drift { 0%, 100% { transform: translate3d(0, 0, 0) rotate(0deg); } 50% { transform: translate3d(-18px, 14px, 0) rotate(7deg); } }
@keyframes globe-hero-grid-spin { 0% { transform: rotate(-4deg) scaleX(0.98); } 50% { transform: rotate(4deg) scaleX(1); } 100% { transform: rotate(-4deg) scaleX(0.98); } }
@keyframes globe-hero-land-drift { 0%, 100% { transform: translateX(-2px); } 50% { transform: translateX(5px); } }
@keyframes globe-hero-atmosphere { 0%, 100% { opacity: 0.62; } 50% { opacity: 1; } }
@keyframes globe-hero-hotspot-pulse { 0% { opacity: 0.8; transform: scale(0.6); } 80%, 100% { opacity: 0; transform: scale(2.4); } }
@keyframes globe-hero-pulse { 0% { opacity: 0.85; transform: scale(0.78); } 80%, 100% { opacity: 0; transform: scale(1.8); } }
@keyframes globe-hero-scroll { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(5px); } }

@media (max-width: 1180px) {
  .globe-hero__grid { grid-template-columns: minmax(300px, 0.68fr) minmax(620px, 1.32fr); gap: 24px; }
  .globe-hero__visual { min-height: 600px; }
  .globe-hero__world-wrap { left: -7%; width: 70%; }
  .globe-hero__comparison { width: min(380px, 55%); padding: 18px; }
}

@media (max-width: 980px) {
  .globe-hero { min-height: 0; padding: 112px 0 150px; }
  .globe-hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: 56px; }
  .globe-hero__copy { max-width: 700px; }
  .globe-hero__visual { width: min(100%, 760px); min-height: 620px; margin-inline: auto; }
  .globe-hero__world-wrap { left: -2%; width: 70%; }
  .globe-hero__comparison { right: 0; width: 43%; }
  .globe-hero__region-rail { right: 32px; left: 32px; }
  .globe-hero__scroll { display: none; }
}

@media (max-width: 680px) {
  body.is-hero-top .site-header .nav-shell { border-bottom-color: rgba(255, 255, 255, 0.08); }
  .globe-hero { padding: 95px 0 177px; }
  .globe-hero__grid { width: min(calc(100% - 32px), 1320px); gap: 36px; }
  .globe-hero__eyebrow { margin-bottom: 20px; font-size: 9px; }
  .globe-hero__brand { font-size: 56px; }
  .globe-hero h1 { font-size: 38px; }
  .globe-hero .hero-lead { font-size: 15px; }
  .globe-hero__actions { gap: 9px; }
  .globe-hero__actions .button { width: 100%; justify-content: center; }
  .globe-hero__steps { gap: 5px; margin-top: 28px; }
  .globe-hero__steps li { min-height: 72px; padding: 8px 6px; }
  .globe-hero__steps li strong { font-size: 10px; }
  .globe-hero__steps li small { overflow: hidden; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
  .globe-hero__proof { font-size: 9px; }
  .globe-hero__visual { min-height: 505px; }
  .globe-hero__visual-label { top: 0; font-size: 8px; }
  .globe-hero__world-wrap { top: 35%; left: 4%; width: 66%; }
  .globe-hero__comparison { top: 65%; right: 0; width: 63%; padding: 13px; border-radius: 15px; }
  .globe-hero__comparison-head { gap: 8px; margin-bottom: 10px; }
  .globe-hero__comparison-flag { width: 28px; height: 28px; flex-basis: 28px; border-radius: 8px; font-size: 8px; }
  .globe-hero__comparison-head h2 { font-size: 13px; }
  .globe-hero__comparison-head p { font-size: 8px; }
  .globe-hero__comparison-pair { gap: 7px; }
  .globe-hero__comparison-card > span { top: 6px; left: 6px; padding: 4px 5px; font-size: 7px; }
  .globe-hero__comparison-foot { padding-top: 9px; }
  .globe-hero__comparison-foot strong { font-size: 11px; }
  .globe-hero__comparison-foot small { font-size: 7px; }
  .globe-hero__compliant { padding: 4px 6px; font-size: 7px; }
  .globe-hero__comparison-processing { margin-top: 8px; padding-top: 8px; font-size: 8px; }
  .globe-hero__region-rail { right: 16px; bottom: 22px; left: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); row-gap: 1px; }
  .globe-hero__region-rail button { min-height: 38px; padding: 14px 4px 2px; }
  .globe-hero__region-rail span { top: -23px; font-size: 8px; }
  .globe-hero__region-rail small { font-size: 7px; }
  .globe-hero__region-rail button:nth-child(3)::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .globe-hero__world { animation: none; }
}

/* IDMate hero refresh: an original collage layout inspired by the supplied
   reference, with a clear selfie-to-document story and its own visual system. */
.idmate-hero {
  min-height: calc(100svh - 220px);
  padding: 48px clamp(24px, 4.5vw, 40px) 16px;
  overflow: hidden;
  background: #ffffff;
  color: #17191d;
}
.idmate-hero::before {
  background: radial-gradient(circle at 86% 42%, rgba(157, 210, 242, 0.14), transparent 42%), linear-gradient(180deg, #ffffff 0%, #f7f7f5 48%, #ffffff 100%);
}
.idmate-hero__grid { position: relative; z-index: 1; display: grid; width: min(100%, 1310px); margin-inline: auto; grid-template-columns: minmax(375px, 0.91fr) minmax(590px, 1.17fr); gap: clamp(36px, 5.1vw, 78px); align-items: center; }
.idmate-hero__copy { position: relative; z-index: 3; max-width: 605px; }
.idmate-hero__eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 26px; color: #5b6470; font-size: 12px; font-weight: 800; letter-spacing: 0.17em; }
.idmate-hero__eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: #7eb6df; box-shadow: 0 0 0 5px rgba(126, 182, 223, 0.18); }
.idmate-hero h1 { max-width: 650px; margin: 0 0 25px; color: #111418; font-family: "Space Grotesk", "Avenir Next", Arial, sans-serif; font-size: clamp(46px, 5.3vw, 73px); font-weight: 600; line-height: 1.03; letter-spacing: -0.035em; }
.idmate-hero h1 span { display: inline; background: linear-gradient(100deg, #111418 0%, #6e7680 90%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.idmate-hero__lead { max-width: 515px; margin: 0 0 32px; color: #626a73; font-size: 18px; line-height: 1.65; }
.idmate-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.idmate-hero__actions .button { min-height: 54px; padding: 13px 22px; border-radius: 12px; font-size: 15px; }
.idmate-hero__actions .button--primary { background: #12319A; box-shadow: 0 12px 25px rgba(18, 49, 154, 0.28); }
.idmate-hero__actions .button--ghost { border-color: rgba(24, 27, 32, 0.16); background: rgba(255, 255, 255, 0.76); color: #20252a; }
.idmate-hero__actions .button--ghost:hover { border-color: rgba(24, 27, 32, 0.34); background: #fff; }
.idmate-hero__trust { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin-top: 24px; color: #7d858e; font-size: 12px; }
.idmate-hero__trust-mark { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 50%; background: #1a9365; color: #fff; font-size: 11px; font-weight: 800; }
.idmate-hero__trust i { width: 1px; height: 13px; background: rgba(32, 38, 44, 0.16); }
.idmate-hero__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; width: min(100%, 540px); margin: 38px 0 0; padding: 0; list-style: none; }
.idmate-hero__steps li { display: grid; gap: 4px; min-height: 58px; padding: 11px 9px; border-top: 1px solid rgba(31, 37, 42, 0.18); color: #818992; }
.idmate-hero__steps b { color: #a3abb2; font-family: "Space Grotesk", Arial, sans-serif; font-size: 11px; }
.idmate-hero__steps span { color: #353c43; font-size: 12px; font-weight: 700; }

.idmate-hero__visual { position: relative; min-height: 652px; margin-top: -28px; padding-bottom: 22px; perspective: 1200px; isolation: isolate; }
.idmate-hero__halo { position: absolute; top: 2%; right: 1.5%; width: 80%; aspect-ratio: 1; border: 1px solid rgba(83, 91, 98, 0.1); border-radius: 50%; box-shadow: 0 0 0 18px rgba(83, 91, 98, 0.025), 0 0 0 42px rgba(83, 91, 98, 0.018); }
.idmate-hero__yellow-panel { position: absolute; top: 7%; right: 1.5%; bottom: 6%; left: 23.5%; z-index: -1; border-radius: 42px 126px 42px 42px; background: linear-gradient(145deg, #eef8ff 0%, #cce7fb 56%, #a8d0ee 100%); box-shadow: 0 27px 50px rgba(95, 152, 199, 0.2); transform: rotate(-2deg); }
.idmate-hero__yellow-panel::before { position: absolute; top: 7%; right: 6%; width: 100px; height: 100px; border: 1px solid rgba(255, 255, 255, 0.42); border-radius: 50%; content: ""; }
.idmate-hero__yellow-panel::after { position: absolute; right: 10%; bottom: 9%; width: 150px; height: 36px; border-top: 1px solid rgba(255, 255, 255, 0.45); border-radius: 50%; content: ""; transform: rotate(-12deg); }
.idmate-hero__source-card, .idmate-hero__result-card { position: absolute; border: 1px solid rgba(32, 37, 42, 0.12); background: rgba(255, 255, 255, 0.92); box-shadow: 0 24px 45px rgba(49, 52, 51, 0.17); backdrop-filter: blur(14px); }
.idmate-hero__source-card { top: 20%; left: 3%; z-index: 3; width: 46%; padding: 12px; border-radius: 18px; transform: rotate(-8deg); transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1); }
.idmate-hero__source-card:hover { transform: rotate(-4deg) translateY(-5px); }
.idmate-hero__source-top { display: flex; align-items: center; justify-content: space-between; padding: 2px 2px 9px; color: #737c84; font-size: 9px; font-weight: 800; letter-spacing: 0.12em; }
.idmate-hero__source-top b { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: #a7d5f6; color: #2f526c; font-size: 10px; letter-spacing: 0; }
.idmate-hero__source-image { position: relative; overflow: hidden; aspect-ratio: 0.82 / 1; border-radius: 11px; background: #d7d9d8; }
.idmate-hero__source-image picture,
.idmate-hero__result-image picture { display: block; width: 100%; height: 100%; }
.idmate-hero__source-image::before { position: absolute; inset: -10%; z-index: 1; background: linear-gradient(90deg, rgba(68, 87, 90, 0.28), transparent 32% 62%, rgba(174, 126, 76, 0.22)), radial-gradient(ellipse at 13% 20%, rgba(61, 76, 79, 0.44) 0 14%, transparent 30%), radial-gradient(ellipse at 88% 77%, rgba(192, 156, 111, 0.34) 0 13%, transparent 27%); filter: blur(10px); content: ""; }
.idmate-hero__source-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: blur(1.6px) saturate(0.73) brightness(0.9) contrast(0.92); transform: rotate(-5deg) scale(1.14); background: transparent; }
.idmate-hero__source-guides { position: absolute; inset: 0; z-index: 2; pointer-events: none; }
.idmate-hero__source-guides::before { position: absolute; top: 0; bottom: 0; left: 50%; border-left: 1px dashed rgba(255, 255, 255, 0.78); content: ""; }
.idmate-hero__source-guides::after { position: absolute; top: 50%; right: 0; left: 0; border-top: 1px dashed rgba(255, 255, 255, 0.42); content: ""; }
.idmate-hero__source-card p { margin: 9px 2px 0; color: #8b6e5e; font-size: 10px; }
.idmate-hero__result-card { top: 10%; right: 3.5%; z-index: 5; width: 44%; padding: 16px; border-radius: 21px; transform: rotate(4deg); transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 300ms ease; }
.idmate-hero__result-card:hover { transform: rotate(2deg) translateY(-6px); box-shadow: 0 30px 54px rgba(49, 52, 51, 0.2); }
.idmate-hero__result-head { display: flex; align-items: center; gap: 8px; margin-bottom: 11px; }
.idmate-hero__result-head .globe-hero__comparison-flag { width: 29px; height: 29px; flex-basis: 29px; border-radius: 8px; font-size: 9px; }
.idmate-hero__result-head h2 { margin: 0 0 2px; color: #1b2025; font-family: "Space Grotesk", Arial, sans-serif; font-size: 13px; }
.idmate-hero__result-head p { margin: 0; color: #7b838c; font-size: 8px; }
.idmate-hero__result-image { position: relative; overflow: hidden; aspect-ratio: 0.75 / 1; border: 1px solid rgba(30, 36, 42, 0.1); border-radius: 11px; background: #fff; filter: saturate(1.04) contrast(1.04); }
.idmate-hero__result-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; background: #fff; }
.idmate-hero__result-foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-top: 10px; }
.idmate-hero__result-foot strong { display: block; color: #20252a; font-family: "Space Grotesk", Arial, sans-serif; font-size: 12px; }
.idmate-hero__result-foot small { display: block; margin-top: 2px; color: #858d95; font-size: 7px; }
.idmate-hero__result-foot .globe-hero__compliant { padding: 4px 6px; font-size: 8px; }
.idmate-hero__result-status { display: flex; align-items: center; gap: 6px; margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(42, 49, 55, 0.1); color: #7c858d; font-size: 8px; }
.idmate-hero__arrow { position: absolute; top: 45%; left: 40%; z-index: 6; display: grid; gap: 3px; place-items: center; color: #375d77; transform: rotate(-10deg); }
.idmate-hero__arrow span { font-size: 8px; font-weight: 800; letter-spacing: 0.14em; }
.idmate-hero__arrow b { font-size: 28px; font-weight: 400; line-height: 1; }
.idmate-hero__chips { position: absolute; right: 1.5%; bottom: 6px; left: 18%; z-index: 6; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.idmate-hero__chips button { padding: 8px 13px; border: 1px solid rgba(40, 45, 49, 0.14); border-radius: 999px; background: rgba(255, 255, 255, 0.82); color: #4b535b; font-size: 11px; font-weight: 700; cursor: pointer; box-shadow: 0 6px 13px rgba(50, 53, 48, 0.09); transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.idmate-hero__chips button:hover, .idmate-hero__chips button:focus-visible, .idmate-hero__chips button.is-active { background: #1c2228; color: #fff; transform: translateY(-2px); outline: none; }
.idmate-hero__visual[data-active-region="europe"] .idmate-hero__source-card { top: 4%; left: 1%; width: 48%; transform: rotate(-3deg); }
.idmate-hero__visual[data-active-region="europe"] .idmate-hero__source-image { aspect-ratio: 0.58 / 1; background: #e8e0d7; }
.idmate-hero__visual[data-active-region="europe"] .idmate-hero__source-image img { object-position: center center; transform: scale(1.01); }
.idmate-hero__visual[data-active-region="europe"] .idmate-hero__source-image::after { display: none; }
.idmate-hero__visual[data-active-region="europe"] .idmate-hero__result-image { filter: brightness(1.14) saturate(0.92) contrast(1.04); }
.idmate-hero__visual[data-active-region="europe"] .idmate-hero__result-image img { object-position: center 42%; transform: scale(1.02); transform-origin: center center; }
.idmate-hero__visual[data-active-region="asia"] .idmate-hero__source-card { transform: rotate(-3deg) perspective(800px) rotateX(-8deg); }
.idmate-hero__visual[data-active-region="asia"] .idmate-hero__source-image img { object-position: center 26%; transform: rotate(-1deg) scale(1.2) translateY(4%); }
.idmate-hero__visual[data-active-region="asia"] .idmate-hero__source-image::after { position: absolute; top: 0; right: 0; left: 0; height: 24%; background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), transparent); content: ""; }
.idmate-hero__visual[data-active-region="north-america"] .idmate-hero__source-card { transform: rotate(-8deg); }

/* The source photo should read as a clear, unedited phone shot in a busy room. */
.idmate-hero__source-image::before { inset: 0; background: linear-gradient(90deg, rgba(64, 78, 82, 0.08), transparent 34% 70%, rgba(171, 124, 71, 0.1)), radial-gradient(ellipse at 12% 18%, rgba(61, 76, 79, 0.13) 0 12%, transparent 30%), radial-gradient(ellipse at 88% 76%, rgba(192, 156, 111, 0.12) 0 13%, transparent 27%); filter: none; opacity: 1; }
.idmate-hero__source-image img { filter: saturate(0.82) brightness(0.96) contrast(0.95); transform: rotate(-5deg) scale(1.14); }
.idmate-hero__source-image img.hero-swap-layer,
.idmate-hero__result-image img.hero-swap-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.idmate-hero__source-guides { display: none; }
.idmate-hero.is-demo-playing .idmate-hero__arrow b { animation: idmate-hero-arrow-pulse 0.72s ease-in-out 2; }
.idmate-hero.is-demo-playing .idmate-hero__result-card { box-shadow: 0 0 0 5px rgba(22, 130, 91, 0.08), 0 28px 52px rgba(49, 52, 51, 0.2); }
.idmate-hero.is-demo-playing .idmate-hero__result-status .globe-hero__processing-dot { animation: globe-hero-pulse 0.7s ease-out 2; }
@keyframes idmate-hero-arrow-pulse { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(6px, 4px); } }

@media (max-width: 1100px) {
  .idmate-hero { padding-inline: clamp(24px, 5vw, 36px); }
  .idmate-hero__grid { grid-template-columns: minmax(320px, 0.84fr) minmax(500px, 1.16fr); gap: 38px; }
  .idmate-hero__visual { min-height: 582px; padding-bottom: 22px; }
}
@media (max-width: 900px) {
  .idmate-hero { padding: 12px clamp(24px, 5.5vw, 36px) 20px; }
  .idmate-hero__grid { display: flex; flex-direction: column; align-items: stretch; gap: 40px; width: 100%; }
  .idmate-hero__copy { max-width: 720px; }
  .idmate-hero__visual { width: 100%; min-height: 612px; margin-top: 0; padding-bottom: 22px; margin-inline: auto; }
}
@media (max-width: 600px) {
  .idmate-hero { min-height: 0; padding: 12px clamp(20px, 6vw, 28px) 16px; }
  .idmate-hero__grid { width: 100%; gap: 27px; }
  .idmate-hero__eyebrow { margin-bottom: 18px; font-size: 9px; }
  .idmate-hero h1 { font-size: 39px; }
  .idmate-hero__lead { font-size: 15px; }
  .idmate-hero__actions { gap: 8px; }
  .idmate-hero__actions .button { width: 100%; justify-content: center; }
  .idmate-hero__steps { margin-top: 28px; }
  .idmate-hero__steps li { min-height: 50px; padding: 8px 6px; }
  .idmate-hero__steps span { font-size: 10px; }
  .idmate-hero__visual { min-height: 482px; padding-bottom: 22px; }
  .idmate-hero__halo { top: 5%; right: 0; width: 90%; }
  .idmate-hero__yellow-panel { top: 11%; right: 0; bottom: 8%; left: 17%; border-radius: 30px 78px 30px 30px; }
  .idmate-hero__source-card { top: 23%; left: 1%; width: 50%; padding: 8px; border-radius: 13px; }
  .idmate-hero__source-top { padding-bottom: 6px; font-size: 7px; }
  .idmate-hero__source-top b { width: 21px; height: 21px; font-size: 8px; }
  .idmate-hero__source-card p { margin-top: 6px; font-size: 7px; }
  .idmate-hero__result-card { top: 14%; right: 1%; width: 47%; padding: 10px; border-radius: 15px; }
  .idmate-hero__result-head { gap: 6px; margin-bottom: 7px; }
  .idmate-hero__result-head .globe-hero__comparison-flag { width: 23px; height: 23px; flex-basis: 23px; font-size: 7px; }
  .idmate-hero__result-head h2 { font-size: 10px; }
  .idmate-hero__result-head p { font-size: 6px; }
  .idmate-hero__result-foot { padding-top: 7px; }
  .idmate-hero__result-foot strong { font-size: 9px; }
  .idmate-hero__result-foot small { font-size: 5px; }
  .idmate-hero__result-foot .globe-hero__compliant { padding: 3px 4px; font-size: 6px; }
  .idmate-hero__result-status { margin-top: 6px; padding-top: 6px; font-size: 6px; }
  .idmate-hero__arrow { top: 47%; left: 43%; }
  .idmate-hero__arrow span { font-size: 6px; }
  .idmate-hero__arrow b { font-size: 22px; }
  .idmate-hero__chips { right: 0; bottom: 0; left: 0; justify-content: center; }
  .idmate-hero__chips button { padding: 6px 8px; font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  .globe-hero__dots,
  .globe-hero__wash,
  .globe-hero__eyebrow span,
  .globe-hero__grid-lines,
  .globe-hero__continents,
  .globe-hero__atmosphere,
  .globe-hero__hotspot::after,
  .globe-hero__scroll svg { animation: none; }
}

/* 2026 refresh: light editorial globe inspired by the supplied reference. */
:root {
  --globe-bg: #f3f4f5;
  --globe-surface: #ffffff;
  --globe-surface-soft: rgba(255, 255, 255, 0.78);
  --globe-border: rgba(30, 36, 43, 0.13);
  --globe-text: #121417;
  --globe-muted: #5f6670;
  --globe-muted-2: #8b929b;
  --globe-blue: #4b5662;
  --globe-blue-strong: #1c232b;
  --globe-green: #16825b;
}

body.is-hero-top .site-header .nav-shell { border-bottom-color: rgba(18, 20, 23, 0.09); }
body.is-hero-top .site-header .brand { color: #12319A; }
body.is-hero-top .site-header .desktop-nav a,
body.is-hero-top .site-header .language-switch,
body.is-hero-top .site-header .language-switch a,
body.is-hero-top .site-header .menu-button { color: #191c20; }
body.is-hero-top .site-header .desktop-nav a[aria-current="page"] { color: #12319A; }
body.is-hero-top .site-header .desktop-nav a::after { background: #12319A; }
.site-header .brand { display: inline-flex; align-items: center; gap: 9px; letter-spacing: -0.06em; }
.site-header .brand__icon { width: 30px; height: 30px; border-radius: 9px; object-fit: cover; box-shadow: 0 5px 12px rgba(22, 28, 34, 0.16); }

.globe-hero {
  min-height: min(900px, 100vh);
  padding-bottom: 110px;
  background: #f3f4f5;
  color: #121417;
}

.globe-hero.idmate-hero {
  min-height: calc(100svh - 220px);
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 16px;
  background: #ffffff;
}

.globe-hero.idmate-hero::after {
  display: none;
}

.globe-hero.idmate-hero::before {
  background: radial-gradient(circle at 86% 42%, rgba(157, 210, 242, 0.14), transparent 42%), linear-gradient(180deg, #ffffff 0%, #f7f7f5 48%, #ffffff 100%);
}

.globe-hero::before {
  background:
    radial-gradient(ellipse 70% 68% at 12% 12%, rgba(255, 255, 255, 0.98), transparent 68%),
    radial-gradient(ellipse 68% 58% at 86% 32%, rgba(255, 255, 255, 0.86), transparent 70%),
    linear-gradient(180deg, #f8f8f8 0%, #eceef0 100%);
}

.globe-hero__stars {
  background-image: linear-gradient(rgba(35, 42, 50, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(35, 42, 50, 0.035) 1px, transparent 1px);
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 78%);
}
.globe-hero__dots { opacity: 0.24; background-image: radial-gradient(1px 1px at 24px 38px, rgba(35, 42, 50, 0.45), transparent), radial-gradient(1px 1px at 246px 52px, rgba(35, 42, 50, 0.35), transparent), radial-gradient(1px 1px at 760px 42px, rgba(35, 42, 50, 0.38), transparent); }
.globe-hero__wash { border-color: rgba(79, 88, 98, 0.1); }

.globe-hero__brand { display: inline-flex; align-items: center; gap: 14px; color: #171a1e; font-size: clamp(48px, 5.4vw, 76px); letter-spacing: -0.08em; }
.globe-hero__brand-icon { width: clamp(42px, 4.2vw, 64px); height: clamp(42px, 4.2vw, 64px); border-radius: 18px; object-fit: cover; box-shadow: 0 12px 24px rgba(26, 33, 41, 0.15); }
.globe-hero h1 { color: #15181c; }
.globe-hero h1 span { background: linear-gradient(120deg, #15181c 0%, #66717c 70%, #15181c 100%); -webkit-background-clip: text; background-clip: text; }
.globe-hero .hero-lead { color: #606872; }
.globe-hero__eyebrow { color: #626b75; }
.globe-hero__eyebrow span { border-color: #68727c; box-shadow: 0 0 0 5px rgba(89, 99, 110, 0.1), 0 0 18px rgba(89, 99, 110, 0.26); }
.globe-hero__actions .button--primary { background: #15181c; box-shadow: 0 12px 28px rgba(18, 22, 27, 0.18); }
.globe-hero__actions .button--ghost { border-color: rgba(22, 27, 33, 0.2); background: rgba(255, 255, 255, 0.6); color: #23282e; }
.globe-hero__actions .button--ghost:hover { border-color: rgba(22, 27, 33, 0.42); background: #fff; color: #111; }
.globe-hero__steps li { border-color: rgba(43, 50, 58, 0.12); background: rgba(255, 255, 255, 0.54); color: #68717b; }
.globe-hero__steps li > span { color: #626d78; }
.globe-hero__steps li strong { color: #252a30; }
.globe-hero__steps li small { color: #87909a; }
.globe-hero__proof { color: #7a838d; }
.globe-hero__proof-divider { background: rgba(52, 59, 67, 0.16); }

.globe-hero__visual-label { color: #7a838d; }
.globe-hero__visual-label svg { color: #5f6872; }
.globe-hero__visual-label span:last-child svg { color: #16825b; }
.globe-hero__world-wrap { top: 90%; left: -6%; width: 82%; clip-path: inset(0 0 46% 0); }
.globe-hero__world { filter: drop-shadow(0 20px 28px rgba(79, 88, 98, 0.18)); will-change: transform; animation: globe-hero-world-rotate 18s ease-in-out infinite; }
.globe-hero__world:hover { filter: drop-shadow(0 22px 36px rgba(79, 88, 98, 0.25)); }
.globe-hero__grid-lines { stroke: rgba(94, 103, 112, 0.22); stroke-width: 1.2; stroke-dasharray: 0; }
.globe-hero__continents { fill: #aab1b8; fill-opacity: 0.88; stroke: rgba(255, 255, 255, 0.96); stroke-width: 2.1; }
.globe-hero__continent-detail { fill: none; stroke: rgba(255, 255, 255, 0.56); stroke-width: 1.15; stroke-linecap: round; stroke-linejoin: round; opacity: 0.72; pointer-events: none; }
.globe-hero__continent:hover,
.globe-hero__continent:focus,
.globe-hero__continent.is-active { fill: #747e88; fill-opacity: 0.98; stroke: #fff; filter: drop-shadow(0 0 8px rgba(72, 81, 91, 0.38)); }
.globe-hero__rim { stroke: rgba(103, 111, 120, 0.3); stroke-width: 1.6; }
.globe-hero__atmosphere { background: radial-gradient(circle at 34% 24%, transparent 54%, rgba(255, 255, 255, 0.64) 72%, transparent 83%); }
.globe-hero__hotspot::before { border-color: #fff; background: #4e5863; box-shadow: 0 0 0 5px rgba(78, 88, 99, 0.14), 0 0 22px rgba(78, 88, 99, 0.36); }
.globe-hero__hotspot::after { border-color: rgba(78, 88, 99, 0.45); }
.globe-hero__hotspot span { border-color: rgba(43, 51, 59, 0.13); background: rgba(255, 255, 255, 0.92); box-shadow: 0 8px 20px rgba(40, 47, 54, 0.12); color: #3f4852; }
.globe-hero__hotspot:hover::before,.globe-hero__hotspot:focus-visible::before,.globe-hero__hotspot.is-active::before { background: #1d242b; }
.globe-hero__orbit { border-color: rgba(85, 95, 105, 0.14); }

.globe-hero__comparison { width: min(440px, 56%); padding: 23px; border-color: rgba(30, 36, 43, 0.14); border-radius: 24px; background: rgba(255, 255, 255, 0.84); box-shadow: 0 26px 70px rgba(43, 50, 57, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.9); backdrop-filter: blur(18px); }
.globe-hero__comparison:hover { border-color: rgba(30, 36, 43, 0.25); box-shadow: 0 30px 82px rgba(43, 50, 57, 0.2), 0 0 0 4px rgba(43, 50, 57, 0.04); }
.globe-hero__comparison-flag { border-color: rgba(33, 40, 47, 0.1); background: #20262c; color: #fff; }
.globe-hero__comparison-head h2 { color: #171b20; }
.globe-hero__comparison-head p { color: #68717b; }
.globe-hero__comparison-card { border-color: rgba(37, 44, 51, 0.16); background: #d3d7db; box-shadow: 0 8px 18px rgba(33, 40, 48, 0.08); }
.globe-hero__comparison-card--before { transform: rotate(-1.8deg); }
.globe-hero__comparison-card--after { transform: rotate(1.8deg); background: #fff; }
.globe-hero__comparison-card--before img { filter: blur(2.2px) saturate(0.55) brightness(0.8) contrast(0.88); transform: rotate(-4deg) scale(1.16); }
.globe-hero__comparison-card--before::before { position: absolute; inset: -12%; z-index: 1; background: linear-gradient(90deg, rgba(98, 111, 122, 0.3) 0 10%, transparent 10% 28%, rgba(201, 182, 155, 0.24) 28% 47%, transparent 47% 64%, rgba(64, 73, 79, 0.28) 64% 80%, transparent 80%), radial-gradient(ellipse at 16% 22%, rgba(72, 84, 92, 0.54) 0 13%, transparent 25%), radial-gradient(ellipse at 84% 76%, rgba(163, 130, 91, 0.42) 0 16%, transparent 28%), linear-gradient(180deg, rgba(222, 214, 198, 0.34), rgba(67, 76, 84, 0.26)); filter: blur(8px); mix-blend-mode: multiply; opacity: 0.78; content: ""; pointer-events: none; }
.globe-hero__comparison-card--before::after { background: linear-gradient(180deg, rgba(38, 43, 47, 0.12), rgba(38, 43, 47, 0.42)); }
.globe-hero__comparison-card--after img { filter: saturate(1.06) brightness(1.03) contrast(1.08); transform: scale(1.02); }
.globe-hero__comparison-card--after::before { position: absolute; inset: 8px; z-index: 1; border: 1px solid rgba(22, 130, 91, 0.24); border-radius: 8px; content: ""; pointer-events: none; }
.globe-hero__comparison-card > span { background: rgba(28, 34, 40, 0.8); color: #fff; }
.globe-hero__comparison-card--after > span { border-color: rgba(22, 130, 91, 0.28); background: rgba(22, 130, 91, 0.9); color: #fff; }
.globe-hero__comparison-notes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 10px; font-size: 9px; line-height: 1.3; }
.globe-hero__comparison-notes span { display: block; min-width: 0; }
.globe-hero__comparison-note--before { color: #8b6d60; }
.globe-hero__comparison-note--after { color: #16825b; text-align: right; }
.globe-hero__comparison-foot strong { color: #1b2025; }
.globe-hero__comparison-foot small { color: #7b848d; }
.globe-hero__compliant { border-color: rgba(22, 130, 91, 0.2); background: rgba(22, 130, 91, 0.08); color: #167952; }
.globe-hero__comparison-processing { border-top-color: rgba(44, 51, 58, 0.1); color: #7a838d; }
.globe-hero__processing-dot { background: #16825b; box-shadow: 0 0 0 4px rgba(22, 130, 91, 0.12); }
.globe-hero__scroll { color: #7b848d; }

/* Source state: a believable phone selfie instead of a graphic overlay. */
.globe-hero__comparison-card--before .globe-hero__comparison-image { z-index: 1; }
.globe-hero__comparison-card--before img { mix-blend-mode: multiply; filter: blur(1.9px) saturate(0.64) brightness(0.9) contrast(0.9); transform: rotate(-5.5deg) translate(4%, 2%) scale(1.19); }
.globe-hero__comparison-card--before::before { z-index: 0; inset: -16%; background: linear-gradient(90deg, rgba(74, 88, 93, 0.18), transparent 22% 68%, rgba(155, 123, 90, 0.16)), url("assets/portraits/primary-source-01.webp") center / cover no-repeat; filter: blur(13px); opacity: 0.92; transform: scale(1.08); }
.globe-hero__comparison-card--before::after { z-index: 2; background: linear-gradient(180deg, rgba(38, 43, 47, 0.03) 0 58%, rgba(38, 43, 47, 0.25) 100%), radial-gradient(ellipse at 50% 48%, transparent 54%, rgba(31, 37, 41, 0.23) 100%); }
.globe-hero__selfie-timer { top: 7px !important; right: 7px; left: auto !important; z-index: 4 !important; display: grid; width: 25px; height: 25px; padding: 0 !important; place-items: center; border: 0 !important; background: #a7d5f6 !important; color: #2f526c !important; font-size: 10px !important; letter-spacing: 0 !important; }
.globe-hero__selfie-guide { position: absolute; top: 0; bottom: 0; left: 50%; z-index: 3; width: 0; border-left: 1px dashed rgba(255, 255, 255, 0.72); transform: translateX(-50%); pointer-events: none; }

@keyframes globe-hero-world-rotate {
  0%, 100% { transform: perspective(1200px) rotateY(-10deg) rotateZ(-0.6deg) scale(1.02); }
  50% { transform: perspective(1200px) rotateY(10deg) rotateZ(0.6deg) scale(1.02); }
}

@media (max-width: 680px) {
  .globe-hero { padding-bottom: 86px; }
  .globe-hero__brand-icon { border-radius: 13px; }
  .globe-hero__world-wrap { top: 78%; left: 4%; width: 80%; clip-path: inset(0 0 46% 0); }
  .globe-hero__comparison-card--before { transform: rotate(-1deg); }
  .globe-hero__comparison-card--after { transform: rotate(1deg); }
}
