:root {
  --og-navy: #061321;
  --og-deep: #0b243b;
  --og-panel: #122d46;
  --og-ink: #0a2238;
  --og-blue: #479cff;
  --og-cyan: #6bdcff;
  --og-mint: #48d5c8;
  --og-paper: #f7fcff;
  --og-soft: #eaf7ff;
  --og-text: #f8fbff;
  --og-muted: #bfd3e3;
  --og-line: rgba(145, 218, 255, .26);
  --og-glass: rgba(8, 26, 43, .78);
  --og-shadow: 0 24px 70px rgba(0, 0, 0, .24);
  --og-ease: cubic-bezier(.22, 1, .36, 1);
}

html { scroll-behavior: smooth; }
body.og-global-shell-page {
  margin: 0;
  overflow-x: clip;
  background: var(--og-navy) !important;
  color: var(--og-text);
}

body.og-global-shell-page #masthead,
body.og-global-shell-page #ast-mobile-header,
body.og-global-shell-page #ast-desktop-header,
body.og-global-shell-page .site-header,
body.og-global-shell-page .ast-mobile-header-wrap,
body.og-global-shell-page #colophon,
body.og-global-shell-page .site-footer,
body.og-global-shell-page .entry-header,
body.og-global-shell-page .entry-title,
body.og-global-shell-page #ast-scroll-top,
body.og-global-shell-page .og-liquid-header,
body.og-global-shell-page .og-blog-header {
  display: none !important;
}

body.og-global-shell-page #primary,
body.og-global-shell-page .site-content > .ast-container,
body.og-global-shell-page .ast-article-single,
body.og-global-shell-page .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.og-skip-link {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 100001;
  padding: 12px 18px;
  border-radius: 999px;
  color: var(--og-ink);
  background: #fff;
  font-weight: 800;
  transform: translateY(-150%);
  transition: transform .2s var(--og-ease);
}
.og-skip-link:focus { transform: translateY(0); }

.og-global-header {
  position: fixed;
  top: 12px;
  left: 50%;
  z-index: 99999;
  width: min(1340px, calc(100% - 28px));
  height: 76px;
  transform: translateX(-50%);
  border: 1px solid rgba(160, 224, 255, .28);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .045)),
    rgba(5, 20, 34, .76);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18), 0 20px 60px rgba(0, 0, 0, .24);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
  backdrop-filter: blur(24px) saturate(1.35);
}
.og-global-header,
.og-global-header * { box-sizing: border-box; }
.og-global-header svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
body.admin-bar .og-global-header { top: 44px; }

.og-global-nav {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: 100%;
  height: 100%;
  padding: 0 14px 0 20px;
}

.og-global-logo {
  display: grid;
  place-items: center start;
  width: 112px;
  height: 62px;
  text-decoration: none;
}
.og-global-logo img {
  display: block;
  width: 104px;
  height: 61px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transition: transform .24s var(--og-ease), filter .24s var(--og-ease);
}
.og-global-logo:hover img { transform: translateY(-2px) scale(1.025); filter: brightness(0) invert(1) drop-shadow(0 0 12px rgba(107, 220, 255, .35)); }

.og-global-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  gap: clamp(4px, .65vw, 12px);
}
.og-global-link,
.og-global-mega-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 clamp(10px, .8vw, 15px);
  border: 0;
  border-radius: 999px;
  color: #edf8ff;
  background: transparent;
  font: 800 15px/1.1 'Outfit', 'Aptos', system-ui, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, transform .2s var(--og-ease), box-shadow .2s ease;
}
.og-global-link::after,
.og-global-mega-trigger::after {
  position: absolute;
  right: 13px;
  bottom: 5px;
  left: 13px;
  height: 2px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--og-cyan), transparent);
  content: '';
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .2s ease, transform .2s var(--og-ease);
}
.og-global-link:hover,
.og-global-link[aria-current="page"],
.og-global-mega-trigger:hover,
.og-global-mega.is-open .og-global-mega-trigger {
  color: #fff;
  background: rgba(107, 220, 255, .09);
  box-shadow: 0 0 22px rgba(107, 220, 255, .08);
}
.og-global-link:hover::after,
.og-global-link[aria-current="page"]::after,
.og-global-mega-trigger:hover::after,
.og-global-mega.is-open .og-global-mega-trigger::after { opacity: 1; transform: scaleX(1); }
.og-global-mega-trigger > svg { width: 16px; height: 16px; margin-left: 5px; transition: transform .2s var(--og-ease); }
.og-global-mega.is-open .og-global-mega-trigger > svg { transform: rotate(180deg); }

.og-global-mega-panel {
  position: fixed;
  top: 96px;
  left: 50%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  width: min(1040px, calc(100vw - 40px));
  max-height: min(680px, calc(100dvh - 116px));
  padding: 14px;
  overflow-y: auto;
  border: 1px solid rgba(145, 218, 255, .28);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(18, 46, 72, .97), rgba(5, 19, 33, .98));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 36px 100px rgba(0, 0, 0, .46);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -10px) scale(.985);
  transform-origin: top center;
  transition: opacity .2s ease, transform .24s var(--og-ease);
}
body.admin-bar .og-global-mega-panel { top: 128px; }
.og-global-mega.is-open .og-global-mega-panel { opacity: 1; pointer-events: auto; transform: translate(-50%, 0) scale(1); }

.og-global-mega-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  padding: 14px;
  border: 1px solid rgba(145, 218, 255, .14);
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .025));
  text-decoration: none;
  transition: transform .22s var(--og-ease), border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.og-global-mega-card:hover {
  color: #fff;
  border-color: rgba(107, 220, 255, .58);
  background: linear-gradient(145deg, rgba(107, 220, 255, .16), rgba(255, 255, 255, .04));
  box-shadow: 0 0 30px rgba(107, 220, 255, .16);
  transform: translateY(-3px);
}
.og-global-mega-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  color: #c8f3ff;
  background: linear-gradient(145deg, rgba(71, 156, 255, .36), rgba(72, 213, 200, .2));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}
.og-global-mega-card svg { width: 18px; height: 18px; }
.og-global-mega-icon svg { width: 21px; height: 21px; transition: transform .25s var(--og-ease); }
.og-global-mega-card:hover .og-global-mega-icon svg { transform: scale(1.12) rotate(-4deg); }
.og-global-mega-card strong { display: block; margin-bottom: 4px; font: 800 15px/1.15 'Outfit', system-ui, sans-serif; }
.og-global-mega-card small { display: block; color: #bdd1e0; font: 500 12px/1.35 'Outfit', system-ui, sans-serif; }

.og-global-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.og-pref-switch {
  --og-pref-width: 74px;
  --og-pref-height: 38px;
  --og-pref-pad: 4px;
  --og-pref-indicator: 30px;
  --og-pref-travel: 36px;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  width: var(--og-pref-width);
  min-width: var(--og-pref-width);
  height: var(--og-pref-height);
  min-height: var(--og-pref-height);
  margin: 0;
  padding: var(--og-pref-pad);
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  color: rgba(226, 242, 252, .68);
  background: rgba(4, 19, 31, .32);
  box-shadow: inset 0 0 0 1px rgba(218, 240, 255, .16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  isolation: isolate;
  transition: background .2s ease, box-shadow .2s ease;
}
.og-pref-switch:hover {
  background: rgba(8, 27, 42, .42);
  box-shadow: inset 0 0 0 1px rgba(218, 240, 255, .24);
}
.og-pref-switch:focus-visible {
  outline: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(116, 220, 255, .48) !important;
}
.og-pref-switch__indicator {
  position: absolute;
  top: var(--og-pref-pad);
  left: var(--og-pref-pad);
  z-index: 0;
  width: var(--og-pref-indicator);
  height: var(--og-pref-indicator);
  border-radius: 50%;
  background: #f8fcff;
  box-shadow: 0 1px 4px rgba(0, 17, 31, .16);
  transition: transform .26s var(--og-ease);
}
.og-pref-switch__item {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: var(--og-pref-indicator);
  height: var(--og-pref-indicator);
  margin: 0;
  padding: 0;
  border-radius: 50%;
  line-height: 1;
  transition: color .2s ease, opacity .2s ease;
}
.og-pref-switch__item svg {
  display: block;
  width: 16px;
  height: 16px;
}
.og-pref-switch--lang .og-pref-switch__item { font-size: 13px; opacity: .62; }
.og-pref-switch--lang:not(.is-en) .og-pref-switch__item:nth-of-type(2),
.og-pref-switch--lang.is-en .og-pref-switch__item:last-child { opacity: 1; }
.og-pref-switch--lang.is-en .og-pref-switch__indicator,
.og-pref-switch--mode:not(.is-light) .og-pref-switch__indicator { transform: translateX(var(--og-pref-travel)); }
.og-pref-switch--mode.is-light .og-pref-switch__sun,
.og-pref-switch--mode:not(.is-light) .og-pref-switch__moon { color: #0b2740; }
.og-pref-switch--mode.is-light .og-pref-switch__moon,
.og-pref-switch--mode:not(.is-light) .og-pref-switch__sun { color: rgba(226, 242, 252, .56); }

.og-toggle {
  --og-toggle-width: 80px;
  --og-toggle-height: 40px;
  --og-toggle-pad: 4px;
  --og-toggle-knob: 32px;
  --og-toggle-travel: 40px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  width: var(--og-toggle-width);
  min-width: var(--og-toggle-width);
  height: var(--og-toggle-height);
  min-height: var(--og-toggle-height);
  padding: var(--og-toggle-pad);
  overflow: hidden;
  border: 1px solid rgba(207, 235, 255, .28);
  border-radius: 999px;
  color: #e9f7ff;
  background: rgba(205, 232, 250, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
  backdrop-filter: blur(14px) saturate(1.08);
  -webkit-backdrop-filter: blur(14px) saturate(1.08);
  cursor: pointer;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s var(--og-ease);
}
.og-toggle:hover {
  border-color: rgba(207, 235, 255, .44);
  background: rgba(205, 232, 250, .11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .16);
}
.og-toggle-knob {
  position: absolute;
  top: var(--og-toggle-pad);
  left: var(--og-toggle-pad);
  z-index: 1;
  width: var(--og-toggle-knob);
  height: var(--og-toggle-knob);
  border-radius: 50%;
  background: #f8fcff;
  box-shadow: 0 2px 7px rgba(0, 17, 31, .18);
  transition: transform .28s var(--og-ease), background .2s ease;
}
.og-toggle > :not(.og-toggle-knob) {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: var(--og-toggle-knob);
  height: var(--og-toggle-knob);
  margin: 0;
  line-height: 1;
}
.og-toggle svg { display: block; width: 18px; height: 18px; }
.og-flag { font-size: 14px; line-height: 1; opacity: .62; transition: opacity .2s ease, transform .2s ease; }
.og-global-lang:not(.is-en) .og-flag:first-of-type,
.og-global-lang.is-en .og-flag:last-of-type { opacity: 1; transform: scale(1.08); }
.og-global-lang.is-en .og-toggle-knob,
.og-global-mode:not(.is-light) .og-toggle-knob { transform: translateX(var(--og-toggle-travel)); }
.og-global-mode.is-light .moon,
.og-global-mode:not(.is-light) .sun { color: rgba(229, 244, 255, .65); }
.og-global-mode.is-light .sun,
.og-global-mode:not(.is-light) .moon { color: var(--og-ink); }

.og-global-cta,
.og-global-drawer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid rgba(179, 236, 255, .48);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(120deg, #3e8cf5, #6ddcff);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 14px 34px rgba(39, 145, 235, .25);
  font: 800 15px/1 'Outfit', system-ui, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .22s var(--og-ease), box-shadow .22s ease;
}
.og-global-cta:hover,
.og-global-drawer-cta:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 0 32px rgba(107, 220, 255, .35), 0 18px 40px rgba(39, 145, 235, .32); }
.og-global-cta svg,
.og-global-drawer-cta svg { width: 18px; height: 18px; }
.og-global-drawer-cta { display: none; }
.og-mobile-menu-toggle { display: none; }

/* Isolate the shell from legacy widget rules that reused these class names. */
body.og-global-shell-page .og-global-actions { display: flex !important; align-items: center !important; gap: 8px !important; }
body.og-global-shell-page .og-toggle {
  width: var(--og-toggle-width) !important;
  min-width: var(--og-toggle-width) !important;
  height: var(--og-toggle-height) !important;
  min-height: var(--og-toggle-height) !important;
  padding: var(--og-toggle-pad) !important;
}
body.og-global-shell-page .og-toggle-knob {
  top: var(--og-toggle-pad) !important;
  left: var(--og-toggle-pad) !important;
  width: var(--og-toggle-knob) !important;
  height: var(--og-toggle-knob) !important;
  border: 0 !important;
  outline: 0 !important;
  background: #f8fcff !important;
  box-shadow: 0 2px 7px rgba(0, 17, 31, .18) !important;
}
body.og-global-shell-page .og-global-lang.is-en .og-toggle-knob,
body.og-global-shell-page .og-global-mode:not(.is-light) .og-toggle-knob { transform: translateX(var(--og-toggle-travel)) !important; }
body.og-global-shell-page .og-global-cta { display: inline-flex !important; min-height: 48px !important; padding: 0 20px !important; }

:is(.og-global-link, .og-global-mega-trigger, .og-global-mega-card, .og-toggle, .og-global-cta, .og-mobile-menu-toggle, .og-global-drawer-cta):focus-visible,
body.og-global-shell-page a:focus-visible,
body.og-global-shell-page button:focus-visible {
  outline: 3px solid var(--og-cyan) !important;
  outline-offset: 3px !important;
}
body.og-global-shell-page .og-toggle:focus-visible {
  outline: 0 !important;
  border-color: rgba(116, 220, 255, .72) !important;
  box-shadow: inset 0 0 0 1px rgba(116, 220, 255, .22) !important;
}
body.og-global-shell-page .og-pref-switch:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 0 0 1px rgba(116, 220, 255, .48) !important;
}

/* Shared content fixes */
html body.og-global-shell-page :is(.og-v3, .og-blog-page, .og-policy-page, .og-page-wrap) {
  font-family: 'Outfit', 'Aptos', 'Segoe UI', system-ui, sans-serif !important;
}
html body.og-global-shell-page :is(.og-v3, .og-blog-page, .og-policy-page, .og-page-wrap) :is(h1, h2, h3, p) { text-wrap: pretty; }
html body.og-global-shell-page :is(.og-btn, .og-policy-btn, .og-blog-btn) {
  gap: 9px !important;
  min-height: 48px !important;
  border-radius: 999px !important;
  line-height: 1.15 !important;
}
html body.og-global-shell-page :is(.og-btn, .og-policy-btn, .og-blog-btn) svg {
  width: 19px !important;
  height: 19px !important;
  min-width: 19px !important;
  min-height: 19px !important;
  max-width: 19px !important;
  max-height: 19px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

html body.og-global-shell-page .og-hero { padding-top: 136px !important; }
html body.og-global-shell-page .og-hero h1 { max-width: 920px !important; font-size: clamp(58px, 6.4vw, 96px) !important; line-height: .98 !important; letter-spacing: -.055em !important; }
html body.og-global-shell-page .og-hero .og-lead { max-width: 780px !important; font-size: clamp(18px, 1.35vw, 22px) !important; line-height: 1.55 !important; }
html body.og-global-shell-page .og-hero .og-actions { align-items: center !important; gap: 12px !important; }

/* Complete policy-page foundation. These pages intentionally share one system. */
html body.og-global-shell-page .og-policy-page {
  color: #f8fbff;
  background: radial-gradient(circle at 14% 8%, rgba(103, 220, 255, .14), transparent 28%), linear-gradient(180deg, #071522 0, #0d2741 52%, #eef8ff 52%, #f7fcff 100%);
  overflow: hidden;
}
html body.og-global-shell-page .og-policy-shell { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
html body.og-global-shell-page .og-policy-hero {
  display: grid !important;
  align-items: end !important;
  min-height: 680px !important;
  padding: 150px 0 76px !important;
  background: linear-gradient(90deg, rgba(5, 17, 30, .96), rgba(5, 17, 30, .74), rgba(5, 17, 30, .28)), var(--og-policy-image, linear-gradient(135deg, #071522, #123a5d)) !important;
  background-position: center !important;
  background-size: cover !important;
}
html body.og-global-shell-page .og-policy-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #9edfff; text-transform: uppercase; letter-spacing: .08em; font-size: 14px; font-weight: 900; }
html body.og-global-shell-page .og-policy-eyebrow::before { width: 10px; height: 10px; flex: 0 0 10px; border-radius: 50%; background: linear-gradient(135deg, var(--og-cyan), var(--og-mint)); box-shadow: 0 0 22px rgba(103, 220, 255, .5); content: ''; }
html body.og-global-shell-page .og-policy-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
html body.og-global-shell-page .og-policy-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 24px; border: 1px solid rgba(255, 255, 255, .24); border-radius: 999px; color: #fff !important; background: linear-gradient(135deg, #3f86f2, #74d8ff); box-shadow: 0 18px 42px rgba(40, 144, 234, .26); font-weight: 900; text-decoration: none; transition: transform .22s var(--og-ease), box-shadow .22s ease; }
html body.og-global-shell-page .og-policy-btn:hover { transform: translateY(-2px); box-shadow: 0 0 34px rgba(103, 220, 255, .3), 0 20px 48px rgba(40, 144, 234, .32); }
html body.og-global-shell-page .og-policy-btn.secondary { border-color: rgba(142, 213, 255, .3); background: rgba(255, 255, 255, .08); }
html body.og-global-shell-page .og-policy-section { padding: 78px 0; }
html body.og-global-shell-page .og-policy-section.light { color: var(--og-ink); background: #f4fbff; }
html body.og-global-shell-page .og-policy-head { max-width: 780px; margin: 0 auto 34px; text-align: center; }
html body.og-global-shell-page .og-policy-head h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.08; letter-spacing: -.045em; }
html body.og-global-shell-page .og-policy-head p { margin: 14px auto 0; color: #5d748b; font-size: 18px; line-height: 1.65; }
html body.og-global-shell-page .og-policy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
html body.og-global-shell-page .og-policy-info-card { padding: 26px; border: 1px solid rgba(19, 76, 118, .13); border-radius: 28px; color: var(--og-ink); background: #fff; box-shadow: 0 24px 64px rgba(27, 92, 139, .1); transition: transform .22s var(--og-ease), box-shadow .22s ease; }
html body.og-global-shell-page .og-policy-info-card:hover { transform: translateY(-5px); box-shadow: 0 0 0 1px rgba(63, 156, 255, .12), 0 0 30px rgba(63, 156, 255, .16), 0 28px 70px rgba(27, 92, 139, .14); }
html body.og-global-shell-page .og-policy-info-card > span { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #3f9cff, #43d7c7); box-shadow: 0 14px 30px rgba(63, 156, 255, .2); }
html body.og-global-shell-page .og-policy-info-card svg { width: 23px !important; height: 23px !important; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
html body.og-global-shell-page .og-policy-info-card h3 { margin: 0 0 10px; color: var(--og-ink); font-size: 24px; line-height: 1.13; letter-spacing: -.025em; }
html body.og-global-shell-page .og-policy-info-card :is(p, li) { color: #536c82; font-size: 16.5px; line-height: 1.62; }
html body.og-global-shell-page .og-policy-info-card ul { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; }
html body.og-global-shell-page .og-policy-info-card li { position: relative; padding-left: 26px; }
html body.og-global-shell-page .og-policy-info-card li::before { position: absolute; top: .52em; left: 0; width: 10px; height: 10px; border-radius: 50%; background: linear-gradient(135deg, #3f9cff, #43d7c7); content: ''; }
html body.og-global-shell-page .og-policy-split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: stretch; gap: 24px; }
html body.og-global-shell-page .og-policy-panel { padding: 32px; border: 1px solid rgba(142, 213, 255, .24); border-radius: 32px; background: linear-gradient(180deg, rgba(255, 255, 255, .105), rgba(255, 255, 255, .04)); box-shadow: 0 30px 82px rgba(0, 0, 0, .22); backdrop-filter: blur(20px); }
html body.og-global-shell-page .og-policy-panel h2 { margin: 0 0 14px; color: #fff; font-size: clamp(30px, 3vw, 46px); line-height: 1.08; letter-spacing: -.04em; }
html body.og-global-shell-page .og-policy-panel :is(p, li) { color: #c9dbea; font-size: 17px; line-height: 1.65; }
html body.og-global-shell-page .og-policy-panel ul { display: grid; gap: 10px; margin: 18px 0 0; padding-left: 20px; }
html body.og-global-shell-page .og-policy-faq details { margin-bottom: 12px; overflow: hidden; border: 1px solid rgba(19, 76, 118, .14); border-radius: 22px; background: #fff; box-shadow: 0 18px 44px rgba(27, 92, 139, .08); }
html body.og-global-shell-page .og-policy-faq summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 68px; padding: 18px 24px; color: var(--og-ink); font-size: 18px; font-weight: 900; list-style: none; cursor: pointer; }
html body.og-global-shell-page .og-policy-faq summary::-webkit-details-marker { display: none; }
html body.og-global-shell-page .og-policy-faq summary::after { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border: 1px solid rgba(63, 156, 255, .18); border-radius: 50%; color: var(--og-ink); background: linear-gradient(135deg, #dff7ff, #fff); box-shadow: 0 10px 24px rgba(63, 156, 255, .12); content: '+'; }
html body.og-global-shell-page .og-policy-faq details[open] summary::after { content: '\2212'; }
html body.og-global-shell-page .og-policy-faq p { margin: 0; padding: 0 24px 22px; color: #536c82; line-height: 1.65; }
html body.og-global-shell-page .og-policy-cta { padding: 62px 24px; border: 1px solid rgba(142, 213, 255, .24); border-radius: 38px; background: linear-gradient(135deg, rgba(63, 156, 255, .2), rgba(67, 215, 199, .12)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 30px 80px rgba(0, 0, 0, .2); text-align: center; }
html body.og-global-shell-page .og-policy-cta h2 { margin: 0; color: #fff; font-size: clamp(32px, 3.8vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
html body.og-global-shell-page .og-policy-cta p { max-width: 700px; margin: 14px auto 0; color: #c9dbea; font-size: 18px; line-height: 1.62; }
html body.og-global-shell-page .og-policy-footer { padding: 42px 0; color: #bfd4e5; background: #06101b; }
html body.og-global-shell-page .og-policy-footer-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
html body.og-global-shell-page .og-policy-footer a { color: #dff6ff; font-weight: 800; text-decoration: none; }

html body.og-global-shell-page .og-policy-card {
  border: 1px solid rgba(145, 218, 255, .26) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 22px 54px rgba(4, 24, 41, .16) !important;
}
html body.og-global-shell-page .og-policy-card::after { border-radius: inherit !important; }
html body.og-global-shell-page .og-policy-content :is(h3, p, span) { position: relative; z-index: 3; }
html body.og-global-shell-page .og-policy-content .og-btn { margin-top: auto !important; }

html body.og-global-shell-page .og-logo-track img {
  display: block !important;
  width: auto !important;
  max-width: 150px !important;
  height: auto !important;
  max-height: 62px !important;
  opacity: 1 !important;
  filter: none !important;
}
html body.og-global-shell-page .og-logo-stage { min-width: 210px !important; min-height: 116px !important; }

html body.og-global-shell-page .og-process-layout { gap: clamp(30px, 4vw, 64px) !important; }
html body.og-global-shell-page .og-process-flow { gap: 16px !important; }
html body.og-global-shell-page .og-step { min-height: 0 !important; padding: 26px !important; }
html body.og-global-shell-page .og-step h3 { line-height: 1.12 !important; }
html body.og-global-shell-page .og-step p { line-height: 1.58 !important; }

html body.og-global-shell-page #og-nosotros .og-about-shell { gap: clamp(28px, 4vw, 70px) !important; align-items: center !important; }
html body.og-global-shell-page #og-nosotros .og-about-copy h2 { font-size: clamp(38px, 4.5vw, 66px) !important; line-height: 1.03 !important; }
html body.og-global-shell-page #og-nosotros .og-about-copy p { line-height: 1.68 !important; }
html body.og-global-shell-page #og-nosotros .og-actions { display: flex !important; flex-flow: row wrap !important; align-items: center !important; gap: 12px !important; }
html body.og-global-shell-page #og-nosotros .og-actions .og-btn { width: auto !important; min-width: 210px !important; margin: 0 !important; }
html body.og-global-shell-page #og-nosotros .og-about-photo-card img { width: 100% !important; height: 100% !important; min-height: 520px !important; object-fit: cover !important; object-position: center 25% !important; }

html body.og-global-shell-page .og-faq details { overflow: hidden !important; }
html body.og-global-shell-page .og-faq summary { min-height: 64px !important; }
html body.og-global-shell-page .og-faq summary::after { display: grid !important; place-items: center !important; }

html body.og-global-shell-page .og-contact-box { gap: clamp(24px, 4vw, 56px) !important; }
html body.og-global-shell-page .og-contact-card { padding: clamp(26px, 4vw, 46px) !important; }

/* Policy pages */
html body.og-global-shell-page .og-policy-hero {
  min-height: 760px !important;
  padding: 148px 0 80px !important;
  display: flex !important;
  align-items: center !important;
}
html body.og-global-shell-page .og-policy-hero::before { background: linear-gradient(90deg, rgba(3, 15, 27, .96), rgba(4, 20, 35, .76) 52%, rgba(4, 20, 35, .24)) !important; }
html body.og-global-shell-page .og-policy-hero h1 { max-width: 850px !important; color: #fff !important; font-size: clamp(54px, 6.1vw, 88px) !important; line-height: .99 !important; letter-spacing: -.055em !important; }
html body.og-global-shell-page .og-policy-hero p { color: #d9e9f5 !important; font-size: clamp(18px, 1.4vw, 22px) !important; }
html body.og-global-shell-page .og-policy-btn { padding: 0 22px !important; font-size: 16px !important; }
html body.og-global-shell-page .og-policy-info-card { height: 100% !important; }
html body.og-global-shell-page .og-policy-panel { height: 100% !important; }

/* Blog */
html body.og-global-shell-page .og-blog-hero { min-height: 720px !important; padding: 142px 0 78px !important; }
html body.og-global-shell-page .og-blog-hero h1 { font-size: clamp(58px, 7vw, 96px) !important; line-height: .98 !important; letter-spacing: -.055em !important; }
html body.og-global-shell-page .og-blog-stats { gap: 12px !important; }
html body.og-global-shell-page .og-blog-stat { min-height: 118px !important; padding: 22px !important; }
html body.og-global-shell-page .og-blog-card { height: 100% !important; }
html body.og-global-shell-page .og-blog-card img { width: 100% !important; aspect-ratio: 16 / 10 !important; object-fit: cover !important; }

/* Recruiting and personal-brand landing pages */
html body.og-global-shell-page .og-focus-page {
  min-height: 100dvh;
  color: var(--og-text);
  background:
    radial-gradient(circle at 12% 4%, rgba(107, 220, 255, .13), transparent 26%),
    linear-gradient(180deg, #061321, #0c2942 58%, #061321);
  font-family: 'Outfit', 'Aptos', 'Segoe UI', system-ui, sans-serif;
  overflow: hidden;
}
html body.og-global-shell-page .og-focus-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
html body.og-global-shell-page .og-focus-hero { padding: 132px 0 72px; }
html body.og-global-shell-page .og-focus-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr);
  align-items: center;
  gap: clamp(34px, 6vw, 76px);
  min-height: 650px;
}
html body.og-global-shell-page .og-focus-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9edfff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}
html body.og-global-shell-page .og-focus-eyebrow::before {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--og-cyan), var(--og-mint));
  box-shadow: 0 0 22px rgba(107, 220, 255, .5);
  content: '';
}
html body.og-global-shell-page .og-focus-hero h1 {
  max-width: 720px;
  margin: 20px 0 22px;
  color: #fff;
  font-size: clamp(52px, 5.8vw, 82px);
  line-height: .98;
  letter-spacing: -.055em;
}
html body.og-global-shell-page .og-focus-lead {
  max-width: 700px;
  margin: 0;
  color: #c8dbe9;
  font-size: clamp(18px, 1.35vw, 21px);
  line-height: 1.62;
}
html body.og-global-shell-page .og-focus-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
html body.og-global-shell-page .og-focus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(179, 236, 255, .36);
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(120deg, #3e8cf5, #6ddcff);
  box-shadow: 0 16px 38px rgba(39, 145, 235, .24);
  font-weight: 900;
  text-decoration: none;
  transition: transform .22s var(--og-ease), box-shadow .22s ease, border-color .22s ease;
}
html body.og-global-shell-page .og-focus-btn.secondary { background: rgba(255, 255, 255, .065); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12); }
html body.og-global-shell-page .og-focus-btn:hover { transform: translateY(-3px); border-color: rgba(107, 220, 255, .72); box-shadow: 0 0 32px rgba(107, 220, 255, .28), 0 20px 44px rgba(39, 145, 235, .25); }
html body.og-global-shell-page .og-focus-btn svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
html body.og-global-shell-page .og-focus-visual {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  border: 1px solid rgba(145, 218, 255, .28);
  border-radius: 36px;
  background: #102b43;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 34px 92px rgba(0, 0, 0, .34);
}
html body.og-global-shell-page .og-focus-visual::after { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(4, 17, 30, .88)); content: ''; }
html body.og-global-shell-page .og-focus-visual img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
html body.og-global-shell-page .og-focus-visual-note { position: absolute; right: 24px; bottom: 24px; left: 24px; z-index: 1; padding: 18px 20px; border: 1px solid rgba(171, 228, 255, .24); border-radius: 22px; background: rgba(5, 22, 37, .72); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12); backdrop-filter: blur(16px); }
html body.og-global-shell-page .og-focus-visual-note strong { display: block; margin-bottom: 5px; color: #fff; font-size: 20px; }
html body.og-global-shell-page .og-focus-visual-note span { color: #c8dbe9; line-height: 1.45; }
html body.og-global-shell-page .og-focus-section { padding: 76px 0; }
html body.og-global-shell-page .og-focus-section.light { color: var(--og-ink); background: linear-gradient(180deg, #eff9ff, #f9fdff); }
html body.og-global-shell-page .og-focus-head { max-width: 780px; margin: 0 auto 36px; text-align: center; }
html body.og-global-shell-page .og-focus-head h2 { margin: 12px 0 0; color: #fff; font-size: clamp(36px, 4vw, 58px); line-height: 1.07; letter-spacing: -.045em; }
html body.og-global-shell-page .og-focus-section.light .og-focus-head h2 { color: var(--og-ink); }
html body.og-global-shell-page .og-focus-head p { margin: 15px auto 0; color: #5a7489; font-size: 18px; line-height: 1.65; }
html body.og-global-shell-page .og-focus-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
html body.og-global-shell-page .og-focus-card {
  height: 100%;
  padding: 26px;
  border: 1px solid rgba(19, 76, 118, .13);
  border-radius: 28px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 22px 58px rgba(27, 92, 139, .09);
  transition: transform .22s var(--og-ease), box-shadow .22s ease, border-color .22s ease;
}
html body.og-global-shell-page .og-focus-card:hover { transform: translateY(-6px); border-color: rgba(71, 156, 255, .42); box-shadow: 0 0 30px rgba(71, 156, 255, .14), 0 28px 66px rgba(27, 92, 139, .13); }
html body.og-global-shell-page .og-focus-icon { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 18px; border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--og-blue), var(--og-mint)); box-shadow: 0 14px 28px rgba(71, 156, 255, .2); }
html body.og-global-shell-page .og-focus-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; transition: transform .24s var(--og-ease); }
html body.og-global-shell-page .og-focus-card:hover .og-focus-icon svg { transform: scale(1.12) rotate(-4deg); }
html body.og-global-shell-page .og-focus-card h3 { margin: 0 0 10px; color: var(--og-ink); font-size: 24px; line-height: 1.13; }
html body.og-global-shell-page .og-focus-card p { margin: 0; color: #536c82; font-size: 16.5px; line-height: 1.62; }
html body.og-global-shell-page .og-focus-process { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
html body.og-global-shell-page .og-focus-step { position: relative; padding: 30px; border: 1px solid rgba(145, 218, 255, .2); border-radius: 28px; background: linear-gradient(145deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .035)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 24px 70px rgba(0, 0, 0, .2); }
html body.og-global-shell-page .og-focus-step b { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 22px; border-radius: 50%; color: #9edfff; background: #061b2d; box-shadow: inset 0 0 0 1px rgba(145, 218, 255, .22); }
html body.og-global-shell-page .og-focus-step h3 { margin: 0 0 10px; color: #fff; font-size: 25px; }
html body.og-global-shell-page .og-focus-step p { margin: 0; color: #c5d7e5; line-height: 1.62; }
html body.og-global-shell-page .og-focus-faq { display: grid; gap: 12px; max-width: 900px; margin-inline: auto; }
html body.og-global-shell-page .og-focus-faq details { overflow: hidden; border: 1px solid rgba(19, 76, 118, .14); border-radius: 22px; background: #fff; box-shadow: 0 16px 40px rgba(27, 92, 139, .08); }
html body.og-global-shell-page .og-focus-faq summary { position: relative; min-height: 66px; padding: 20px 66px 20px 24px; color: var(--og-ink); font-size: 19px; font-weight: 850; list-style: none; cursor: pointer; }
html body.og-global-shell-page .og-focus-faq summary::-webkit-details-marker { display: none; }
html body.og-global-shell-page .og-focus-faq summary::after { position: absolute; top: 50%; right: 20px; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--og-blue), var(--og-mint)); content: '+'; transform: translateY(-50%); }
html body.og-global-shell-page .og-focus-faq details[open] summary::after { content: '\2212'; }
html body.og-global-shell-page .og-focus-faq p { margin: 0; padding: 0 66px 24px 24px; color: #536c82; font-size: 16.5px; line-height: 1.65; }
html body.og-global-shell-page .og-focus-cta { padding: 46px; border: 1px solid rgba(145, 218, 255, .25); border-radius: 34px; text-align: center; background: radial-gradient(circle at 50% 0, rgba(107, 220, 255, .14), transparent 52%), rgba(255, 255, 255, .055); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 28px 80px rgba(0, 0, 0, .23); }
html body.og-global-shell-page .og-focus-cta h2 { max-width: 760px; margin: 0 auto; color: #fff; font-size: clamp(34px, 4vw, 56px); line-height: 1.08; letter-spacing: -.04em; }
html body.og-global-shell-page .og-focus-cta p { max-width: 680px; margin: 15px auto 0; color: #c8dbe9; font-size: 18px; line-height: 1.6; }
html body.og-global-shell-page .og-focus-cta .og-focus-actions { justify-content: center; }
html body.og-global-shell-page .og-focus-footer { padding: 28px 0 34px; border-top: 1px solid rgba(145, 218, 255, .15); color: #9fb8ca; }
html body.og-global-shell-page .og-focus-footer-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
html body.og-global-shell-page .og-focus-footer a { color: #d9ecf8; text-decoration: none; }

html[data-og-theme="light"] body.og-global-shell-page .og-focus-page { color: var(--og-ink); background: linear-gradient(180deg, #eaf7ff, #f9fdff); }
html[data-og-theme="light"] body.og-global-shell-page .og-focus-hero h1,
html[data-og-theme="light"] body.og-global-shell-page .og-focus-step h3,
html[data-og-theme="light"] body.og-global-shell-page .og-focus-cta h2 { color: var(--og-ink); }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-focus-lead, .og-focus-step p, .og-focus-cta p) { color: #4f6c82; }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-focus-step, .og-focus-cta) { border-color: rgba(19, 76, 118, .14); background: rgba(255, 255, 255, .76); box-shadow: 0 24px 60px rgba(25, 95, 146, .1); }

/* Footer */
html body.og-global-shell-page .og-footer-liquid { padding: 72px 0 28px !important; }
html body.og-global-shell-page .og-footer-open { gap: clamp(28px, 4vw, 52px) !important; }
html body.og-global-shell-page .og-footer-col-open a::before,
html body.og-global-shell-page .og-footer-col-open a::after,
html body.og-global-shell-page .og-footer-contact-open a::before,
html body.og-global-shell-page .og-footer-contact-open a::after { display: none !important; content: none !important; }
html body.og-global-shell-page .og-footer-col-open a { padding-left: 0 !important; gap: 10px !important; }
html body.og-global-shell-page .og-footer-col-open :is(.og-menu-icon, .og-footer-icon) {
  display: grid !important;
  place-items: center !important;
  width: 23px !important;
  height: 23px !important;
  flex: 0 0 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #86dfff !important;
  background: transparent !important;
  box-shadow: none !important;
}
html body.og-global-shell-page .og-footer-col-open :is(.og-menu-icon, .og-footer-icon) svg,
html body.og-global-shell-page .og-footer-contact-open > a > svg { width: 19px !important; height: 19px !important; }

/* Real theme states */
html[data-og-theme="light"] body.og-global-shell-page { background: #f5fbff !important; color: var(--og-ink); }
html[data-og-theme="light"] body.og-global-shell-page .og-global-header {
  border-color: rgba(25, 95, 146, .18);
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(229, 245, 255, .76));
  box-shadow: inset 0 1px 0 #fff, 0 20px 52px rgba(22, 87, 133, .16);
}
html[data-og-theme="light"] body.og-global-shell-page .og-global-logo img { filter: none; }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-global-link, .og-global-mega-trigger) { color: #153550; }
html[data-og-theme="light"] body.og-global-shell-page .og-pref-switch {
  color: rgba(21, 53, 80, .62);
  background: rgba(24, 72, 108, .07);
  box-shadow: inset 0 0 0 1px rgba(25, 95, 146, .14);
}
html[data-og-theme="light"] body.og-global-shell-page .og-toggle { border-color: rgba(25, 95, 146, .18); color: #153550; background: rgba(255, 255, 255, .6); }
html[data-og-theme="light"] body.og-global-shell-page .og-global-mega-panel { border-color: rgba(25, 95, 146, .18); background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(224, 243, 255, .98)); box-shadow: 0 36px 90px rgba(25, 95, 146, .22); }
html[data-og-theme="light"] body.og-global-shell-page .og-global-mega-card { color: var(--og-ink); border-color: rgba(25, 95, 146, .14); background: rgba(255, 255, 255, .68); }
html[data-og-theme="light"] body.og-global-shell-page .og-global-mega-card:hover { color: var(--og-ink); background: #fff; }
html[data-og-theme="light"] body.og-global-shell-page .og-global-mega-card small { color: #4b687e; }

html[data-og-theme="light"] body.og-global-shell-page :is(.og-v3, .og-blog-page, .og-policy-page, .og-page-wrap, .site-content, .entry-content) { background-color: #f5fbff !important; color: var(--og-ink) !important; }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-section.dark, .og-section.visual-dark, .og-process-section, .og-carriers-section, .og-contact, .og-footer-liquid) { background: linear-gradient(180deg, #edf9ff, #f8fdff) !important; color: var(--og-ink) !important; }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-section.dark, .og-section.visual-dark, .og-process-section, .og-carriers-section, .og-contact, .og-footer-liquid) :is(h1, h2, h3, strong, a) { color: var(--og-ink) !important; }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-section.dark, .og-section.visual-dark, .og-process-section, .og-carriers-section, .og-contact, .og-footer-liquid) :is(p, li, small, span) { color: #4e6a80; }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-step, .og-contact-card, .og-about-copy, .og-mini, .og-policy-panel, .og-page-card) { border-color: rgba(25, 95, 146, .16) !important; background: rgba(255, 255, 255, .82) !important; color: var(--og-ink) !important; box-shadow: 0 24px 60px rgba(25, 95, 146, .1) !important; }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-step, .og-contact-card, .og-about-copy, .og-mini, .og-policy-panel, .og-page-card) :is(h1, h2, h3, strong) { color: var(--og-ink) !important; }
html[data-og-theme="light"] body.og-global-shell-page :is(.og-step, .og-contact-card, .og-about-copy, .og-mini, .og-policy-panel, .og-page-card) :is(p, li, span) { color: #4e6a80; }
html[data-og-theme="light"] body.og-global-shell-page .og-policy-hero { color: #fff !important; }
html[data-og-theme="light"] body.og-global-shell-page .og-policy-hero :is(h1, p) { color: #fff !important; }
html[data-og-theme="light"] body.og-global-shell-page .og-footer-logo { filter: none !important; }

@media (max-width: 1120px) {
  .og-global-nav { grid-template-columns: 104px minmax(0, 1fr) auto; gap: 8px; padding-left: 14px; }
  .og-global-logo { width: 96px; }
  .og-global-logo img { width: 90px; }
  .og-global-link, .og-global-mega-trigger { padding-inline: 9px; font-size: 14px; }
  .og-global-cta { width: 48px; padding: 0; }
  .og-global-cta span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  html body.og-global-shell-page .og-about-shell { grid-template-columns: 1fr 1fr !important; }
}

@media (max-width: 900px) {
  body.admin-bar .og-global-header { top: 54px; }
  .og-global-header { top: 8px; width: calc(100% - 20px); height: 64px; border-radius: 24px; }
  .og-global-nav { grid-template-columns: minmax(74px, 1fr) auto auto auto; gap: 6px; padding: 0 8px 0 13px; }
  .og-global-logo { width: 82px; height: 54px; }
  .og-global-logo img { width: 78px; height: 46px; }
  .og-mobile-menu-toggle {
    display: grid;
    place-items: center;
    grid-column: 4;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(172, 226, 255, .26);
    border-radius: 16px;
    color: #fff;
    background: rgba(255, 255, 255, .075);
    cursor: pointer;
  }
  .og-mobile-menu-toggle svg { width: 22px; height: 22px; }
  .og-mobile-menu-toggle :is(.open-icon, .close-icon) { color: currentColor; line-height: 0; }
  .og-mobile-menu-toggle .close-icon { display: none; }
  .og-mobile-menu-toggle[aria-expanded="true"] .open-icon { display: none; }
  .og-mobile-menu-toggle[aria-expanded="true"] .close-icon { display: grid; }
  body.og-global-shell-page .og-global-actions { grid-column: 2 / 4; grid-row: 1; gap: 6px !important; }
  body.og-global-shell-page .og-global-cta { display: none !important; }
  body.og-global-shell-page .og-pref-switch {
    --og-pref-width: 64px;
    --og-pref-height: 36px;
    --og-pref-indicator: 28px;
    --og-pref-travel: 28px;
  }
  .og-pref-switch__item svg { width: 15px; height: 15px; }
  .og-pref-switch--lang .og-pref-switch__item { font-size: 12px; }
  body.og-global-shell-page .og-toggle { width: 62px !important; height: 40px !important; padding: 4px !important; }
  body.og-global-shell-page .og-toggle-knob { top: 4px !important; left: 4px !important; width: 30px !important; height: 30px !important; }
  body.og-global-shell-page .og-global-lang.is-en .og-toggle-knob,
  body.og-global-shell-page .og-global-mode:not(.is-light) .og-toggle-knob { transform: translateX(24px) !important; }
  .og-toggle svg { width: 17px; height: 17px; }
  .og-flag { font-size: 13px; }

  .og-global-menu {
    position: fixed;
    top: 82px;
    right: 10px;
    left: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-content: start;
    gap: 8px;
    max-height: calc(100dvh - 94px);
    padding: 14px;
    overflow-y: auto;
    border: 1px solid rgba(145, 218, 255, .28);
    border-radius: 26px;
    background: linear-gradient(145deg, rgba(18, 46, 72, .985), rgba(5, 19, 33, .99));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 36px 100px rgba(0, 0, 0, .52);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px) scale(.985);
    transform-origin: top center;
    transition: opacity .2s ease, transform .24s var(--og-ease);
  }
  body.admin-bar .og-global-menu { top: 128px; max-height: calc(100dvh - 140px); }
  body.og-shell-menu-open { overflow: hidden; }
  body.og-shell-menu-open .og-global-menu { opacity: 1; pointer-events: auto; transform: translateY(0) scale(1); }
  .og-global-link, .og-global-mega-trigger { width: 100%; min-height: 50px; justify-content: flex-start; padding: 0 16px; border: 1px solid rgba(145, 218, 255, .12); border-radius: 17px; background: rgba(255, 255, 255, .055); font-size: 15px; }
  .og-global-link::after, .og-global-mega-trigger::after { display: none; }
  .og-global-mega { grid-column: 1 / -1; }
  .og-global-mega-trigger { justify-content: space-between; }
  .og-global-mega-panel {
    position: static;
    grid-template-columns: 1fr 1fr;
    width: auto;
    max-height: 0;
    margin-top: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 0;
    transform: none;
    transition: max-height .32s var(--og-ease), opacity .2s ease, margin .2s ease;
  }
  .og-global-mega.is-open .og-global-mega-panel { max-height: 760px; margin-top: 8px; padding: 0; opacity: 1; transform: none; }
  .og-global-mega-card { min-height: 82px; grid-template-columns: 38px minmax(0, 1fr); padding: 11px; border-radius: 17px; }
  .og-global-mega-card > svg { display: none; }
  .og-global-mega-icon { width: 38px; height: 38px; border-radius: 13px; }
  .og-global-mega-card small { display: none; }
  .og-global-drawer-cta { display: inline-flex; grid-column: 1 / -1; margin-top: 4px; }
  html[data-og-theme="light"] body.og-global-shell-page .og-mobile-menu-toggle { color: var(--og-ink); border-color: rgba(25, 95, 146, .18); background: rgba(255, 255, 255, .62); }
  html[data-og-theme="light"] body.og-global-shell-page .og-global-menu { border-color: rgba(25, 95, 146, .18); background: linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(224, 243, 255, .99)); }
  html[data-og-theme="light"] body.og-global-shell-page :is(.og-global-link, .og-global-mega-trigger) { border-color: rgba(25, 95, 146, .12); background: rgba(255, 255, 255, .68); }

  html body.og-global-shell-page .og-hero { min-height: 100svh !important; padding: 112px 16px 56px !important; }
  html body.og-global-shell-page .og-hero h1 { max-width: 350px !important; font-size: clamp(42px, 13.2vw, 58px) !important; line-height: .96 !important; }
  html body.og-global-shell-page .og-hero .og-lead { max-width: 350px !important; font-size: 17px !important; line-height: 1.55 !important; }
  html body.og-global-shell-page .og-hero .og-actions { flex-flow: row wrap !important; }
  html body.og-global-shell-page .og-hero .og-actions .og-btn { width: auto !important; flex: 1 1 150px !important; min-width: 0 !important; padding-inline: 14px !important; }

  html body.og-global-shell-page .og-policy-hero { min-height: 760px !important; padding: 112px 16px 62px !important; align-items: center !important; }
  html body.og-global-shell-page .og-policy-hero h1 { font-size: clamp(40px, 12vw, 52px) !important; line-height: .98 !important; }
  html body.og-global-shell-page .og-policy-actions { gap: 10px !important; }
  html body.og-global-shell-page .og-policy-btn { width: auto !important; flex: 1 1 180px !important; min-width: 0 !important; }
  html body.og-global-shell-page .og-policy-grid,
  html body.og-global-shell-page .og-policy-split { grid-template-columns: 1fr !important; }
  html body.og-global-shell-page .og-policy-section { padding: 58px 0 !important; }

  html body.og-global-shell-page .og-blog-hero { min-height: 680px !important; padding: 112px 20px 58px !important; }
  html body.og-global-shell-page .og-blog-hero h1 { font-size: clamp(44px, 13vw, 58px) !important; }
  html body.og-global-shell-page .og-blog-stats { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 8px !important; }
  html body.og-global-shell-page .og-blog-stat { min-height: 0 !important; padding: 12px 8px !important; border-radius: 17px !important; }
  html body.og-global-shell-page .og-blog-stat strong { font-size: 16px !important; }
  html body.og-global-shell-page .og-blog-stat span { font-size: 11px !important; line-height: 1.25 !important; }

  html body.og-global-shell-page .og-focus-shell { width: min(100% - 28px, 700px); }
  html body.og-global-shell-page .og-focus-hero { padding: 94px 0 54px; }
  html body.og-global-shell-page .og-focus-hero-grid { grid-template-columns: 1fr; gap: 30px; min-height: 0; }
  html body.og-global-shell-page .og-focus-hero h1 { font-size: clamp(42px, 12vw, 58px); line-height: .98; }
  html body.og-global-shell-page .og-focus-visual,
  html body.og-global-shell-page .og-focus-visual img { min-height: 430px; }
  html body.og-global-shell-page .og-focus-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  html body.og-global-shell-page .og-focus-process { grid-template-columns: 1fr; }
  html body.og-global-shell-page .og-focus-footer-row { align-items: flex-start; flex-direction: column; }

  html body.og-global-shell-page .og-about-shell,
  html body.og-global-shell-page #og-nosotros .og-about-shell { grid-template-columns: 1fr !important; }
  html body.og-global-shell-page #og-nosotros .og-about-copy { padding: 28px 22px !important; }
  html body.og-global-shell-page #og-nosotros .og-about-copy h2 { font-size: clamp(36px, 10.5vw, 48px) !important; }
  html body.og-global-shell-page #og-nosotros .og-actions .og-btn { flex: 1 1 220px !important; min-width: 0 !important; }
  html body.og-global-shell-page #og-nosotros .og-about-photo-card img { min-height: 420px !important; }

  html body.og-global-shell-page .og-process-layout,
  html body.og-global-shell-page .og-contact-box { grid-template-columns: 1fr !important; }
  html body.og-global-shell-page .og-process-media { min-height: 360px !important; }
  html body.og-global-shell-page .og-process-flow { grid-template-columns: 1fr !important; }
  html body.og-global-shell-page .og-footer-open { grid-template-columns: 1fr 1fr !important; }
}

@media (max-width: 560px) {
  .og-global-nav { grid-template-columns: minmax(68px, 1fr) auto auto auto; }
  body.og-global-shell-page .og-toggle { width: 54px !important; }
  body.og-global-shell-page .og-global-lang.is-en .og-toggle-knob,
  body.og-global-shell-page .og-global-mode:not(.is-light) .og-toggle-knob { transform: translateX(16px) !important; }
  .og-global-menu { grid-template-columns: 1fr 1fr; }
  .og-global-mega-panel { grid-template-columns: 1fr; }
  .og-global-mega-card { min-height: 68px; }
  html body.og-global-shell-page .og-section { padding-block: 60px !important; }
  html body.og-global-shell-page .og-policy-grid { gap: 14px !important; }
  html body.og-global-shell-page .og-policy-info-card { padding: 22px !important; border-radius: 24px !important; }
  html body.og-global-shell-page .og-blog-grid { grid-template-columns: 1fr !important; }
  html body.og-global-shell-page .og-focus-grid { grid-template-columns: 1fr; }
  html body.og-global-shell-page .og-focus-section { padding: 58px 0; }
  html body.og-global-shell-page .og-focus-card { padding: 22px; border-radius: 24px; }
  html body.og-global-shell-page .og-focus-cta { padding: 34px 22px; border-radius: 28px; }
  html body.og-global-shell-page .og-focus-actions .og-focus-btn { width: 100%; }
  html body.og-global-shell-page .og-footer-open { grid-template-columns: 1fr !important; }
  html body.og-global-shell-page .og-footer-bottom { align-items: flex-start !important; gap: 14px !important; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

/* 2.3 completion pass: balanced home sections and robust theme contrast. */
html body.og-global-shell-page #og-polizas > .og-wrap > .og-policy-grid {
  align-items: stretch;
}

html body.og-global-shell-page .og-carriers-github .og-logo-stage {
  min-height: 0 !important;
}
html body.og-global-shell-page .og-carriers-github .og-logo-track {
  gap: clamp(54px, 6vw, 96px) !important;
}
html body.og-global-shell-page .og-carriers-github .og-github-logo {
  min-width: clamp(320px, 30vw, 440px) !important;
  height: 170px !important;
  opacity: .9 !important;
}
html body.og-global-shell-page .og-carriers-github .og-logo-track img,
html body.og-global-shell-page .og-carriers-github .og-github-logo img {
  width: min(360px, 78%) !important;
  max-width: 360px !important;
  height: 132px !important;
  max-height: 132px !important;
  object-fit: contain !important;
  opacity: 1 !important;
  filter: grayscale(1) brightness(1.7) contrast(.86) !important;
  transition: filter .22s ease, transform .22s var(--og-ease) !important;
}
html body.og-global-shell-page .og-carriers-github .og-github-logo:hover img {
  filter: none !important;
  transform: scale(1.04);
}

html body.og-global-shell-page #og-nosotros .og-about-shell {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
}
html body.og-global-shell-page #og-nosotros .og-about-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
html body.og-global-shell-page #og-nosotros .og-about-copy h2 {
  max-width: 620px;
  font-size: clamp(38px, 3.65vw, 56px) !important;
  line-height: 1.04 !important;
}
html body.og-global-shell-page #og-nosotros .og-about-photo-card,
html body.og-global-shell-page #og-nosotros .og-about-photo-card img {
  height: 100% !important;
  min-height: 640px !important;
}

html body.og-global-shell-page .og-policy-section:not(.light) .og-policy-panel {
  border-color: rgba(142, 213, 255, .24) !important;
  color: #f7fbff !important;
  background: linear-gradient(145deg, rgba(25, 62, 94, .98), rgba(8, 29, 49, .98)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .13), 0 28px 70px rgba(0, 0, 0, .24) !important;
  backdrop-filter: none !important;
}
html body.og-global-shell-page .og-policy-section:not(.light) .og-policy-panel h2 {
  color: #fff !important;
}
html body.og-global-shell-page .og-policy-section:not(.light) .og-policy-panel :is(p, li) {
  color: #c9dbea !important;
}
html[data-og-theme="light"] body.og-global-shell-page .og-policy-section:not(.light) .og-policy-panel {
  border-color: rgba(25, 95, 146, .16) !important;
  color: var(--og-ink) !important;
  background: #fff !important;
  box-shadow: 0 24px 60px rgba(25, 95, 146, .1) !important;
}
html[data-og-theme="light"] body.og-global-shell-page .og-policy-section:not(.light) .og-policy-panel h2 {
  color: var(--og-ink) !important;
}
html[data-og-theme="light"] body.og-global-shell-page .og-policy-section:not(.light) .og-policy-panel :is(p, li) {
  color: #4e6a80 !important;
}

html body.og-global-shell-page .og-home-paths {
  color: var(--og-ink);
  background: linear-gradient(180deg, #f4fbff, #eaf7ff);
}
html body.og-global-shell-page .og-home-paths-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
html body.og-global-shell-page .og-home-path {
  position: relative;
  display: flex;
  min-height: 420px;
  overflow: hidden;
  border: 1px solid rgba(28, 112, 170, .18);
  border-radius: 30px;
  color: #fff !important;
  background: #082039;
  box-shadow: 0 26px 70px rgba(18, 64, 101, .15);
  isolation: isolate;
  transition: transform .24s var(--og-ease), box-shadow .24s ease, border-color .24s ease;
}
html body.og-global-shell-page .og-home-path::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--og-path-image) center / cover no-repeat;
  transition: transform .5s var(--og-ease);
  content: '';
}
html body.og-global-shell-page .og-home-path::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4, 18, 31, .08) 15%, rgba(4, 18, 31, .94) 86%);
  content: '';
}
html body.og-global-shell-page .og-home-path:hover {
  transform: translateY(-6px);
  border-color: rgba(91, 214, 255, .7);
  box-shadow: 0 0 0 1px rgba(91, 214, 255, .2), 0 0 34px rgba(63, 156, 255, .2), 0 30px 78px rgba(18, 64, 101, .2);
}
html body.og-global-shell-page .og-home-path:hover::before { transform: scale(1.035); }
html body.og-global-shell-page .og-home-path-content {
  align-self: flex-end;
  width: 100%;
  padding: 28px;
}
html body.og-global-shell-page .og-home-path-content span {
  color: #8edfff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
html body.og-global-shell-page .og-home-path-content h3 {
  margin: 8px 0 10px;
  color: #fff !important;
  font-size: clamp(28px, 2.3vw, 38px);
  line-height: 1.05;
  letter-spacing: -.035em;
}
html body.og-global-shell-page .og-home-path-content p {
  margin: 0 0 18px;
  color: #d4e6f3 !important;
  font-size: 16px;
  line-height: 1.55;
}
html body.og-global-shell-page .og-home-path-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 44px;
  color: #fff !important;
  font-weight: 900;
}
html body.og-global-shell-page .og-home-path-link svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .22s var(--og-ease);
}
html body.og-global-shell-page .og-home-path:hover .og-home-path-link svg { transform: translateX(4px); }

@media (min-width: 1001px) {
  html body.og-global-shell-page #og-polizas > .og-wrap > .og-policy-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
  }
  html body.og-global-shell-page #og-polizas > .og-wrap > .og-policy-grid > .og-policy-card {
    grid-column: span 2;
  }
  html body.og-global-shell-page #og-polizas > .og-wrap > .og-policy-grid > .og-policy-card:nth-last-child(3) { grid-column: 2 / span 2; }
  html body.og-global-shell-page #og-polizas > .og-wrap > .og-policy-grid > .og-policy-card:nth-last-child(2) { grid-column: 4 / span 2; }
  html body.og-global-shell-page #og-polizas > .og-wrap > .og-policy-grid > .og-policy-card:last-child { grid-column: 6 / span 2; }
}

@media (max-width: 900px) {
  html body.og-global-shell-page #og-nosotros .og-about-shell { grid-template-columns: 1fr !important; }
  html body.og-global-shell-page #og-nosotros .og-about-photo-card,
  html body.og-global-shell-page #og-nosotros .og-about-photo-card img { min-height: 420px !important; }
  html body.og-global-shell-page .og-home-paths-grid { grid-template-columns: 1fr; }
  html body.og-global-shell-page .og-home-path { min-height: 380px; }
}

@media (max-width: 560px) {
  html body.og-global-shell-page .og-carriers-github .og-logo-track { gap: 20px !important; }
  html body.og-global-shell-page .og-carriers-github .og-github-logo {
    min-width: 230px !important;
    height: 116px !important;
  }
  html body.og-global-shell-page .og-carriers-github .og-logo-track img,
  html body.og-global-shell-page .og-carriers-github .og-github-logo img {
    width: 210px !important;
    max-width: 210px !important;
    height: 88px !important;
    max-height: 88px !important;
  }
  html body.og-global-shell-page .og-home-path { min-height: 340px; border-radius: 26px; }
  html body.og-global-shell-page .og-home-path-content { padding: 24px; }
}

/* 2.3.1 visual QA pass: complete carrier grid and accessible closing CTAs. */
html body.og-global-shell-page .og-carriers-github {
  padding-block: clamp(72px, 7vw, 108px) !important;
}
html body.og-global-shell-page .og-carriers-github .og-company-copy {
  margin-bottom: clamp(38px, 4vw, 58px) !important;
}
html body.og-global-shell-page .og-carriers-github .og-logo-stage {
  max-width: 1240px;
  margin-inline: auto !important;
  padding: 0 !important;
  overflow: visible !important;
  mask-image: none !important;
}
html body.og-global-shell-page .og-carriers-github .og-logo-row:nth-child(2) {
  display: none !important;
}
html body.og-global-shell-page .og-carriers-github .og-logo-track {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0 !important;
  width: 100% !important;
  overflow: hidden;
  border-top: 1px solid rgba(174, 220, 255, .14);
  border-left: 1px solid rgba(174, 220, 255, .14);
  border-radius: 26px;
  animation: none !important;
  transform: none !important;
}
html body.og-global-shell-page .og-carriers-github .og-github-logo {
  min-width: 0 !important;
  width: 100% !important;
  height: 132px !important;
  padding: 18px;
  border-right: 1px solid rgba(174, 220, 255, .14);
  border-bottom: 1px solid rgba(174, 220, 255, .14);
  background: rgba(255, 255, 255, .018);
  opacity: 1 !important;
  transition: background .22s ease, box-shadow .22s ease, transform .22s var(--og-ease) !important;
}
html body.og-global-shell-page .og-carriers-github .og-github-logo:nth-child(n + 13) {
  display: none !important;
}
html body.og-global-shell-page .og-carriers-github .og-logo-track img,
html body.og-global-shell-page .og-carriers-github .og-github-logo img {
  width: min(176px, 90%) !important;
  max-width: 176px !important;
  height: 86px !important;
  max-height: 86px !important;
  filter: grayscale(1) brightness(2.35) contrast(.82) !important;
}
html body.og-global-shell-page .og-carriers-github .og-github-logo img[alt="AIG"] {
  filter: grayscale(1) invert(1) brightness(1.8) contrast(1.1) !important;
}
html body.og-global-shell-page .og-carriers-github .og-github-logo:hover {
  z-index: 1;
  background: rgba(91, 214, 255, .07);
  box-shadow: inset 0 0 0 1px rgba(91, 214, 255, .36), 0 0 34px rgba(63, 156, 255, .18);
  transform: translateY(-3px);
}
html body.og-global-shell-page .og-home-paths .og-head > p {
  color: #526f86 !important;
  opacity: 1 !important;
}
html body.og-global-shell-page .og-policy-cta {
  border-color: rgba(142, 213, 255, .34) !important;
  color: #fff !important;
  background: linear-gradient(145deg, #123d60, #071f36) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .14), 0 30px 80px rgba(0, 19, 36, .24) !important;
}
html body.og-global-shell-page .og-policy-cta h2 {
  color: #fff !important;
}
html body.og-global-shell-page .og-policy-cta p {
  color: #d2e5f2 !important;
  opacity: 1 !important;
}

@media (max-width: 900px) {
  html body.og-global-shell-page .og-carriers-github .og-logo-track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  html body.og-global-shell-page .og-carriers-github {
    padding-block: 64px 72px !important;
  }
  html body.og-global-shell-page .og-carriers-github .og-logo-stage {
    padding-inline: 14px !important;
  }
  html body.og-global-shell-page .og-carriers-github .og-logo-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 20px;
  }
  html body.og-global-shell-page .og-carriers-github .og-github-logo {
    min-width: 0 !important;
    height: 104px !important;
    padding: 14px;
  }
  html body.og-global-shell-page .og-carriers-github .og-logo-track img,
  html body.og-global-shell-page .og-carriers-github .og-github-logo img {
    width: min(132px, 92%) !important;
    max-width: 132px !important;
    height: 68px !important;
    max-height: 68px !important;
  }
  html body.og-global-shell-page .og-policy-cta {
    padding: 38px 22px !important;
    border-radius: 28px !important;
  }
  html body.og-global-shell-page .og-policy-cta h2 {
    font-size: clamp(30px, 9vw, 38px) !important;
  }
}

/* 2.3.3 mobile completion: keep compact footers while meeting touch-target guidance. */
@media (max-width: 760px) {
  html body.og-global-shell-page .og-footer-col-open > a:not(.og-neon-button),
  html body.og-global-shell-page .og-footer-bottom a,
  html body.og-global-shell-page .og-policy-footer a,
  html body.og-global-shell-page .og-focus-footer a,
  html body.og-global-shell-page .og-blog-footer a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-block: 8px;
  }
}

/* 2.6.0 legal pages: readable, scannable and consistent with the global shell. */
html body.og-global-shell-page .og-legal-page {
  min-height: 100vh;
  color: var(--og-text);
  background:
    radial-gradient(circle at 82% 8%, rgba(71, 156, 255, .2), transparent 28%),
    linear-gradient(180deg, #061321 0, #0b243b 32%, #071522 100%);
}
html body.og-global-shell-page .og-legal-wrap {
  width: min(920px, calc(100% - 36px));
  margin-inline: auto;
}
html body.og-global-shell-page .og-legal-hero {
  padding: 146px 0 68px;
  border-bottom: 1px solid rgba(145, 218, 255, .16);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .055), transparent 48%),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .025) 0 1px, transparent 1px 22px);
}
html body.og-global-shell-page .og-legal-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #9bdfff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}
html body.og-global-shell-page .og-legal-eyebrow::before {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--og-cyan), var(--og-mint));
  box-shadow: 0 0 18px rgba(107, 220, 255, .4);
  content: '';
}
html body.og-global-shell-page .og-legal-hero h1 {
  max-width: 820px;
  margin: 16px 0 18px;
  color: #fff !important;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 850;
  line-height: 1.04;
  letter-spacing: -.045em;
}
html body.og-global-shell-page .og-legal-hero p {
  max-width: 700px;
  margin: 0;
  color: #c9deed !important;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.6;
}
html body.og-global-shell-page .og-legal-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 26px;
  color: #9fc4dc;
  font-size: 14px;
  font-weight: 700;
}
html body.og-global-shell-page .og-legal-body {
  padding-block: 54px 92px;
}
html body.og-global-shell-page .og-legal-notice,
html body.og-global-shell-page .og-legal-callout {
  padding: 24px 26px;
  border: 1px solid rgba(107, 220, 255, .28);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(71, 156, 255, .14), rgba(72, 213, 200, .06));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
html body.og-global-shell-page .og-legal-notice {
  margin-bottom: 12px;
}
html body.og-global-shell-page .og-legal-notice strong,
html body.og-global-shell-page .og-legal-callout strong {
  color: #fff;
  font-size: 18px;
}
html body.og-global-shell-page .og-legal-notice p,
html body.og-global-shell-page .og-legal-callout p {
  margin: 8px 0 0;
}
html body.og-global-shell-page .og-legal-callout + .og-legal-callout {
  margin-top: 14px;
}
html body.og-global-shell-page .og-legal-section {
  padding-block: 34px;
  border-bottom: 1px solid rgba(145, 218, 255, .15);
}
html body.og-global-shell-page .og-legal-section:last-child {
  border-bottom: 0;
}
html body.og-global-shell-page .og-legal-section h2 {
  margin: 0 0 14px;
  color: #fff !important;
  font-size: clamp(23px, 3vw, 30px);
  line-height: 1.18;
  letter-spacing: -.025em;
}
html body.og-global-shell-page .og-legal-section p,
html body.og-global-shell-page .og-legal-section li,
html body.og-global-shell-page .og-legal-notice p {
  color: #c7d9e7 !important;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.72;
}
html body.og-global-shell-page .og-legal-section p {
  margin: 0 0 14px;
}
html body.og-global-shell-page .og-legal-section p:last-child {
  margin-bottom: 0;
}
html body.og-global-shell-page .og-legal-section ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding-left: 1.25em;
}
html body.og-global-shell-page .og-legal-section a {
  color: #8fdfff;
  font-weight: 750;
  text-underline-offset: 3px;
}
html body.og-global-shell-page .og-legal-section a:hover {
  color: #fff;
}

html[data-og-theme="light"] body.og-global-shell-page .og-legal-page {
  color: #0a2238;
  background: linear-gradient(180deg, #eaf7ff, #f7fcff 34%, #eef9ff);
}
html[data-og-theme="light"] body.og-global-shell-page .og-legal-hero {
  border-bottom-color: rgba(20, 91, 140, .16);
  background:
    radial-gradient(circle at 82% 12%, rgba(71, 156, 255, .16), transparent 30%),
    repeating-linear-gradient(135deg, rgba(20, 91, 140, .035) 0 1px, transparent 1px 22px);
}
html[data-og-theme="light"] body.og-global-shell-page .og-legal-hero h1,
html[data-og-theme="light"] body.og-global-shell-page .og-legal-section h2,
html[data-og-theme="light"] body.og-global-shell-page .og-legal-notice strong,
html[data-og-theme="light"] body.og-global-shell-page .og-legal-callout strong {
  color: #0a2238 !important;
}
html[data-og-theme="light"] body.og-global-shell-page .og-legal-hero p,
html[data-og-theme="light"] body.og-global-shell-page .og-legal-section p,
html[data-og-theme="light"] body.og-global-shell-page .og-legal-section li,
html[data-og-theme="light"] body.og-global-shell-page .og-legal-notice p {
  color: #405f76 !important;
}
html[data-og-theme="light"] body.og-global-shell-page .og-legal-section,
html[data-og-theme="light"] body.og-global-shell-page .og-legal-hero {
  border-color: rgba(20, 91, 140, .15);
}
html[data-og-theme="light"] body.og-global-shell-page .og-legal-notice,
html[data-og-theme="light"] body.og-global-shell-page .og-legal-callout {
  border-color: rgba(20, 112, 170, .2);
  background: rgba(255, 255, 255, .7);
  box-shadow: 0 18px 54px rgba(18, 64, 101, .08);
}
html[data-og-theme="light"] body.og-global-shell-page .og-legal-section a {
  color: #076ca8;
}

@media (max-width: 760px) {
  html body.og-global-shell-page .og-legal-wrap {
    width: min(100% - 28px, 920px);
  }
  html body.og-global-shell-page .og-legal-hero {
    padding: 112px 0 48px;
  }
  html body.og-global-shell-page .og-legal-body {
    padding-block: 34px 68px;
  }
  html body.og-global-shell-page .og-legal-notice,
  html body.og-global-shell-page .og-legal-callout {
    padding: 20px;
    border-radius: 18px;
  }
  html body.og-global-shell-page .og-legal-section {
    padding-block: 28px;
  }
}
