:root {
  --page: #f4f7fa;
  --page-deep: #eaf0f6;
  --surface: rgba(255, 255, 255, 0.78);
  --surface-solid: #ffffff;
  --surface-soft: #eef4f9;
  --ink: #102b49;
  --ink-strong: #09233f;
  --muted: #62778e;
  --muted-light: #8293a5;
  --line: rgba(42, 82, 122, 0.14);
  --line-strong: rgba(42, 82, 122, 0.23);
  --blue: #1768aa;
  --blue-bright: #2382d2;
  --blue-deep: #0d3f72;
  --blue-pale: #dcecf9;
  --gold: #c79540;
  --gold-pale: #f5e9d1;
  --success: #2ba06e;
  --dark-panel: #092744;
  --dark-panel-deep: #061b30;
  --shadow-sm: 0 14px 40px rgba(16, 54, 91, 0.08);
  --shadow-md: 0 26px 70px rgba(16, 54, 91, 0.13);
  --shadow-lg: 0 42px 110px rgba(8, 39, 72, 0.18);
  --radius-sm: 16px;
  --radius-md: 24px;
  --radius-lg: 34px;
  --shell: 1200px;
  --header-height: 84px;
  font-family: "Manrope", sans-serif;
  color-scheme: light;
}

:root[data-theme="dark"] {
  --page: #071523;
  --page-deep: #0a1b2d;
  --surface: rgba(13, 33, 53, 0.79);
  --surface-solid: #0e2237;
  --surface-soft: #102940;
  --ink: #e7f1fb;
  --ink-strong: #f5f9fd;
  --muted: #9eb0c2;
  --muted-light: #788da2;
  --line: rgba(162, 195, 226, 0.14);
  --line-strong: rgba(162, 195, 226, 0.24);
  --blue: #65b5f4;
  --blue-bright: #84c8fb;
  --blue-deep: #2b78bd;
  --blue-pale: #143b5c;
  --gold: #e1b766;
  --gold-pale: #3c321f;
  --success: #57c993;
  --dark-panel: #061a2d;
  --dark-panel-deep: #03111e;
  --shadow-sm: 0 14px 40px rgba(0, 0, 0, 0.18);
  --shadow-md: 0 26px 70px rgba(0, 0, 0, 0.27);
  --shadow-lg: 0 42px 110px rgba(0, 0, 0, 0.36);
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
  background: var(--page);
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background:
    radial-gradient(circle at 70% 6%, rgba(44, 134, 205, 0.1), transparent 27rem),
    linear-gradient(180deg, var(--page) 0%, var(--page-deep) 100%);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  border: 0;
}

img,
svg {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

::selection {
  background: rgba(35, 130, 210, 0.24);
  color: var(--ink-strong);
}

:focus-visible {
  outline: 3px solid rgba(35, 130, 210, 0.42);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  transform: translateY(-180%);
  border-radius: 12px;
  background: var(--ink-strong);
  color: var(--surface-solid);
  padding: 11px 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: min(var(--shell), calc(100% - 48px));
  margin-inline: auto;
}

.page-atmosphere {
  position: absolute;
  z-index: 0;
  inset: 0 0 auto;
  height: 940px;
  overflow: hidden;
  pointer-events: none;
}

.atmosphere-grid {
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(40, 91, 137, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(40, 91, 137, 0.06) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
}

.atmosphere-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
}

.atmosphere-glow--one {
  top: -190px;
  right: -120px;
  width: 650px;
  height: 650px;
  background: radial-gradient(circle, rgba(42, 135, 213, 0.14), transparent 67%);
}

.atmosphere-glow--two {
  top: 520px;
  left: -260px;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(199, 149, 64, 0.09), transparent 68%);
}

.partners-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  border-bottom: 1px solid transparent;
  background: rgba(244, 247, 250, 0.7);
  backdrop-filter: blur(20px) saturate(145%);
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  transition: height 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

:root[data-theme="dark"] .partners-header {
  background: rgba(7, 21, 35, 0.72);
}

.partners-header.is-scrolled {
  height: 70px;
  border-color: var(--line);
  background: color-mix(in srgb, var(--page) 88%, transparent);
  box-shadow: 0 12px 40px rgba(10, 43, 76, 0.06);
}

.partners-header-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.partners-brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink-strong);
  text-decoration: none;
}

.partners-brand img {
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(15, 62, 102, 0.12);
}

.partners-brand span {
  display: grid;
  gap: 1px;
}

.partners-brand b {
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1;
}

.partners-brand small {
  color: var(--blue);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.partners-nav {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: color-mix(in srgb, var(--surface-solid) 55%, transparent);
  box-shadow: 0 8px 26px rgba(16, 54, 91, 0.045);
}

.partners-nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border-radius: 11px;
  color: var(--muted);
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: color 160ms ease, background 160ms ease;
}

.partners-nav a:hover {
  background: var(--surface-solid);
  color: var(--ink-strong);
}

.partners-header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 9px;
}

.partners-back-app {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: color-mix(in srgb, var(--surface-solid) 72%, transparent);
  color: var(--ink);
  padding: 0 13px 0 10px;
  font-size: 11px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.partners-back-app svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.partners-back-app:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: var(--surface-solid);
}

.theme-button,
.nav-toggle {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: color-mix(in srgb, var(--surface-solid) 74%, transparent);
  color: var(--ink);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.theme-button:hover,
.nav-toggle:hover {
  transform: translateY(-1px);
  border-color: var(--line-strong);
  background: var(--surface-solid);
}

.theme-button span {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.theme-button span::before {
  content: "";
  position: absolute;
  inset: -5px;
  border: 1px dashed currentColor;
  border-radius: 50%;
  opacity: 0.65;
}

:root[data-theme="dark"] .theme-button span {
  overflow: hidden;
  border-width: 0;
  background: currentColor;
}

:root[data-theme="dark"] .theme-button span::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--surface-solid);
}

.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--ink-strong);
  color: #fff;
  padding: 0 17px;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 11px 28px rgba(9, 35, 63, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 34px rgba(9, 35, 63, 0.24);
}

.nav-toggle {
  display: none;
  gap: 5px;
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3.5px) rotate(-45deg);
}

main {
  position: relative;
  z-index: 1;
}

.hero {
  min-height: min(820px, calc(100svh - var(--header-height)));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(500px, 1.1fr);
  align-items: center;
  gap: clamp(38px, 6vw, 88px);
  padding-block: clamp(70px, 9vw, 126px) 86px;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.eyebrow > span {
  width: 24px;
  height: 1px;
  background: var(--blue);
}

h1,
h2 {
  margin: 0;
  color: var(--ink-strong);
  font-family: "Fraunces", Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.052em;
  line-height: 0.98;
}

h1 {
  max-width: 690px;
  font-size: clamp(53px, 6vw, 84px);
}

h1 em,
h2 em {
  color: var(--blue);
  font-style: normal;
}

.hero-lead {
  max-width: 610px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: clamp(16px, 1.45vw, 19px);
  font-weight: 560;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 34px;
}

.button {
  position: relative;
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 16px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 22%, rgba(255, 255, 255, 0.18) 48%, transparent 74%);
  transform: translateX(-120%);
  transition: transform 480ms ease;
}

.button:hover::before {
  transform: translateX(120%);
}

.button:hover {
  transform: translateY(-2px);
}

.button i,
.solution-link i,
.text-link i {
  width: 17px;
  height: 10px;
  flex: 0 0 auto;
  background: currentColor;
  clip-path: polygon(0 44%, 72% 44%, 55% 0, 65% 0, 100% 50%, 65% 100%, 55% 100%, 72% 56%, 0 56%);
  transition: transform 160ms ease;
}

.button:hover i,
.solution-link:hover i,
.text-link:hover i {
  transform: translateX(4px);
}

.button--primary {
  background: linear-gradient(135deg, var(--blue-deep), var(--blue-bright));
  color: #fff;
  box-shadow: 0 17px 38px rgba(23, 104, 170, 0.25);
}

.button--primary:hover {
  box-shadow: 0 21px 45px rgba(23, 104, 170, 0.32);
}

.button--secondary {
  border-color: var(--line-strong);
  background: color-mix(in srgb, var(--surface-solid) 64%, transparent);
  color: var(--ink);
}

.button--secondary:hover {
  background: var(--surface-solid);
  box-shadow: var(--shadow-sm);
}

.button--light {
  border-color: rgba(255, 255, 255, 0.18);
  background: #f7fbff;
  color: #0b345d;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2);
}

.button--large {
  min-height: 58px;
  border-radius: 18px;
  padding-inline: 25px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-proof i {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid color-mix(in srgb, var(--success) 50%, transparent);
  border-radius: 50%;
}

.hero-proof i::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6px;
  height: 3px;
  border-bottom: 1.5px solid var(--success);
  border-left: 1.5px solid var(--success);
  transform: rotate(-45deg);
}

.hero-visual {
  position: relative;
  min-width: 0;
  min-height: 550px;
  display: grid;
  place-items: center;
  perspective: 1400px;
  transform-style: preserve-3d;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 86%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(39, 131, 207, 0.18), rgba(39, 131, 207, 0.02) 48%, transparent 68%);
  filter: blur(4px);
}

.visual-orbit {
  position: absolute;
  border: 1px solid rgba(47, 119, 181, 0.17);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.visual-orbit::before {
  content: "";
  position: absolute;
  top: 12%;
  left: 17%;
  width: 9px;
  height: 9px;
  border: 2px solid var(--blue-bright);
  border-radius: 50%;
  background: var(--page);
  box-shadow: 0 0 0 8px rgba(35, 130, 210, 0.08);
}

.visual-orbit--outer {
  width: 520px;
  height: 520px;
  animation: orbit-spin 24s linear infinite;
}

.visual-orbit--inner {
  width: 420px;
  height: 420px;
  border-style: dashed;
  animation: orbit-spin-reverse 30s linear infinite;
}

.visual-console {
  position: relative;
  z-index: 4;
  width: min(500px, 91%);
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--line-strong) 90%, white 10%);
  border-radius: 28px;
  background:
    linear-gradient(150deg, color-mix(in srgb, var(--surface-solid) 96%, transparent), color-mix(in srgb, var(--surface-soft) 92%, transparent));
  box-shadow: var(--shadow-lg), inset 0 1px rgba(255, 255, 255, 0.7);
  transform: rotateY(-7deg) rotateX(2deg);
  transition: transform 320ms ease-out;
}

.console-head {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid var(--line);
  padding: 14px 17px;
}

.console-mark {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: white;
  box-shadow: 0 9px 24px rgba(15, 62, 102, 0.11);
}

.console-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.console-head > div {
  min-width: 0;
  display: grid;
}

.console-head b {
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 850;
}

.console-head small {
  overflow: hidden;
  color: var(--muted);
  font-size: 10px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.console-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(43, 160, 110, 0.18);
  border-radius: 999px;
  background: rgba(43, 160, 110, 0.08);
  color: var(--success);
  padding: 5px 8px;
  font-size: 8px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.console-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(43, 160, 110, 0.12);
  animation: signal-pulse 1.7s ease-in-out infinite;
}

.console-flow {
  display: grid;
  gap: 14px;
  padding: 17px;
}

.flow-request,
.flow-response {
  border: 1px solid var(--line);
  border-radius: 17px;
  background: color-mix(in srgb, var(--surface-solid) 72%, transparent);
  padding: 14px;
}

.flow-request > span {
  color: var(--muted-light);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.flow-request p {
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}

.flow-engine {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.flow-engine span {
  position: relative;
  width: 9px;
  height: 9px;
  justify-self: center;
  border: 2px solid var(--blue-bright);
  border-radius: 50%;
  background: var(--surface-solid);
  box-shadow: 0 0 0 4px rgba(35, 130, 210, 0.08);
}

.flow-engine span:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 13px;
  width: calc((min(500px, 91vw) - 106px) / 3);
  height: 1px;
  background: linear-gradient(90deg, var(--blue), rgba(35, 130, 210, 0.12));
}

.flow-engine b {
  color: var(--muted);
  font-size: 8px;
  text-align: center;
}

.response-title {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 7px;
}

.response-title > i {
  width: 17px;
  height: 17px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--blue), var(--blue-bright));
}

.response-title b {
  color: var(--ink-strong);
  font-size: 10px;
}

.response-title small {
  color: var(--muted-light);
  font-size: 8px;
  font-weight: 800;
}

.flow-response > span {
  display: block;
  height: 5px;
  margin-top: 9px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--muted-light) 16%, transparent);
  transform-origin: left center;
  animation: response-draw 3.2s ease-in-out infinite;
}

.flow-response > span:nth-of-type(1) { width: 92%; }
.flow-response > span:nth-of-type(2) { width: 74%; animation-delay: 160ms; }
.flow-response > span:nth-of-type(3) { width: 84%; animation-delay: 320ms; }

.response-tags {
  display: flex;
  gap: 6px;
  margin-top: 12px;
}

.response-tags i {
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--blue);
  padding: 4px 7px;
  font-size: 7px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.visual-status-card,
.visual-side-card {
  position: absolute;
  z-index: 6;
  border: 1px solid var(--line-strong);
  background: color-mix(in srgb, var(--surface-solid) 86%, transparent);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  animation: card-float 5s ease-in-out infinite;
}

.visual-status-card {
  top: 42px;
  right: 2px;
  min-width: 186px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  border-radius: 17px;
  padding: 11px 13px;
}

.status-signal {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background:
    radial-gradient(circle, #fff 0 17%, transparent 20%),
    linear-gradient(135deg, var(--blue), var(--blue-bright));
  box-shadow: 0 8px 18px rgba(23, 104, 170, 0.2);
}

.visual-status-card div {
  display: grid;
}

.visual-status-card b,
.visual-side-card b {
  color: var(--ink-strong);
  font-size: 10px;
  font-weight: 850;
}

.visual-status-card small,
.visual-side-card small {
  color: var(--muted);
  font-size: 8px;
  font-weight: 700;
}

.visual-status-card > i {
  color: var(--success);
  font-size: 7px;
  font-style: normal;
  font-weight: 850;
  text-transform: uppercase;
}

.visual-side-card {
  min-width: 153px;
  display: grid;
  border-radius: 16px;
  padding: 12px 14px;
}

.visual-side-card > span {
  width: max-content;
  margin-bottom: 5px;
  border-radius: 6px;
  background: var(--blue-pale);
  color: var(--blue);
  padding: 3px 6px;
  font-size: 7px;
  font-weight: 900;
}

.visual-side-card--api {
  bottom: 52px;
  left: -6px;
  animation-delay: -1.4s;
}

.visual-side-card--shield {
  right: 9px;
  bottom: 25px;
  animation-delay: -2.7s;
}

.visual-side-card--shield > span {
  width: 23px;
  height: 26px;
  margin-bottom: 5px;
  background: linear-gradient(135deg, var(--gold), #ecc873);
  clip-path: polygon(50% 0, 94% 16%, 88% 71%, 50% 100%, 12% 71%, 6% 16%);
}

.section {
  position: relative;
  padding-block: clamp(82px, 10vw, 142px);
}

.section-heading {
  max-width: 830px;
  margin-bottom: clamp(38px, 5vw, 64px);
}

.section-heading--compact {
  max-width: 680px;
}

.section-heading h2,
.faq-heading h2,
.security-copy h2,
.enterprise-copy h2,
.final-cta h2 {
  font-size: clamp(40px, 5.2vw, 68px);
}

.section-heading > p:last-child {
  max-width: 590px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 16px;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.solution-card {
  position: relative;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 90% 0, rgba(39, 126, 198, 0.08), transparent 36%),
    var(--surface);
  padding: 25px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 240ms ease, transform 240ms ease;
}

.solution-card:hover {
  transform: translateY(-7px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow-md);
}

.solution-card:hover::after {
  opacity: 0.8;
  transform: scaleX(1);
}

.solution-card--enterprise {
  background:
    radial-gradient(circle at 88% 0, rgba(199, 149, 64, 0.14), transparent 38%),
    var(--surface);
}

.solution-card--enterprise::after {
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.solution-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.solution-number {
  color: var(--muted-light);
  font: 600 15px/1 "Fraunces", Georgia, serif;
}

.solution-badge,
.enterprise-pill,
.integration-label {
  width: max-content;
  border: 1px solid rgba(35, 130, 210, 0.17);
  border-radius: 999px;
  background: rgba(35, 130, 210, 0.08);
  color: var(--blue);
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.solution-badge--live,
.integration-label--live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--success);
}

.solution-badge--live i,
.integration-label--live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 4px rgba(43, 160, 110, 0.11);
}

.solution-badge--gold,
.integration-label--gold,
.enterprise-pill {
  border-color: rgba(199, 149, 64, 0.19);
  background: rgba(199, 149, 64, 0.1);
  color: var(--gold);
}

.solution-icon {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  margin: 43px 0 29px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: color-mix(in srgb, var(--surface-solid) 78%, transparent);
  box-shadow: 0 16px 36px rgba(19, 75, 125, 0.1);
}

.solution-icon--api {
  grid-template-columns: repeat(3, 8px);
  gap: 5px;
}

.solution-icon--api i {
  width: 8px;
  height: 35px;
  border-radius: 999px;
  background: linear-gradient(to bottom, var(--blue), var(--blue-bright));
}

.solution-icon--api i:nth-child(2) { height: 51px; }
.solution-icon--api i:nth-child(3) { height: 25px; }

.solution-icon--widget > span {
  position: relative;
  width: 39px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border: 2px solid var(--blue);
  border-radius: 12px;
}

.solution-icon--widget > span::after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -7px;
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--blue);
  transform: skewY(36deg);
}

.solution-icon--widget i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
}

.solution-icon--enterprise {
  position: relative;
}

.solution-icon--enterprise i {
  position: absolute;
  width: 17px;
  height: 17px;
  border: 2px solid var(--gold);
  border-radius: 50%;
}

.solution-icon--enterprise i:nth-child(1) { top: 17px; left: 28px; }
.solution-icon--enterprise i:nth-child(2) { right: 12px; bottom: 13px; }
.solution-icon--enterprise i:nth-child(3) { bottom: 13px; left: 12px; }
.solution-icon--enterprise span {
  width: 42px;
  height: 35px;
  border-right: 1px solid var(--gold);
  border-bottom: 1px solid var(--gold);
  border-left: 1px solid var(--gold);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.solution-card h3 {
  margin: 0;
  color: var(--ink-strong);
  font: 600 29px/1.1 "Fraunces", Georgia, serif;
  letter-spacing: -0.035em;
}

.solution-card > p {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 570;
  line-height: 1.65;
}

.solution-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0 29px;
  padding: 0;
  list-style: none;
}

.solution-card li {
  position: relative;
  color: var(--ink);
  padding-left: 18px;
  font-size: 11px;
  font-weight: 750;
}

.solution-card li::before {
  content: "";
  position: absolute;
  top: 0.48em;
  left: 1px;
  width: 7px;
  height: 4px;
  border-bottom: 1.5px solid var(--success);
  border-left: 1.5px solid var(--success);
  transform: rotate(-45deg);
}

.solution-link {
  width: max-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  background: transparent;
  color: var(--blue);
  padding: 0;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}

.integration-section {
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 88% 13%, rgba(38, 124, 197, 0.12), transparent 28%),
    color-mix(in srgb, var(--page-deep) 58%, var(--surface-solid) 42%);
}

.integration-studio {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 36px;
  background: var(--surface-solid);
  box-shadow: var(--shadow-lg);
}

.integration-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.integration-tabs button {
  position: relative;
  min-height: 84px;
  display: grid;
  align-content: center;
  gap: 2px;
  background: var(--surface-soft);
  color: var(--muted);
  padding: 12px 20px;
  text-align: left;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease;
}

.integration-tabs button::after {
  content: "";
  position: absolute;
  right: 21px;
  bottom: -1px;
  left: 21px;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: var(--blue);
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.integration-tabs button[aria-selected="true"] {
  background: var(--surface-solid);
  color: var(--ink-strong);
}

.integration-tabs button[aria-selected="true"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.integration-tabs span {
  font-size: 13px;
  font-weight: 900;
}

.integration-tabs small {
  font-size: 9px;
  font-weight: 700;
}

.integration-panel {
  min-height: 530px;
  grid-template-columns: minmax(0, 0.78fr) minmax(480px, 1.22fr);
  align-items: center;
  gap: clamp(35px, 5vw, 80px);
  padding: clamp(34px, 5vw, 65px);
}

.integration-panel:not([hidden]) {
  display: grid;
  animation: panel-in 260ms ease both;
}

.integration-copy {
  min-width: 0;
}

.integration-copy h3 {
  margin: 19px 0 0;
  color: var(--ink-strong);
  font: 600 clamp(31px, 3.4vw, 45px)/1.06 "Fraunces", Georgia, serif;
  letter-spacing: -0.045em;
}

.integration-copy > p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.68;
}

.integration-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin-top: 24px;
}

.integration-points span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
}

.integration-points i {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border: 2px solid var(--blue);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(35, 130, 210, 0.07);
}

.text-link {
  width: max-content;
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  text-decoration: none;
}

.code-window {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(135, 175, 207, 0.2);
  border-radius: 24px;
  background: #071b2e;
  color: #d9e8f6;
  box-shadow: 0 28px 70px rgba(3, 19, 34, 0.28);
}

.code-window-head {
  min-height: 55px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0 16px;
}

.code-window-head > span {
  display: flex;
  gap: 5px;
}

.code-window-head > span i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e48172;
}

.code-window-head > span i:nth-child(2) { background: #e4bc64; }
.code-window-head > span i:nth-child(3) { background: #57b686; }

.code-window-head b {
  color: #a7bacd;
  font-size: 9px;
  font-weight: 800;
}

.code-window-head button {
  min-height: 34px;
  display: inline-grid;
  place-items: center;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
  color: #bfd0e0;
  padding: 6px 9px;
  font-size: 8px;
  font-weight: 850;
  cursor: pointer;
}

.code-window pre {
  min-height: 285px;
  margin: 0;
  overflow-x: auto;
  padding: 27px 24px;
  font: 500 12px/1.85 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

.code-muted { color: #778ea3; }
.code-blue { color: #72bfff; }
.code-gold { color: #e8bd68; }
.code-green { color: #7ad2a6; }

.code-window > p {
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  color: #8196aa;
  padding: 12px 17px;
  font-size: 8px;
  font-weight: 700;
}

.widget-demo {
  min-width: 0;
}

.widget-browser {
  position: relative;
  min-height: 370px;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background: var(--surface-soft);
  box-shadow: var(--shadow-md);
}

.widget-browser-head {
  min-height: 47px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid var(--line);
  background: var(--surface-solid);
  padding: 0 14px;
}

.widget-browser-head > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #df8677;
}

.widget-browser-head > i:nth-child(2) { background: #e1b866; }
.widget-browser-head > i:nth-child(3) { background: #5fb78d; }

.widget-browser-head span {
  min-width: 0;
  overflow: hidden;
  margin-left: 8px;
  color: var(--muted);
  font-size: 8px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-page-lines {
  width: 48%;
  display: grid;
  gap: 11px;
  padding: 52px 0 0 28px;
}

.widget-page-lines span {
  height: 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--muted-light) 14%, transparent);
}

.widget-page-lines span:nth-child(1) { width: 54%; height: 14px; }
.widget-page-lines span:nth-child(2) { width: 92%; }
.widget-page-lines span:nth-child(3) { width: 73%; }
.widget-page-lines span:nth-child(4) { width: 87%; margin-top: 17px; }

.widget-chat-card {
  position: absolute;
  right: 17px;
  bottom: 16px;
  width: min(315px, calc(100% - 34px));
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 19px;
  background: var(--surface-solid);
  box-shadow: 0 27px 63px rgba(12, 48, 82, 0.22);
}

.widget-chat-head {
  min-height: 62px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0c3c6c, #1b69a8);
  color: white;
  padding: 10px 12px;
}

.widget-chat-head img {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 11px;
  object-fit: cover;
}

.widget-chat-head > div {
  min-width: 0;
  display: grid;
}

.widget-chat-head b {
  overflow: hidden;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-chat-head span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 7px;
  font-weight: 700;
}

.widget-chat-head span i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #79d5a8;
}

.widget-chat-head button {
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.1);
}

.widget-chat-head button::before {
  content: "";
  display: block;
  width: 9px;
  height: 1px;
  margin: auto;
  background: white;
}

.widget-chat-body {
  min-height: 163px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 14px;
}

.widget-chat-body p,
.widget-chat-body > span {
  max-width: 84%;
  margin: 0;
  border-radius: 11px 11px 11px 4px;
  background: var(--surface-soft);
  color: var(--ink);
  padding: 9px 10px;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.45;
}

.widget-chat-body > span {
  align-self: flex-end;
  border-radius: 11px 11px 4px 11px;
  background: var(--blue-deep);
  color: white;
}

.widget-chat-input {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  color: var(--muted-light);
  padding: 8px 12px;
  font-size: 8px;
}

.widget-chat-input i {
  width: 27px;
  height: 27px;
  border-radius: 9px;
  background: var(--blue);
}

.widget-code-row {
  min-height: 57px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface-solid);
  padding: 10px 11px 10px 15px;
}

.widget-code-row code {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font: 650 8px/1.4 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.widget-code-row button {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--blue-pale);
  color: var(--blue);
  cursor: pointer;
}

.widget-code-row button::before {
  content: "";
  width: 14px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
  box-shadow: 4px -4px 0 -2px var(--blue-pale), 4px -4px 0 -0.5px currentColor;
}

.team-console {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 45%, rgba(32, 118, 190, 0.16), transparent 34%),
    var(--surface-soft);
  box-shadow: var(--shadow-md);
}

.team-console-head,
.team-console-foot {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface-solid) 77%, transparent);
  padding: 0 16px;
}

.team-console-head span {
  color: var(--ink-strong);
  font-size: 10px;
  font-weight: 850;
}

.team-console-head i {
  border-radius: 999px;
  background: var(--gold-pale);
  color: var(--gold);
  padding: 5px 8px;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
}

.team-orchestration {
  position: relative;
  min-height: 330px;
}

.team-core,
.team-person {
  position: absolute;
  z-index: 3;
  display: grid;
  justify-items: center;
}

.team-core {
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.team-core img {
  width: 67px;
  height: 67px;
  border: 1px solid var(--line-strong);
  border-radius: 21px;
  background: white;
  object-fit: cover;
  box-shadow: 0 17px 39px rgba(14, 61, 103, 0.19);
}

.team-core b {
  margin-top: 8px;
  color: var(--ink-strong);
  font-size: 10px;
}

.team-core small {
  color: var(--muted);
  font-size: 7px;
}

.team-person {
  gap: 6px;
}

.team-person i {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--surface-solid);
  color: var(--blue);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  box-shadow: var(--shadow-sm);
}

.team-person b {
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
}

.team-person--one { top: 31px; left: 25px; }
.team-person--two { right: 23px; top: 50px; }
.team-person--three { right: 37px; bottom: 29px; }

.team-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--blue), transparent);
  transform-origin: left center;
}

.team-line::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(35, 130, 210, 0.09);
}

.team-line--one { top: 103px; left: 78px; width: 41%; transform: rotate(16deg); }
.team-line--two { top: 112px; left: 53%; width: 31%; transform: rotate(-17deg); }
.team-line--three { top: 50%; left: 55%; width: 31%; transform: rotate(29deg); }

.team-console-foot {
  justify-content: flex-start;
  border-top: 1px solid var(--line);
  border-bottom: 0;
  gap: 18px;
}

.team-console-foot span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--muted);
  font-size: 7px;
  font-weight: 800;
}

.team-console-foot i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.capability-card {
  position: relative;
  min-height: 285px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

.capability-card--wide {
  grid-column: span 2;
}

.capability-card--accent {
  background:
    radial-gradient(circle at 90% 10%, rgba(199, 149, 64, 0.14), transparent 40%),
    var(--surface);
}

.capability-icon {
  width: 47px;
  height: 47px;
  display: block;
  border: 1px solid var(--line);
  border-radius: 15px;
  background-color: var(--surface-soft);
  color: var(--blue);
}

.capability-icon::after {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  margin: 12px;
  background: currentColor;
}

.capability-icon--context::after {
  clip-path: polygon(0 43%, 36% 43%, 36% 0, 50% 0, 50% 72%, 83% 72%, 83% 28%, 64% 28%, 64% 14%, 100% 14%, 100% 86%, 50% 86%, 50% 100%, 36% 100%, 36% 57%, 0 57%);
}

.capability-icon--source::after {
  border-radius: 50%;
  background: transparent;
  box-shadow: inset 0 0 0 2px currentColor;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 78% 74%, 78% 100%, 61% 74%, 0 74%);
}

.capability-icon--document::after {
  border: 2px solid currentColor;
  border-radius: 2px;
  background: linear-gradient(currentColor, currentColor) 4px 5px / 10px 1.5px no-repeat, linear-gradient(currentColor, currentColor) 4px 10px / 8px 1.5px no-repeat;
}

.capability-icon--brand::after {
  border: 2px solid currentColor;
  border-radius: 50% 50% 45% 55%;
  background: radial-gradient(circle at 35% 35%, currentColor 0 2px, transparent 3px), radial-gradient(circle at 65% 38%, currentColor 0 2px, transparent 3px), radial-gradient(circle at 39% 68%, currentColor 0 2px, transparent 3px);
}

.capability-icon--analytics::after {
  background: linear-gradient(to top, currentColor 0 35%, transparent 35%) 0 100% / 5px 100% no-repeat, linear-gradient(to top, currentColor 0 68%, transparent 68%) 8px 100% / 5px 100% no-repeat, linear-gradient(to top, currentColor 0 90%, transparent 90%) 16px 100% / 5px 100% no-repeat;
}

.capability-icon--human::after {
  border: 2px solid currentColor;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 34%, currentColor 0 3px, transparent 3.5px), radial-gradient(ellipse at 50% 82%, currentColor 0 7px, transparent 7.5px);
}

.capability-card > small {
  display: block;
  margin-top: 28px;
  color: var(--blue);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.capability-card h3 {
  margin: 8px 0 0;
  color: var(--ink-strong);
  font: 600 25px/1.12 "Fraunces", Georgia, serif;
  letter-spacing: -0.035em;
}

.capability-card p {
  max-width: 390px;
  margin: 13px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.63;
}

.context-map {
  position: absolute;
  top: 25px;
  right: 28px;
  width: 43%;
  height: 180px;
}

.context-map i {
  position: absolute;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 13px;
  background: var(--surface-solid);
  box-shadow: var(--shadow-sm);
}

.context-map i::after {
  content: "";
  position: absolute;
  inset: 11px;
  border: 2px solid var(--blue);
  border-radius: 50%;
}

.context-map i:nth-child(1) { top: 4px; left: 50%; }
.context-map i:nth-child(2) { right: 2px; bottom: 12px; }
.context-map i:nth-child(3) { bottom: 0; left: 15%; }
.context-map span {
  position: absolute;
  top: 44px;
  left: 31%;
  width: 59%;
  height: 94px;
  border-right: 1px dashed var(--blue);
  border-bottom: 1px dashed var(--blue);
  border-left: 1px dashed var(--blue);
  transform: skewX(-17deg);
}

.security-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 30%, rgba(37, 128, 203, 0.22), transparent 27%),
    linear-gradient(145deg, var(--dark-panel), var(--dark-panel-deep));
  color: #eef7ff;
}

.security-grid-shell {
  position: absolute;
  inset: 0;
  opacity: 0.38;
  background-image:
    linear-gradient(rgba(139, 191, 231, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139, 191, 231, 0.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, black, transparent 80%);
}

.security-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 115px);
}

.section-kicker--light {
  color: #83c9ff;
}

.security-copy h2 {
  color: #f1f7fc;
}

.security-copy h2 em {
  color: #7fc8ff;
}

.security-copy > p:last-of-type {
  max-width: 530px;
  margin: 24px 0 31px;
  color: #a5b9cb;
  font-size: 14px;
  line-height: 1.75;
}

.security-stack {
  display: grid;
  gap: 10px;
}

.security-stack article {
  min-height: 92px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  border: 1px solid rgba(151, 197, 233, 0.12);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.055);
  padding: 14px 17px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.security-stack article:hover {
  transform: translateX(-5px);
  border-color: rgba(151, 197, 233, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.security-stack article > span {
  color: #6faedd;
  font: 600 11px/1 "Fraunces", Georgia, serif;
}

.security-stack b {
  color: #f1f7fc;
  font-size: 12px;
  font-weight: 850;
}

.security-stack p {
  margin: 4px 0 0;
  color: #94aabd;
  font-size: 10px;
  line-height: 1.45;
}

.security-stack article > i {
  position: relative;
  width: 30px;
  height: 34px;
  border: 1px solid rgba(117, 193, 245, 0.38);
  clip-path: polygon(50% 0, 95% 17%, 88% 72%, 50% 100%, 12% 72%, 5% 17%);
}

.security-stack article > i::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 8px;
  width: 10px;
  height: 5px;
  border-bottom: 1.5px solid #7fc8ff;
  border-left: 1.5px solid #7fc8ff;
  transform: rotate(-45deg);
}

.enterprise-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(370px, 0.9fr);
  gap: clamp(40px, 6vw, 86px);
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 38px;
  background:
    radial-gradient(circle at 90% 0, rgba(199, 149, 64, 0.15), transparent 35%),
    radial-gradient(circle at 10% 100%, rgba(36, 126, 199, 0.12), transparent 38%),
    var(--surface-solid);
  padding: clamp(35px, 6vw, 72px);
  box-shadow: var(--shadow-lg);
}

.enterprise-copy > p {
  max-width: 570px;
  margin: 23px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.enterprise-copy h2 {
  margin-top: 21px;
}

.enterprise-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.enterprise-actions > span {
  color: var(--muted-light);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
}

.enterprise-actions > span b {
  color: var(--ink);
}

.enterprise-features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.enterprise-features article {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: color-mix(in srgb, var(--surface-soft) 68%, transparent);
  padding: 17px;
}

.enterprise-features article > span {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  margin-bottom: 17px;
  border-radius: 10px;
  background: var(--blue-pale);
}

.enterprise-features article > span::before,
.enterprise-features article > span::after {
  content: "";
  position: absolute;
  background: var(--blue);
}

.enterprise-features article > span::before {
  top: 9px;
  left: 9px;
  width: 14px;
  height: 2px;
  box-shadow: 0 5px currentColor, 0 10px currentColor;
}

.enterprise-features b {
  color: var(--ink-strong);
  font-size: 11px;
  font-weight: 850;
}

.enterprise-features p {
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.5;
}

.launch-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(50px, 8vw, 125px);
}

.launch-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.launch-steps li {
  min-height: 112px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 25px 0;
}

.launch-steps li:last-child {
  border-bottom: 1px solid var(--line);
}

.launch-steps li > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  background: var(--surface-solid);
  color: var(--blue);
  font: 600 10px/1 "Fraunces", Georgia, serif;
  box-shadow: var(--shadow-sm);
}

.launch-steps b {
  color: var(--ink-strong);
  font-size: 13px;
  font-weight: 850;
}

.launch-steps p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.use-cases-section {
  padding-top: 30px;
}

.use-case-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.use-case-rail article {
  min-height: 250px;
  border-right: 1px solid var(--line);
  padding: 28px 23px;
  transition: background 180ms ease;
}

.use-case-rail article:last-child {
  border-right: 0;
}

.use-case-rail article:hover {
  background: color-mix(in srgb, var(--surface-solid) 52%, transparent);
}

.use-case-rail span {
  color: var(--muted-light);
  font: 600 11px/1 "Fraunces", Georgia, serif;
}

.use-case-rail h3 {
  margin: 70px 0 0;
  color: var(--ink-strong);
  font: 600 22px/1.15 "Fraunces", Georgia, serif;
  letter-spacing: -0.035em;
}

.use-case-rail p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.62;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(50px, 8vw, 120px);
}

.faq-heading > p:last-child {
  max-width: 360px;
  margin: 21px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item > button {
  width: 100%;
  min-height: 83px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 38px;
  align-items: center;
  gap: 18px;
  background: transparent;
  color: var(--ink-strong);
  padding: 18px 0;
  text-align: left;
  cursor: pointer;
}

.faq-item > button span {
  font-size: 13px;
  font-weight: 850;
}

.faq-item > button i {
  position: relative;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.faq-item > button i::before,
.faq-item > button i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1.5px;
  border-radius: 999px;
  background: var(--blue);
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-item > button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item > button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 220ms ease;
}

.faq-item > div > p {
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.faq-item.is-open > div {
  grid-template-rows: 1fr;
}

.faq-item.is-open > div > p {
  padding: 0 48px 25px 0;
}

.final-cta-section {
  padding: 35px 24px 90px;
}

.final-cta {
  position: relative;
  min-height: 510px;
  display: grid;
  justify-items: center;
  align-content: center;
  overflow: hidden;
  border: 1px solid rgba(137, 188, 228, 0.17);
  border-radius: 42px;
  background:
    radial-gradient(circle at 50% 100%, rgba(36, 128, 202, 0.34), transparent 44%),
    linear-gradient(145deg, #0c3e6c, #071f38);
  color: white;
  padding: 65px 30px;
  text-align: center;
  box-shadow: 0 38px 90px rgba(5, 28, 50, 0.27);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(circle, black, transparent 72%);
}

.final-cta > *:not(.final-cta-orbit) {
  position: relative;
  z-index: 2;
}

.final-cta > p {
  margin: 0 0 19px;
  color: #83c9ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.final-cta h2 {
  color: white;
}

.final-cta h2 em {
  color: #8ed1ff;
}

.final-cta > span {
  margin-top: 23px;
  color: #a9bed0;
  font-size: 13px;
}

.final-cta > div:last-child {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-top: 30px;
}

.final-app-link {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  color: #c3d5e5;
  font-size: 11px;
  font-weight: 850;
  text-underline-offset: 4px;
}

.final-cta-orbit {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 610px;
  height: 610px;
  border: 1px solid rgba(137, 206, 255, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: orbit-spin 34s linear infinite;
}

.final-cta-orbit i {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #80caff;
  box-shadow: 0 0 0 7px rgba(128, 202, 255, 0.08);
}

.final-cta-orbit i:nth-child(1) { top: 12%; left: 25%; }
.final-cta-orbit i:nth-child(2) { right: 7%; bottom: 31%; }
.final-cta-orbit i:nth-child(3) { bottom: 8%; left: 32%; }

.partners-footer {
  border-top: 1px solid var(--line);
  background: color-mix(in srgb, var(--page-deep) 70%, var(--surface-solid) 30%);
}

.partners-footer-main {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 80px;
  padding-block: 55px 45px;
}

.footer-brand > p {
  max-width: 290px;
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 11px;
}

.footer-links {
  min-width: 130px;
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-links b {
  margin-bottom: 5px;
  color: var(--ink-strong);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--muted);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--blue);
}

.partners-footer-bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted-light);
  font-size: 9px;
  font-weight: 700;
}

.copy-toast {
  position: fixed;
  z-index: 300;
  bottom: max(24px, env(safe-area-inset-bottom));
  left: 50%;
  transform: translate(-50%, 18px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 13px;
  background: var(--ink-strong);
  color: #fff;
  padding: 10px 14px;
  box-shadow: var(--shadow-md);
  font-size: 10px;
  font-weight: 850;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.copy-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 650ms cubic-bezier(0.22, 1, 0.36, 1), transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.solution-grid .reveal:nth-child(2),
.capability-grid .reveal:nth-child(2),
.use-case-rail .reveal:nth-child(2) { transition-delay: 70ms; }
.solution-grid .reveal:nth-child(3),
.capability-grid .reveal:nth-child(3),
.use-case-rail .reveal:nth-child(3) { transition-delay: 140ms; }
.capability-grid .reveal:nth-child(4),
.use-case-rail .reveal:nth-child(4) { transition-delay: 210ms; }

@keyframes orbit-spin {
  from { transform: rotate(-12deg); }
  to { transform: rotate(348deg); }
}

@keyframes orbit-spin-reverse {
  from { transform: rotate(0); }
  to { transform: rotate(-360deg); }
}

@keyframes signal-pulse {
  0%, 100% { opacity: 0.65; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes response-draw {
  0%, 10% { transform: scaleX(0.1); opacity: 0.35; }
  38%, 78% { transform: scaleX(1); opacity: 1; }
  100% { transform: scaleX(1); opacity: 0.35; }
}

@keyframes card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1080px) {
  .partners-header-inner {
    grid-template-columns: 1fr auto;
  }

  .partners-nav {
    position: fixed;
    z-index: 110;
    top: calc(var(--header-height) - 4px);
    right: 24px;
    left: 24px;
    display: grid;
    gap: 5px;
    padding: 12px;
    border-radius: 20px;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.985);
    transform-origin: top center;
    transition: opacity 180ms ease, transform 180ms ease;
    background: color-mix(in srgb, var(--surface-solid) 96%, transparent);
    backdrop-filter: blur(22px) saturate(1.15);
    -webkit-backdrop-filter: blur(22px) saturate(1.15);
  }

  .partners-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .partners-nav a {
    min-height: 47px;
    padding-inline: 14px;
  }

  .nav-toggle {
    display: grid;
  }

  .hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 32px;
  }

  .visual-status-card { right: 0; }
  .visual-side-card--api { left: 0; }

  .solution-card {
    min-height: 545px;
    padding: 21px;
  }

  .integration-panel {
    grid-template-columns: minmax(0, 0.85fr) minmax(410px, 1.15fr);
    gap: 35px;
    padding: 40px;
  }

  .security-layout {
    gap: 50px;
  }
}

@media (max-width: 880px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 78px;
  }

  .hero-copy {
    max-width: 690px;
  }

  .hero-visual {
    width: min(650px, 100%);
    margin-inline: auto;
  }

  .solution-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    min-height: 0;
  }

  .solution-icon {
    margin: 33px 0 23px;
  }

  .integration-panel {
    grid-template-columns: 1fr;
  }

  .integration-copy {
    max-width: 620px;
  }

  .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-card--wide {
    grid-column: span 2;
  }

  .security-layout,
  .enterprise-card,
  .launch-section,
  .faq-section {
    grid-template-columns: 1fr;
  }

  .security-copy {
    max-width: 650px;
  }

  .enterprise-features {
    max-width: 620px;
  }

  .launch-section,
  .faq-section {
    gap: 24px;
  }

  .use-case-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .use-case-rail article:nth-child(2) {
    border-right: 0;
  }

  .use-case-rail article:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 620px) {
  :root {
    --header-height: 68px;
  }

  .shell {
    width: min(100% - 28px, var(--shell));
  }

  .partners-header {
    height: var(--header-height);
  }

  .partners-header.is-scrolled {
    height: 62px;
  }

  .partners-brand {
    gap: 8px;
  }

  .partners-brand img {
    width: 36px;
    height: 36px;
    border-radius: 11px;
  }

  .partners-brand b {
    font-size: 13px;
  }

  .partners-brand small {
    font-size: 7px;
  }

  .partners-header-actions {
    gap: 6px;
  }

  .partners-back-app {
    width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .partners-back-app span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .theme-button,
  .nav-toggle {
    width: 44px;
    height: 44px;
  }

  .header-cta {
    display: none;
  }

  .partners-nav {
    top: var(--header-height);
    right: 14px;
    left: 14px;
  }

  .partners-header.is-scrolled .partners-nav {
    top: 62px;
  }

  .hero {
    gap: 34px;
    padding-block: 62px 63px;
  }

  h1 {
    font-size: clamp(43px, 13vw, 59px);
    line-height: 1.01;
  }

  .hero-lead {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    margin-top: 28px;
  }

  .button {
    width: 100%;
    min-height: 51px;
  }

  .hero-proof {
    gap: 9px 14px;
  }

  .hero-proof span {
    font-size: 8px;
  }

  .hero-visual {
    min-height: 445px;
    overflow: hidden;
    border-radius: 30px;
  }

  .visual-console {
    width: 93%;
    border-radius: 23px;
    transform: none;
  }

  .visual-orbit--outer { width: 405px; height: 405px; }
  .visual-orbit--inner { width: 330px; height: 330px; }

  .visual-status-card {
    top: 4px;
    right: 0;
    min-width: 154px;
    padding: 9px 10px;
  }

  .status-signal {
    width: 22px;
    height: 22px;
  }

  .visual-side-card {
    min-width: 130px;
    padding: 9px 11px;
  }

  .visual-side-card--api { bottom: 4px; }
  .visual-side-card--shield { right: 0; bottom: -13px; }

  .console-head {
    min-height: 66px;
    padding: 11px 13px;
  }

  .console-mark {
    width: 37px;
    height: 37px;
    border-radius: 12px;
  }

  .console-flow {
    padding: 13px;
  }

  .flow-response > span {
    margin-top: 8px;
  }

  .section {
    padding-block: 82px;
  }

  .section-heading {
    margin-bottom: 35px;
  }

  .section-heading h2,
  .faq-heading h2,
  .security-copy h2,
  .enterprise-copy h2,
  .final-cta h2 {
    font-size: clamp(36px, 10.5vw, 50px);
    line-height: 1.02;
  }

  .section-heading > p:last-child {
    margin-top: 17px;
    font-size: 13px;
  }

  .solution-card {
    border-radius: 27px;
    padding: 21px;
  }

  .solution-card h3 {
    font-size: 27px;
  }

  .integration-studio {
    border-radius: 25px;
  }

  .integration-tabs button {
    min-height: 68px;
    padding: 10px 12px;
  }

  .integration-tabs span {
    font-size: 11px;
  }

  .integration-tabs small {
    font-size: 7px;
  }

  .integration-panel {
    min-height: 0;
    gap: 34px;
    padding: 26px 18px 19px;
  }

  .integration-copy h3 {
    font-size: 32px;
  }

  .integration-points {
    grid-template-columns: 1fr;
  }

  .code-window {
    border-radius: 18px;
  }

  .code-window-head {
    grid-template-columns: auto 1fr auto;
  }

  .code-window-head b {
    justify-self: start;
  }

  .code-window pre {
    min-height: 255px;
    padding: 21px 17px;
    font-size: 9px;
  }

  .widget-browser {
    min-height: 390px;
    border-radius: 18px;
  }

  .widget-page-lines {
    width: 70%;
    padding-left: 17px;
  }

  .widget-chat-card {
    right: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }

  .widget-code-row {
    padding-left: 12px;
  }

  .team-orchestration {
    min-height: 315px;
  }

  .team-person--one { left: 10px; }
  .team-person--two { right: 8px; }
  .team-person--three { right: 15px; }

  .team-person b {
    max-width: 92px;
    text-align: center;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability-card,
  .capability-card--wide {
    min-height: 250px;
    grid-column: auto;
  }

  .context-map {
    top: 45px;
    right: 12px;
    width: 48%;
    opacity: 0.7;
  }

  .security-layout {
    gap: 37px;
  }

  .security-stack article {
    grid-template-columns: 28px minmax(0, 1fr) 26px;
    gap: 10px;
    padding: 13px;
  }

  .enterprise-card {
    border-radius: 28px;
    padding: 28px 20px;
  }

  .enterprise-actions {
    display: grid;
  }

  .enterprise-actions > span {
    text-align: center;
  }

  .enterprise-features {
    grid-template-columns: 1fr;
  }

  .enterprise-features article {
    min-height: 123px;
  }

  .launch-steps li {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .use-cases-section {
    padding-top: 10px;
  }

  .use-case-rail {
    grid-template-columns: 1fr;
  }

  .use-case-rail article {
    min-height: 190px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 24px 4px;
  }

  .use-case-rail article:last-child {
    border-bottom: 0;
  }

  .use-case-rail h3 {
    margin-top: 42px;
  }

  .faq-item > button {
    min-height: 74px;
    grid-template-columns: minmax(0, 1fr) 34px;
    gap: 12px;
  }

  .faq-item > button span {
    font-size: 12px;
  }

  .final-cta-section {
    padding: 16px 10px 60px;
  }

  .final-cta {
    width: 100%;
    min-height: 490px;
    overflow: hidden;
    border-radius: 30px;
    padding: 54px 19px;
  }

  .final-cta > span {
    font-size: 11px;
  }

  .final-cta > div:last-child {
    width: 100%;
    display: grid;
  }

  .partners-footer-main {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
    padding-block: 42px 36px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .partners-footer-bottom {
    min-height: 83px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .motion-ready .reveal {
    opacity: 1;
    transform: none;
  }
}
