@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    --default-mono-font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
  }
}

@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

.lucide-icon {
  flex: none;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  display: inline-block;
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing, 0.25rem);
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
:root {
  --paper: #fbfcf8;
  --ink: #0a342f;
  --muted: #61706a;
  --line: #0a342f29;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  max-width: 100%;
}
body {
  background: var(--paper, #fbfcf8);
  max-width: 100%;
  color: var(--ink, #0a342f);
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}
main,
header,
section,
footer,
article,
div {
  min-width: 0;
}
img,
svg {
  max-width: 100%;
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  color: inherit;
}
.theme-platform {
  --deep: #082f2a;
  --deep-2: #145846;
  --primary: #199171;
  --accent: #55d0a8;
  --soft: #d9efe4;
  --soft-2: #edf6ef;
  --ink: #0a342f;
  --glow: #55d0a84d;
}
.theme-fin {
  --deep: #031a2d;
  --deep-2: #075563;
  --primary: #087e88;
  --accent: #62dfc1;
  --soft: #d5efec;
  --soft-2: #edf7f6;
  --ink: #082f3d;
  --glow: #49d8c447;
}
.theme-cbam {
  --deep: #351709;
  --deep-2: #783817;
  --primary: #a95225;
  --accent: #ee9855;
  --soft: #f2d7bf;
  --soft-2: #fbf0e5;
  --ink: #402011;
  --glow: #ee98554a;
}
.theme-model {
  --deep: #052f47;
  --deep-2: #0a6e99;
  --primary: #148fc2;
  --accent: #78d8f3;
  --soft: #d8eef8;
  --soft-2: #edf8fc;
  --ink: #07364d;
  --glow: #78d8f34d;
}
.theme-market {
  --deep: #0a3214;
  --deep-2: #176b26;
  --primary: #2d9b3e;
  --accent: #80db61;
  --soft: #dcefd2;
  --soft-2: #f0f8e9;
  --ink: #123b1a;
  --glow: #80db6147;
}
.site {
  --line: var(--ink, #0a342f);
}
@supports (color: color-mix(in lab, red, red)) {
  .site {
    --line: color-mix(in srgb, var(--ink, #0a342f) 16%, transparent);
  }
}
.site {
  background: var(--paper, #fbfcf8);
  color: var(--ink, #0a342f);
}
.topbar {
  z-index: 30;
  color: #fff;
  border-bottom: 1px solid #ffffff24;
  align-items: center;
  gap: 14px;
  height: 82px;
  padding: 0 max(32px, 50vw - 690px);
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.brand {
  flex: none;
  align-items: center;
  display: flex;
}
.brand-logo {
  object-fit: contain;
  width: auto;
  height: 42px;
  display: block;
}
.product-name {
  letter-spacing: 0.08em;
  color: #ffffffb3;
  border-left: 1px solid #ffffff3d;
  padding-left: 18px;
  font-size: 12px;
}
.desktop-nav {
  color: #ffffffc2;
  gap: 24px;
  margin-left: auto;
  font-size: 14px;
  display: flex;
}
.desktop-nav a,
.home-link,
.login-link {
  transition: all 0.2s;
}
.desktop-nav a:hover,
.home-link:hover,
.login-link:hover {
  color: var(--accent, #55d0a8);
}
.home-link,
.login-link {
  border: 1px solid #ffffff42;
  padding: 10px 13px;
  font-size: 12px;
}
.login-link {
  border-color: var(--accent, #55d0a8);
  background: var(--accent, #55d0a8);
  color: var(--deep, #082f2a);
  font-weight: 800;
}
.login-link:hover {
  color: var(--deep, #082f2a);
  background: #fff;
}
.mobile-menu {
  display: none;
  position: relative;
}
.hero {
  background: linear-gradient(118deg, var(--deep, #082f2a) 0%, var(--deep, #082f2a) 48%, var(--deep-2, #145846) 100%);
  min-height: 790px;
  padding: 150px max(32px, 50vw - 690px) 72px;
}
@supports (color: color-mix(in lab, red, red)) {
  .hero {
    background: linear-gradient(118deg, var(--deep, #082f2a) 0%, color-mix(in srgb, var(--deep, #082f2a) 72%, var(--deep-2, #145846)) 48%, var(--deep-2, #145846) 100%);
  }
}
.hero {
  color: #fff;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 70px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero:after {
  content: "";
  opacity: 0.09;
  background-image: linear-gradient(#ffffff4d 1px, #0000 1px), linear-gradient(90deg, #ffffff4d 1px, #0000 1px);
  background-size: 58px 58px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(270deg, #000, #0000 68%);
  mask-image: linear-gradient(270deg, #000, #0000 68%);
}
.hero-glow {
  background: radial-gradient(circle, var(--glow, #55d0a84d), transparent 65%);
  border-radius: 50%;
  width: 720px;
  height: 720px;
  position: absolute;
  top: 30px;
  right: -220px;
}
.hero-copy,
.ecosystem-card {
  z-index: 2;
  position: relative;
}
.eyebrow,
.section-kicker {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  font-weight: 700;
}
.eyebrow {
  color: var(--accent, #55d0a8);
  align-items: center;
  gap: 11px;
  display: flex;
}
@supports (color: color-mix(in lab, red, red)) {
  .eyebrow {
    color: color-mix(in srgb, var(--accent, #55d0a8) 82%, #fff);
  }
}
.eyebrow {
  margin-bottom: 20px;
}
.eyebrow span {
  background: var(--accent, #55d0a8);
  width: 25px;
  height: 1px;
}
.contour-label {
  border: 1px solid var(--accent, #55d0a8);
  display: inline-flex;
}
@supports (color: color-mix(in lab, red, red)) {
  .contour-label {
    border: 1px solid color-mix(in srgb, var(--accent, #55d0a8) 42%, transparent);
  }
}
.contour-label {
  color: var(--accent, #55d0a8);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding: 7px 10px;
  font-size: 11px;
}
h1 {
  letter-spacing: -0.055em;
  max-width: 840px;
  margin: 0;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 500;
  line-height: 1.02;
}
h1 strong {
  color: var(--accent, #55d0a8);
  font-weight: 500;
}
.hero-lead {
  color: #ffffffb8;
  max-width: 700px;
  margin: 30px 0 34px;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  flex-wrap: wrap;
  gap: 13px;
  display: flex;
}
.primary-button,
.secondary-button {
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 53px;
  padding: 0 24px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
}
.primary-button {
  border: 1px solid var(--accent, #55d0a8);
  background: var(--accent, #55d0a8);
  color: var(--deep, #082f2a);
}
.secondary-button {
  color: #fff;
  border: 1px solid #ffffff52;
}
.hero-trust {
  letter-spacing: 0.06em;
  color: #ffffff7a;
  text-transform: uppercase;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 42px;
  font-size: 12px;
  display: flex;
}
.hero-trust span {
  margin-right: 8px;
}
.hero-trust b {
  color: #ffffffbd;
  font-size: 12px;
}
.ecosystem-card {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0214125c;
  border: 1px solid #ffffff2b;
  min-height: 510px;
  padding: 21px;
  overflow: hidden;
  box-shadow: 0 35px 80px #0003;
}
.eco-head,
.eco-foot {
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #ffffff94;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  display: flex;
}
.eco-head i {
  color: var(--accent, #55d0a8);
  border: 1px solid var(--accent, #55d0a8);
  padding: 6px 8px;
  font-style: normal;
}
@supports (color: color-mix(in lab, red, red)) {
  .eco-head i {
    border: 1px solid color-mix(in srgb, var(--accent, #55d0a8) 42%, transparent);
  }
}
.orbit {
  height: 405px;
  position: relative;
}
.orbit-ring {
  border: 1px solid var(--accent, #55d0a8);
  position: absolute;
  top: 50%;
  left: 50%;
}
@supports (color: color-mix(in lab, red, red)) {
  .orbit-ring {
    border: 1px solid color-mix(in srgb, var(--accent, #55d0a8) 20%, transparent);
  }
}
.orbit-ring {
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ring-one {
  width: 280px;
  height: 280px;
}
.ring-two {
  border-style: dashed;
  width: 390px;
  height: 390px;
}
.planet {
  color: #fff;
  z-index: 2;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition:
    transform 0.22s,
    background 0.22s,
    border-color 0.22s,
    box-shadow 0.22s;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 30px #0003;
}
.planet b {
  letter-spacing: 0.03em;
  font-size: 14px;
}
.planet small {
  color: #ffffffad;
  margin-top: 3px;
  font-size: 9px;
}
.planet em {
  opacity: 0;
  font-size: 9px;
  font-style: normal;
  transition: all 0.2s;
  position: absolute;
  top: 8px;
  right: 10px;
}
.planet:hover,
.planet:focus-visible {
  background: var(--primary, #199171);
  border-color: var(--accent, #55d0a8);
  box-shadow:
    0 0 0 5px var(--accent, #55d0a8),
    0 14px 35px #00000047;
}
@supports (color: color-mix(in lab, red, red)) {
  .planet:hover,
  .planet:focus-visible {
    box-shadow:
      0 0 0 5px color-mix(in srgb, var(--accent, #55d0a8) 16%, transparent),
      0 14px 35px #00000047;
  }
}
.planet:hover,
.planet:focus-visible {
  outline: none;
}
.planet:hover em,
.planet:focus-visible em {
  opacity: 1;
}
.core {
  background: linear-gradient(145deg, var(--primary, #199171), var(--deep, #082f2a));
  border: 1px solid var(--accent, #55d0a8);
  width: 150px;
  height: 150px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.core:hover,
.core:focus-visible {
  transform: translate(-50%, -50%) scale(1.04);
}
.core b {
  text-align: center;
  letter-spacing: -0.04em;
  font-size: 24px;
  line-height: 1.05;
}
.core small {
  color: var(--accent, #55d0a8);
  margin: 0 0 8px;
}
@supports (color: color-mix(in lab, red, red)) {
  .core small {
    color: color-mix(in srgb, var(--accent, #55d0a8) 75%, #fff);
  }
}
.core small {
  text-transform: uppercase;
  letter-spacing: 0.13em;
}
.satellite {
  background: var(--deep, #082f2a);
  width: 78px;
  height: 78px;
}
@supports (color: color-mix(in lab, red, red)) {
  .satellite {
    background: color-mix(in srgb, var(--deep, #082f2a) 82%, #fff);
  }
}
.satellite {
  border: 1px solid var(--accent, #55d0a8);
}
@supports (color: color-mix(in lab, red, red)) {
  .satellite {
    border: 1px solid color-mix(in srgb, var(--accent, #55d0a8) 42%, transparent);
  }
}
.satellite:hover,
.satellite:focus-visible {
  transform: scale(1.09);
}
.satellite.active {
  background: var(--primary, #199171);
  border: 2px solid var(--accent, #55d0a8);
  box-shadow:
    0 0 0 6px var(--accent, #55d0a8),
    0 14px 32px #00000040;
}
@supports (color: color-mix(in lab, red, red)) {
  .satellite.active {
    box-shadow:
      0 0 0 6px color-mix(in srgb, var(--accent, #55d0a8) 16%, transparent),
      0 14px 32px #00000040;
  }
}
.p1 {
  top: 27%;
  left: 7%;
}
.p2 {
  top: 20%;
  right: 8%;
}
.p3 {
  bottom: 7%;
  left: 14%;
}
.p4 {
  bottom: 7%;
  right: 9%;
}
.p5 {
  top: 1%;
  left: 50%;
  transform: translate(-50%);
}
.p5:hover,
.p5:focus-visible {
  transform: translate(-50%) scale(1.09);
}
.eco-foot {
  border-top: 1px solid #ffffff1a;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 14px;
}
.eco-foot span {
  align-items: center;
  gap: 7px;
  display: flex;
}
.eco-foot i {
  background: var(--accent, #55d0a8);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.finance-hero-visual {
  z-index: 2;
  background: #031a2d;
  border: 1px solid #fff3;
  min-height: 540px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 90px #00000059;
}
.finance-hero-visual > img {
  object-fit: cover;
  object-position: center;
}
.finance-visual-shade {
  background: linear-gradient(115deg, #031a2db3, #031a2d14 48%, #031a2d1f), linear-gradient(#0000 58%, #031a2dd1);
  position: absolute;
  inset: 0;
}
.finance-visual-label {
  flex-direction: column;
  gap: 8px;
  max-width: 270px;
  display: flex;
  position: absolute;
  top: 27px;
  left: 28px;
}
.finance-visual-label span {
  color: var(--accent, #55d0a8);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
}
.finance-visual-label b {
  font-size: 18px;
  line-height: 1.3;
}
.finance-floating-metric {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background: #021422c7;
  border: 1px solid #62dfc159;
  flex-direction: column;
  gap: 6px;
  padding: 17px 18px;
  display: flex;
  position: absolute;
}
.finance-floating-metric small {
  color: #ffffff9e;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 9px;
}
.finance-floating-metric strong {
  color: #fff;
  font-size: 25px;
}
.finance-floating-metric em {
  color: var(--accent, #55d0a8);
  font-size: 12px;
  font-style: normal;
}
.metric-emissions {
  bottom: 116px;
  left: 28px;
}
.metric-quality {
  top: 116px;
  right: 24px;
}
.finance-visual-foot {
  color: #ffffffb8;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
  font-size: 12px;
  display: flex;
  position: absolute;
  bottom: 27px;
  left: 28px;
  right: 28px;
}
.finance-visual-foot span {
  align-items: center;
  gap: 8px;
  display: flex;
}
.finance-visual-foot i {
  background: var(--accent, #55d0a8);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 5px #62dfc11f;
}
.finance-visual-foot b {
  color: #fff;
}
.signal-bar {
  background: var(--soft-2, #edf6ef);
  grid-template-columns: repeat(3, 1fr) 1.2fr;
  align-items: center;
  min-height: 132px;
  padding: 0 max(32px, 50vw - 690px);
  display: grid;
}
.signal-bar > div {
  border-right: 1px solid var(--line, #0a342f29);
  align-items: center;
  gap: 14px;
  margin-right: 35px;
  padding: 20px 35px 20px 0;
  display: flex;
}
.signal-bar__value {
  letter-spacing: -0.04em;
  color: var(--primary, #199171);
  font-size: 34px;
  font-weight: 500;
}
.signal-bar__label,
.signal-bar__footer {
  color: var(--ink, #0a342f);
}
@supports (color: color-mix(in lab, red, red)) {
  .signal-bar__label,
  .signal-bar__footer {
    color: color-mix(in srgb, var(--ink, #0a342f) 67%, #fff);
  }
}
.signal-bar__label,
.signal-bar__footer {
  font-size: 12px;
  line-height: 1.45;
}
.signal-bar__footer {
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.section {
  padding: 108px max(32px, 50vw - 640px);
}
.section-kicker {
  color: var(--primary, #199171);
  margin-bottom: 30px;
}
.section-heading {
  margin-bottom: 50px;
}
.split-heading {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 90px;
  display: grid;
}
.section-heading .title,
.access-copy__title {
  letter-spacing: -0.05em;
  color: var(--ink, #0a342f);
  margin: 0;
  font-size: clamp(38px, 4.3vw, 61px);
  font-weight: 500;
  line-height: 1.08;
}
.section-heading .title em,
.access-copy__title em {
  color: var(--primary, #199171);
  font-style: normal;
}
.section-heading .description {
  color: var(--ink, #0a342f);
}
@supports (color: color-mix(in lab, red, red)) {
  .section-heading .description {
    color: color-mix(in srgb, var(--ink, #0a342f) 66%, #fff);
  }
}
.section-heading .description {
  max-width: 570px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.7;
}
.split-heading p {
  margin: 0;
}
.audience-row {
  border-top: 1px solid var(--line, #0a342f29);
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}
.audience-row .item {
  border-right: 1px solid var(--line, #0a342f29);
  grid-template-columns: 36px 1fr 24px;
  align-items: start;
  gap: 12px;
  min-height: 150px;
  margin-right: 28px;
  padding: 30px 26px 20px 0;
  display: grid;
}
.audience-row .item:last-child {
  border: 0;
  margin: 0;
}
.audience-row .item__number {
  color: var(--primary, #199171);
  font-size: 12px;
}
.audience-row .item__title {
  margin: 0;
  font-size: 20px;
  line-height: 1.3;
}
.audience-row .item__icon {
  color: var(--primary, #199171);
  font-weight: 400;
}
.capabilities {
  background: var(--deep, #082f2a);
  color: #fff;
}
.section-kicker.light {
  color: var(--accent, #55d0a8);
}
.light-copy .title,
.light-copy .description {
  color: #fff;
}
.light-copy .title em {
  color: var(--accent, #55d0a8);
}
.feature-grid {
  border-top: 1px solid #ffffff26;
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.feature-grid .item {
  border-bottom: 1px solid #ffffff24;
  border-right: 1px solid #ffffff24;
  min-height: 220px;
  margin-right: 34px;
  padding: 30px 34px 28px 0;
}
.feature-grid .item:nth-child(2n) {
  border-right: 0;
  margin-right: 0;
}
.feature-grid .item__number {
  color: var(--accent, #55d0a8);
  font-size: 12px;
}
.feature-grid .item__title {
  margin: 46px 0 12px;
  font-size: 22px;
}
.feature-grid .item__description {
  color: #fff9;
  max-width: 520px;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}
.workspace-preview {
  background: #fff;
}
.dashboard-link {
  background: var(--primary, #199171);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  min-height: 46px;
  margin-top: 22px;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}
.workspace-metrics {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-bottom: 20px;
  display: grid;
}
.workspace-metrics article {
  border: 1px solid var(--line, #0a342f29);
  background: var(--soft-2, #edf6ef);
  flex-direction: column;
  min-height: 150px;
  padding: 23px;
  display: flex;
}
.workspace-metrics__label {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--ink, #0a342f);
  font-size: 12px;
}
@supports (color: color-mix(in lab, red, red)) {
  .workspace-metrics__label {
    color: color-mix(in srgb, var(--ink, #0a342f) 62%, #fff);
  }
}
.workspace-metrics__value {
  color: var(--primary, #199171);
  letter-spacing: -0.04em;
  margin-top: auto;
  font-size: 31px;
  line-height: 1;
}
.workspace-metrics__unit {
  color: var(--muted, #61706a);
  margin-top: 8px;
  font-size: 12px;
}
.workspace-list {
  border-top: 1px solid var(--line, #0a342f29);
}
.workspace-list article {
  border-bottom: 1px solid var(--line, #0a342f29);
  grid-template-columns: 46px 1fr minmax(150px, 0.35fr);
  align-items: center;
  gap: 18px;
  padding: 23px 0;
  display: grid;
}
.workspace-list__number {
  color: var(--primary, #199171);
  font-size: 12px;
}
.workspace-list__title {
  margin: 0 0 5px;
  font-size: 17px;
}
.workspace-list__description {
  color: var(--ink, #0a342f);
  font-size: 12px;
}
@supports (color: color-mix(in lab, red, red)) {
  .workspace-list__description {
    color: color-mix(in srgb, var(--ink, #0a342f) 60%, #fff);
  }
}
.workspace-list__description {
  margin: 0;
}
.workspace-list__value {
  text-align: right;
  color: var(--primary, #199171);
  font-size: 15px;
}
.ecosystem-links {
  background: var(--soft-2, #edf6ef);
}
.domain-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  display: grid;
}
.domain-grid .item {
  border: 1px solid var(--primary, #199171);
  background: #fff;
  min-height: 180px;
  padding: 20px;
}
@supports (color: color-mix(in lab, red, red)) {
  .domain-grid .item {
    border: 1px solid color-mix(in srgb, var(--primary, #199171) 15%, transparent);
  }
}
.domain-grid .item {
  flex-direction: column;
  transition: all 0.2s;
  display: flex;
}
.domain-grid .item:hover,
.domain-grid .item:focus-visible {
  border-color: var(--primary, #199171);
  box-shadow: 0 15px 30px var(--primary, #199171);
  transform: translateY(-4px);
}
@supports (color: color-mix(in lab, red, red)) {
  .domain-grid .item:hover,
  .domain-grid .item:focus-visible {
    box-shadow: 0 15px 30px color-mix(in srgb, var(--primary, #199171) 12%, transparent);
  }
}
.domain-grid .item:hover,
.domain-grid .item:focus-visible {
  outline: none;
}
.domain-grid .item.active {
  background: var(--primary, #199171);
  color: #fff;
}
.domain-grid .item__label {
  letter-spacing: 0.1em;
  font-size: 12px;
}
.domain-grid .item > div {
  margin-top: auto;
}
.domain-grid .item__title {
  margin: 0 0 7px;
  font-size: 17px;
}
.domain-grid .item__description {
  overflow-wrap: anywhere;
  opacity: 0.68;
  margin: 0;
  font-size: 11px;
}
.domain-grid .item__link-label {
  align-self: flex-end;
  margin-top: 12px;
  font-weight: 400;
}
.access-section {
  background: #fff;
  grid-template-columns: 1fr 0.85fr;
  align-items: center;
  gap: 95px;
  display: grid;
}
.access-copy__description {
  color: var(--ink, #0a342f);
  font-size: 16px;
  line-height: 1.7;
}
@supports (color: color-mix(in lab, red, red)) {
  .access-copy__description {
    color: color-mix(in srgb, var(--ink, #0a342f) 67%, #fff);
  }
}
.access-copy__description {
  max-width: 590px;
  margin: 25px 0;
}
.access-copy ul {
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.access-copy li {
  color: var(--ink, #0a342f);
  font-size: 14px;
}
@supports (color: color-mix(in lab, red, red)) {
  .access-copy li {
    color: color-mix(in srgb, var(--ink, #0a342f) 78%, #fff);
  }
}
.access-copy li {
  align-items: center;
  gap: 11px;
  display: flex;
}
.access-copy li > .lucide-icon {
  background: var(--soft, #d9efe4);
  width: 22px;
  height: 22px;
  color: var(--primary, #199171);
  border-radius: 50%;
  padding: 5px;
}
.auth-card {
  background: var(--soft-2, #edf6ef);
  border-top: 4px solid var(--primary, #199171);
  box-shadow: 0 20px 60px var(--primary, #199171);
}
@supports (color: color-mix(in lab, red, red)) {
  .auth-card {
    box-shadow: 0 20px 60px color-mix(in srgb, var(--primary, #199171) 13%, transparent);
  }
}
.auth-card {
  align-items: center;
  min-height: 470px;
  padding: 38px;
  display: flex;
}
.auth-card form {
  width: 100%;
}
.form-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--primary, #199171);
  font-size: 12px;
  font-weight: 700;
}
.auth-card h3 {
  margin: 12px 0 8px;
  font-size: 25px;
}
.auth-card form > p {
  color: var(--ink, #0a342f);
  font-size: 13px;
}
@supports (color: color-mix(in lab, red, red)) {
  .auth-card form > p {
    color: color-mix(in srgb, var(--ink, #0a342f) 62%, #fff);
  }
}
.auth-card form > p {
  margin: 0 0 25px;
}
.auth-card label {
  margin: 0 0 17px;
  font-size: 12pt;
  font-weight: 700;
  display: block;
}
.auth-card input:not([type="hidden"]),
.auth-card textarea {
  border: 1px solid var(--primary, #199171);
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  display: block;
}
@supports (color: color-mix(in lab, red, red)) {
  .auth-card input:not([type="hidden"]),
  .auth-card textarea {
    border: 1px solid color-mix(in srgb, var(--primary, #199171) 25%, #fff);
  }
}
.auth-card input:not([type="hidden"]),
.auth-card textarea {
  color: var(--ink, #0a342f);
  background: #fff;
  border-radius: 3px;
  outline: none;
  padding: 14px;
}
.auth-card input:not([type="hidden"]):focus,
.auth-card textarea:focus {
  border-color: var(--primary, #199171);
  box-shadow: 0 0 0 3px var(--primary, #199171);
}
@supports (color: color-mix(in lab, red, red)) {
  .auth-card input:not([type="hidden"]):focus,
  .auth-card textarea:focus {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary, #199171) 12%, transparent);
  }
}
.auth-card textarea {
  min-height: 120px;
  resize: vertical;
  font: inherit;
}
.contact-card {
  background: var(--soft-2, #edf6ef);
  border-top: 4px solid var(--primary, #199171);
  box-shadow: 0 20px 60px var(--primary, #199171);
}
@supports (color: color-mix(in lab, red, red)) {
  .contact-card {
    box-shadow: 0 20px 60px color-mix(in srgb, var(--primary, #199171) 13%, transparent);
  }
}
.contact-card {
  align-items: center;
  min-height: 470px;
  padding: 38px;
  display: flex;
}
.contact-card form {
  width: 100%;
}
.contact-card h3 {
  margin: 12px 0 8px;
  font-size: 25px;
}
.contact-card form > p {
  color: var(--ink, #0a342f);
  font-size: 13px;
}
@supports (color: color-mix(in lab, red, red)) {
  .contact-card form > p {
    color: color-mix(in srgb, var(--ink, #0a342f) 62%, #fff);
  }
}
.contact-card form > p {
  margin: 0 0 25px;
}
.contact-card label {
  margin: 0 0 17px;
  font-size: 12px;
  font-weight: 700;
  display: block;
}
.contact-card input:not([type="hidden"]):not([type="checkbox"]),
.contact-card textarea {
  border: 1px solid var(--primary, #199171);
  width: 100%;
  min-width: 0;
  margin-top: 8px;
  display: block;
}
@supports (color: color-mix(in lab, red, red)) {
  .contact-card input:not([type="hidden"]):not([type="checkbox"]),
  .contact-card textarea {
    border: 1px solid color-mix(in srgb, var(--primary, #199171) 25%, #fff);
  }
}
.contact-card input:not([type="hidden"]):not([type="checkbox"]),
.contact-card textarea {
  color: var(--ink, #0a342f);
  background: #fff;
  border-radius: 3px;
  outline: none;
  padding: 14px;
}
.contact-card input:not([type="hidden"]):not([type="checkbox"]):focus,
.contact-card textarea:focus {
  border-color: var(--primary, #199171);
  box-shadow: 0 0 0 3px var(--primary, #199171);
}
@supports (color: color-mix(in lab, red, red)) {
  .contact-card input:not([type="hidden"]):not([type="checkbox"]):focus,
  .contact-card textarea:focus {
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--primary, #199171) 12%, transparent);
  }
}
.contact-card textarea {
  min-height: 120px;
  resize: vertical;
  font: inherit;
}
.contact-card .form__consent {
  color: var(--ink, #0a342f);
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  margin: 4px 0 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  display: grid;
}
.contact-card .form__consent input[type="checkbox"] {
  accent-color: var(--primary, #199171);
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
}
.form-submit {
  background: var(--primary, #199171);
  color: #fff;
  cursor: pointer;
  border: 0;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  padding: 15px 18px;
  font-weight: 700;
  display: flex;
}
.auth-card form > small {
  text-align: center;
  color: var(--ink, #0a342f);
  display: block;
}
@supports (color: color-mix(in lab, red, red)) {
  .auth-card form > small {
    color: color-mix(in srgb, var(--ink, #0a342f) 50%, #fff);
  }
}
.auth-card form > small {
  margin-top: 13px;
  font-size: 12px;
}
.form__message {
  min-height: 18px;
  margin-top: 13px;
  color: var(--ink, #0a342f);
  font-size: 12px;
  text-align: center;
}
.success-message {
  text-align: center;
  width: 100%;
}
.success-message > span {
  background: var(--soft, #d9efe4);
  width: 58px;
  height: 58px;
  color: var(--primary, #199171);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 22px;
  font-size: 25px;
  display: flex;
}
.success-message h3 {
  margin: 0 0 10px;
}
.success-message p {
  line-height: 1.6;
}
.success-message button {
  color: var(--primary, #199171);
  cursor: pointer;
  background: 0 0;
  border: 0;
  margin-top: 15px;
  text-decoration: underline;
}
.auth-card {
  min-height: 520px;
}
.contact-card {
  min-height: 520px;
}
.auth-tabs {
  border: 1px solid var(--primary, #199171);
  background: #fff;
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@supports (color: color-mix(in lab, red, red)) {
  .auth-tabs {
    border: 1px solid color-mix(in srgb, var(--primary, #199171) 18%, #fff);
  }
}
.auth-tabs {
  margin-bottom: 27px;
  padding: 4px;
}
.auth-tabs button {
  color: var(--ink, #0a342f);
  background: 0 0;
  border: 0;
  padding: 11px;
}
@supports (color: color-mix(in lab, red, red)) {
  .auth-tabs button {
    color: color-mix(in srgb, var(--ink, #0a342f) 55%, #fff);
  }
}
.auth-tabs button {
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}
.auth-tabs button.active {
  background: var(--primary, #199171);
  color: #fff;
}
.form-submit {
  align-items: center;
  text-decoration: none;
}
.success-link {
  max-width: 310px;
  margin: 22px auto 0;
}
footer {
  background: var(--deep, #082f2a);
}
@supports (color: color-mix(in lab, red, red)) {
  footer {
    background: color-mix(in srgb, var(--deep, #082f2a) 88%, #000);
  }
}
footer {
  color: #fff;
  grid-template-columns: 2fr 1fr 1.3fr;
  gap: 50px;
  padding: 64px max(32px, 50vw - 640px) 24px;
  display: grid;
}
.footer-brand img {
  width: auto;
  height: 38px;
}
.footer-brand p {
  color: #ffffff80;
  max-width: 390px;
  margin-top: 20px;
  line-height: 1.65;
}
footer h4 {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--accent, #55d0a8);
  margin: 3px 0 18px;
}
footer > div:not(.footer-brand):not(.footer-bottom) {
  flex-direction: column;
  gap: 11px;
  display: flex;
}
footer a {
  color: #ffffffa6;
  font-size: 12pt;
}
footer a:hover {
  color: #fff;
}
.footer-bottom {
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #ffffff6b;
  border-top: 1px solid #ffffff1c;
  grid-column: 1/-1;
  justify-content: space-between;
  margin-top: 18px;
  padding-top: 20px;
  display: flex;
}
@media (width<=1050px) {
  .desktop-nav {
    display: none;
  }
  .topbar > .login-link {
    display: none;
  }
  .mobile-menu {
    flex: none;
    display: block;
  }
  .mobile-menu summary {
    cursor: pointer;
    border: 1px solid #ffffff4d;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    list-style: none;
    display: flex;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary .lucide-icon {
    color: #fff;
    width: 20px;
    height: 20px;
  }
  .mobile-menu nav {
    color: var(--ink, #0a342f);
    background: #fff;
    border-top: 3px solid var(--accent, #55d0a8);
    flex-direction: column;
    width: min(290px, 100vw - 32px);
    padding: 10px;
    display: flex;
    position: absolute;
    top: 48px;
    right: 0;
    box-shadow: 0 22px 55px #00141147;
  }
  .mobile-menu nav a {
    border-bottom: 1px solid var(--line, #0a342f29);
    min-height: 44px;
    padding: 13px;
    font-size: 16px;
    line-height: 1.25;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 135px;
  }
  .ecosystem-card,
  .finance-hero-visual {
    width: 100%;
    max-width: 760px;
    margin: auto;
  }
  .signal-bar {
    grid-template-columns: repeat(3, 1fr);
  }
  .signal-bar__footer {
    display: none;
  }
  .split-heading,
  .access-section {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .workspace-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .domain-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .access-section {
    gap: 52px;
  }
}
@media (width<=720px) {
  .topbar {
    gap: 10px;
    height: 68px;
    padding: 0 20px;
  }
  .brand {
    max-width: calc(100% - 142px);
  }
  .brand-logo {
    max-width: 100%;
    height: 35px;
  }
  .product-name,
  .home-link {
    display: none;
  }
  .login-link {
    margin-left: auto;
    padding: 9px 12px;
  }
  .hero {
    min-height: 0;
    gap: 24px;
    padding: 96px 20px 32px;
  }
  .hero h1 {
    overflow-wrap: anywhere;
    font-size: 44px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .primary-button,
  .secondary-button,
  .hero-trust span {
    width: 100%;
  }
  .ecosystem-card {
    min-height: 430px;
    padding: 16px;
  }
  .finance-hero-visual {
    min-height: 470px;
  }
  .finance-visual-label {
    top: 20px;
    left: 18px;
  }
  .finance-floating-metric {
    padding: 13px;
  }
  .metric-emissions {
    bottom: 105px;
    left: 18px;
  }
  .metric-quality {
    top: 112px;
    right: 18px;
  }
  .finance-visual-foot {
    flex-direction: column;
    gap: 8px;
    bottom: 20px;
    left: 18px;
    right: 18px;
  }
  .orbit {
    height: 335px;
  }
  .ring-one {
    width: 220px;
    height: 220px;
  }
  .ring-two {
    width: 310px;
    height: 310px;
  }
  .core {
    width: 124px;
    height: 124px;
  }
  .core b {
    font-size: 20px;
  }
  .satellite {
    width: 62px;
    height: 62px;
  }
  .p1 {
    left: 1%;
  }
  .p2 {
    right: 0;
  }
  .p3 {
    left: 5%;
  }
  .p4 {
    right: 2%;
  }
  .eco-foot {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 8px;
  }
  .signal-bar {
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }
  .signal-bar > div {
    border-right: 0;
    border-bottom: 1px solid var(--line, #0a342f29);
    margin: 0;
    padding: 15px 0;
  }
  .section {
    padding: 76px 20px;
  }
  .section-heading {
    margin-bottom: 36px;
  }
  .section-heading .title,
  .access-copy__title {
    overflow-wrap: anywhere;
    font-size: 38px;
  }
  .audience-row,
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .audience-row .item,
  .feature-grid .item,
  .feature-grid .item:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--line, #0a342f29);
    margin: 0;
  }
  .feature-grid .item,
  .feature-grid .item:nth-child(2n) {
    border-color: #ffffff24;
  }
  .workspace-metrics {
    grid-template-columns: 1fr;
  }
  .workspace-list article {
    grid-template-columns: 32px 1fr;
  }
  .workspace-list__value {
    text-align: left;
    grid-column: 2;
  }
  .domain-grid {
    grid-template-columns: 1fr;
  }
  .domain-grid .item {
    min-height: 125px;
  }
  .access-section {
    padding-top: 76px;
  }
  .auth-card {
    min-height: 440px;
    padding: 30px 20px;
  }
  .contact-card {
    min-height: 440px;
    padding: 30px 20px;
  }
  footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px;
    padding: 54px 20px 22px;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }
}
@media (width<=360px) {
  .topbar {
    height: 64px;
    padding: 0 14px;
  }
  .brand-logo {
    height: 32px;
  }
  .mobile-menu nav {
    width: calc(100vw - 28px);
    padding: 8px;
    top: 46px;
  }
  .eyebrow,
  .section-kicker {
    letter-spacing: 0.13em;
    font-size: 12px;
  }
  .eyebrow {
    align-items: flex-start;
    margin-bottom: 18px;
    line-height: 1.45;
  }
  .eyebrow span {
    flex: 0 0 20px;
    margin-top: 7px;
  }
  .contour-label {
    margin-bottom: 20px;
    font-size: 9px;
  }
  .hero {
    gap: 18px;
    padding: 92px 14px 28px;
  }
  .hero h1 {
    letter-spacing: -0.045em;
    font-size: 33px;
    line-height: 1.07;
  }
  .hero-lead {
    margin: 23px 0 27px;
    font-size: 15px;
    line-height: 1.58;
  }
  .hero-actions {
    gap: 9px;
  }
  .primary-button,
  .secondary-button {
    gap: 10px;
    min-height: 50px;
    padding: 0 15px;
    font-size: 13px;
  }
  .hero-trust {
    gap: 8px 11px;
    margin-top: 26px;
    line-height: 1.4;
  }
  .ecosystem-card {
    min-height: 386px;
    padding: 13px;
  }
  .eco-head {
    letter-spacing: 0.07em;
    gap: 7px;
    font-size: 8px;
  }
  .eco-head i {
    white-space: nowrap;
    padding: 5px 6px;
  }
  .orbit {
    height: 291px;
  }
  .ring-one {
    width: 174px;
    height: 174px;
  }
  .ring-two {
    width: 242px;
    height: 242px;
  }
  .core {
    width: 102px;
    height: 102px;
  }
  .core b {
    font-size: 17px;
  }
  .core small {
    margin-bottom: 5px;
    font-size: 7px;
  }
  .satellite {
    width: 51px;
    height: 51px;
  }
  .planet b {
    font-size: 12px;
  }
  .planet small {
    font-size: 7px;
  }
  .planet em {
    display: none;
  }
  .p1 {
    top: 28%;
    left: 0;
  }
  .p2 {
    top: 22%;
    right: 0;
  }
  .p3 {
    bottom: 8%;
    left: 5%;
  }
  .p4 {
    bottom: 7%;
    right: 3%;
  }
  .p5 {
    top: 3%;
  }
  .eco-foot {
    letter-spacing: 0.06em;
    gap: 6px 10px;
    padding-top: 10px;
    font-size: 7px;
  }
  .signal-bar {
    padding: 15px 14px;
  }
  .signal-bar > div {
    padding: 13px 0;
  }
  .signal-bar__value {
    font-size: 30px;
  }
  .section {
    padding: 62px 14px;
  }
  .section-kicker {
    margin-bottom: 23px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading .title,
  .access-copy__title {
    letter-spacing: -0.04em;
    font-size: 31px;
    line-height: 1.1;
  }
  .section-heading .description,
  .access-copy__description {
    font-size: 15px;
    line-height: 1.6;
  }
  .audience-row .item {
    grid-template-columns: 28px minmax(0, 1fr) 16px;
    gap: 9px;
    min-height: 0;
    padding: 23px 0;
  }
  .audience-row .item__title {
    font-size: 18px;
  }
  .feature-grid .item,
  .feature-grid .item:nth-child(2n) {
    min-height: 0;
    padding: 25px 0;
  }
  .feature-grid .item__title {
    margin: 28px 0 10px;
    font-size: 20px;
  }
  .domain-grid {
    gap: 8px;
  }
  .domain-grid .item {
    min-height: 116px;
    padding: 17px;
  }
  .domain-grid .item__title {
    font-size: 16px;
  }
  .access-section {
    gap: 36px;
    padding-top: 62px;
  }
  .access-copy li {
    align-items: flex-start;
    line-height: 1.45;
  }
  .access-copy li:before {
    flex: 0 0 22px;
  }
  .auth-card {
    min-height: 0;
    padding: 28px 14px;
  }
  .contact-card {
    min-height: 0;
    padding: 28px 14px;
  }
  .auth-card h3 {
    font-size: 21px;
  }
  .contact-card h3 {
    font-size: 21px;
  }
  .auth-card input:not([type="hidden"]),
  .auth-card textarea {
    padding: 13px 11px;
    font-size: 14px;
  }
  .contact-card input:not([type="hidden"]):not([type="checkbox"]),
  .contact-card textarea {
    padding: 13px 11px;
    font-size: 14px;
  }
  .form-submit {
    padding: 14px;
    font-size: 14px;
  }
  footer {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 48px 14px 20px;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom {
    grid-column: auto;
    margin-top: 6px;
    line-height: 1.5;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.skip-link {
  z-index: 1000;
  color: var(--deep, #082f2a);
  border: 2px solid var(--accent, #55d0a8);
  background: #fff;
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 800;
  transition: top 0.18s;
  position: fixed;
  top: -80px;
  left: 18px;
}
.skip-link:focus {
  top: 14px;
}
.start-section {
  background: linear-gradient(135deg, #fff 0%, var(--soft-2, #edf6ef) 100%);
}
.start-grid {
  border-top: 1px solid var(--line, #0a342f29);
  grid-template-columns: repeat(4, 1fr);
  display: grid;
}
.start-grid .item {
  border-right: 1px solid var(--line, #0a342f29);
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 15px;
  min-height: 250px;
  margin-right: 26px;
  padding: 28px 26px 28px 0;
  display: grid;
}
.start-grid .item:last-child {
  border-right: 0;
  margin-right: 0;
}
.start-grid .item__number {
  color: var(--primary, #199171);
  padding-top: 4px;
  font-size: 12px;
}
.start-grid .item__title {
  color: var(--ink, #0a342f);
  margin: 0 0 14px;
  font-size: 21px;
  line-height: 1.25;
}
.start-grid .item__description {
  color: var(--ink, #0a342f);
  margin: 0;
  line-height: 1.65;
}
@supports (color: color-mix(in lab, red, red)) {
  .start-grid .item__description {
    color: color-mix(in srgb, var(--ink, #0a342f) 64%, #fff);
  }
}
.field-hint {
  padding-left: 1px;
  text-align: left !important;
  color: var(--ink, #0a342f) !important;
  margin: -10px 0 17px !important;
  display: block !important;
}
@supports (color: color-mix(in lab, red, red)) {
  .field-hint {
    color: color-mix(in srgb, var(--ink, #0a342f) 58%, #fff) !important;
  }
}
.field-hint {
  line-height: 1.45;
}
.primary-button:focus-visible,
.secondary-button:focus-visible,
.dashboard-link:focus-visible,
.login-link:focus-visible,
.form-submit:focus-visible,
.auth-tabs button:focus-visible {
  outline: 3px solid var(--accent, #55d0a8);
  outline-offset: 3px;
}
.section {
  scroll-margin-top: 78px;
}
@media (width<=1050px) {
  .start-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .start-grid .item:nth-child(2) {
    border-right: 0;
    margin-right: 0;
  }
  .start-grid .item {
    border-bottom: 1px solid var(--line, #0a342f29);
  }
}
@media (width<=720px) {
  .start-grid {
    grid-template-columns: 1fr;
  }
  .start-grid .item,
  .start-grid .item:nth-child(2) {
    border-right: 0;
    min-height: 0;
    margin: 0;
    padding: 24px 0;
  }
  .start-grid .item:last-child {
    border-bottom: 0;
  }
  .skip-link {
    left: 12px;
  }
  .section {
    scroll-margin-top: 68px;
  }
}
.brand-lockup {
  white-space: nowrap;
  align-items: center;
  gap: 11px;
  display: inline-flex;
}
.brand-symbol {
  background: #00172c url(../img/7g-symbol.png) 50% / cover no-repeat;
  border-radius: 3px;
  flex: none;
  width: 76px;
  height: 40px;
  position: relative;
  overflow: hidden;
}
.brand-wordmark {
  color: #fff;
  letter-spacing: -0.025em;
  font-size: 17px;
  line-height: 1;
}
.brand-wordmark b {
  color: #16c2ac;
  font-weight: 850;
}
.footer-brand .brand-lockup {
  margin-bottom: 18px;
}
.footer-brand .brand-wordmark {
  font-size: 20px;
}
.domain-grid {
  grid-template-columns: repeat(4, 1fr);
}
.core b {
  letter-spacing: -0.06em;
  font-size: 40px;
}
@media (width<=1050px) {
  .domain-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width<=720px) {
  .brand-lockup {
    gap: 8px;
  }
  .brand-symbol {
    width: 60px;
    height: 32px;
  }
  .brand-wordmark {
    font-size: 13px;
  }
  .footer-brand .brand-symbol {
    width: 76px;
    height: 40px;
  }
  .footer-brand .brand-wordmark {
    font-size: 18px;
  }
  .domain-grid {
    grid-template-columns: 1fr;
  }
  .core b {
    font-size: 30px;
  }
}
@media (width<=360px) {
  .brand-lockup {
    gap: 6px;
  }
  .brand-symbol {
    width: 54px;
    height: 29px;
  }
  .brand-wordmark {
    font-size: 11px;
  }
  .core b {
    font-size: 25px;
  }
}
.content-site {
  min-height: 100vh;
}
.not-found-page {
  min-height: calc(100vh - 40px);
  display: flex;
}
.not-found-hero {
  flex: 1;
  width: 100%;
}
.content-topbar {
  position: absolute;
}
.inner-hero {
  background: linear-gradient(118deg, var(--deep, #082f2a), var(--deep-2, #145846));
  color: #fff;
  padding: 132px max(32px, 50vw - 640px) 88px;
  position: relative;
  overflow: hidden;
}
.inner-hero:after {
  content: "";
  opacity: 0.08;
  background-image: linear-gradient(#ffffff4d 1px, #0000 1px), linear-gradient(90deg, #ffffff4d 1px, #0000 1px);
  background-size: 58px 58px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(270deg, #000, #0000 70%);
  mask-image: linear-gradient(270deg, #000, #0000 70%);
}
.compact-inner-hero {
  padding-bottom: 76px;
}
.breadcrumbs {
  z-index: 2;
  color: #ffffff94;
  letter-spacing: 0.04em;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 58px;
  font-size: 11px;
  display: flex;
  position: relative;
}
.breadcrumbs > li {
  align-items: center;
  gap: 8px;
  display: flex;
}
.breadcrumbs a:hover {
  color: #fff;
}
.breadcrumbs b {
  color: var(--accent, #55d0a8);
  font-weight: 700;
}
.inner-hero-grid {
  z-index: 2;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: end;
  gap: 90px;
  display: grid;
  position: relative;
}
.inner-hero .title {
  max-width: 850px;
  font-size: clamp(46px, 5.5vw, 76px);
}
.inner-hero .title strong {
  color: var(--accent, #55d0a8);
  font-weight: 500;
}
.inner-hero-grid .description {
  color: #ffffffb8;
  max-width: 760px;
  margin: 28px 0 32px;
  font-size: 18px;
  line-height: 1.65;
}
.detail-index {
  background: #03191647;
  border: 1px solid #fff3;
  flex-direction: column;
  min-height: 290px;
  padding: 27px;
  display: flex;
}
.detail-index__label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent, #55d0a8);
  font-size: 12px;
}
.detail-index__title {
  letter-spacing: -0.07em;
  color: #fff;
  margin: auto 0;
  font-size: 68px;
  font-weight: 500;
}
.detail-index__description {
  color: #ffffffa1;
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}
.content-section {
  padding: 96px max(32px, 50vw - 640px);
}
.content-heading {
  grid-template-columns: 0.35fr 1.2fr 0.8fr;
  align-items: start;
  gap: 40px;
  margin-bottom: 50px;
  display: grid;
}
.content-heading .suptitle {
  text-transform: uppercase;
  letter-spacing: 0.13em;
  color: var(--primary, #199171);
  font-size: 11px;
  font-weight: 700;
}
.content-heading .title {
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 500;
  line-height: 1.1;
}
.content-heading .description {
  color: var(--muted, #61706a);
  margin: 3px 0 0;
  line-height: 1.7;
}
.metric-strip {
  background: var(--soft-2, #edf6ef);
  grid-template-columns: repeat(3, 1fr);
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}
.metric-strip article {
  border-right: 1px solid var(--line, #0a342f29);
  align-items: center;
  gap: 18px;
  min-height: 145px;
  margin-right: 28px;
  padding: 25px 28px 25px 0;
  display: flex;
}
.metric-strip article:last-child {
  border: 0;
  margin: 0;
}
.metric-strip strong {
  color: var(--primary, #199171);
  letter-spacing: -0.04em;
  font-size: 34px;
  font-weight: 500;
}
.metric-strip span {
  color: var(--muted, #61706a);
  font-size: 12px;
  line-height: 1.45;
}
.content-card-grid {
  border-top: 1px solid var(--line, #0a342f29);
  grid-template-columns: repeat(2, 1fr);
  display: grid;
}
.content-card-grid .item {
  border-right: 1px solid var(--line, #0a342f29);
  border-bottom: 1px solid var(--line, #0a342f29);
  min-height: 220px;
  margin-right: 36px;
  padding: 30px 36px 30px 0;
}
.content-card-grid .item:nth-child(2n) {
  border-right: 0;
  margin-right: 0;
}
.content-card-grid .item__number,
.standards-grid .item__suptitle {
  color: var(--primary, #199171);
  font-size: 12px;
}
.content-card-grid .item__title {
  margin: 30px 0 12px;
  font-size: 22px;
}
.content-card-grid .item__description {
  max-width: 520px;
  color: var(--muted, #61706a);
  margin: 0;
  line-height: 1.65;
}
.workflow-section {
  background: var(--deep, #082f2a);
  color: #fff;
}
.workflow-section .content-heading .suptitle {
  color: var(--accent, #55d0a8);
}
.workflow-section .content-heading .title {
  color: #fff;
}
.workflow-section .content-heading .description {
  color: #ffffff9e;
}
.workflow-list {
  border-top: 1px solid #ffffff29;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.workflow-list li {
  border-right: 1px solid #ffffff24;
  flex-direction: column;
  min-height: 180px;
  margin-right: 24px;
  padding: 25px 24px 25px 0;
  display: flex;
}
.workflow-list li:last-child {
  border: 0;
  margin: 0;
}
.workflow-list span {
  color: var(--accent, #55d0a8);
  font-size: 12px;
}
.workflow-list b {
  margin-top: auto;
  font-size: 16px;
  line-height: 1.35;
}
.audience-section {
  background: #fff;
}
.audience-chips {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}
.audience-chips span {
  border: 1px solid var(--line, #0a342f29);
  background: var(--soft-2, #edf6ef);
  padding: 15px 18px;
  font-size: 14px;
}
.related-section {
  background: var(--soft-2, #edf6ef);
}
.related-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  display: grid;
}
.related-grid .item {
  border: 1px solid var(--line, #0a342f29);
  background: #fff;
  flex-direction: column;
  min-height: 260px;
  padding: 22px;
  transition: all 0.2s;
  display: flex;
}
.related-grid .item:hover {
  border-color: var(--primary, #199171);
  transform: translateY(-4px);
}
.related-grid .item__category {
  color: var(--primary, #199171);
  font-size: 12px;
}
.related-grid .item__title {
  margin: 30px 0 12px;
  font-size: 22px;
}
.related-grid .item__description {
  color: var(--muted, #61706a);
  margin: 0;
  line-height: 1.6;
  margin-bottom: 20px;
}
.related-grid .item__link {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary, #199171);
  margin-top: auto  ;
}
.solution-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  display: grid;
}
.solution-grid .item {
  background: var(--soft-2, #edf6ef);
  border: 1px solid var(--line, #0a342f29);
  flex-direction: column;
  min-height: 270px;
  padding: 28px;
  transition: all 0.2s;
  display: flex;
}
.solution-grid .item:hover {
  border-color: var(--primary, #199171);
  background: #fff;
  transform: translateY(-3px);
}
.solution-grid .item__number {
  color: var(--primary, #199171);
  font-size: 12px;
}
.solution-grid .item__title {
  margin: 30px 0 12px;
  font-size: 22px;
}
.solution-grid .item__description {
  color: var(--muted, #61706a);
  margin: 0;
  line-height: 1.6;
}
.solution-grid .item__link {
  color: var(--primary, #199171);
  margin-top: auto;
  font-size: 13px;
}
.standards-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  display: grid;
}
.standards-grid .item {
  background: var(--soft-2, #edf6ef);
  border-top: 3px solid var(--primary, #199171);
  min-height: 210px;
  padding: 25px;
}
.standards-grid .item__title {
  margin: 30px 0 12px;
  font-size: 22px;
}
.standards-grid .item__description {
  color: var(--muted, #61706a);
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
}
.article-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  display: grid;
}
.article-grid .item {
  border: 1px solid var(--line, #0a342f29);
  background: #fff;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  display: flex;
}
.article-grid .item__meta {
  color: var(--muted, #61706a);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  justify-content: space-between;
  gap: 12px;
  font-size: 12px;
  display: flex;
}
.article-grid .item__category {
  color: var(--primary, #199171);
  font-size: 12px;
}
.article-grid .item__title {
  margin: 30px 0 12px;
  font-size: 22px;
}
.article-grid .item__title a:hover {
  color: var(--primary, #199171);
}
.article-grid .item__description {
  color: var(--muted, #61706a);
  margin: 0;
  line-height: 1.65;
  margin-bottom: 20px;
}
.article-grid .item__link {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary, #199171);
  margin-top: auto;
}
.sitemap-hero {
  z-index: 2;
  position: relative;
}
.sitemap-section {
  background: #fff;
}
.sitemap-grid .sitemap-group {
  min-height: 0;
}
.sitemap-group .item__title a {
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  transition: color 0.2s;
  display: flex;
}
.sitemap-group .item__title a:hover {
  color: var(--deep-2, #145846);
}
.sitemap-list {
  border-top: 1px solid var(--line, #0a342f29);
  margin-top: 24px;
}
.sitemap-list li {
  border-bottom: 1px solid var(--line, #0a342f29);
}
.sitemap-list a {
  color: var(--muted, #61706a);
  padding: 13px 0;
  transition: color 0.2s;
  display: block;
}
.sitemap-list a:hover {
  color: var(--deep-2, #145846);
}
.sitemap-group a:focus-visible {
  outline: 2px solid var(--primary, #199171);
  outline-offset: 4px;
}
.article-page {
  background: #fff;
}
.article-page > header {
  background: linear-gradient(118deg, var(--deep, #082f2a), var(--deep-2, #145846));
  color: #fff;
  padding: 150px max(32px, 50vw - 490px) 80px;
}
.dark-breadcrumbs {
  z-index: 3;
  position: absolute;
  top: 112px;
  left: max(32px, 50vw - 490px);
}
.article-category {
  color: var(--accent, #55d0a8);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
}
.article-page h1 {
  max-width: 920px;
  margin-top: 25px;
  font-size: clamp(44px, 5.5vw, 72px);
}
.article-page > header > p {
  color: #ffffffb3;
  max-width: 760px;
  margin: 28px 0;
  font-size: 18px;
  line-height: 1.65;
}
.article-byline {
  color: #ffffff94;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 11px;
  display: flex;
}
.article-layout {
  grid-template-columns: minmax(0, 720px) 280px;
  justify-content: center;
  gap: 80px;
  padding: 80px 32px 110px;
  display: grid;
}
.article-body {
  color: #1b403b;
  font-size: 17px;
  line-height: 1.8;
}
.article-body h2 {
  letter-spacing: -0.035em;
  color: var(--ink, #0a342f);
  margin: 55px 0 18px;
  font-size: 34px;
  line-height: 1.2;
}
.article-body p,
.article-body li {
  margin-bottom: 18px;
}
.article-body .wp-block-table,
.article-body table {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.article-body table {
  width: 100%;
  display: block;
}
.article-layout .relation {
  border-top: 4px solid var(--primary, #199171);
  background: var(--soft-2, #edf6ef);
  align-self: start;
  padding: 24px;
  position: sticky;
  top: 28px;
}
.article-layout .relation__label {
  color: var(--primary, #199171);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.article-layout .relation__title {
  margin: 30px 0 12px;
  font-size: 22px;
}
.article-layout .relation__description {
  color: var(--muted, #61706a);
  font-size: 14px;
  line-height: 1.6;
}
.article-layout .relation__description p {
  font-size: inherit;
}
.article-layout .relation__link {
  color: var(--primary, #199171);
  margin-top: 25px;
  font-size: 13px;
  font-weight: 700;
  display: block;
}
@media (width<=1050px) {
  .inner-hero-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .detail-index {
    max-width: 520px;
    min-height: 230px;
  }
  .content-heading {
    grid-template-columns: 1fr 2fr;
  }
  .content-heading .description {
    grid-column: 2;
  }
  .workflow-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .workflow-list li:nth-child(3) {
    border-right: 0;
  }
  .related-grid,
  .article-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .article-layout {
    grid-template-columns: minmax(0, 720px);
  }
  .article-layout .relation {
    position: static;
  }
}
@media (width<=720px) {
  .inner-hero {
    padding: 105px 20px 62px;
  }
  .breadcrumbs {
    margin-bottom: 38px;
  }
  .inner-hero .title {
    font-size: 40px;
  }
  .inner-hero-grid .description {
    font-size: 16px;
  }
  .detail-index {
    min-height: 200px;
    padding: 20px;
  }
  .detail-index__title {
    font-size: 54px;
  }
  .content-section {
    padding: 68px 20px;
  }
  .content-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 35px;
  }
  .content-heading .description {
    grid-column: auto;
  }
  .metric-strip {
    grid-template-columns: 1fr;
  }
  .metric-strip article {
    border-right: 0;
    border-bottom: 1px solid var(--line, #0a342f29);
    min-height: 100px;
    margin: 0;
    padding: 22px 20px;
  }
  .content-card-grid {
    grid-template-columns: 1fr;
  }
  .content-card-grid .item,
  .content-card-grid .item:nth-child(2n) {
    border-right: 0;
    min-height: 0;
    margin: 0;
    padding: 25px 0;
  }
  .content-card-grid .item__title {
    margin-top: 30px;
  }
  .workflow-list {
    grid-template-columns: 1fr;
  }
  .workflow-list li,
  .workflow-list li:nth-child(3) {
    border-bottom: 1px solid #ffffff24;
    border-right: 0;
    grid-template-columns: 42px 1fr;
    align-items: center;
    min-height: 100px;
    margin: 0;
    padding: 20px 0;
    display: grid;
  }
  .workflow-list b {
    margin: 0;
  }
  .related-grid,
  .solution-grid,
  .standards-grid,
  .article-grid {
    grid-template-columns: 1fr;
  }
  .related-grid .item {
    min-height: 210px;
  }
  .solution-grid .item {
    min-height: 230px;
  }
  .article-grid .item {
    min-height: 280px;
  }
  .article-page > header {
    padding: 142px 20px 62px;
  }
  .dark-breadcrumbs {
    top: 96px;
    left: 20px;
  }
  .article-page h1 {
    font-size: 39px;
  }
  .article-page > header > p {
    font-size: 16px;
  }
  .article-layout {
    padding: 55px 20px 80px;
  }
  .article-body {
    font-size: 16px;
  }
  .article-body h2 {
    font-size: 29px;
  }
  .article-layout .relation {
    padding: 20px;
  }
}
.article-page {
  position: relative;
}
.topbar,
.content-topbar {
  -webkit-backdrop-filter: blur(16px) saturate(135%);
  backdrop-filter: blur(16px) saturate(135%);
  background: linear-gradient(90deg, #02231ff5, #043a32eb);
  border-bottom-color: #ffffff1f;
  position: fixed;
  box-shadow: 0 10px 35px #0018142e;
}
.brand-wordmark {
  letter-spacing: -0.015em;
  font-weight: 650;
}
.desktop-nav a {
  padding: 31px 0 29px;
  position: relative;
}
.desktop-nav a:after {
  content: "";
  background: var(--accent, #55d0a8);
  height: 2px;
  transition: right 0.2s;
  position: absolute;
  bottom: 21px;
  left: 0;
  right: 100%;
}
.desktop-nav a:hover:after,
.desktop-nav a:focus-visible:after {
  right: 0;
}
.topbar a:focus-visible,
.topbar summary:focus-visible {
  outline: 2px solid var(--accent, #55d0a8);
  outline-offset: 4px;
}
@media (width<=720px) {
  .topbar,
  .content-topbar {
    background: #02231ff7;
  }
  .brand-wordmark {
    font-size: 14px;
  }
}
body {
  font-family: var(--font-onest, "Onest", sans-serif), Arial, sans-serif;
  font-size: 14pt;
}
.site p,
.site li,
.site label,
.site input,
.site button {
  font-size: 14pt;
}
.site small,
.site .eyebrow,
.site .section-kicker,
.site .contour-label,
.site .article-meta,
.form-label,
.site .search-results-head,
.site .search-help,
.site .workspace-metrics__unit,
.site .signal-bar__label,
.site footer h4,
.site footer a,
.site .footer-bottom {
  font-size: 12pt;
}
.article-body h3,
.article-body h4 {
  color: var(--ink, #0a342f);
  letter-spacing: -0.02em;
  margin: 42px 0 14px;
  line-height: 1.25;
}
.article-body h3 {
  font-size: 28px;
}
.article-body h4 {
  font-size: 22px;
}
.article-body p {
  margin: 0 0 18px;
}
.article-body a {
  color: var(--primary, #199171);
  text-decoration: underline;
  text-underline-offset: 0.16em;
}
.article-body ul,
.article-body ol {
  margin: 0 0 24px;
  padding-left: 1.5em;
}
.article-body ul {
  list-style: disc;
}
.article-body ol {
  list-style: decimal;
}
.article-body li {
  margin-bottom: 8px;
}
.article-body li > ul,
.article-body li > ol {
  margin-top: 8px;
  margin-bottom: 0;
}
.article-body blockquote {
  color: var(--muted, #61706a);
  border-left: 4px solid var(--primary, #199171);
  margin: 32px 0;
  padding: 4px 0 4px 24px;
  font-size: 1.08em;
  font-style: italic;
}
.article-body figure {
  margin: 32px 0;
}
.article-body figure img,
.article-body img {
  display: block;
  max-width: 100%;
  height: auto;
}
.article-body figure img {
  margin: 0 auto;
}
.article-body figcaption {
  color: var(--muted, #61706a);
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}
.article-body pre {
  color: #fff;
  background: var(--deep, #082f2a);
  margin: 28px 0;
  padding: 20px;
  overflow-x: auto;
  line-height: 1.55;
}
.article-body code {
  background: var(--soft-2, #edf6ef);
  border-radius: 3px;
  padding: 0.15em 0.35em;
  font-size: 0.9em;
}
.article-body pre code {
  background: transparent;
  padding: 0;
  font-size: inherit;
}
.article-body hr {
  border: 0;
  border-top: 1px solid var(--line, #0a342f29);
  margin: 40px 0;
}
.article-body .wp-block-table {
  max-width: 100%;
  margin: 32px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}
.article-body .wp-block-table > table {
  width: 100%;
  min-width: 100%;
  display: table;
}
.article-body th,
.article-body td {
  border: 1px solid var(--line, #0a342f29);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.desktop-nav,
.desktop-nav a,
.login-link {
  font-size: 16pt;
}
.topbar {
  gap: 18px;
  height: 88px;
}
.smart-search {
  flex: 270px;
  min-width: 210px;
  max-width: 310px;
  height: 48px;
  margin-left: 2px;
  position: relative;
}
.smart-search > input {
  color: #fff;
  background: #ffffff09;
  border: 1px solid #ffffff24;
  border-radius: 999px;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 54px 0 46px;
  font-size: 14pt;
  transition:
    border-color 0.2s,
    background 0.2s,
    box-shadow 0.2s;
  box-shadow: inset 0 1px #ffffff0a;
}
.smart-search > input::placeholder {
  color: #ffffff94;
}
.smart-search > input:hover {
  background: #ffffff0f;
  border-color: #ffffff38;
}
.smart-search > input:focus {
  border-color: var(--accent, #55d0a8);
  background: #ffffff17;
}
@supports (color: color-mix(in lab, red, red)) {
  .smart-search > input:focus {
    border-color: color-mix(in srgb, var(--accent, #55d0a8) 72%, #fff);
  }
}
.smart-search > input:focus {
  box-shadow: 0 0 0 4px var(--accent, #55d0a8);
}
@supports (color: color-mix(in lab, red, red)) {
  .smart-search > input:focus {
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent, #55d0a8) 13%, transparent);
  }
}
.search-icon {
  z-index: 2;
  pointer-events: none;
  color: #fffc;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 14px;
  left: 17px;
}
.smart-search > kbd {
  color: #ffffff8c;
  font-family: var(--font-geist-mono, "Geist Mono", sans-serif), monospace;
  pointer-events: none;
  border: 1px solid #ffffff2e;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 13px;
  right: 12px;
}
.search-results {
  width: min(520px, 100vw - 40px);
  color: var(--ink, #0a342f);
  border: 1px solid var(--line, #0a342f29);
  border-top: 4px solid var(--accent, #55d0a8);
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  position: absolute;
  top: 59px;
  left: 0;
  max-height: calc(100vh - 110px);
  overflow-y: auto;
  overscroll-behavior: contain;
  box-shadow: 0 28px 75px #001d1847;
}
.search-results-head {
  color: var(--muted, #61706a);
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px 13px;
  display: flex;
}
.search-results-head > span {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 750;
}
.search-results-head small {
  color: var(--primary, #199171);
}
.search-results > a {
  border-top: 1px solid var(--line, #0a342f29);
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 13px 12px;
  transition:
    background 0.15s,
    color 0.15s;
  display: flex;
}
.search-results > a.active {
  background: var(--soft-2, #edf6ef);
  color: var(--primary, #199171);
}
.search-results > a > span {
  gap: 4px;
  display: grid;
}
.search-results > a small {
  color: var(--primary, #199171);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 12pt;
}
.search-results > a b {
  font-size: 14pt;
  line-height: 1.25;
}
.search-results > a em {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 420px;
  color: var(--muted, #61706a);
  font-size: 12pt;
  font-style: normal;
  overflow: hidden;
}
.search-results > a > i {
  font-size: 20px;
  font-style: normal;
}
.search-empty {
  border-top: 1px solid var(--line, #0a342f29);
  gap: 7px;
  padding: 24px 12px;
  display: grid;
}
.search-empty b {
  font-size: 14pt;
}
.search-empty span {
  color: var(--muted, #61706a);
  font-size: 12pt;
}
.search-empty > i {
  border: 2px solid var(--line, #0a342f29);
  border-top-color: var(--primary, #199171);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
  animation: search-spin 0.7s linear infinite;
}
.search-error b {
  color: #a33b35;
}
@keyframes search-spin {
  to {
    transform: rotate(360deg);
  }
}
.search-help {
  color: var(--muted, #61706a);
  border-top: 1px solid var(--line, #0a342f29);
  gap: 18px;
  padding: 11px 12px 4px;
  display: flex;
}
.search-help span {
  align-items: center;
  gap: 4px;
  display: inline-flex;
}
.search-help .lucide-icon {
  width: 13px;
  height: 13px;
}
.sr-only {
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden !important;
}
.login-link {
  white-space: nowrap;
  color: #fff;
  background: linear-gradient(135deg, #2caf89, #168267);
  border: 1px solid #ffffff29;
  border-radius: 999px;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  padding: 0 7px 0 19px;
  font-weight: 800;
  display: inline-flex;
  box-shadow: 0 8px 24px #085b484d;
}
.login-link b {
  color: #fff;
  background: #ffffff29;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-size: 17px;
  transition:
    transform 0.2s,
    background 0.2s;
  display: grid;
}
.login-link:hover,
.login-link:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #35bd95, #1b9274);
  box-shadow: 0 10px 28px #085b4861;
}
.login-link:hover b,
.login-link:focus-visible b {
  background: #ffffff38;
  transform: translate(3px);
}
@media (width<=1280px) {
  .topbar {
    gap: 13px;
  }
  .smart-search {
    max-width: 250px;
  }
  .desktop-nav {
    gap: 16px;
  }
  .desktop-nav,
  .desktop-nav a,
  .login-link {
    font-size: 14pt;
  }
}
@media (width<=1050px) {
  .smart-search {
    max-width: 420px;
  }
  .login-link {
    margin-left: auto;
  }
}
@media (width<=720px) {
  .topbar {
    gap: 10px;
    height: 68px;
  }
  .topbar .brand-wordmark {
    display: none;
  }
  .topbar .brand-symbol {
    width: 58px;
    height: 31px;
  }
  .smart-search {
    min-width: 90px;
    max-width: none;
    height: 44px;
    margin: 0;
  }
  .smart-search > input {
    padding: 0 15px 0 39px;
    font-size: 12pt;
  }
  .smart-search > kbd {
    display: none;
  }
  .search-icon {
    top: 13px;
    left: 15px;
  }
  .topbar > .login-link {
    display: none;
  }
  .search-results {
    width: auto;
    max-height: calc(100vh - 84px);
    position: fixed;
    top: 112px;
    left: 12px;
    right: 12px;
    overflow: auto;
  }
  .search-results > a em {
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
@media (width<=360px) {
  .topbar .brand-symbol {
    width: 48px;
    height: 27px;
  }
  .smart-search > input::placeholder {
    font-size: 0;
  }
  .smart-search > input:after {
    content: "Поиск";
  }
  .search-help {
    display: none;
  }
}
.ue-card {
  z-index: 2;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #0214125c;
  border: 1px solid #ffffff2b;
  width: min(600px, 100%);
  min-height: 510px;
  margin-left: auto;
  padding: 21px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 35px 80px #0003;
}
.ue-head,
.ue-foot {
  color: #ffffff9e;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  display: flex;
}
.ue-head i {
  color: #35d7c5;
  white-space: nowrap;
  border: 1px solid #22d3be7a;
  padding: 7px 9px;
  font-style: normal;
}
.ue-stage {
  height: 405px;
  position: relative;
}
.ue-ring {
  z-index: 0;
  pointer-events: none;
  border: 1px solid #23cdc03d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ue-ring-inner {
  width: 210px;
  height: 210px;
}
.ue-ring-outer {
  border-style: dashed;
  width: 340px;
  height: 340px;
}
.ue-links {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: visible;
}
.ue-links line {
  fill: none;
  stroke: #397cff;
  stroke-width: 1.15px;
  vector-effect: non-scaling-stroke;
}
.ue-product-links {
  opacity: 0.68;
}
.ue-registry-links {
  opacity: 0.95;
}
.ue-node {
  z-index: 3;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition:
    filter 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 30px #0000003d;
}
.ue-node b {
  letter-spacing: 0.02em;
  line-height: 1;
}
.ue-node small {
  color: #ffffffc7;
  margin-top: 6px;
  line-height: 1;
}
.ue-node em {
  opacity: 0;
  font-size: 9px;
  font-style: normal;
  transition: opacity 0.2s;
  position: absolute;
  top: 7px;
  right: 9px;
}
.ue-node:hover,
.ue-node:focus-visible {
  filter: brightness(1.12);
  border-color: #fff;
  outline: none;
  box-shadow:
    0 0 0 5px #ffffff1f,
    0 16px 36px #0000004d;
}
.ue-node:hover em,
.ue-node:focus-visible em {
  opacity: 1;
}
.ue-core {
  background: linear-gradient(145deg, #008f8c, #005c62);
  border: 1px solid #1ee2cf;
  width: 118px;
  height: 118px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ue-core:hover,
.ue-core:focus-visible {
  filter: brightness(1.1);
  transform: translate(-50%, -50%);
}
.ue-core b {
  letter-spacing: -0.06em;
  font-size: 34px;
}
.ue-core small {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #80e5dc;
  font-size: 9px;
}
.ue-product {
  border: 2px solid #0000;
  width: 82px;
  height: 82px;
}
.ue-product b {
  font-size: 14px;
}
.ue-product small {
  font-size: 12px;
}
.ue-platform {
  background: linear-gradient(145deg, #00aaa7, #007276);
  border-color: #1ce3d0;
  top: calc(50% - 52.5px);
  left: calc(50% - 161.7px);
  transform: translate(-50%, -50%);
}
.ue-fin {
  background: linear-gradient(145deg, #b84559, #7b2436);
  border-color: #ef8695;
  top: calc(50% - 52.5px);
  left: calc(50% + 161.7px);
  transform: translate(-50%, -50%);
}
.ue-model {
  background: linear-gradient(145deg, #42b2dd, #217ca7);
  border-color: #89d8f6;
  top: calc(50% + 137.5px);
  left: calc(50% - 99.9px);
  transform: translate(-50%, -50%);
}
.ue-cbam {
  background: linear-gradient(145deg, #8e6242, #5c3925);
  border-color: #c79a76;
  top: calc(50% + 137.5px);
  left: calc(50% + 99.9px);
  transform: translate(-50%, -50%);
}
.ue-market {
  background: linear-gradient(145deg, #319b68, #176443);
  border-color: #75c996;
  top: calc(50% - 170px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.ue-market b {
  font-size: 12px;
}
.ue-product.active {
  box-shadow:
    0 0 0 6px #fff3,
    0 0 0 9px #24dcc93d,
    0 16px 38px #0000004d;
}
.ue-registry {
  background: linear-gradient(145deg, #285d68, #173b45);
  border: 1px solid #65b5bd;
  width: 64px;
  height: 64px;
}
.ue-registry b {
  font-size: 11px;
}
.ue-registry small {
  font-size: 8px;
}
.ue-registry-claims {
  top: calc(50% - 84.9px);
  left: calc(50% + 61.7px);
  transform: translate(-50%, -50%);
}
.ue-registry-projects {
  top: calc(50% + 32.4px);
  left: calc(50% - 99.9px);
  transform: translate(-50%, -50%);
}
.ue-foot {
  border-top: 1px solid #ffffff1a;
  justify-content: flex-start;
  gap: 24px;
  padding-top: 14px;
}
.ue-foot span {
  align-items: center;
  gap: 7px;
  display: flex;
}
.ue-foot i {
  background: #35d7c5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@media (width<=860px) {
  .ue-card {
    margin: 70px auto 10px;
  }
}
@media (width<=720px) {
  .ue-card {
    width: 100%;
    min-height: 430px;
    margin: 24px auto 0;
    padding: 16px;
  }
  .ue-head {
    letter-spacing: 0.07em;
    font-size: 8px;
  }
  .ue-head i {
    padding: 5px 6px;
  }
  .ue-stage {
    height: 335px;
  }
  .ue-ring-inner {
    width: 172px;
    height: 172px;
  }
  .ue-ring-outer {
    width: 278px;
    height: 278px;
  }
  .ue-core {
    width: 96px;
    height: 96px;
  }
  .ue-core b {
    font-size: 28px;
  }
  .ue-core small {
    font-size: 8px;
  }
  .ue-product {
    width: 64px;
    height: 64px;
  }
  .ue-product b {
    font-size: 11px;
  }
  .ue-product small {
    font-size: 8px;
  }
  .ue-market b {
    font-size: 9px;
  }
  .ue-platform {
    top: calc(50% - 43px);
    left: calc(50% - 132.2px);
  }
  .ue-fin {
    top: calc(50% - 43px);
    left: calc(50% + 132.2px);
  }
  .ue-model {
    top: calc(50% + 112.5px);
    left: calc(50% - 81.7px);
  }
  .ue-cbam {
    top: calc(50% + 112.5px);
    left: calc(50% + 81.7px);
  }
  .ue-market {
    top: calc(50% - 139px);
  }
  .ue-registry {
    width: 50px;
    height: 50px;
  }
  .ue-registry b {
    font-size: 9px;
  }
  .ue-registry small {
    margin-top: 4px;
    font-size: 7px;
  }
  .ue-registry-claims {
    top: calc(50% - 69.6px);
    left: calc(50% + 50.5px);
  }
  .ue-registry-projects {
    top: calc(50% + 26.6px);
    left: calc(50% - 81.8px);
  }
  .ue-foot {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 8px;
  }
}
@media (width<=360px) {
  .ue-card {
    min-height: 380px;
    margin-top: 20px;
    padding: 13px;
  }
  .ue-head {
    font-size: 7px;
  }
  .ue-stage {
    height: 286px;
  }
  .ue-ring-inner {
    width: 144px;
    height: 144px;
  }
  .ue-ring-outer {
    width: 236px;
    height: 236px;
  }
  .ue-core {
    width: 84px;
    height: 84px;
  }
  .ue-core b {
    font-size: 25px;
  }
  .ue-product {
    width: 52px;
    height: 52px;
  }
  .ue-product b {
    font-size: 12px;
  }
  .ue-product small {
    margin-top: 4px;
    font-size: 7px;
  }
  .ue-market b {
    font-size: 8px;
  }
  .ue-platform {
    top: calc(50% - 36.5px);
    left: calc(50% - 112.2px);
  }
  .ue-fin {
    top: calc(50% - 36.5px);
    left: calc(50% + 112.2px);
  }
  .ue-model {
    top: calc(50% + 95.5px);
    left: calc(50% - 69.4px);
  }
  .ue-cbam {
    top: calc(50% + 95.5px);
    left: calc(50% + 69.4px);
  }
  .ue-market {
    top: calc(50% - 118px);
  }
  .ue-registry {
    width: 42px;
    height: 42px;
  }
  .ue-registry b {
    font-size: 8px;
  }
  .ue-registry small {
    font-size: 6px;
  }
  .ue-registry-claims {
    top: calc(50% - 58.2px);
    left: calc(50% + 42.3px);
  }
  .ue-registry-projects {
    top: calc(50% + 22.3px);
    left: calc(50% - 68.5px);
  }
  .ue-foot {
    letter-spacing: 0.05em;
    padding-top: 10px;
    font-size: 7px;
  }
}
.g7-topnav {
  z-index: 120;
  color: #fff;
  height: 40px;
  font-family: var(--font-onest, var(--font-manrope, Arial, sans-serif), Arial, sans-serif);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.g7-strip {
  background: #032f30;
  border-bottom: 1px solid #50e0cd33;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 40px;
  padding: 0 max(20px, 50vw - 720px);
  display: flex;
  box-shadow: 0 5px 20px #0000001f;
}
.g7-toggle {
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.01em;
  background: 0 0;
  border: 0;
  align-items: center;
  gap: 9px;
  height: 40px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}
.g7-mark {
  color: #5ee9d8;
  border: 1px solid #2ad7c2;
  border-radius: 50%;
  place-items: center;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 900;
  display: grid;
}
.g7-chevron {
  color: #60e4d3;
  font-size: 15px;
  transition: transform 0.2s;
}
.g7-chevron.open {
  transform: rotate(180deg);
}
.g7-quicklinks {
  align-items: center;
  gap: 5px;
  display: flex;
}
.g7-quicklinks a {
  color: #ffffffb8;
  border: 1px solid #0000;
  border-radius: 3px;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 8px;
  font-size: 12px;
  font-weight: 750;
  display: flex;
}
.g7-quicklinks a:hover,
.g7-quicklinks a[aria-current="page"] {
  color: #fff;
  background: #ffffff12;
  border-color: #ffffff2e;
}
.g7-quicklinks i {
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.g7-tone-platform {
  background: #17cabb;
}
.g7-tone-fin {
  background: #d55a6e;
}
.g7-tone-model {
  background: #4bbcea;
}
.g7-tone-cbam {
  background: #a96d44;
}
.g7-tone-market {
  background: #43a873;
}
.g7-panel {
  z-index: 119;
  justify-content: center;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: fixed;
  inset: 40px 0 0;
}
.g7-backdrop {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background: #011112c2;
  border: 0;
  position: absolute;
  inset: 0;
}
.g7-surface {
  color: #fff;
  background: linear-gradient(150deg, #063b3c, #032526);
  border: 1px solid #53decd47;
  width: min(680px, 100%);
  max-height: calc(100vh - 76px);
  position: relative;
  overflow: auto;
  box-shadow: 0 32px 100px #0000006b;
}
.g7-panel-head {
  background: #0000001a;
  border-bottom: 1px solid #ffffff1f;
  grid-template-columns: 1fr 1fr 38px;
  align-items: center;
  gap: 22px;
  min-height: 92px;
  padding: 18px 20px;
  display: grid;
}
.g7-panel-head small {
  color: #58dfcf;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.g7-panel-head h2 {
  color: #fff;
  margin: 4px 0 0;
  font-size: 25px;
  line-height: 1.1;
}
.g7-panel-head p {
  color: #ffffff9e;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
}
.g7-panel-head > button {
  color: #fff;
  cursor: pointer;
  background: 0 0;
  border: 1px solid #fff3;
  width: 38px;
  height: 38px;
  font-size: 24px;
  place-items: center;
  display: grid;
}
.g7-stage {
  width: min(600px, 100%);
  height: 405px;
  margin: auto;
  position: relative;
}
.g7-ring {
  z-index: 0;
  pointer-events: none;
  border: 1px solid #3bd5c445;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g7-ring-inner {
  width: 210px;
  height: 210px;
}
.g7-ring-outer {
  border-style: dashed;
  width: 340px;
  height: 340px;
}
.g7-links {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.g7-links line {
  fill: none;
  stroke: #397cff;
  stroke-width: 1.15px;
  vector-effect: non-scaling-stroke;
}
.g7-product-links {
  opacity: 0.62;
}
.g7-registry-links {
  opacity: 0.95;
}
.g7-node {
  z-index: 3;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition:
    filter 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  display: flex;
  position: absolute;
  box-shadow: 0 12px 30px #0000003d;
}
.g7-node:hover,
.g7-node:focus-visible {
  filter: brightness(1.12);
  border-color: #fff;
  outline: none;
  box-shadow:
    0 0 0 5px #ffffff1f,
    0 16px 36px #0000004d;
}
.g7-node b {
  letter-spacing: 0.02em;
  line-height: 1;
}
.g7-node small {
  color: #ffffffc7;
  margin-top: 6px;
  line-height: 1.08;
}
.g7-core {
  background: linear-gradient(145deg, #008f8c, #005c62);
  border: 1px solid #1ee2cf;
  width: 118px;
  height: 118px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.g7-core b {
  letter-spacing: -0.06em;
  font-size: 34px;
}
.g7-core small {
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #80e5dc;
  font-size: 9px;
}
.g7-product {
  border: 2px solid #0000;
  width: 82px;
  height: 82px;
  transform: translate(-50%, -50%);
}
.g7-product b {
  font-size: 14px;
}
.g7-product small {
  font-size: 9px;
}
.g7-platform {
  background: linear-gradient(145deg, #00aaa7, #007276);
  border-color: #1ce3d0;
  top: calc(50% - 52.5px);
  left: calc(50% - 161.7px);
}
.g7-fin {
  background: linear-gradient(145deg, #b84559, #7b2436);
  border-color: #ef8695;
  top: calc(50% - 52.5px);
  left: calc(50% + 161.7px);
}
.g7-model {
  background: linear-gradient(145deg, #42b2dd, #217ca7);
  border-color: #89d8f6;
  top: calc(50% + 137.5px);
  left: calc(50% - 99.9px);
}
.g7-cbam {
  background: linear-gradient(145deg, #8e6242, #5c3925);
  border-color: #c79a76;
  top: calc(50% + 137.5px);
  left: calc(50% + 99.9px);
}
.g7-market {
  background: linear-gradient(145deg, #319b68, #176443);
  border-color: #75c996;
  top: calc(50% - 170px);
  left: 50%;
}
.g7-market b {
  font-size: 12px;
}
.g7-product.current {
  box-shadow:
    0 0 0 6px #fff3,
    0 0 0 9px #24dcc93d,
    0 16px 38px #0000004d;
}
.g7-registry {
  background: linear-gradient(145deg, #285d68, #173b45);
  border: 1px solid #65b5bd;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
}
.g7-registry b {
  font-size: 11px;
}
.g7-registry small {
  max-width: 54px;
  font-size: 7px;
}
.g7-registry-claims {
  top: calc(50% - 84.9px);
  left: calc(50% + 61.7px);
}
.g7-registry-projects {
  top: calc(50% + 32.4px);
  left: calc(50% - 99.9px);
}
.g7-panel-foot {
  color: #ffffff8c;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-top: 1px solid #ffffff1a;
  align-items: center;
  gap: 24px;
  min-height: 48px;
  padding: 12px 20px;
  font-size: 9px;
  display: flex;
}
.g7-panel-foot span {
  align-items: center;
  gap: 7px;
  display: flex;
}
.g7-panel-foot i {
  background: #39d6c5;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
@media (width<=720px) {
  .g7-strip {
    padding: 0 14px;
  }
  .g7-toggle {
    font-size: 13px;
  }
  .g7-quicklinks {
    display: none;
  }
  .g7-panel {
    padding: 0;
  }
  .g7-surface {
    border-left: 0;
    border-right: 0;
    width: 100%;
    max-height: calc(100vh - 40px);
  }
  .g7-panel-head {
    grid-template-columns: 1fr 38px;
    gap: 10px;
    padding: 14px 16px;
  }
  .g7-panel-head p {
    grid-area: 2/1 / auto/-1;
  }
  .g7-panel-head > button {
    grid-area: 1/2;
  }
  .g7-stage {
    height: 335px;
  }
  .g7-ring-inner {
    width: 172px;
    height: 172px;
  }
  .g7-ring-outer {
    width: 278px;
    height: 278px;
  }
  .g7-core {
    width: 96px;
    height: 96px;
  }
  .g7-core b {
    font-size: 28px;
  }
  .g7-product {
    width: 64px;
    height: 64px;
  }
  .g7-product b {
    font-size: 11px;
  }
  .g7-product small {
    font-size: 7px;
  }
  .g7-platform {
    top: calc(50% - 43px);
    left: calc(50% - 132.2px);
  }
  .g7-fin {
    top: calc(50% - 43px);
    left: calc(50% + 132.2px);
  }
  .g7-model {
    top: calc(50% + 112.5px);
    left: calc(50% - 81.7px);
  }
  .g7-cbam {
    top: calc(50% + 112.5px);
    left: calc(50% + 81.7px);
  }
  .g7-market {
    top: calc(50% - 139px);
  }
  .g7-registry {
    width: 50px;
    height: 50px;
  }
  .g7-registry b {
    font-size: 9px;
  }
  .g7-registry small {
    font-size: 6px;
  }
  .g7-registry-claims {
    top: calc(50% - 69.6px);
    left: calc(50% + 50.5px);
  }
  .g7-registry-projects {
    top: calc(50% + 26.6px);
    left: calc(50% - 81.8px);
  }
  .g7-panel-foot {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (width<=360px) {
  .g7-toggle > span:nth-child(2) {
    font-size: 12px;
  }
  .g7-stage {
    height: 286px;
  }
  .g7-ring-inner {
    width: 144px;
    height: 144px;
  }
  .g7-ring-outer {
    width: 236px;
    height: 236px;
  }
  .g7-core {
    width: 84px;
    height: 84px;
  }
  .g7-core b {
    font-size: 25px;
  }
  .g7-product {
    width: 52px;
    height: 52px;
  }
  .g7-product b {
    font-size: 12px;
  }
  .g7-platform {
    top: calc(50% - 36.5px);
    left: calc(50% - 112.2px);
  }
  .g7-fin {
    top: calc(50% - 36.5px);
    left: calc(50% + 112.2px);
  }
  .g7-model {
    top: calc(50% + 95.5px);
    left: calc(50% - 69.4px);
  }
  .g7-cbam {
    top: calc(50% + 95.5px);
    left: calc(50% + 69.4px);
  }
  .g7-market {
    top: calc(50% - 118px);
  }
  .g7-registry {
    width: 42px;
    height: 42px;
  }
  .g7-registry-claims {
    top: calc(50% - 58.2px);
    left: calc(50% + 42.3px);
  }
  .g7-registry-projects {
    top: calc(50% + 22.3px);
    left: calc(50% - 68.5px);
  }
}
body {
  padding-top: 40px;
}
.topbar,
.content-topbar {
  gap: 16px;
  height: 76px;
  top: 40px;
}
.topbar .brand-symbol,
.content-topbar .brand-symbol {
  width: 54px;
  height: 36px;
}
.topbar .brand-wordmark,
.content-topbar .brand-wordmark,
.topbar .desktop-nav,
.content-topbar .desktop-nav,
.topbar .desktop-nav a,
.content-topbar .desktop-nav a,
.topbar .login-link,
.content-topbar .login-link {
  font-size: 16px;
}
.topbar .desktop-nav a,
.content-topbar .desktop-nav a {
  padding: 25px 0 23px;
}
.topbar .desktop-nav a:after,
.content-topbar .desktop-nav a:after {
  bottom: 16px;
}
@media (width<=720px) {
  .topbar,
  .content-topbar {
    gap: 10px;
    height: 68px;
  }
  .topbar .brand-symbol,
  .content-topbar .brand-symbol {
    width: 48px;
    height: 32px;
  }
  .topbar .brand-wordmark,
  .content-topbar .brand-wordmark {
    font-size: 14px;
  }
  .topbar .smart-search,
  .content-topbar .smart-search {
    height: 42px;
  }
  .topbar .search-results,
  .content-topbar .search-results {
    top: 68px;
  }
  .topbar .mobile-menu nav a,
  .content-topbar .mobile-menu nav a {
    font-size: 16px;
  }
  .search-results {
    top: 112px;
  }
}
@media (width<=360px) {
  .topbar,
  .content-topbar {
    height: 64px;
  }
  .topbar .search-results,
  .content-topbar .search-results {
    top: 64px;
  }
}

/* Polylang language switchers */
.carbon-language-switcher {
  flex: none;
  position: relative;
  color: #fff;
}

.carbon-language-switcher details {
  position: relative;
}

.carbon-language-switcher summary {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid #ffffff42;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  list-style: none;
  display: flex;
}

.carbon-language-switcher summary::-webkit-details-marker {
  display: none;
}

.carbon-language-switcher summary:hover,
.carbon-language-switcher details[open] summary {
  border-color: var(--accent, #55d0a8);
  background: #ffffff14;
}

.carbon-language-switcher__flag {
  align-items: center;
  display: inline-flex;
}

.carbon-language-switcher__flag img,
.carbon-language-switcher__flag svg {
	display: block;
	width: 20px;
	height: 14px;
  border-radius: 3px;
	object-fit: cover;
}

.carbon-language-switcher__chevron {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.carbon-language-switcher details[open] .carbon-language-switcher__chevron {
  transform: rotate(180deg);
}

.carbon-language-switcher__menu {
  min-width: 86px;
  padding: 6px;
  border: 1px solid #ffffff24;
  background: var(--deep, #082f2a);
  box-shadow: 0 18px 36px #00141152;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 50;
  border-radius: 3px;
}

.carbon-language-switcher__option {
  align-items: center;
  gap: 9px;
  min-height: 36px;
  padding: 8px 9px;
  color: #ffffffb8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: flex;
  border-radius: 3px;
}

.carbon-language-switcher__option:hover,
.carbon-language-switcher__option.is-current {
  color: #fff;
  background: #ffffff14;
}

.footer-language-switcher {
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  display: flex;
}

.footer-language-switcher a {
  color: #ffffffa6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.footer-language-switcher a:hover,
.footer-language-switcher a[aria-current="page"] {
  color: var(--accent, #55d0a8);
}

@media (width<=1050px) {
  .carbon-language-switcher_header {
    margin-left: auto;
  }
}

@media (width<=720px) {
  .carbon-language-switcher summary {
    min-height: 40px;
    padding: 8px;
  }

  .carbon-language-switcher__code {
    font-size: 11px;
  }
}
