html[data-view="about"],
html[data-view="products"],
html[data-view="contact"] {
  overflow: auto;
}

html[data-view="about"] .app-shell,
html[data-view="products"] .app-shell,
html[data-view="contact"] .app-shell {
  transform: none;
  filter: none;
}

.inner-page {
  width: min(var(--max-page-width), calc(100% - 64px));
  min-height: 100vh;
  margin: 0 auto;
  padding: 138px 0 76px;
}

.inner-page h1 {
  max-width: 780px;
  margin: 0;
  font-size: 3.55rem;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.page-lead {
  max-width: 740px;
  margin: 22px 0 0;
  color: var(--ink-soft);
  font-size: 1.2rem;
  line-height: 1.78;
}

.about-layout {
  position: relative;
  display: grid;
  gap: 0;
  padding-bottom: 0;
}

.about-layout::before {
  content: "";
  position: fixed;
  inset: 7% 0 auto 0;
  z-index: -1;
  height: 56vh;
  pointer-events: none;
  opacity: 0.48;
  background:
    radial-gradient(ellipse at 78% 30%, rgba(124, 92, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 28% 52%, rgba(34, 211, 238, 0.18), transparent 38%),
    linear-gradient(180deg, transparent, rgba(255, 159, 47, 0.05), transparent);
  filter: blur(22px);
}

.about-hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(64px, 7vw, 112px);
  align-items: center;
}

.about-content-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-top: 0;
  padding: 144px 0 154px;
  overflow: hidden;
  isolation: isolate;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(61, 142, 255, 0.048) 18% 18.08%, transparent 18.08% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.032) 0 1px, transparent 1px 96px),
    linear-gradient(180deg, rgba(3, 8, 20, 0) 0, rgba(3, 8, 20, 0.18) 82px, rgba(3, 8, 20, 0.74) 194px, #030814 318px, #06101d 42%, #070d18 100%),
    radial-gradient(ellipse at calc(50% + var(--about-glow-shift, 0px)) 0%, rgba(82, 222, 255, 0.2), transparent 34%),
    radial-gradient(ellipse at 18% 8%, rgba(47, 140, 255, 0.18), transparent 34%),
    radial-gradient(ellipse at 86% 6%, rgba(255, 159, 47, 0.11), transparent 30%);
  background-size: 104px 104px, 104px 104px, auto, auto, auto, auto;
  background-position:
    0 var(--about-grid-shift, 0px),
    0 var(--about-grid-shift, 0px),
    center,
    center,
    center,
    center;
  background-color: #030814;
  box-shadow:
    0 -54px 150px rgba(2, 8, 20, 0.62),
    0 -22px 86px rgba(54, 176, 255, 0.16),
    0 220px 0 #070d18,
    inset 0 1px 0 rgba(168, 220, 255, 0.16);
}

.about-content-shell::before,
.about-content-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-content-shell::before {
  inset: -18px 0;
  z-index: 1;
  opacity: 0.3;
  background:
    linear-gradient(90deg, transparent 0 18%, rgba(61, 142, 255, 0.075) 18% 18.08%, transparent 18.08% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 96px);
  background-size: 104px 104px;
  mask-image: linear-gradient(180deg, transparent, #000 10%, #000 86%, transparent);
  transform: translate3d(0, var(--about-layer-y, 0px), 0);
  transition: transform 420ms linear;
}

.about-content-shell::after {
  inset: 0 0 auto;
  height: 420px;
  z-index: 1;
  opacity: 0.82;
  background:
    linear-gradient(180deg, rgba(123, 213, 255, 0.18), transparent 1px),
    radial-gradient(ellipse at calc(34% + var(--about-glow-shift, 0px)) 0%, rgba(82, 222, 255, 0.2), transparent 30%),
    radial-gradient(ellipse at calc(78% - var(--about-glow-shift, 0px)) 4%, rgba(255, 159, 47, 0.13), transparent 26%),
    linear-gradient(180deg, rgba(73, 156, 255, 0.12), transparent 54%);
  mix-blend-mode: screen;
  transform: translate3d(0, calc(var(--about-layer-y, 0px) * -0.7), 0);
  transition: transform 420ms linear;
}

.about-content-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 88px));
  margin: 0 auto;
  display: grid;
  gap: clamp(82px, 8vw, 118px);
}

.about-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.986);
  filter: blur(7px) saturate(0.92);
  transition:
    opacity 820ms var(--ease-cinematic) var(--reveal-delay, 0ms),
    transform 820ms var(--ease-cinematic) var(--reveal-delay, 0ms),
    filter 820ms var(--ease-cinematic) var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.about-scroll-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0) saturate(1);
}

.about-hero__copy h1 {
  max-width: 820px;
  font-size: 3.85rem;
  line-height: 1.06;
  white-space: nowrap;
  text-shadow:
    0 0 36px rgba(47, 140, 255, 0.22),
    0 22px 80px rgba(0, 0, 0, 0.42);
}

.about-hero__signal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.about-hero__signal span,
.promise-card > span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 13px;
  border: 1px solid rgba(163, 213, 255, 0.22);
  border-radius: 999px;
  color: rgba(237, 248, 255, 0.78);
  background: rgba(7, 22, 50, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
  font-weight: 760;
}

.about-visual,
.founder-photo,
.global-map {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(166, 212, 255, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, rgba(7, 26, 58, 0.78), rgba(5, 9, 28, 0.68));
  box-shadow:
    0 32px 110px rgba(0, 0, 0, 0.36),
    0 0 76px rgba(47, 140, 255, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.about-visual {
  min-height: 520px;
  isolation: isolate;
}

.about-visual img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  opacity: 0.74;
  transform: scale(1.04);
  filter: saturate(1.1) contrast(1.02);
  animation: aboutImageDrift 11s ease-in-out infinite;
}

.about-visual::before,
.about-visual::after,
.global-map::before,
.global-map::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.about-visual::before {
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 68% 38%, rgba(34, 211, 238, 0.28), transparent 24%),
    linear-gradient(90deg, rgba(3, 12, 30, 0.28), transparent 46%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 1px, transparent 1px 72px);
  mix-blend-mode: screen;
}

.about-visual::after {
  inset: 11% 8% 10%;
  z-index: 2;
  border: 1px solid rgba(204, 232, 255, 0.18);
  border-radius: 18px;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255, 255, 255, 0.12) 48% 48.3%, transparent 48.3% 100%),
    linear-gradient(180deg, transparent 0 36%, rgba(255, 159, 47, 0.16) 36% 36.4%, transparent 36.4% 100%);
  opacity: 0.72;
  transform: perspective(900px) rotateX(58deg) rotateZ(-8deg);
}

.about-visual__badge {
  position: absolute;
  left: 22px;
  bottom: 22px;
  z-index: 3;
  color: rgba(237, 248, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 760;
}

.about-brand,
.founder-section,
.promise-section,
.global-section {
  display: grid;
  gap: 32px;
}

.about-brand {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 36px;
}

.about-panel,
.founder-card,
.promise-card,
.about-principles article,
.global-copy {
  border: 1px solid rgba(159, 205, 255, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.018)),
    rgba(8, 17, 32, 0.96);
  box-shadow:
    0 28px 96px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.about-panel {
  padding: 0;
}

.about-panel--intro {
  max-width: 900px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.section-label {
  margin: 0 0 14px;
  color: rgba(130, 202, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.about-panel h2,
.promise-section h2,
.global-copy h2 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.15rem, 3.2vw, 3.35rem);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.about-panel p,
.founder-card blockquote p,
.promise-card p,
.global-copy p,
.global-copy li {
  color: rgba(229, 241, 255, 0.82);
  line-height: 1.92;
}

.about-panel p {
  max-width: 820px;
  margin: 24px 0 0;
  font-size: 1.06rem;
}

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

.about-principles article {
  position: relative;
  min-height: 182px;
  padding: 30px;
  overflow: hidden;
}

.about-principles article::after {
  content: "";
  position: absolute;
  inset: auto -20% -50% 35%;
  height: 100px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 159, 47, 0.16), transparent 66%);
}

.about-principles span {
  display: block;
  color: rgba(130, 202, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 800;
}

.about-principles strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 12px;
  color: #fbfdff;
  font-size: 1.16rem;
  line-height: 1.58;
}

.founder-section {
  grid-template-columns: minmax(0, 0.62fr) minmax(320px, 0.38fr);
  gap: 34px;
  align-items: stretch;
}

.founder-card {
  padding: clamp(40px, 4.8vw, 64px);
}

.founder-card blockquote {
  margin: 0;
}

.founder-card blockquote p {
  margin: 24px 0 0;
  font-size: 1.06rem;
}

.founder-card blockquote p:first-child {
  margin-top: 0;
}

.founder-photo {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.about-content-shell .founder-photo,
.about-content-shell .global-map {
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.018)),
    rgba(9, 18, 34, 0.96);
  box-shadow:
    0 28px 96px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.075);
}

.founder-photo::before {
  content: "";
  position: absolute;
  inset: 16%;
  border-radius: 999px;
  border: 1px solid rgba(207, 232, 255, 0.16);
  background:
    radial-gradient(circle at 50% 42%, rgba(34, 211, 238, 0.24), transparent 28%),
    radial-gradient(circle at 50% 70%, rgba(124, 92, 255, 0.26), transparent 32%);
  animation: aboutPulse 4.8s ease-in-out infinite;
}

.founder-photo span,
.global-map p {
  position: relative;
  z-index: 1;
  color: rgba(235, 247, 255, 0.66);
  font-size: 0.82rem;
  font-weight: 800;
}

.promise-section {
  grid-template-columns: 1fr;
  gap: 34px;
  align-items: start;
}

.promise-section > div:first-child {
  max-width: 720px;
}

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

.promise-card {
  position: relative;
  min-height: 290px;
  padding: 32px;
  overflow: hidden;
}

.promise-card::after {
  content: "";
  position: absolute;
  inset: auto -16% -24% 26%;
  height: 110px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 159, 47, 0.2), transparent 68%);
  opacity: 0.8;
}

.promise-card h3 {
  position: relative;
  z-index: 1;
  margin: 30px 0 0;
  color: #f8fcff;
  font-size: 1.24rem;
  line-height: 1.36;
}

.promise-card p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
}

.global-section {
  grid-template-columns: minmax(360px, 0.86fr) minmax(420px, 1.14fr);
  gap: 34px;
  align-items: stretch;
}

.global-copy {
  padding: clamp(40px, 4vw, 58px);
}

.global-copy ol {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.global-copy li {
  position: relative;
  padding-left: 24px;
}

.global-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #22d3ee, #ff9f2f);
  box-shadow: 0 0 20px rgba(47, 140, 255, 0.46);
}

.global-map {
  min-height: 520px;
  display: grid;
  place-items: center;
}

.global-map::before {
  inset: 12%;
  border: 1px solid rgba(188, 222, 255, 0.16);
  border-radius: 999px;
  background:
    repeating-linear-gradient(0deg, transparent 0 34px, rgba(255, 255, 255, 0.06) 34px 35px),
    repeating-linear-gradient(90deg, transparent 0 48px, rgba(255, 255, 255, 0.05) 48px 49px);
  mask-image: radial-gradient(ellipse, #000 0 58%, transparent 72%);
}

.global-map::after {
  inset: 22% 13%;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 999px;
  transform: rotate(-8deg);
}

.map-dot {
  position: absolute;
  z-index: 2;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: #ff9f2f;
  box-shadow:
    0 0 0 9px rgba(255, 159, 47, 0.1),
    0 0 30px rgba(255, 159, 47, 0.56);
}

.map-dot--apac {
  right: 24%;
  top: 46%;
}

.map-dot--europe {
  left: 45%;
  top: 36%;
  background: #22d3ee;
  box-shadow:
    0 0 0 9px rgba(34, 211, 238, 0.1),
    0 0 30px rgba(34, 211, 238, 0.5);
}

.map-dot--global {
  left: 30%;
  bottom: 34%;
  background: #7c5cff;
  box-shadow:
    0 0 0 9px rgba(124, 92, 255, 0.12),
    0 0 30px rgba(124, 92, 255, 0.52);
}

.contact-info p {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(151, 203, 255, 0.18);
  border-radius: 8px;
  color: rgba(238, 248, 255, 0.86);
  background: rgba(8, 22, 48, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  line-height: 1.5;
}

.products-layout {
  width: 100%;
  max-width: none;
  padding: 0;
  --product-active-accent: var(--blue);
  --product-active-secondary: var(--cyan);
}

html[data-view="products"] .site-nav,
html[data-view="about"] .site-nav,
html[data-view="contact"] .site-nav {
  z-index: 120;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.products-hero {
  position: relative;
  width: min(1180px, calc(100% - 88px));
  min-height: calc(100vh + 56px);
  margin: 0 auto;
  padding: 148px 0 96px;
  display: grid;
  place-items: center;
  text-align: center;
}

.products-hero::before {
  content: "";
  position: absolute;
  right: -9%;
  top: 18%;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.46;
  background:
    radial-gradient(circle at 44% 42%, rgba(82, 222, 255, 0.32), transparent 36%),
    radial-gradient(circle at 68% 54%, rgba(124, 92, 255, 0.24), transparent 42%),
    radial-gradient(circle at 54% 62%, rgba(255, 159, 47, 0.16), transparent 34%);
  filter: blur(34px);
}

.products-layout .page-lead {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.18rem;
}

.products-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  width: min(1120px, 100%);
}

.products-hero-copy .page-kicker {
  margin-bottom: 16px;
}

.products-hero .page-lead {
  font-size: clamp(1.08rem, 1.55vw, 1.38rem);
  line-height: 1.9;
  color: rgba(239, 248, 255, 0.84);
}

.page-lead--support {
  max-width: 1050px;
  margin-top: 18px;
  color: rgba(231, 243, 255, 0.78);
}

.products-hero h1 {
  max-width: 980px;
  margin-inline: auto;
  font-size: clamp(2.9rem, 5.2vw, 5.9rem);
  text-shadow:
    0 0 36px rgba(35, 151, 255, 0.22),
    0 24px 86px rgba(0, 0, 0, 0.36);
}

.products-hero h1 span {
  display: block;
}

.products-metric-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(1060px, 100%);
  margin-top: 36px;
  overflow: hidden;
  border: 1px solid rgba(171, 217, 255, 0.2);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(6, 17, 38, 0.36);
  box-shadow:
    0 26px 86px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.products-metric-strip article {
  min-height: 112px;
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 20px 18px;
  border-left: 1px solid rgba(171, 217, 255, 0.15);
}

.products-metric-strip article:first-child {
  border-left: 0;
}

.products-metric-strip strong {
  color: #fff;
  font-size: clamp(1.56rem, 2.4vw, 2.2rem);
  line-height: 1;
  font-weight: 860;
}

.products-metric-strip span {
  color: rgba(229, 243, 255, 0.8);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.42;
}

.products-hero-panel {
  position: relative;
  z-index: 1;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 30px;
  border: 1px solid rgba(151, 203, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    rgba(6, 17, 38, 0.44);
  box-shadow:
    0 30px 110px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.products-hero-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 22px;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(47, 140, 255, 0), rgba(47, 140, 255, 0.28), rgba(255, 159, 47, 0)),
    repeating-linear-gradient(90deg, rgba(166, 211, 255, 0.16) 0 1px, transparent 1px 28px);
  opacity: 0.34;
  mask-image: linear-gradient(180deg, transparent, #000 34%, #000 78%, transparent);
}

.products-hero-panel span {
  position: relative;
  color: rgba(130, 206, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
}

.products-hero-panel strong {
  position: relative;
  color: #f7fbff;
  font-size: 1.42rem;
  line-height: 1.36;
}

.products-hero-panel p {
  position: relative;
  margin: 0;
  color: rgba(224, 239, 255, 0.7);
  line-height: 1.78;
}

.product-content-shell {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: 84px 0 132px;
  overflow: clip;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(3, 8, 20, 0) 0, rgba(3, 8, 20, 0.2) 94px, rgba(4, 9, 21, 0.72) 218px, #040915 342px, #07111f 48%, #050a14 100%),
    radial-gradient(ellipse at calc(20% + var(--product-glow-shift, 0px)) 4%, color-mix(in srgb, var(--product-active-accent) 22%, transparent), transparent 34%),
    radial-gradient(ellipse at 82% 2%, color-mix(in srgb, var(--product-active-secondary) 18%, transparent), transparent 32%);
}

.product-content-shell::before,
.product-content-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.product-content-shell::before {
  background:
    linear-gradient(90deg, transparent 0 16%, rgba(74, 152, 255, 0.05) 16% 16.08%, transparent 16.08% 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 116px),
    radial-gradient(ellipse at 50% 0%, rgba(75, 184, 255, 0.18), transparent 40%);
  background-size: 116px 116px, 116px 116px, auto;
  opacity: 0.48;
  transform: translate3d(0, var(--product-layer-y, 0px), 0);
}

.product-content-shell::after {
  inset: 0 0 auto 0;
  height: 520px;
  background:
    radial-gradient(ellipse at 48% 0%, color-mix(in srgb, var(--product-active-accent) 34%, transparent), transparent 54%),
    linear-gradient(180deg, rgba(104, 178, 255, 0.08), transparent 72%);
  filter: blur(22px);
  opacity: 0.72;
}

.product-content-inner {
  position: relative;
  width: min(1260px, calc(100% - 88px));
  margin: 0 auto;
}

.product-tabs {
  position: sticky;
  top: calc(var(--nav-height) + 16px);
  z-index: 42;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(151, 203, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)),
    rgba(5, 16, 35, 0.78);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.product-tabs button {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "index name"
    "index desc";
  column-gap: 14px;
  row-gap: 4px;
  align-items: center;
  min-height: 84px;
  padding: 16px 18px;
  border: 1px solid transparent;
  border-radius: 21px;
  color: rgba(222, 238, 255, 0.72);
  background: transparent;
  text-align: left;
  transition:
    transform 260ms var(--ease-precise),
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease,
    color 260ms ease;
}

.product-tabs button span {
  grid-area: index;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: color-mix(in srgb, var(--accent) 72%, #fff);
  background: color-mix(in srgb, var(--accent) 16%, rgba(255, 255, 255, 0.04));
  font-size: 0.78rem;
  font-weight: 850;
}

.product-tabs button strong {
  grid-area: name;
  color: rgba(247, 251, 255, 0.9);
  font-size: 1rem;
  font-weight: 820;
}

.product-tabs button small {
  grid-area: desc;
  color: rgba(196, 220, 246, 0.62);
  line-height: 1.45;
}

.product-tabs button:hover,
.product-tabs button.is-current {
  color: #fff;
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--accent) 42%, transparent);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 25%, rgba(255, 255, 255, 0.04)), rgba(255, 255, 255, 0.035)),
    rgba(11, 30, 61, 0.66);
  box-shadow:
    0 16px 42px color-mix(in srgb, var(--accent) 20%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.product-detail-grid {
  position: relative;
  margin-top: 58px;
}

.product-detail {
  display: none;
}

.product-detail.is-current {
  display: block;
  animation: productPanelIn 620ms var(--ease-cinematic) both;
}

.product-panel-hero {
  position: relative;
  overflow: hidden;
  min-height: 590px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
  padding: clamp(38px, 5vw, 58px);
  border: 1px solid color-mix(in srgb, var(--accent) 28%, rgba(255, 255, 255, 0.08));
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.026)),
    radial-gradient(ellipse at 8% 0%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 48%),
    rgba(7, 20, 43, 0.58);
  box-shadow:
    0 34px 116px rgba(0, 0, 0, 0.42),
    0 0 86px color-mix(in srgb, var(--accent) 16%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.product-panel-hero::before {
  content: "";
  position: absolute;
  inset: -45% -20%;
  background:
    linear-gradient(105deg, transparent 34%, rgba(255, 255, 255, 0.12) 47%, transparent 60%),
    radial-gradient(circle at 45% 48%, color-mix(in srgb, var(--accent) 22%, transparent), transparent 36%);
  opacity: 0;
  transform: translateX(-42%) rotate(8deg);
}

.product-panel-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 0 1px, transparent 1px 92px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0 1px, transparent 1px 92px);
  mask-image: radial-gradient(ellipse at 64% 44%, #000 0 44%, transparent 74%);
  opacity: 0.28;
}

.product-detail.is-current .product-panel-hero::before {
  animation: productLightSweep 920ms var(--ease-cinematic) 80ms both;
}

.product-panel-copy,
.product-media-board {
  position: relative;
  z-index: 1;
}

.detail-eyebrow {
  margin: 0 0 18px;
  color: color-mix(in srgb, var(--accent) 76%, #eef8ff);
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0;
}

.product-panel-copy h2 {
  margin: 0;
  font-size: clamp(2.45rem, 4.4vw, 4.7rem);
  line-height: 1.06;
  font-weight: 860;
  letter-spacing: 0;
}

.product-panel-copy h2 span,
.product-panel-copy h2 em {
  display: block;
}

.product-panel-copy h2 em {
  margin-top: 10px;
  color: rgba(229, 244, 255, 0.68);
  font-size: clamp(1.28rem, 2.2vw, 2.04rem);
  font-style: normal;
  font-weight: 760;
}

.product-slogan {
  margin: 28px 0 0;
  color: #f7fbff;
  font-size: clamp(1.14rem, 1.5vw, 1.45rem);
  line-height: 1.55;
  font-weight: 800;
}

.product-panel-copy h3 {
  margin: 30px 0 0;
  color: rgba(238, 248, 255, 0.9);
  font-size: clamp(1.16rem, 1.5vw, 1.44rem);
  line-height: 1.5;
}

.product-panel-summary {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(222, 238, 255, 0.72);
  font-size: 1.02rem;
  line-height: 1.86;
}

.product-highlight {
  margin: 24px 0 0;
  padding-left: 18px;
  border-left: 3px solid color-mix(in srgb, var(--accent) 70%, #fff);
  color: rgba(238, 248, 255, 0.86);
  font-weight: 760;
  line-height: 1.74;
}

.product-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.product-stat-strip span {
  padding: 10px 15px;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, rgba(255, 255, 255, 0.08));
  border-radius: 999px;
  color: rgba(238, 248, 255, 0.82);
  background: color-mix(in srgb, var(--accent) 11%, rgba(255, 255, 255, 0.035));
  font-weight: 760;
}

.product-media-board {
  overflow: hidden;
  min-height: 430px;
  border: 1px solid rgba(203, 229, 255, 0.16);
  border-radius: 30px;
  background:
    radial-gradient(ellipse at 50% 100%, color-mix(in srgb, var(--accent) 28%, transparent), transparent 48%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.018)),
    #040816;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.product-media-board img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transform: scale(1.03);
  filter: saturate(1.08) contrast(1.05);
}

.product-media-board span {
  position: absolute;
  right: 20px;
  bottom: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(203, 229, 255, 0.14);
  border-radius: 999px;
  color: rgba(218, 236, 255, 0.58);
  background: rgba(3, 9, 20, 0.5);
  font-size: 0.72rem;
  font-weight: 820;
}

.product-section {
  position: relative;
  margin-top: clamp(68px, 7vw, 104px);
}

.product-section-head {
  max-width: 820px;
  margin-bottom: 28px;
}

.product-section-head--center {
  max-width: none;
  text-align: center;
}

.product-section-head p {
  margin: 0 0 10px;
  color: color-mix(in srgb, var(--accent) 74%, #f1f8ff);
  font-size: 0.78rem;
  font-weight: 850;
}

.product-section-head h2 {
  margin: 0;
  color: #f6fbff;
  font-size: clamp(1.8rem, 3vw, 3.15rem);
  line-height: 1.16;
  font-weight: 850;
  letter-spacing: 0;
}

.product-section-head > span {
  display: block;
  max-width: 820px;
  margin-top: 16px;
  color: rgba(222, 238, 255, 0.68);
  line-height: 1.78;
}

.feature-grid,
.capability-list,
.department-grid {
  display: grid;
  gap: 18px;
}

.feature-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid--five,
.feature-grid--centers {
  grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
}

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

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

.product-info-card,
.department-card,
.market-mechanism {
  position: relative;
  overflow: hidden;
  min-height: 192px;
  padding: 24px;
  border: 1px solid rgba(151, 203, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.02)),
    rgba(8, 22, 48, 0.48);
  box-shadow:
    0 18px 58px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.product-info-card::before,
.department-card::before,
.market-mechanism::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--secondary), transparent);
  opacity: 0.76;
}

.product-info-card span,
.market-mechanism span {
  display: inline-flex;
  margin-bottom: 24px;
  color: color-mix(in srgb, var(--accent) 78%, #fff);
  font-size: 0.78rem;
  font-weight: 850;
}

.product-info-card h3,
.department-card strong {
  display: block;
  margin: 0;
  color: rgba(248, 252, 255, 0.94);
  font-size: 1.12rem;
  line-height: 1.48;
  font-weight: 820;
}

.product-info-card p,
.department-card p,
.market-mechanism p {
  margin: 16px 0 0;
  color: rgba(219, 236, 255, 0.68);
  line-height: 1.78;
}

.product-flow {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-flow li {
  position: relative;
  min-height: 156px;
  padding: 22px;
  border: 1px solid rgba(151, 203, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.016)),
    rgba(8, 22, 48, 0.42);
}

.product-flow li::after {
  content: "";
  position: absolute;
  left: calc(100% - 8px);
  top: 36px;
  width: 30px;
  height: 1px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--accent) 60%, transparent), transparent);
}

.product-flow li:last-child::after {
  display: none;
}

.product-flow span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--secondary));
  font-size: 0.78rem;
  font-weight: 850;
  box-shadow: 0 12px 32px color-mix(in srgb, var(--accent) 22%, transparent);
}

.product-flow p {
  margin: 18px 0 0;
  color: rgba(232, 244, 255, 0.78);
  line-height: 1.66;
  font-weight: 730;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid rgba(151, 203, 255, 0.14);
  border-radius: 28px;
  background: rgba(7, 19, 42, 0.52);
  box-shadow:
    0 22px 72px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(120px, 0.78fr) minmax(180px, 1.1fr) minmax(180px, 1fr) minmax(220px, 1.35fr);
  min-width: 900px;
  border-top: 1px solid rgba(151, 203, 255, 0.12);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row span {
  padding: 18px 20px;
  color: rgba(224, 240, 255, 0.72);
  line-height: 1.62;
  border-left: 1px solid rgba(151, 203, 255, 0.1);
}

.comparison-row span:first-child {
  border-left: 0;
  color: #f6fbff;
  font-weight: 800;
}

.comparison-row span:last-child {
  color: rgba(247, 251, 255, 0.92);
  background: color-mix(in srgb, var(--accent) 10%, transparent);
  font-weight: 760;
}

.comparison-row--head {
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 22%, rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.035));
}

.comparison-row--head span {
  color: rgba(248, 252, 255, 0.94);
  font-weight: 850;
}

.market-category-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.market-category-cloud span {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, rgba(255, 255, 255, 0.08));
  border-radius: 999px;
  color: rgba(248, 252, 255, 0.9);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--accent) 15%, transparent), rgba(255, 255, 255, 0.03)),
    rgba(8, 22, 48, 0.5);
  font-size: 1.04rem;
  font-weight: 800;
}

.market-mechanism {
  min-height: auto;
  margin-top: 22px;
  padding: 30px;
}

.product-animate-item,
.product-scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0) scale(0.988);
  filter: blur(6px) saturate(0.94);
  transition:
    opacity 780ms var(--ease-cinematic) calc(var(--item-index, 0) * 46ms),
    transform 780ms var(--ease-cinematic) calc(var(--item-index, 0) * 46ms),
    filter 780ms var(--ease-cinematic) calc(var(--item-index, 0) * 46ms);
  will-change: opacity, transform, filter;
}

.product-detail.is-current .product-panel-copy,
.product-detail.is-current .product-media-board {
  animation: productItemIn 680ms var(--ease-cinematic) calc(var(--item-index, 0) * 54ms) both;
}

.product-animate-item.is-inview,
.product-scroll-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0) saturate(1);
}

.contact-partner-grid,
.contact-bottom-grid {
  display: grid;
  gap: 28px;
}

.contact-partner-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  margin-top: 42px;
}

.contact-bottom-grid {
  grid-template-columns: minmax(340px, 0.92fr) minmax(420px, 1.08fr);
  align-items: stretch;
  margin-top: 28px;
}

.contact-feature-card {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  padding: 34px;
  border: 1px solid rgba(151, 203, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.024)),
    rgba(7, 20, 42, 0.58);
  box-shadow:
    0 26px 84px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.contact-feature-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--violet), var(--orange), transparent);
  opacity: 0.74;
}

.contact-feature-card--wide {
  min-height: 440px;
}

.contact-feature-card h2 {
  margin: 10px 0 0;
  color: #f6fbff;
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1.14;
}

.contact-feature-card h3 {
  margin: 30px 0 0;
  color: rgba(130, 206, 255, 0.9);
  font-size: 1rem;
}

.contact-feature-card p {
  margin: 22px 0 0;
  color: rgba(226, 240, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.86;
}

.contact-feature-card ul {
  display: grid;
  gap: 14px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.contact-feature-card li {
  padding: 15px 16px;
  border: 1px solid rgba(151, 203, 255, 0.14);
  border-radius: 18px;
  color: rgba(235, 246, 255, 0.84);
  background: rgba(8, 22, 48, 0.34);
  line-height: 1.55;
}

.partner-ability-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.partner-ability-cloud span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(151, 203, 255, 0.16);
  border-radius: 999px;
  color: rgba(246, 251, 255, 0.88);
  background:
    linear-gradient(135deg, rgba(47, 140, 255, 0.16), rgba(255, 159, 47, 0.08)),
    rgba(8, 22, 48, 0.38);
  font-weight: 760;
}

.contact-info {
  display: grid;
  align-content: stretch;
  gap: 14px;
  padding: 28px;
  border: 1px solid rgba(151, 203, 255, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(7, 20, 42, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

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

.qr-grid figure {
  margin: 0;
  display: grid;
  place-items: center;
  gap: 14px;
  min-height: 282px;
  padding: 24px;
  border: 1px solid rgba(151, 203, 255, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(8, 22, 48, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.qr-grid canvas {
  width: 154px;
  height: 154px;
  border-radius: 18px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.34);
}

.qr-grid figcaption {
  color: rgba(232, 244, 255, 0.78);
  font-weight: 700;
}

.contact-link-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.contact-link-row span {
  min-height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(151, 203, 255, 0.14);
  border-radius: 16px;
  color: rgba(239, 248, 255, 0.82);
  background: rgba(8, 22, 48, 0.34);
  font-weight: 760;
}

@keyframes productPanelIn {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.988);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes productLightSweep {
  0% {
    opacity: 0;
    transform: translateX(-42%) rotate(8deg);
  }
  34% {
    opacity: 0.78;
  }
  100% {
    opacity: 0;
    transform: translateX(42%) rotate(8deg);
  }
}

@keyframes productItemIn {
  from {
    opacity: 0;
    transform: translateY(18px) scale(0.988);
    filter: blur(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes aboutImageDrift {
  0%,
  100% {
    transform: scale(1.04) translate3d(0, 0, 0);
  }
  50% {
    transform: scale(1.09) translate3d(-1.6%, -1.2%, 0);
  }
}

@keyframes aboutPulse {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.03);
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .about-hero,
  .founder-section,
  .promise-section,
  .global-section {
    grid-template-columns: 1fr;
  }

  .about-hero {
    min-height: auto;
  }

  .about-hero__copy h1 {
    font-size: 3.45rem;
    white-space: normal;
  }

  .about-content-inner {
    width: min(960px, calc(100% - 64px));
  }

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

  .promise-grid {
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .products-hero {
    width: min(960px, calc(100% - 64px));
    min-height: calc(100vh + 28px);
    padding-bottom: 78px;
  }

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

  .product-content-inner {
    width: min(960px, calc(100% - 64px));
  }

  .contact-partner-grid,
  .contact-bottom-grid {
    grid-template-columns: 1fr;
  }

  .product-tabs {
    grid-template-columns: 1fr;
  }

  .product-tabs button {
    min-height: 74px;
  }

  .product-panel-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .feature-grid--four,
  .feature-grid--five,
  .feature-grid--centers,
  .capability-list,
  .department-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .product-flow li::after {
    display: none;
  }

  .comparison-table {
    overflow-x: auto;
  }
}

@media (max-width: 860px) {
  .about-layout {
    gap: 0;
    padding-bottom: 0;
  }

  .about-hero {
    gap: 38px;
  }

  .about-content-shell {
    margin-top: 36px;
    padding: 76px 0 88px;
  }

  .about-content-inner {
    width: calc(100% - 36px);
    gap: 56px;
  }

  .about-hero__copy h1 {
    font-size: 2.7rem;
  }

  .about-visual,
  .about-visual img {
    min-height: 360px;
  }

  .about-panel,
  .founder-card,
  .global-copy {
    padding: 24px;
  }

  .about-panel--intro {
    padding: 0;
  }

  .about-panel h2,
  .promise-section h2,
  .global-copy h2 {
    font-size: 1.72rem;
  }

  .about-principles {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .about-principles article,
  .promise-card {
    padding: 24px;
  }

  .promise-grid {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .promise-card {
    min-height: auto;
  }

  .founder-photo,
  .global-map {
    min-height: 320px;
  }

  .products-hero {
    width: calc(100% - 36px);
    min-height: auto;
    padding: 116px 0 62px;
    gap: 32px;
  }

  .products-hero h1 {
    font-size: 2.62rem;
  }

  .products-hero .page-lead {
    font-size: 1rem;
    line-height: 1.78;
  }

  .products-metric-strip {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .products-metric-strip article {
    min-height: 88px;
    border-left: 0;
    border-top: 1px solid rgba(171, 217, 255, 0.15);
  }

  .products-metric-strip article:first-child {
    border-top: 0;
  }

  .product-content-shell {
    padding: 54px 0 86px;
  }

  .product-content-inner {
    width: calc(100% - 36px);
  }

  .product-tabs {
    position: relative;
    top: auto;
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .product-tabs button {
    min-height: 72px;
    padding: 14px 15px;
    border-radius: 18px;
  }

  .product-detail-grid {
    margin-top: 34px;
  }

  .product-panel-hero {
    padding: 24px;
    border-radius: 26px;
  }

  .product-panel-copy h2 {
    font-size: 2.2rem;
  }

  .product-panel-copy h2 em {
    font-size: 1.14rem;
  }

  .product-media-board,
  .product-media-board img {
    min-height: 300px;
  }

  .feature-grid--four,
  .feature-grid--five,
  .feature-grid--centers,
  .capability-list,
  .department-grid,
  .product-flow {
    grid-template-columns: 1fr;
  }

  .product-info-card,
  .department-card,
  .market-mechanism {
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .product-section {
    margin-top: 58px;
  }

  .contact-feature-card,
  .contact-feature-card--wide {
    min-height: auto;
    padding: 24px;
    border-radius: 24px;
  }

  .contact-feature-card h2 {
    font-size: 1.88rem;
  }

  .contact-info {
    padding: 22px;
    border-radius: 24px;
  }

  .contact-link-row,
  .qr-grid {
    grid-template-columns: 1fr;
  }

  .qr-grid figure {
    min-height: 238px;
  }
}
