:root {
  --topbar-offset: calc(12px + env(safe-area-inset-top));
  --topbar-height: 58px;
  --surface-offwhite: #f4f2ed;
  --font-primary: "Plus Jakarta Sans", "Segoe UI", sans-serif;

  --askora-cyan: #25e9fa;
  --askora-cyan-light: #62f5f8;
  --askora-cyan-dark: #01aadd;
  --askora-green: #6ef3c5;
  --askora-green-light: #9af7da;
  --askora-green-dark: #32d9a1;
  --askora-orange: #ffa43a;
  --askora-orange-light: #ffc47a;
  --askora-orange-dark: #e67c14;

  --askora-tertiary-rgb: 37, 233, 250;
  --askora-secondary-green-rgb: 110, 243, 197;
  --askora-secondary-orange-rgb: 255, 164, 58;
}

body.contact-page,
body.contact-page main {
  height: 100svh;
  overflow: hidden;
}

.contact-standalone {
  min-height: 100svh;
  padding: calc(var(--topbar-offset) + var(--topbar-height) + 18px) 0 12px;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  align-items: center;
}

.contact-standalone > .contact {
  padding: 0;
}

body.contact-page .contact-grid {
  padding: clamp(16px, 2.5vw, 30px);
}

body.contact-page .site-footer {
  margin: 0 auto;
  padding: 16px 0 8px;
}

@media (max-width: 980px) {
  body.contact-page,
  body.contact-page main {
    height: auto;
    min-height: 100svh;
    overflow: visible;
  }

  .contact-standalone {
    padding-top: calc(var(--topbar-offset) + var(--topbar-height) + 12px);
    padding-bottom: calc(14px + env(safe-area-inset-bottom));
    min-height: auto;
    grid-template-rows: auto auto;
    row-gap: 10px;
    align-items: start;
  }

  body.contact-page .contact-grid {
    padding: 14px;
  }

  body.contact-page .site-footer {
    padding-top: 10px;
  }
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--font-primary);
  color: #111111;
  background: #020308;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(circle at 50% 42%, rgba(2, 3, 8, 0) 0%, rgba(2, 3, 8, 0.14) 24%, rgba(2, 3, 8, 0.64) 64%, rgba(2, 3, 8, 0.84) 100%),
    linear-gradient(180deg, rgba(2, 3, 8, 0.22), rgba(2, 3, 8, 0.44));
  transition: opacity 0.56s ease;
}

a {
  color: inherit;
}

main {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

.site-backdrop,
.topbar,
main {
  transition: opacity 0.48s ease, visibility 0.48s ease;
}

html.intro-lock body::after {
  opacity: 0;
}

html.intro-lock .site-backdrop,
html.intro-lock .topbar,
html.intro-lock main > :not(.hero) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

html.intro-lock .hero h1,
html.intro-lock .hero__signature,
html.intro-lock .hero__frames,
html.intro-lock .ios-notification,
html.intro-lock .float-card {
  opacity: 0 !important;
  visibility: hidden !important;
  animation: none !important;
}

.site-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.site-backdrop::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(2, 3, 8, 0) 0%, rgba(2, 3, 8, 0.24) 62%, rgba(2, 3, 8, 0.74) 100%),
    linear-gradient(180deg, rgba(2, 3, 8, 0) 0%, rgba(2, 3, 8, 0.52) 100%);
}

.site-backdrop__ring,
.site-backdrop__beam {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
}

.site-backdrop__ring {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: visible;
}

.site-backdrop__ring::before,
.site-backdrop__ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.46);
}

.site-backdrop__ring--outer {
  width: min(92vw, 1100px);
  aspect-ratio: 1;
  animation: spinOuter 48s linear infinite;
}

.site-backdrop__ring--outer::before {
  width: 6px;
  height: 6px;
  left: 50%;
  top: -1px;
  transform: translate(-50%, -50%);
}

.site-backdrop__ring--outer::after {
  width: 5px;
  height: 5px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
}

.site-backdrop__ring--inner {
  width: min(70vw, 780px);
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, 0.28);
  animation: spinInner 36s linear infinite;
}

.site-backdrop__ring--inner::before {
  width: 5px;
  height: 5px;
  left: 50%;
  top: -1px;
  transform: translate(-50%, -50%);
}

.site-backdrop__ring--inner::after {
  width: 4px;
  height: 4px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
}

.site-backdrop__beam {
  width: min(92vw, 1200px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0));
}

.site-backdrop__beam--left {
  transform: translate(-50%, -50%) rotate(22deg);
}

.site-backdrop__beam--right {
  transform: translate(-50%, -50%) rotate(-22deg);
}

.topbar {
  width: min(1320px, calc(100% - 56px));
  padding: 10px 14px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  position: fixed;
  top: var(--topbar-offset);
  left: 50%;
  transform: translateX(-50%);
  z-index: 40;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}

.brand__logo {
  width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
}

.brand__text {
  font-family: var(--font-primary);
  font-size: 1rem;
  font-weight: 700;
}

.topnav {
  justify-self: center;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
}

.topnav a {
  color: #d8d8d8;
  text-decoration: none;
  font-size: 0.9rem;
  font-family: var(--font-primary);
  font-weight: 600;
  transition: color 0.2s ease;
}

.topnav a:hover {
  color: #ffffff;
}

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

.topbar__menu-toggle {
  width: 18px;
  height: 14px;
  border: 0;
  background: transparent;
  color: #f0f0f0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.topbar__menu-toggle:hover {
  opacity: 1;
}

.topbar__menu-toggle:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.76);
  outline-offset: 6px;
  border-radius: 6px;
}

.topbar__menu-toggle span,
.topbar__menu-toggle span::before,
.topbar__menu-toggle span::after {
  width: 14px;
  height: 1.8px;
  border-radius: 999px;
  background: currentColor;
  display: block;
  position: relative;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.topbar__menu-toggle span::before,
.topbar__menu-toggle span::after {
  content: "";
  position: absolute;
  left: 0;
}

.topbar__menu-toggle span::before {
  top: -6px;
}

.topbar__menu-toggle span::after {
  top: 6px;
}

.topbar--menu-open .topbar__menu-toggle span {
  background: transparent;
}

.topbar--menu-open .topbar__menu-toggle span::before {
  transform: translateY(6px) rotate(45deg);
}

.topbar--menu-open .topbar__menu-toggle span::after {
  transform: translateY(-6px) rotate(-45deg);
}

.btn {
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 0.86rem;
  font-family: var(--font-primary);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn--primary {
  background: #f3f3f3;
  border-color: rgba(255, 255, 255, 0.66);
  color: #070707;
  box-shadow: 0 12px 24px rgba(255, 255, 255, 0.16);
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.24);
  color: #f7f7f7;
}

.hero {
  min-height: calc(100svh + 120px);
  position: relative;
  display: grid;
  place-items: center;
  overflow-x: hidden;
  overflow-y: visible;
  isolation: isolate;
  padding: calc(var(--topbar-offset) + var(--topbar-height) + 52px) 22px 138px;
  color: #f5f5f5;
  background: transparent;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 3, 8, 0.08) 0%, rgba(2, 3, 8, 0.32) 74%, rgba(2, 3, 8, 0.42) 100%);
}

.hero__motion {
  position: absolute;
  inset: -6%;
  pointer-events: none;
  z-index: 1;
  animation: orbitFieldDrift 24s ease-in-out infinite alternate;
}

.hero__arc {
  position: absolute;
  left: 50%;
  top: 54%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.11);
  clip-path: inset(0 0 44% 0);
}

.hero__arc--one {
  width: min(114vw, 1480px);
  height: min(70vw, 900px);
  transform: translate(-50%, -50%) rotate(8deg);
  animation: arcDriftOne 60s ease-in-out infinite alternate;
}

.hero__arc--two {
  width: min(102vw, 1280px);
  height: min(62vw, 780px);
  transform: translate(-50%, -50%) rotate(-11deg);
  border-color: rgba(255, 255, 255, 0.08);
  animation: arcDriftTwo 54s ease-in-out infinite alternate;
}

.hero__ring,
.hero__beam {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
}

.hero__ring {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: visible;
}

.hero__ring::before,
.hero__ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.46);
}

.hero__ring--outer {
  width: min(92vw, 1100px);
  aspect-ratio: 1;
  animation: spinOuter 48s linear infinite;
}

.hero__ring--outer::before {
  width: 6px;
  height: 6px;
  left: 50%;
  top: -1px;
  transform: translate(-50%, -50%);
}

.hero__ring--outer::after {
  width: 4px;
  height: 4px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
}

.hero__ring--inner {
  width: min(70vw, 780px);
  aspect-ratio: 1;
  border-color: rgba(255, 255, 255, 0.3);
  animation: spinInner 36s linear infinite;
}

.hero__ring--inner::before {
  width: 5px;
  height: 5px;
  left: 50%;
  top: -1px;
  transform: translate(-50%, -50%);
}

.hero__ring--inner::after {
  width: 4px;
  height: 4px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 50%);
}

.hero__beam {
  width: min(92vw, 1200px);
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.56), rgba(255, 255, 255, 0));
}

.hero__beam--left {
  transform: translate(-50%, -50%) rotate(22deg);
  animation: beamFloatLeft 24s ease-in-out infinite alternate;
}

.hero__beam--right {
  transform: translate(-50%, -50%) rotate(-22deg);
  animation: beamFloatRight 26s ease-in-out infinite alternate;
}

.hero__content {
  position: relative;
  z-index: 4;
  text-align: center;
  display: grid;
  gap: 12px;
  width: min(1140px, 92vw);
  margin-top: clamp(-50px, -4.8vh, -16px);
  animation: heroReveal 0.9s ease-out both;
}

.hero__stage-bridge {
  position: relative;
  width: min(560px, 92vw);
  height: clamp(220px, 24vw, 260px);
  margin: 0 auto 10px;
  perspective: 1200px;
}

.stage-orbital {
  position: absolute;
  inset: 0;
  overflow: visible;
}

.orbital-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(212px, 29.6vw, 298px);
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0;
  background: transparent;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: opacity 0.9s ease 0.08s;
}

html.intro-engine-in .orbital-core {
  opacity: 1;
}

.orbital-core__glow {
  position: absolute;
  width: 76%;
  height: 76%;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--askora-cyan-light) 42%, transparent) 0%,
    color-mix(in srgb, var(--askora-cyan) 30%, transparent) 40%,
    color-mix(in srgb, var(--askora-green) 14%, transparent) 66%,
    color-mix(in srgb, var(--askora-orange) 7%, transparent) 78%,
    transparent 88%
  );
  filter: blur(15px);
  animation: corePulse 3.6s ease-in-out infinite;
  opacity: 0;
  transition: opacity 0.66s ease 0.36s;
}

html.intro-engine-in .orbital-core__glow {
  opacity: 1;
}

.plasma-logo {
  position: relative;
  width: min(77%, 218px);
  aspect-ratio: 1 / 1;
  transform: translateY(6%);
  -webkit-transform: translateY(6%) translateZ(0);
  -webkit-mask: url("../assets/white_logo.png") center / contain no-repeat;
  mask: url("../assets/white_logo.png") center / contain no-repeat;
  filter:
    drop-shadow(0 0 12px color-mix(in srgb, var(--askora-cyan) 62%, transparent))
    drop-shadow(0 0 18px color-mix(in srgb, var(--askora-green) 28%, transparent))
    drop-shadow(0 0 30px color-mix(in srgb, var(--askora-orange) 22%, transparent));
  background: radial-gradient(circle at 50% 50%, rgba(2, 8, 16, 0.84), rgba(2, 6, 12, 0.98) 68%);
  animation: plasmaPulse 5.4s ease-in-out infinite;
  overflow: hidden;
  isolation: isolate;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.48s ease;
}

html.intro-engine-in .plasma-logo {
  opacity: 1;
}

.plasma-logo__canvas {
  position: absolute;
  inset: -16%;
  width: 132%;
  height: 132%;
  transform: translate3d(-6%, -6%, 0);
  mix-blend-mode: screen;
  filter: saturate(155%) contrast(108%);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform, opacity;
}

.plasma-logo__veil {
  position: absolute;
  inset: -16%;
  background:
    radial-gradient(52% 46% at 34% 32%, color-mix(in srgb, var(--askora-cyan) 34%, transparent), transparent 72%),
    radial-gradient(44% 40% at 72% 30%, color-mix(in srgb, var(--askora-green) 16%, transparent), transparent 74%),
    radial-gradient(48% 44% at 48% 74%, color-mix(in srgb, var(--askora-orange) 11%, transparent), transparent 76%);
  mix-blend-mode: screen;
  opacity: 0.28;
  animation: plasmaVeil 9.6s ease-in-out infinite;
}

.plasma-logo__grain {
  position: absolute;
  inset: -14%;
  background-image:
    radial-gradient(rgba(var(--askora-tertiary-rgb), 0.2) 0.8px, transparent 0.8px),
    radial-gradient(rgba(var(--askora-secondary-green-rgb), 0.16) 0.9px, transparent 0.9px);
  background-size: 2.2px 2.2px;
  opacity: 0.12;
  mix-blend-mode: screen;
  animation: plasmaGrain 2.6s steps(4) infinite;
}

.ios-notification {
  --ios-toast-x: -50%;
  position: absolute;
  top: -16px;
  left: 50%;
  width: clamp(230px, 30.24vw, 310px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(115deg, rgba(196, 210, 231, 0.36), rgba(115, 145, 188, 0.28));
  -webkit-backdrop-filter: blur(14px) saturate(145%);
  backdrop-filter: blur(14px) saturate(145%);
  box-shadow: 0 18px 40px rgba(5, 9, 16, 0.44);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 10px 14px;
  z-index: 80;
  pointer-events: none;
  opacity: 0;
  transform: translateX(var(--ios-toast-x)) translateY(-14px);
}

html.intro-ui-visible .ios-notification {
  animation:
    iosToastIn 0.68s cubic-bezier(0.22, 0.61, 0.36, 1) both,
    iosToastFloat 5.6s ease-in-out 0.74s infinite;
}

.ios-notification__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  display: grid;
  place-items: center;
  box-shadow: 0 6px 14px rgba(3, 8, 16, 0.24);
  overflow: hidden;
}

.ios-notification__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 11px;
}

.ios-notification__text {
  min-width: 0;
  display: grid;
  gap: 2px;
  justify-items: start;
  text-align: left;
  font-family: var(--font-primary);
  line-height: 1.08;
}

.ios-notification__text strong {
  font-size: clamp(1rem, 1.55vw, 1.12rem);
  font-weight: 700;
  color: #eef4ff;
  letter-spacing: -0.015em;
}

.ios-notification__text span {
  font-size: clamp(0.82rem, 1.18vw, 0.94rem);
  color: #e7eefc;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ios-notification time {
  align-self: start;
  margin-top: 2px;
  font-family: var(--font-primary);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(239, 247, 255, 0.95);
}

.float-card {
  position: absolute;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(160deg, rgba(12, 20, 31, 0.9), rgba(8, 13, 22, 0.82));
  padding: 12px 14px;
  min-width: 170px;
  box-shadow: 0 18px 32px rgba(1, 6, 15, 0.44);
  animation: none;
  opacity: 0;
  z-index: 12;
}

html.intro-ui-visible .float-card--a {
  animation:
    cardInFromLeft 0.64s cubic-bezier(0.22, 0.61, 0.36, 1) both,
    floatCard 5.6s ease-in-out 0.72s infinite;
}

html.intro-ui-visible .float-card--b {
  animation:
    cardInFromRight 0.64s cubic-bezier(0.22, 0.61, 0.36, 1) both,
    floatCard 5.6s ease-in-out 0.72s infinite;
}

.float-card__tag {
  margin: 0;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #b8cae2;
}

.float-card__value {
  margin: 5px 0 0;
  font-family: var(--font-primary);
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.float-card__meta {
  margin: 4px 0 0;
  color: #95a9c6;
  font-size: 0.72rem;
}

.float-card--a {
  top: 55%;
  left: 8%;
}

.float-card--b {
  top: 57%;
  right: 8%;
}

.hero h1 {
  margin: 0;
  font-size: clamp(2.5rem, 6.3vw, 5.35rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.08;
  padding-bottom: 0.14em;
  overflow: visible;
  text-wrap: balance;
}

.hero__title-line {
  display: block;
  padding-bottom: 0;
}

.hero__title-line:last-child {
  display: inline-block;
  padding-bottom: 0.1em;
}

.hero__title-text {
  color: #f1f1f1;
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
  .hero__title-text {
    background: linear-gradient(
      110deg,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.98) 22%,
      rgba(255, 255, 255, 0.74) 46%,
      rgba(255, 255, 255, 1) 66%,
      rgba(255, 255, 255, 0.78) 100%
    );
    background-size: 280% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: titleSheen 7.5s linear infinite;
  }
}

.hero__signature {
  margin: 4px 0 0;
  font-size: clamp(0.94rem, 2.1vw, 1.26rem);
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.72);
  max-width: 700px;
  justify-self: center;
  text-wrap: balance;
}

.hero__frames {
  position: absolute;
  left: 0;
  right: 0;
  bottom: clamp(84px, 10.5vh, 132px);
  z-index: 3;
  pointer-events: none;
  overflow: visible;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.03) 10%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.22) 30%,
    rgba(0, 0, 0, 0.4) 38%,
    rgba(0, 0, 0, 0.58) 44%,
    rgba(0, 0, 0, 0.72) 48%,
    rgba(0, 0, 0, 0.78) 50%,
    rgba(0, 0, 0, 0.72) 52%,
    rgba(0, 0, 0, 0.58) 56%,
    rgba(0, 0, 0, 0.4) 62%,
    rgba(0, 0, 0, 0.22) 70%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0.03) 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 0, 0, 0.03) 10%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.22) 30%,
    rgba(0, 0, 0, 0.4) 38%,
    rgba(0, 0, 0, 0.58) 44%,
    rgba(0, 0, 0, 0.72) 48%,
    rgba(0, 0, 0, 0.78) 50%,
    rgba(0, 0, 0, 0.72) 52%,
    rgba(0, 0, 0, 0.58) 56%,
    rgba(0, 0, 0, 0.4) 62%,
    rgba(0, 0, 0, 0.22) 70%,
    rgba(0, 0, 0, 0.1) 80%,
    rgba(0, 0, 0, 0.03) 90%,
    transparent 100%
  );
}

.hero__frames::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  height: 90px;
  background: linear-gradient(180deg, rgba(2, 3, 8, 0), rgba(2, 3, 8, 0.32));
}

.hero__frames-perspective {
  overflow-x: hidden;
  overflow-y: visible;
  position: relative;
  padding: 20px clamp(44px, 7vw, 90px) 52px;
  transform: perspective(1280px) rotateX(7.2deg) rotateZ(-1.8deg);
  transform-origin: center bottom;
}

.hero__frames-track {
  display: flex;
  width: max-content;
  animation: framesLoopLeft 66s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.hero__frames-sequence {
  display: flex;
  gap: 18px;
  padding-right: 18px;
  flex-shrink: 0;
}

.hero__frame-unit {
  width: clamp(220px, 24vw, 314px);
}

.hero__frame-unit--single-wide {
  width: clamp(260px, 28vw, 368px);
}

.hero__frame-unit:nth-child(odd) {
  transform: translateY(8px) rotate(-0.45deg);
}

.hero__frame-unit:nth-child(even) {
  transform: translateY(2px) rotate(0.45deg);
}

.hero__frame-unit--split {
  display: grid;
  gap: 12px;
}

.hero__frame {
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.96);
  box-shadow:
    0 10px 18px rgba(0, 0, 0, 0.16),
    0 1px 0 rgba(255, 255, 255, 0.5) inset;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.hero__frame-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
  pointer-events: none;
  transform: translateZ(0);
}

.hero__frame--single {
  height: clamp(172px, 17vw, 236px);
}

.hero__frame--split {
  height: clamp(80px, 7.8vw, 110px);
}

.page-hero {
  min-height: calc(100svh - 12px);
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  color: #f4f5f7;
  padding: calc(var(--topbar-offset) + var(--topbar-height) + 52px) 22px 98px;
  text-align: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(2, 3, 8, 0.08) 0%, rgba(2, 3, 8, 0.32) 74%, rgba(2, 3, 8, 0.44) 100%);
}

.page-hero__inner {
  position: relative;
  z-index: 1;
  width: min(980px, 100%);
  display: grid;
  justify-items: center;
  gap: 14px;
}

.page-hero__inner h1 {
  margin: 0;
  display: grid;
  gap: 2px;
}

.page-hero__title-line {
  display: block;
  color: #f3f4f6;
  font-family: var(--font-primary);
  font-size: clamp(2.5rem, 7.4vw, 5.2rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.page-hero__description {
  margin: 8px 0 0;
  max-width: 68ch;
  color: rgba(236, 240, 246, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.56;
}

.page-hero__topics {
  margin: 18px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.page-topic-btn {
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  background: rgba(244, 245, 247, 0.96);
  color: #090d16;
  font-family: var(--font-primary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(255, 255, 255, 0.16);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.page-topic-btn:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.22);
}

.page-surface {
  position: relative;
  z-index: 2;
  background: var(--surface-offwhite);
  color: #12141b;
  border-top: 1px solid rgba(17, 19, 26, 0.08);
  padding: 68px 0 110px;
}

.spm-page-surface {
  margin-top: -20px;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  padding-top: 28px;
}

.spm-shell {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}

.spm-doc {
  padding-bottom: 54px;
}

.spm-page-surface .article-section-block {
  padding: 20px 0;
  border-bottom: 1px solid #e3dfd4;
}

.spm-page-surface .article-section-block[id] {
  scroll-margin-top: calc(var(--topbar-offset) + var(--topbar-height) + 24px);
}

.spm-page-surface .article-section-block:last-child {
  border-bottom: 0;
}

.spm-page-surface .article-section-block h2 {
  margin: 0;
  color: #0f121a;
  font-size: clamp(1.4rem, 2.6vw, 2rem);
  letter-spacing: -0.02em;
}

.spm-page-surface .article-section-block p {
  margin: 10px 0 0;
  color: #333333;
  line-height: 1.72;
}

.spm-page-surface .article-section-block h3 {
  margin: 18px 0 0;
  color: #12151d;
  font-size: 1.12rem;
  letter-spacing: -0.01em;
}

.spm-page-surface .article-section-block h3[id] {
  scroll-margin-top: calc(var(--topbar-offset) + var(--topbar-height) + 24px);
}

.spm-page-surface .article-section-block ul,
.spm-page-surface .article-section-block ol {
  margin: 12px 0 0;
  padding-left: 20px;
}

.spm-page-surface .article-section-block li + li {
  margin-top: 8px;
}

.spm-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
  font-size: 0.94rem;
  line-height: 1.6;
}

.spm-table th,
.spm-table td {
  border: 1px solid #e4dfd3;
  text-align: left;
  padding: 10px;
  vertical-align: top;
}

.spm-table th {
  background: #f5f3ec;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.spm-page-surface pre {
  margin: 14px 0 0;
  border-radius: 12px;
  border: 1px solid rgba(18, 22, 30, 0.16);
  background: #0c1119;
  color: #eef2f8;
  padding: 12px 14px;
  overflow-x: auto;
  font-size: 0.84rem;
  line-height: 1.5;
}

.spm-page-surface code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.spm-page-surface p code,
.spm-page-surface li code,
.spm-page-surface td code {
  background: #f1eee6;
  border: 1px solid #e6dfd1;
  border-radius: 6px;
  padding: 1px 6px;
  color: #1a1f28;
}

.topnav a[aria-disabled="true"],
.topbar__actions a[aria-disabled="true"] {
  cursor: default;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.eyebrow {
  display: inline-flex;
  margin: 0;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.62);
}

.title-mobile {
  display: none;
}

.category-shift,
.platform-performance,
.value-operation,
.contact,
.site-footer {
  position: relative;
  z-index: 2;
}

.category-shift,
.platform-performance,
.value-operation,
.contact {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.category-shift {
  padding: 96px 0 44px;
}

.category-shift__head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.category-shift__head h2 {
  margin: 12px 0 0;
  color: #f3f3f3;
  font-family: var(--font-primary);
  font-size: clamp(1.85rem, 3.6vw, 2.95rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.category-shift__head p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
}

.category-shift__arena {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(8, 10, 16, 0.86), rgba(5, 7, 12, 0.9));
  padding: clamp(22px, 2.9vw, 34px);
  display: grid;
  gap: clamp(14px, 2vw, 20px);
  grid-template-columns: minmax(0, 1fr) 188px minmax(0, 1fr);
  align-items: center;
}

.category-panel {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(7, 10, 16, 0.8);
  padding: 18px;
}

.category-panel__head p {
  margin: 0;
  color: #fcfcfc;
  font-size: 1rem;
  font-weight: 700;
}

.category-panel__head span {
  display: inline-flex;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
}

.category-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.category-item {
  display: grid;
  grid-template-columns: 8px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
  padding: 9px 11px;
  transition: border-color 0.26s ease, background-color 0.26s ease, transform 0.26s ease;
}

.category-item__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transition: background-color 0.26s ease, box-shadow 0.26s ease;
}

.category-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  line-height: 1.35;
}

.category-item.is-active {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  transform: translateX(2px);
}

.category-item.is-active .category-item__dot {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.36);
}

.category-item.is-active p {
  color: #f6f6f6;
}

.category-core {
  width: min(188px, 100%);
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  display: grid;
  place-items: center;
}

.category-core__pulse,
.category-core__ring {
  position: absolute;
  border-radius: 50%;
}

.category-core__pulse {
  inset: 20%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04) 62%, transparent 100%);
  animation: categoryPulse 3.8s ease-in-out infinite;
}

.category-core__ring {
  inset: 8%;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.category-core__ring--a {
  animation: spinOuter 20s linear infinite;
}

.category-core__ring--b {
  inset: 20%;
  border-color: rgba(255, 255, 255, 0.14);
  animation: spinInner 16s linear infinite;
}

.category-core p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.platform-performance {
  padding: 78px 0 26px;
}

.platform-performance__layout {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
  gap: clamp(20px, 2.6vw, 36px);
  align-items: start;
}

.platform-performance__pin {
  position: sticky;
  top: calc(var(--topbar-offset) + var(--topbar-height) + 22px);
}

.platform-performance__pin h2 {
  margin: 12px 0 0;
  color: #f3f3f3;
  font-family: var(--font-primary);
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.platform-performance__rail {
  display: grid;
  gap: 14px;
}

.platform-card {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(160deg, rgba(12, 14, 21, 0.86), rgba(7, 9, 14, 0.88));
  padding: 16px 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.platform-card__index {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fafafa;
  font-size: 0.78rem;
  font-family: var(--font-primary);
  letter-spacing: 0.04em;
}

.platform-card__body h3 {
  margin: 1px 0 0;
  color: #f2f2f2;
  font-size: 1.06rem;
  letter-spacing: -0.01em;
}

.platform-card__body p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.52;
}

.value-operation {
  padding: 94px 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 520px) minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 46px);
  align-items: center;
}

.value-operation__head h2 {
  margin: 12px 0 0;
  color: #f4f4f4;
  font-family: var(--font-primary);
  font-size: clamp(1.7rem, 2.9vw, 2.72rem);
  letter-spacing: -0.03em;
  line-height: 1.12;
}

.value-operation__switch {
  margin-top: 20px;
  display: inline-flex;
  gap: 8px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.value-operation__mode {
  min-height: 34px;
  border-radius: 999px;
  padding: 0 16px;
  border: 1px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-primary);
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.value-operation__mode.is-active {
  color: #0b0b0b;
  background: #f2f2f2;
  border-color: rgba(255, 255, 255, 0.65);
}

.value-operation__copy p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.54;
}

.value-operation__insights {
  margin-top: 18px;
}

.value-operation__insight-set {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.value-operation__insight-set.is-active {
  display: grid;
}

.value-operation__insight-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.03);
  padding: 12px 14px;
}

.value-operation__insight-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.6);
}

.value-operation__insight-value {
  display: block;
  margin-top: 8px;
  color: #f9f9f9;
  font-family: var(--font-primary);
  font-size: 1.42rem;
  letter-spacing: -0.02em;
}

.value-operation__insight-text {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.84rem;
  line-height: 1.45;
}

.value-operation__composition {
  width: 100%;
  position: relative;
}

.value-scenes {
  position: relative;
  min-height: 486px;
}

.value-scene {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.36s ease;
}

.value-scene.is-active {
  opacity: 1;
  pointer-events: auto;
}

.value-hero-visual {
  position: relative;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding-right: 60px;
}

.visual-glow {
  position: absolute;
  inset: 12% 14% auto 12%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 72%);
  filter: blur(24px);
  pointer-events: none;
}

.web-shot {
  margin: 0;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0b0d13;
  overflow: hidden;
  box-shadow: 0 30px 46px rgba(1, 3, 6, 0.45);
}

.shot-bar {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.shot-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}

.web-shot img,
.mobile-shot img {
  width: 100%;
  height: auto;
  display: block;
  filter: grayscale(100%) contrast(1.02) brightness(0.96);
}

.mobile-shot {
  position: absolute;
  right: 0;
  bottom: -10px;
  width: clamp(132px, 18vw, 192px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #090b11;
  overflow: hidden;
  box-shadow: 0 26px 40px rgba(1, 3, 8, 0.56);
}

.ios-floating-notification {
  position: absolute;
  top: -16px;
  left: 24px;
  width: min(460px, calc(100% - 32px));
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(118deg, rgba(238, 238, 238, 0.17), rgba(212, 212, 212, 0.1));
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  color: #f4f4f4;
}

.ios-floating-notification__icon-wrap {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
}

.ios-floating-notification__icon-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ios-floating-notification__text {
  min-width: 0;
}

.ios-floating-notification__text strong {
  display: block;
  font-size: 0.98rem;
  line-height: 1.1;
}

.ios-floating-notification__text span {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.82rem;
  line-height: 1.25;
}

.ios-floating-notification__time {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.78);
  align-self: start;
  margin-top: 2px;
}

.contact {
  padding: 88px 0 90px;
}

.contact-grid {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(160deg, rgba(10, 12, 18, 0.9), rgba(5, 7, 12, 0.94));
  padding: clamp(20px, 3.1vw, 38px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 430px);
  gap: clamp(20px, 2.8vw, 38px);
}

.contact-copy h2 {
  margin: 12px 0 0;
  color: #f4f4f4;
  font-family: var(--font-primary);
  font-size: clamp(1.55rem, 2.6vw, 2.2rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
}

.contact-copy p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.contact-points {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 9px;
}

.contact-points li {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.93rem;
  line-height: 1.44;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  font-weight: 700;
  display: grid;
  gap: 7px;
}

.contact-form input {
  width: 100%;
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
  color: #f5f5f5;
  font: inherit;
  padding: 0 13px;
  outline: none;
}

.contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.contact-form input:focus {
  border-color: rgba(255, 255, 255, 0.45);
}

.form-actions {
  display: grid;
  gap: 10px;
  margin-top: 2px;
}

.form-status {
  min-height: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.site-footer {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 26px;
  padding: 20px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  width: 34px;
  height: 34px;
}

.footer-brand p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-social__link {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.03);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.88);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.footer-social__link:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.42);
}

.footer-social__link svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

html.perf-lite .hero__motion {
  animation-duration: 38s;
}

html.perf-lite .hero__beam--left,
html.perf-lite .hero__beam--right {
  animation: none;
  opacity: 0.28;
}

html.perf-lite .plasma-logo__grain {
  display: none;
}

html.perf-lite .plasma-logo__veil {
  opacity: 0.2;
  animation-duration: 14s;
}

html.perf-lite .hero__frames-track {
  animation-duration: 74s;
}

html.perf-lite .platform-system__canvas::before,
html.perf-lite .platform-system__canvas::after {
  animation: none;
}

html.perf-lite .platform-system__node {
  animation: none;
}

@keyframes corePulse {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.68;
  }
  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes plasmaVeil {
  0%,
  100% {
    transform: translate(0, 0) scale(0.94);
    opacity: 0.3;
  }
  50% {
    transform: translate(4%, -3%) scale(1.03);
    opacity: 0.42;
  }
}

@keyframes plasmaGrain {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-2px, 1px);
  }
  50% {
    transform: translate(1px, -2px);
  }
  75% {
    transform: translate(2px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}

@keyframes plasmaPulse {
  0%,
  100% {
    opacity: 0.9;
    transform: translateY(6%) scale(0.98);
  }
  50% {
    opacity: 1;
    transform: translateY(6%) scale(1.05);
  }
}

@keyframes iosToastIn {
  from {
    opacity: 0;
    transform: translateX(var(--ios-toast-x)) translateY(-12px) scale(0.97);
    filter: blur(5px);
  }
  62% {
    opacity: 0.76;
    transform: translateX(var(--ios-toast-x)) translateY(-2px) scale(0.992);
    filter: blur(1.2px);
  }
  to {
    opacity: 1;
    transform: translateX(var(--ios-toast-x)) translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes iosToastFloat {
  0%,
  100% {
    transform: translateX(var(--ios-toast-x)) translateY(0);
  }
  50% {
    transform: translateX(var(--ios-toast-x)) translateY(-10px);
  }
}

@keyframes cardInFromLeft {
  from {
    opacity: 0;
    transform: translateX(-34px) scale(0.972);
    filter: blur(4px);
  }
  60% {
    opacity: 0.78;
    transform: translateX(-8px) scale(0.992);
    filter: blur(1px);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes cardInFromRight {
  from {
    opacity: 0;
    transform: translateX(34px) scale(0.972);
    filter: blur(4px);
  }
  60% {
    opacity: 0.78;
    transform: translateX(8px) scale(0.992);
    filter: blur(1px);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

@keyframes floatCard {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes categoryPulse {
  0%,
  100% {
    transform: scale(0.9);
    opacity: 0.48;
  }
  50% {
    transform: scale(1.06);
    opacity: 0.9;
  }
}

@keyframes spinOuter {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes spinInner {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes beamFloatLeft {
  0% {
    opacity: 0.2;
    transform: translate(-50%, -50%) rotate(18deg) scaleX(0.9);
  }

  100% {
    opacity: 0.56;
    transform: translate(-50%, -50%) rotate(26deg) scaleX(1.02);
  }
}

@keyframes beamFloatRight {
  0% {
    opacity: 0.12;
    transform: translate(-50%, -50%) rotate(-18deg) scaleX(0.9);
  }

  100% {
    opacity: 0.48;
    transform: translate(-50%, -50%) rotate(-27deg) scaleX(1.02);
  }
}

@keyframes arcDriftOne {
  0% {
    transform: translate(-50%, -50%) rotate(6deg) scale(0.98);
    opacity: 0.4;
  }

  100% {
    transform: translate(-50%, -50%) rotate(12deg) scale(1.03);
    opacity: 0.64;
  }
}

@keyframes arcDriftTwo {
  0% {
    transform: translate(-50%, -50%) rotate(-13deg) scale(1.02);
    opacity: 0.34;
  }

  100% {
    transform: translate(-50%, -50%) rotate(-6deg) scale(0.98);
    opacity: 0.54;
  }
}

@keyframes titleSheen {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes orbitFieldDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(0, -10px, 0) scale(1.015);
  }
}

@keyframes framesLoopLeft {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes heroReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
    filter: blur(4px);
  }
  58% {
    opacity: 0.78;
    transform: translateY(5px);
    filter: blur(1px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

@media (max-width: 1200px) {
  .topbar {
    width: min(1320px, calc(100% - 38px));
  }
}

@media (max-width: 980px) {
  :root {
    --topbar-height: 58px;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas: "brand actions";
    gap: 14px;
  }

  .topbar--menu-open {
    grid-template-areas:
      "brand actions"
      "nav nav";
    gap: 12px 14px;
  }

  .topnav {
    grid-area: nav;
    display: none;
    justify-self: stretch;
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    gap: 0;
  }

  .topbar--menu-open .topnav {
    display: grid;
  }

  .topnav a {
    display: block;
    padding: 10px 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .topnav a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }

  .brand {
    grid-area: brand;
  }

  .topbar__actions {
    grid-area: actions;
    justify-self: end;
    gap: 8px;
  }

  .topbar__menu-toggle {
    display: inline-flex;
  }

  .hero {
    min-height: calc(100svh + 90px);
    padding-top: calc(var(--topbar-offset) + var(--topbar-height) + 40px);
    padding-bottom: 122px;
  }

  .hero__motion {
    inset: -10%;
  }

  .hero__ring--outer {
    width: 120vw;
  }

  .hero__ring--inner {
    width: 92vw;
  }

  .hero__content {
    margin-top: clamp(-30px, -4vh, -10px);
  }

  .hero__stage-bridge {
    height: clamp(236px, 44vw, 298px);
    margin-bottom: 8px;
  }

  .float-card {
    min-width: 146px;
  }

  .float-card--a {
    top: 55%;
    left: 8%;
  }

  .float-card--b {
    top: 57%;
    right: 8%;
  }

  .ios-notification {
    width: clamp(248px, 64vw, 322px);
    max-width: calc(100% - 24px);
    top: -10px;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 22px;
  }

  .hero__frames {
    bottom: 74px;
  }

  .hero__frames-perspective {
    padding: 14px clamp(28px, 6vw, 56px) 40px;
    transform: perspective(980px) rotateX(6.6deg) rotateZ(-1.5deg);
  }

  .hero__frames-sequence {
    gap: 14px;
    padding-right: 14px;
  }

  .hero__frame-unit {
    width: clamp(192px, 37vw, 266px);
  }

  .hero__frame-unit--single-wide {
    width: clamp(230px, 44vw, 304px);
  }

  .hero__frame-unit--split {
    gap: 9px;
  }

  .hero__frame--single {
    height: clamp(142px, 25vw, 194px);
  }

  .hero__frame--split {
    height: clamp(66px, 11vw, 88px);
  }

  .hero__frames-track {
    animation-duration: 58s;
  }

  .page-hero {
    padding-top: calc(var(--topbar-offset) + var(--topbar-height) + 40px);
    padding-bottom: 84px;
  }

  .page-hero__title-line {
    font-size: clamp(2.15rem, 10.5vw, 4rem);
    line-height: 0.97;
  }

  .page-hero__title-line--mobile-hide {
    display: none;
  }

  .page-hero__description {
    max-width: 38ch;
  }

  .page-surface {
    padding-top: 52px;
  }

  .spm-shell {
    width: min(1120px, calc(100% - 30px));
  }

  .site-backdrop__ring--outer {
    width: 122vw;
  }

  .site-backdrop__ring--inner {
    width: 90vw;
  }

  .category-shift,
  .platform-performance,
  .value-operation,
  .contact,
  .site-footer {
    width: min(1180px, calc(100% - 30px));
  }

  .category-shift {
    padding-top: 76px;
  }

  .category-shift__arena {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .category-core {
    order: -1;
    width: min(164px, 54vw);
  }

  .platform-performance {
    padding-top: 66px;
  }

  .platform-performance__layout {
    grid-template-columns: 1fr;
  }

  .platform-performance__pin {
    position: static;
  }

  .value-operation {
    padding-top: 74px;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .value-hero-visual {
    padding-right: 46px;
  }

  .value-scenes {
    min-height: 454px;
  }

  .ios-floating-notification {
    left: 14px;
    width: min(420px, calc(100% - 24px));
  }

  .contact {
    padding-top: 72px;
    padding-bottom: 74px;
  }

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

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  :root {
    --topbar-height: 52px;
  }

  .topbar {
    width: min(1320px, calc(100% - 22px));
    padding: 8px 10px;
    border-radius: 12px;
  }

  .brand__text {
    font-size: 0.84rem;
  }

  .btn {
    min-height: 34px;
    padding: 0 12px;
    font-size: 0.76rem;
  }

  .topbar__actions .btn--ghost {
    display: none;
  }

  .hero {
    min-height: calc(100svh + 66px);
    padding-top: calc(var(--topbar-offset) + var(--topbar-height) + 10px);
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 102px;
  }

  .hero__content {
    margin-top: clamp(-48px, -8vh, -28px);
    gap: 3px;
  }

  .hero__stage-bridge {
    height: clamp(204px, 68vw, 266px);
    margin-bottom: -8px;
  }

  .orbital-core {
    top: 42.5%;
  }

  .plasma-logo {
    width: min(79%, 190px);
  }

  .ios-notification {
    width: clamp(230px, 69vw, 305px);
    max-width: calc(100% - 14px);
    top: -4px;
    gap: 8px;
    padding: 7px 9px;
    border-radius: 20px;
  }

  .ios-notification__icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .ios-notification__text strong {
    font-size: 0.9rem;
  }

  .ios-notification__text span {
    font-size: 0.74rem;
  }

  .ios-notification time {
    font-size: 0.7rem;
  }

  .float-card {
    padding: 8px 8px;
    min-width: clamp(108px, 34vw, 126px);
    max-width: 44%;
  }

  .float-card__tag {
    font-size: 0.56rem;
  }

  .float-card__value {
    font-size: 0.84rem;
  }

  .float-card__meta {
    font-size: 0.62rem;
  }

  .float-card--a {
    left: 4%;
    top: 54.4%;
  }

  .float-card--b {
    right: 4%;
    top: 56%;
  }

  .hero__frames {
    bottom: 64px;
  }

  .hero__frames-perspective {
    padding: 10px clamp(16px, 5vw, 30px) 32px;
    transform: perspective(820px) rotateX(5.8deg) rotateZ(-1.3deg);
  }

  .hero__frames-track {
    animation-duration: 44s;
  }

  .hero__frame-unit {
    width: clamp(160px, 56vw, 214px);
  }

  .hero__frame-unit--single-wide {
    width: clamp(194px, 64vw, 248px);
  }

  .hero__frame {
    border-radius: 18px;
  }

  .hero__frame--single {
    height: clamp(116px, 34vw, 150px);
  }

  .hero__frame--split {
    height: clamp(56px, 14vw, 72px);
  }

  .hero h1 {
    font-size: clamp(2rem, 10vw, 2.9rem);
    line-height: 1.1;
    margin-top: -11px;
  }

  .hero__signature {
    margin-top: -7px;
    font-size: 0.92rem;
    max-width: 30ch;
  }

  .page-hero {
    min-height: calc(100svh - 4px);
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 74px;
  }

  .page-hero__topics {
    gap: 8px;
  }

  .page-topic-btn {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.8rem;
  }

  .page-surface {
    padding: 44px 0 86px;
  }

  .spm-page-surface {
    margin-top: -14px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 20px;
  }

  .spm-shell {
    width: min(1120px, calc(100% - 20px));
  }

  .spm-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .site-backdrop__ring--outer {
    width: 138vw;
  }

  .site-backdrop__ring--inner {
    width: 104vw;
  }

  .category-shift,
  .platform-performance,
  .value-operation,
  .contact,
  .site-footer {
    width: min(1180px, calc(100% - 18px));
  }

  .category-shift {
    padding-top: 62px;
    padding-bottom: 22px;
  }

  .category-shift__head {
    margin-bottom: 26px;
  }

  .category-shift__head p {
    font-size: 0.92rem;
  }

  .platform-performance {
    padding-top: 52px;
  }

  .title-desktop {
    display: none;
  }

  .title-mobile {
    display: inline;
  }

  .platform-card {
    padding: 14px 13px;
    gap: 10px;
  }

  .platform-card__index {
    width: 32px;
    height: 32px;
  }

  .value-operation {
    padding-top: 60px;
    gap: 14px;
  }

  .value-operation__switch {
    margin-top: 14px;
  }

  .value-operation__insight-set {
    grid-template-columns: 1fr;
  }

  .value-scenes {
    min-height: 384px;
  }

  .value-hero-visual {
    padding-right: 38px;
  }

  .mobile-shot {
    width: min(152px, 38vw);
    border-radius: 20px;
  }

  .ios-floating-notification {
    top: -12px;
    left: 10px;
    width: min(360px, calc(100% - 14px));
    border-radius: 16px;
    padding: 8px 9px;
    gap: 8px;
  }

  .ios-floating-notification__icon-wrap {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .ios-floating-notification__text strong {
    font-size: 0.82rem;
  }

  .ios-floating-notification__text span {
    font-size: 0.7rem;
  }

  .ios-floating-notification__time {
    font-size: 0.66rem;
  }

  .contact {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .contact-grid {
    border-radius: 20px;
    padding: 16px 12px;
  }

  .contact-points li {
    font-size: 0.86rem;
  }

  .site-footer {
    padding-top: 16px;
  }

  .footer-social {
    flex-wrap: wrap;
  }

}

@media (prefers-reduced-motion: reduce) {
  .site-backdrop__ring,
  .site-backdrop__beam,
  .hero__arc,
  .hero__ring,
  .hero__beam,
  .hero__title-text,
  .hero__motion,
  .hero__content,
  .hero__frames-track,
  .btn,
  .orbital-core__glow,
  .plasma-logo,
  .plasma-logo__veil,
  .plasma-logo__grain,
  .ios-notification,
  .float-card,
  .category-core__pulse,
  .category-core__ring,
  .value-hero-visual .visual-glow,
  .value-hero-visual .web-shot,
  .value-hero-visual .mobile-shot,
  .value-operation__composition .ios-floating-notification,
  [data-reveal],
  .value-scene {
    animation: none !important;
    transition: none !important;
  }
}

/* Section layout override: fidelity to askora_site (black/white variant) */
[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.category-shift,
.platform-performance,
.value-operation,
.contact,
.site-footer {
  width: min(1320px, calc(100% - 64px));
  margin-left: auto;
  margin-right: auto;
}

.category-shift {
  margin-top: 46px;
  display: grid;
  gap: 24px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 760px;
}

.category-shift__head {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.category-shift__head .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.category-shift__head h2 {
  margin: 12px 0 14px;
  font-family: var(--font-primary);
  font-size: clamp(1.55rem, 2.8vw, 2.62rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.category-shift__headline-break {
  display: inline;
}

.category-shift__headline-break::before {
  content: " ";
}

.category-shift__head p {
  margin: 0 auto;
  max-width: 820px;
  color: #c8cbd1;
  font-size: clamp(0.92rem, 1.1vw, 1.04rem);
  line-height: 1.5;
}

.category-shift__arena {
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(140% 120% at 50% 0%, rgba(255, 255, 255, 0.08), transparent 58%),
    linear-gradient(160deg, rgba(8, 13, 22, 0.95), rgba(4, 8, 15, 0.94));
  box-shadow: 0 28px 50px rgba(1, 6, 14, 0.44);
  padding: clamp(18px, 2.2vw, 30px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: center;
  overflow: hidden;
}

.category-shift__arena::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0));
  opacity: 0.8;
  z-index: 0;
}

.category-shift__arena::before {
  content: "";
  position: absolute;
  inset: -10% -18%;
  background: linear-gradient(100deg, transparent 44%, rgba(255, 255, 255, 0.14) 50%, transparent 56%);
  opacity: 0;
  transform: translateX(-18%);
}

.category-shift__arena.is-live::before {
  animation: arenaSweep 3.8s ease-in-out 0.6s infinite;
}

.category-panel {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: clamp(14px, 1.8vw, 20px);
  background: linear-gradient(162deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  position: relative;
  z-index: 1;
  opacity: 0;
}

.category-panel--old {
  transform: translateX(-34px);
}

.category-panel--new {
  transform: translateX(34px);
}

.category-shift__arena.is-live .category-panel {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s ease, transform 0.8s cubic-bezier(0.2, 0.88, 0.2, 1);
}

.category-shift__arena.is-live .category-panel--new {
  transition-delay: 0.08s;
}

.category-panel__head {
  display: grid;
  gap: 2px;
  margin-bottom: 14px;
}

.category-panel__head p {
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  letter-spacing: -0.01em;
}

.category-panel__head span {
  color: #a9adb6;
  font-size: 0.82rem;
  letter-spacing: 0.03em;
}

.category-panel--old .category-panel__head p,
.category-panel--new .category-panel__head p {
  color: #eceef2;
}

.category-panel--new {
  border-color: rgba(255, 255, 255, 0.3);
  background: linear-gradient(162deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04) 52%, rgba(255, 255, 255, 0.02));
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 9px;
}

.category-item {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 11px 12px 11px 34px;
  position: relative;
  background: rgba(7, 12, 20, 0.56);
  transition: border-color 0.36s ease, background 0.36s ease, transform 0.36s ease;
}

.category-item p {
  margin: 0;
  font-size: clamp(0.83rem, 0.94vw, 0.92rem);
  line-height: 1.34;
  color: #d9dce2;
}

.category-item__dot {
  position: absolute;
  left: 12px;
  top: 50%;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.32);
}

.category-panel--new .category-item__dot {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.42);
}

.category-item.is-active {
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(9, 19, 31, 0.92);
  transform: translateX(2px);
}

.category-item.is-active .category-item__dot {
  animation: activeDotMono 1.6s ease-in-out infinite;
}

.category-core {
  width: clamp(134px, 15vw, 190px);
  aspect-ratio: 1 / 1;
  position: relative;
  display: grid;
  place-items: center;
  z-index: 2;
  opacity: 0;
  transform: scale(0.92);
}

.category-shift__arena.is-live .category-core {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.64s ease 0.14s, transform 0.76s cubic-bezier(0.2, 0.88, 0.2, 1) 0.14s;
}

.category-core__pulse {
  width: 64%;
  height: 64%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.18) 50%, transparent 72%);
  filter: blur(10px);
  animation: corePulseCategoryMono 3.2s ease-in-out infinite;
}

.category-core__ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.36);
  opacity: 0;
}

.category-core__ring--a {
  transform: rotateX(68deg);
}

.category-core__ring--b {
  transform: rotateY(72deg);
}

.category-shift__arena.is-live .category-core__ring--a {
  animation: ringOrbitInA 1s cubic-bezier(0.2, 0.88, 0.2, 1) both;
}

.category-shift__arena.is-live .category-core__ring--b {
  animation: ringOrbitInB 1.06s cubic-bezier(0.2, 0.88, 0.2, 1) 0.06s both;
}

.category-core p {
  position: absolute;
  margin: 0;
  bottom: -16px;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(220, 223, 228, 0.78);
  white-space: nowrap;
}

.platform-performance {
  margin-top: 84px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 980px;
}

.platform-performance__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(20px, 3vw, 44px);
  align-items: start;
}

.platform-performance__pin {
  position: sticky;
  top: calc(var(--topbar-offset) + var(--topbar-height) + 26px);
  transform: none;
  max-width: 560px;
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

.platform-performance__pin .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.platform-performance__pin h2 {
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(1.52rem, 2.65vw, 2.5rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
}

.platform-performance__pin h2 .title-mobile {
  display: none;
}

.platform-performance__kpis {
  width: min(560px, 100%);
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.platform-kpi {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  padding: 10px 10px 11px;
  display: grid;
  gap: 4px;
  min-height: 92px;
}

.platform-kpi strong {
  font-family: var(--font-primary);
  font-size: clamp(1rem, 1.22vw, 1.24rem);
  letter-spacing: -0.02em;
}

.platform-kpi p {
  margin: 0;
  color: #c9ced8;
  font-size: 0.78rem;
  line-height: 1.38;
}

.platform-kpi--cyan {
  border-color: rgba(37, 233, 250, 0.5);
  background: linear-gradient(160deg, rgba(37, 233, 250, 0.2), rgba(1, 170, 221, 0.14) 54%, rgba(255, 255, 255, 0.03));
}

.platform-kpi--cyan strong {
  color: #62f5f8;
}

.platform-kpi--green {
  border-color: rgba(110, 243, 197, 0.48);
  background: linear-gradient(160deg, rgba(110, 243, 197, 0.2), rgba(37, 233, 250, 0.12) 54%, rgba(255, 255, 255, 0.03));
}

.platform-kpi--green strong {
  color: #9af7da;
}

.platform-kpi--orange {
  border-color: rgba(255, 164, 58, 0.46);
  background: linear-gradient(160deg, rgba(255, 164, 58, 0.2), rgba(37, 233, 250, 0.11) 56%, rgba(255, 255, 255, 0.03));
}

.platform-kpi--orange strong {
  color: #ffc47a;
}

.platform-performance__system {
  width: min(560px, 100%);
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  display: grid;
  gap: 10px;
}

.platform-system__canvas {
  position: relative;
  height: 196px;
  border-radius: 24px;
  border: 0;
  background:
    radial-gradient(circle at 50% 52%, rgba(37, 233, 250, 0.26) 0%, rgba(37, 233, 250, 0.1) 24%, rgba(4, 10, 18, 0) 64%),
    radial-gradient(circle at 24% 28%, rgba(110, 243, 197, 0.17), rgba(4, 10, 18, 0) 42%),
    radial-gradient(circle at 78% 72%, rgba(255, 164, 58, 0.15), rgba(4, 10, 18, 0) 44%),
    radial-gradient(circle at 50% 50%, rgba(4, 10, 20, 0.92), rgba(4, 8, 16, 0.64) 72%, rgba(4, 8, 16, 0) 100%);
  overflow: visible;
  isolation: isolate;
}

.platform-system__canvas::before,
.platform-system__canvas::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  border-radius: 50%;
  pointer-events: none;
}

.platform-system__canvas::before {
  width: min(86%, 440px);
  height: 66%;
  border: 1px solid rgba(98, 245, 248, 0.36);
  box-shadow: inset 0 0 18px rgba(37, 233, 250, 0.1), 0 0 26px rgba(37, 233, 250, 0.2);
  animation: systemOrbitSpinA 18s linear infinite;
}

.platform-system__canvas::after {
  width: min(66%, 330px);
  height: 82%;
  border: 1px dashed rgba(154, 247, 218, 0.36);
  box-shadow: 0 0 20px rgba(110, 243, 197, 0.16);
  animation: systemOrbitSpinB 24s linear infinite;
}

.platform-system__core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #062f3e;
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.04em;
  background:
    radial-gradient(circle at 28% 24%, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0) 38%),
    radial-gradient(circle at 54% 64%, #9af7da 0%, #25e9fa 46%, #01aadd 72%, #005f80 100%);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.46),
    inset 0 -8px 14px rgba(0, 40, 56, 0.4),
    0 0 0 1px rgba(98, 245, 248, 0.46),
    0 0 34px rgba(37, 233, 250, 0.52);
  animation: platformCorePulse 3.2s ease-in-out infinite;
  overflow: visible;
  z-index: 2;
}

.platform-system__core::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: conic-gradient(
    from 18deg,
    rgba(98, 245, 248, 0.48),
    rgba(110, 243, 197, 0.38) 34%,
    rgba(255, 164, 58, 0.26) 62%,
    rgba(37, 233, 250, 0.42)
  );
  filter: blur(1.8px);
  opacity: 0.72;
  z-index: -1;
  animation: coreHaloSpin 10s linear infinite;
}

.platform-system__core::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
  pointer-events: none;
}

.platform-system__node {
  position: absolute;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e4eaf4;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(165deg, rgba(8, 14, 24, 0.94), rgba(5, 9, 16, 0.86));
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.34);
  z-index: 3;
}

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

.platform-system__node::after {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.38);
}

.platform-system__node--top {
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
  border-color: rgba(37, 233, 250, 0.5);
  animation: nodeFloatTop 4.8s ease-in-out infinite;
}

.platform-system__node--top::before {
  left: 50%;
  top: calc(100% + 2px);
  width: 1px;
  height: 36px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(98, 245, 248, 0.58), rgba(98, 245, 248, 0));
}

.platform-system__node--top::after {
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.platform-system__node--left {
  left: calc(50% - clamp(112px, 13vw, 132px));
  top: 58%;
  transform: translate(-50%, -50%);
  border-color: rgba(110, 243, 197, 0.44);
  animation: nodeFloatLeft 5.4s ease-in-out infinite;
}

.platform-system__node--left::before {
  left: calc(100% + 2px);
  top: 50%;
  width: 62px;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(110, 243, 197, 0.56), rgba(110, 243, 197, 0));
}

.platform-system__node--left::after {
  right: -9px;
  top: 50%;
  transform: translateY(-50%);
}

.platform-system__node--right {
  left: calc(50% + clamp(112px, 13vw, 132px));
  top: 42%;
  transform: translate(-50%, -50%);
  border-color: rgba(154, 247, 218, 0.42);
  animation: nodeFloatRight 5.1s ease-in-out infinite;
}

.platform-system__node--right::before {
  right: calc(100% + 2px);
  top: 50%;
  width: 62px;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, rgba(154, 247, 218, 0), rgba(154, 247, 218, 0.58));
}

.platform-system__node--right::after {
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
}

.platform-system__node--bottom {
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  border-color: rgba(255, 164, 58, 0.44);
  animation: nodeFloatBottom 5.3s ease-in-out infinite;
}

.platform-system__node--bottom::before {
  left: 50%;
  bottom: calc(100% + 2px);
  width: 1px;
  height: 36px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 164, 58, 0), rgba(255, 196, 122, 0.58));
}

.platform-system__node--bottom::after {
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
}

.platform-performance__system p {
  margin: 0;
  color: #ccd3de;
  font-size: 0.82rem;
  line-height: 1.42;
}

.platform-performance__rail {
  position: relative;
  display: grid;
  gap: 14px;
  padding: 0;
  max-width: 760px;
  margin: 0 auto;
}

.platform-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  padding: 13px 15px;
  position: relative;
  box-shadow: 0 12px 24px rgba(2, 8, 16, 0.34);
  opacity: 1;
  transform: none;
  transition: border-color 0.34s ease, box-shadow 0.34s ease, background 0.34s ease;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 12px;
}

.platform-card__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.platform-card__index {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  border: 1px solid rgba(98, 245, 248, 0.46);
  color: #072530;
  background: linear-gradient(145deg, rgba(98, 245, 248, 0.92), rgba(37, 233, 250, 0.72));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 8px 18px rgba(1, 170, 221, 0.22);
}

.platform-card__index svg {
  width: 19px;
  height: 19px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.platform-card__icon--commission {
  border-color: rgba(98, 245, 248, 0.52);
  background: linear-gradient(145deg, rgba(98, 245, 248, 0.95), rgba(37, 233, 250, 0.72));
}

.platform-card__icon--bonus {
  border-color: rgba(110, 243, 197, 0.56);
  background: linear-gradient(145deg, rgba(110, 243, 197, 0.96), rgba(37, 233, 250, 0.7));
}

.platform-card__icon--panel {
  border-color: rgba(1, 170, 221, 0.54);
  background: linear-gradient(145deg, rgba(98, 245, 248, 0.86), rgba(1, 170, 221, 0.74));
}

.platform-card__icon--ranking {
  border-color: rgba(255, 164, 58, 0.54);
  background: linear-gradient(145deg, rgba(255, 196, 122, 0.95), rgba(110, 243, 197, 0.74));
}

.platform-card__icon--visibility {
  border-color: rgba(154, 247, 218, 0.56);
  background: linear-gradient(145deg, rgba(154, 247, 218, 0.94), rgba(50, 217, 161, 0.76));
}

.platform-card__icon--context {
  border-color: rgba(98, 245, 248, 0.5);
  background: linear-gradient(
    145deg,
    rgba(98, 245, 248, 0.9),
    rgba(110, 243, 197, 0.8) 60%,
    rgba(255, 164, 58, 0.72)
  );
}

.platform-card h3 {
  margin: 0;
  font-family: var(--font-primary);
  font-size: clamp(1rem, 1.16vw, 1.12rem);
  letter-spacing: -0.01em;
}

.platform-card p {
  margin: 0;
  color: #c7cad0;
  font-size: 0.9rem;
  line-height: 1.45;
}

.value-operation {
  margin-top: 74px;
  display: grid;
  gap: 18px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 860px;
}

.value-operation__content {
  display: grid;
  gap: 12px;
}

.value-operation__head {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.value-operation__head .eyebrow {
  margin-left: auto;
  margin-right: auto;
}

.value-operation__head h2 {
  margin: 12px 0 0;
  font-family: var(--font-primary);
  font-size: clamp(1.46rem, 2.5vw, 2.28rem);
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.value-operation__head h2 .title-mobile {
  display: none;
}

.value-operation__switch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px auto 0;
  padding: 6px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015));
}

.value-operation__mode {
  min-height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  color: #d2d5db;
  font-family: var(--font-primary);
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 14px;
  cursor: pointer;
  transition: color 0.28s ease, border-color 0.28s ease, background 0.28s ease, transform 0.24s ease;
}

.value-operation__mode:hover {
  transform: translateY(-1px);
}

.value-operation__mode.is-active {
  color: #0b0b0b;
  border-color: rgba(255, 255, 255, 0.72);
  background: #f2f2f2;
  box-shadow: 0 10px 22px rgba(255, 255, 255, 0.18);
}

.value-operation__composition {
  --value-stage-width: 620;
  --value-stage-height: 640;
  --value-stage-scale: 1;
  position: relative;
  max-width: 620px;
  margin: 0 auto;
  width: 100%;
}

.value-scenes {
  position: relative;
  min-height: calc(var(--value-stage-height) * 1px * var(--value-stage-scale));
}

.value-scene {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(var(--value-stage-width) * 1px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px) scale(var(--value-stage-scale));
  transform-origin: top center;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.value-scene.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0) scale(var(--value-stage-scale));
}

.value-hero-visual {
  position: relative;
  width: calc(var(--value-stage-width) * 1px);
  max-width: none;
  margin: 0;
  min-height: calc(var(--value-stage-height) * 1px);
  padding-top: 8px;
  padding-right: 0;
}

.value-hero-visual .visual-glow {
  position: absolute;
  inset: 88px 28px 230px;
  height: auto;
  border-radius: 34px;
  background: transparent;
  opacity: 0;
  filter: blur(0);
}

.value-hero-visual .web-shot,
.value-hero-visual .mobile-shot {
  position: absolute;
  margin: 0;
  transition: opacity 0.38s ease, transform 0.38s ease;
}

.value-hero-visual .web-shot {
  top: clamp(128px, 11vw, 158px);
  left: 0;
  right: 68px;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.4);
}

.value-hero-visual .shot-bar {
  height: 30px;
  padding: 11px 14px;
  display: flex;
  gap: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(3, 7, 14, 0.8);
}

.value-hero-visual .shot-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.38);
}

.value-hero-visual .web-shot img {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: top center;
  filter: none;
}

.value-hero-visual .mobile-shot {
  width: clamp(150px, 27%, 190px);
  right: 0;
  top: clamp(104px, 9.6vw, 138px);
  bottom: auto;
  border-radius: 30px;
  padding: 3px;
  background: #05070a;
  border: 1px solid rgba(0, 0, 0, 0.88);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.48);
  overflow: visible;
}

.value-hero-visual .mobile-shot img {
  border-radius: 24px;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  filter: none;
}

.value-operation__composition .ios-floating-notification {
  position: absolute;
  top: 88px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
  width: clamp(242px, 31.8vw, 326px);
  max-width: calc(100% - 92px);
  min-height: 58px;
  padding: 9px 12px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: linear-gradient(115deg, rgba(228, 228, 230, 0.34), rgba(175, 179, 187, 0.24));
  -webkit-backdrop-filter: blur(14px) saturate(132%);
  backdrop-filter: blur(14px) saturate(132%);
  box-shadow: 0 18px 40px rgba(5, 9, 16, 0.44);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  z-index: 4;
  overflow: hidden;
  pointer-events: none;
}

.value-operation__composition .ios-floating-notification::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0) 56%);
  pointer-events: none;
}

.value-operation__composition .ios-floating-notification__icon-wrap {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.96);
  color: #0b0f16;
  box-shadow: 0 6px 14px rgba(3, 8, 16, 0.24);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.value-operation__composition .ios-floating-notification__icon-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.value-operation__composition .ios-floating-notification__text {
  min-width: 0;
  display: grid;
  gap: 2px;
  color: rgba(245, 247, 250, 0.98);
  line-height: 1.08;
  font-family: var(--font-primary);
  position: relative;
  z-index: 1;
}

.value-operation__composition .ios-floating-notification__text strong {
  font-size: clamp(0.94rem, 1.45vw, 1.04rem);
  font-weight: 700;
  letter-spacing: -0.015em;
}

.value-operation__composition .ios-floating-notification__text span {
  font-size: clamp(0.76rem, 1.06vw, 0.86rem);
  letter-spacing: -0.01em;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.value-operation__composition .ios-floating-notification__time {
  align-self: start;
  margin-top: 2px;
  font-size: 0.74rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: rgba(239, 242, 247, 0.95);
  font-family: var(--font-primary);
  padding-top: 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1201px) {
  .value-operation__composition .ios-floating-notification {
    top: 84px;
    width: clamp(314px, 41.6vw, 420px);
    min-height: 64px;
    padding: 10px 14px;
    border-radius: 24px;
    gap: 11px;
  }

  .value-operation__composition .ios-floating-notification__icon-wrap {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .value-operation__composition .ios-floating-notification__icon-wrap img {
    border-radius: 11px;
  }

  .value-operation__composition .ios-floating-notification__text strong {
    font-size: clamp(0.9rem, 1.26vw, 1rem);
  }

  .value-operation__composition .ios-floating-notification__text span {
    font-size: clamp(0.72rem, 0.95vw, 0.82rem);
  }

  .value-operation__composition .ios-floating-notification__time {
    font-size: 0.7rem;
  }
}

.value-operation__copy {
  max-width: 1120px;
  margin: -2px auto 0;
  text-align: center;
  padding: 0;
}

.value-operation__copy p {
  margin: 0 auto;
  color: #d0d3d8;
  font-size: clamp(0.84rem, 1.02vw, 0.94rem);
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.value-operation__composition[data-reveal] .value-hero-visual .visual-glow,
.value-operation__composition[data-reveal] .value-hero-visual .web-shot,
.value-operation__composition[data-reveal] .value-hero-visual .mobile-shot,
.value-operation__composition[data-reveal] .ios-floating-notification {
  opacity: 0;
  animation: none;
}

.value-operation__composition[data-reveal].is-visible .value-scene.is-active .visual-glow {
  animation: valueCardFadeIn 0.52s ease-out 0.04s both;
}

.value-operation__composition[data-reveal].is-visible .ios-floating-notification {
  animation: valueNotifyDrop 0.56s cubic-bezier(0.2, 0.88, 0.2, 1) 0.1s both;
}

.value-operation__composition[data-reveal].is-visible .value-scene.is-active .web-shot {
  animation: valueWebSlideIn 0.62s cubic-bezier(0.2, 0.9, 0.2, 1) 0.16s both;
}

.value-operation__composition[data-reveal].is-visible .value-scene.is-active .mobile-shot {
  animation: valueAppSlideIn 0.62s cubic-bezier(0.2, 0.9, 0.2, 1) 0.2s both;
}

.value-operation__insights {
  display: none;
}

.value-operation__insight-card {
  --insight-border: rgba(37, 233, 250, 0.4);
  --insight-label-color: #9bd9e0;
  --insight-value-color: #b6fbff;
  --insight-text-color: #cbe2e8;
}

@media (min-width: 1080px) {
  .value-operation {
    grid-template-columns: minmax(0, 620px) minmax(0, 560px);
    column-gap: clamp(26px, 4vw, 56px);
    align-items: center;
    justify-content: center;
  }

  .value-operation__content {
    order: 2;
    max-width: 560px;
    width: 100%;
    margin: -12px 0 0;
    gap: 12px;
    align-content: start;
    align-self: center;
  }

  .value-operation__composition {
    order: 1;
    justify-self: start;
    align-self: start;
    margin: 0;
  }

  .value-operation__head {
    max-width: none;
    margin: 0;
    text-align: left;
  }

  .value-operation__head .eyebrow {
    margin-left: 0;
    margin-right: 0;
  }

  .value-operation__switch {
    justify-self: start;
    margin: 2px 0 0;
  }

  .value-operation__copy {
    max-width: none;
    margin: 0;
    text-align: left;
  }

  .value-operation__copy p {
    margin: 0;
    max-width: 46ch;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .value-operation__insights {
    display: block;
    margin-top: 2px;
  }

  .value-operation__insight-set {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .value-operation__insight-set.is-active {
    display: grid;
  }

  .value-operation__insight-card {
    min-height: 118px;
    border-radius: 18px;
    border: 1px solid var(--insight-border);
    background:
      linear-gradient(
        152deg,
        rgba(37, 233, 250, 0.15) 0%,
        rgba(98, 245, 248, 0.1) 36%,
        rgba(110, 243, 197, 0.09) 66%,
        rgba(255, 164, 58, 0.06) 100%
      ),
      radial-gradient(90% 120% at 2% 0%, rgba(37, 233, 250, 0.2), transparent 70%),
      radial-gradient(80% 110% at 100% 100%, rgba(255, 164, 58, 0.1), transparent 68%),
      rgba(8, 14, 24, 0.88);
    box-shadow: 0 14px 32px rgba(3, 9, 18, 0.24);
    padding: 12px 14px;
    display: grid;
    align-content: start;
    gap: 4px;
  }

  .value-operation__insight-label {
    color: var(--insight-label-color);
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .value-operation__insight-value {
    color: var(--insight-value-color);
    font-family: var(--font-primary);
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: -0.02em;
  }

  .value-operation__insight-text {
    margin: 0;
    color: var(--insight-text-color);
    font-size: 0.84rem;
    line-height: 1.32;
  }
}

.contact {
  padding-top: 72px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 620px;
}

.contact-grid {
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 34px;
  background:
    radial-gradient(68% 92% at 8% 0%, rgba(255, 255, 255, 0.12), transparent 70%),
    linear-gradient(165deg, rgba(7, 13, 21, 0.95), rgba(10, 17, 28, 0.9));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 34px;
}

.contact-copy h2 {
  margin: 12px 0 14px;
  font-family: var(--font-primary);
  font-size: clamp(1.45rem, 2.8vw, 2.35rem);
  line-height: 1.14;
  letter-spacing: -0.015em;
}

.contact-copy p {
  margin: 0;
  color: #ccd0d8;
}

.contact-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.contact-points li {
  position: relative;
  padding-left: 24px;
  color: #d6dae3;
}

.contact-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25e9fa;
  box-shadow: 0 0 10px rgba(37, 233, 250, 0.35);
}

.contact-points li:nth-child(2)::before {
  background: #6ef3c5;
  box-shadow: 0 0 10px rgba(110, 243, 197, 0.32);
}

.contact-points li:nth-child(3)::before {
  background: #ffa43a;
  box-shadow: 0 0 10px rgba(255, 164, 58, 0.28);
}

.contact-form {
  padding: 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025));
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #cfd3dc;
}

.contact-form input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(4, 9, 16, 0.88);
  color: #f6f8fc;
  border-radius: 12px;
  min-height: 48px;
  padding: 0 14px;
  font-size: 0.98rem;
  font-family: var(--font-primary);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input::placeholder {
  color: #8f949f;
}

.contact-form input:focus {
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.14);
}

.form-actions {
  margin-top: 4px;
  display: grid;
  gap: 10px;
}

.form-status {
  min-height: 21px;
  margin: 0;
  font-size: 0.9rem;
  color: #d9dde4;
}

.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: transparent;
  padding: 36px 0 44px;
  content-visibility: auto;
  contain-intrinsic-size: 1px 180px;
}

.footer-inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
}

.footer-logo {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.footer-brand p {
  margin: 0;
  font-size: 0.92rem;
  color: #c8cbd3;
}

.footer-social {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-left: auto;
  flex-wrap: nowrap;
}

.footer-social__link,
.footer-social__link--instagram,
.footer-social__link--facebook,
.footer-social__link--linkedin,
.footer-social__link--youtube,
.footer-social__link--whatsapp,
.footer-social__link--email {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.28);
  transition: transform 180ms ease, filter 180ms ease, box-shadow 180ms ease;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.06));
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.footer-social__link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.footer-social__link--instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border-color: rgba(214, 36, 159, 0.52);
}

.footer-social__link--facebook {
  background: #1877f2;
  border-color: rgba(24, 119, 242, 0.56);
}

.footer-social__link--linkedin {
  background: #0a66c2;
  border-color: rgba(10, 102, 194, 0.58);
}

.footer-social__link--youtube {
  background: #ff0000;
  border-color: rgba(255, 0, 0, 0.52);
}

.footer-social__link--whatsapp {
  background: #25d366;
  border-color: rgba(37, 211, 102, 0.64);
  color: #ffffff;
}

.footer-social__link--whatsapp svg {
  width: 19px;
  height: 19px;
  filter: none;
}

.footer-social__link--email {
  background: #ea4335;
  border-color: rgba(234, 67, 53, 0.56);
}

.footer-social__link:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.32);
}

.footer-social__link:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

@keyframes arenaSweep {
  0% {
    opacity: 0;
    transform: translateX(-18%);
  }
  24% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(18%);
  }
}

@keyframes activeDotMono {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.35);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0);
  }
}

@keyframes corePulseCategoryMono {
  0%,
  100% {
    transform: scale(0.88);
    opacity: 0.72;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes ringOrbitInA {
  from {
    transform: rotateX(42deg) rotateZ(-120deg) scale(0.82);
    opacity: 0;
  }
  to {
    transform: rotateX(68deg) rotateZ(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes ringOrbitInB {
  from {
    transform: rotateY(42deg) rotateZ(120deg) scale(0.82);
    opacity: 0;
  }
  to {
    transform: rotateY(72deg) rotateZ(0deg) scale(1);
    opacity: 1;
  }
}

@keyframes platformCorePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.95);
    box-shadow:
      0 0 0 1px rgba(98, 245, 248, 0.42),
      0 0 20px rgba(37, 233, 250, 0.3);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.05);
    box-shadow:
      0 0 0 1px rgba(98, 245, 248, 0.55),
      0 0 30px rgba(37, 233, 250, 0.44);
  }
}

@keyframes coreHaloSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes systemOrbitSpinA {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes systemOrbitSpinB {
  from {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

@keyframes nodeFloatTop {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -6px);
  }
}

@keyframes nodeFloatLeft {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-54%, -46%);
  }
}

@keyframes nodeFloatRight {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-46%, -54%);
  }
}

@keyframes nodeFloatBottom {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 6px);
  }
}

@keyframes valueCardFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes valueNotifyDrop {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes valueWebSlideIn {
  from {
    opacity: 0;
    transform: translateX(-24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes valueAppSlideIn {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 1200px) {
  .category-shift,
  .platform-performance,
  .value-operation,
  .contact,
  .site-footer {
    width: min(1320px, calc(100% - 38px));
  }

  .platform-performance {
    margin-top: 52px;
  }

  .platform-performance__layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .platform-performance__pin {
    position: relative;
    top: auto;
    transform: none;
    max-width: 860px;
  }

  .platform-performance__kpis,
  .platform-performance__system {
    width: min(760px, 100%);
  }

  .platform-performance__rail {
    padding-left: 16px;
  }

  .value-operation {
    margin-top: 58px;
  }

  .value-operation__composition {
    max-width: 620px;
  }

  .category-shift__arena {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .category-shift__arena::after {
    display: none;
  }

  .category-core {
    margin: 2px auto 10px;
  }

  .contact-grid {
    padding: 24px;
  }
}

@media (max-width: 980px) {
  .category-shift,
  .platform-performance,
  .value-operation,
  .contact,
  .site-footer {
    width: min(1320px, calc(100% - 30px));
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-brand p {
    text-align: center;
  }

  .footer-social {
    margin-left: 0;
    justify-content: center;
    flex-wrap: wrap;
  }

  .title-desktop {
    display: none;
  }

  .title-mobile {
    display: inline;
  }

  .value-operation__head h2 .title-mobile,
  .platform-performance__pin h2 .title-mobile {
    display: inline;
  }

  .value-operation__head h2 .title-desktop,
  .platform-performance__pin h2 .title-desktop {
    display: none;
  }

  .value-operation__copy p {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .value-operation__insights {
    display: block;
  }

  .value-operation__insight-set {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .value-operation__insight-set.is-active {
    display: grid;
  }

  .value-operation__insight-card {
    border-radius: 16px;
    border: 1px solid var(--insight-border);
    background:
      linear-gradient(
        152deg,
        rgba(37, 233, 250, 0.15) 0%,
        rgba(98, 245, 248, 0.1) 36%,
        rgba(110, 243, 197, 0.09) 66%,
        rgba(255, 164, 58, 0.06) 100%
      ),
      radial-gradient(90% 120% at 2% 0%, rgba(37, 233, 250, 0.2), transparent 70%),
      radial-gradient(80% 110% at 100% 100%, rgba(255, 164, 58, 0.1), transparent 68%),
      rgba(8, 14, 24, 0.88);
    padding: 12px 14px;
  }

  .value-scenes {
    min-height: calc(590px * var(--value-stage-scale));
  }
}

@media (max-width: 860px) {
  .category-shift,
  .platform-performance,
  .value-operation,
  .contact,
  .site-footer {
    width: min(1320px, calc(100% - 24px));
  }

  .platform-performance__rail {
    padding-left: 0;
  }

  .value-operation__composition .ios-floating-notification {
    width: clamp(240px, 76vw, 332px);
    max-width: calc(100% - 54px);
    top: 50px;
    padding: 9px 12px;
    gap: 9px;
    border-radius: 22px;
  }

  .value-operation__composition .ios-floating-notification__icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .value-operation__composition .ios-floating-notification__icon-wrap img {
    border-radius: 9px;
  }

  .value-operation__composition .ios-floating-notification__text strong {
    font-size: 0.9rem;
  }

  .value-operation__composition .ios-floating-notification__text span {
    font-size: 0.73rem;
  }

  .value-operation__composition .ios-floating-notification__time {
    font-size: 0.69rem;
  }

  .contact {
    padding-top: 60px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px;
  }

  .contact-form {
    padding: 16px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: center;
    gap: 14px;
  }

  .footer-social {
    margin-left: 0;
  }
}

@media (max-width: 560px) {
  .category-shift,
  .platform-performance,
  .value-operation,
  .contact,
  .site-footer {
    width: min(1320px, calc(100% - 18px));
  }

  .category-shift {
    margin-top: 34px;
  }

  .category-shift__head h2,
  .platform-performance__pin h2,
  .value-operation__head h2,
  .contact-copy h2 {
    font-size: clamp(1.24rem, 6.3vw, 1.72rem);
  }

  .category-shift__head p,
  .platform-card p,
  .contact-copy p,
  .contact-points li {
    font-size: 0.86rem;
  }

  .platform-performance__kpis {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .platform-kpi {
    min-height: 0;
    text-align: center;
    justify-items: center;
    padding: 9px 10px;
  }

  .platform-kpi p {
    text-align: center;
    font-size: 0.76rem;
  }

  .platform-system__canvas {
    height: 176px;
  }

  .platform-system__core {
    width: 64px;
    height: 64px;
    font-size: 0.76rem;
  }

  .platform-system__node {
    min-height: 26px;
    font-size: 0.62rem;
    padding: 4px 8px;
  }

  .platform-system__node--top {
    top: 8px;
  }

  .platform-system__node--left {
    left: calc(50% - 92px);
    top: 57%;
  }

  .platform-system__node--right {
    left: calc(50% + 92px);
    top: 43%;
  }

  .platform-system__node--bottom {
    bottom: 8px;
  }

  .platform-system__node--left::before,
  .platform-system__node--right::before {
    width: 44px;
  }

  .platform-card {
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    row-gap: 0;
    align-items: center;
    padding: 12px;
  }

  .platform-card__index {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .platform-card__index svg {
    width: 16px;
    height: 16px;
  }

  .value-operation {
    margin-top: 34px;
    gap: 12px;
  }

  .value-operation__head h2 {
    font-size: clamp(1.14rem, 6.8vw, 1.54rem);
  }

  .value-operation__switch {
    gap: 6px;
    padding: 5px;
  }

  .value-operation__mode {
    min-height: 32px;
    padding: 0 10px;
    font-size: 0.68rem;
  }

  .value-operation__copy {
    max-width: 100%;
    padding: 0;
  }

  .value-operation__copy p {
    font-size: 0.76rem;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
  }

  .value-operation__composition {
    --value-stage-scale: 1;
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .value-scenes {
    min-height: 0;
    overflow: visible;
  }

  .value-scene {
    width: 100%;
    max-width: 620px;
    transform: translateX(-50%) translateY(10px);
  }

  .value-scene.is-active {
    transform: translateX(-50%) translateY(0);
  }

  .value-operation:not(.is-live) .value-scene {
    transform: translateX(-50%) translateY(16px);
  }

  .value-hero-visual {
    width: 100%;
    min-height: clamp(350px, 104vw, 470px);
    padding-right: 0;
  }

  .value-hero-visual .visual-glow {
    inset: clamp(50px, 14vw, 76px) clamp(16px, 5vw, 28px) clamp(120px, 34vw, 176px);
  }

  .value-hero-visual .web-shot {
    top: clamp(84px, 24vw, 118px);
    right: clamp(24px, 8vw, 40px);
    border-radius: 20px;
  }

  .value-hero-visual .mobile-shot {
    width: clamp(102px, 33vw, 142px);
    top: clamp(74px, 21vw, 108px);
    border-radius: 24px;
  }

  .value-hero-visual .mobile-shot img {
    border-radius: 18px;
  }

  .value-operation__composition .ios-floating-notification {
    top: clamp(24px, 8vw, 36px);
    width: min(294px, calc(100% - 20px));
    max-width: calc(100% - 20px);
    min-height: 56px;
    padding: 8px 10px;
    border-radius: 20px;
  }

  .value-operation__composition .ios-floating-notification__icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 10px;
  }

  .value-operation__composition .ios-floating-notification__icon-wrap img {
    border-radius: 9px;
  }

  .value-operation__composition .ios-floating-notification__text strong {
    font-size: 0.92rem;
  }

  .value-operation__composition .ios-floating-notification__text span {
    font-size: 0.76rem;
  }

  .value-operation__composition .ios-floating-notification__time {
    font-size: 0.7rem;
  }

  .value-operation__insight-set {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .value-operation__insight-card {
    min-height: 92px;
    padding: 10px 10px;
  }

  .value-operation__insight-label {
    font-size: 0.62rem;
  }

  .value-operation__insight-value {
    margin-top: 6px;
    font-size: 1.18rem;
  }

  .value-operation__insight-text {
    font-size: 0.74rem;
    line-height: 1.28;
  }

  .contact {
    padding-top: 50px;
  }

  .contact-grid {
    padding: 14px;
  }

  .contact-form label {
    font-size: 0.74rem;
    gap: 6px;
  }

  .contact-form input {
    min-height: 44px;
    font-size: 0.92rem;
  }

  .site-footer {
    padding: 24px 0 30px;
  }

  .footer-brand p {
    font-size: 0.84rem;
  }

  .footer-social {
    gap: 8px;
    flex-wrap: wrap;
  }

  .footer-social__link {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .footer-social__link svg {
    width: 16px;
    height: 16px;
  }
}

.page-topic-btn.is-active {
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 255, 255, 0.24);
}

.blog-page-surface {
  margin-top: -16px;
}

.blog-doc {
  display: grid;
  gap: 18px;
}

.blog-section {
  padding: 6px 0 10px;
}

.blog-section h2 {
  margin: 0 0 12px;
  color: #0f121a;
  font-size: clamp(1.28rem, 2vw, 1.8rem);
  letter-spacing: -0.02em;
}

.blog-category-grid,
.blog-recent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.blog-category-card,
.blog-article-card,
.blog-popular-item,
.blog-featured-primary,
.blog-featured-secondary-card {
  border-radius: 16px;
  border: 1px solid #e4dfd4;
  background: #ffffff;
  overflow: hidden;
}

.blog-category-card,
.blog-article-card,
.blog-popular-item {
  padding: 14px;
}

.blog-category-card h3,
.blog-article-card h3,
.blog-featured-primary h3,
.blog-featured-secondary-card h3,
.blog-popular-item h3 {
  margin: 0;
  color: #0f1219;
  font-size: 1.02rem;
  letter-spacing: -0.01em;
}

.blog-category-card p,
.blog-article-card p,
.blog-featured-primary p {
  margin: 10px 0 0;
  color: #333844;
  line-height: 1.58;
}

.blog-category-card a,
.blog-article-card a,
.blog-featured-primary a,
.blog-featured-secondary-card a,
.blog-popular-item a {
  color: #0c111b;
  text-decoration: none;
}

.blog-category-card > a {
  display: inline-flex;
  margin-top: 12px;
  font-weight: 700;
  color: #0f1626;
}

.blog-article-thumb {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f4f4;
}

.blog-article-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.blog-article-thumb--large {
  border-radius: 14px;
}

.blog-article-meta {
  margin: 10px 0 0;
  color: rgba(22, 27, 38, 0.62);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.blog-featured-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 14px;
}

.blog-featured-primary {
  padding: 14px;
}

.blog-featured-secondary {
  display: grid;
  gap: 12px;
}

.blog-featured-secondary-card {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 12px;
  padding: 10px;
  align-items: center;
}

.blog-featured-secondary-card .blog-article-thumb {
  height: 100%;
}

.blog-featured-secondary-card .blog-article-thumb img {
  height: 100%;
  object-fit: cover;
}

.blog-popular-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.blog-popular-item h3 {
  margin-top: 8px;
}

.blog-article-header h2 {
  margin-bottom: 8px;
}

.blog-back-link {
  display: inline-flex;
  margin-bottom: 10px;
  color: #172334;
  font-size: 0.85rem;
  font-weight: 700;
  text-decoration: none;
}

.blog-article-content .article-section-block {
  border-bottom: 1px solid #e3ded2;
}

.blog-article-content .article-section-block:last-child {
  border-bottom: 0;
}

.blog-footer-cta {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto 30px;
}

.blog-footer-cta__inner {
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(156deg, rgba(9, 12, 18, 0.92), rgba(4, 6, 11, 0.96));
  padding: clamp(18px, 3vw, 30px);
  color: #f6f7f9;
  text-align: center;
}

.blog-footer-cta__inner h2 {
  margin: 0;
  font-size: clamp(1.38rem, 2.5vw, 2rem);
  letter-spacing: -0.03em;
}

.blog-footer-cta__inner p {
  margin: 10px auto 0;
  max-width: 70ch;
  color: rgba(240, 243, 248, 0.8);
  line-height: 1.56;
}

.blog-footer-cta__inner .btn {
  margin-top: 16px;
}

@media (max-width: 980px) {
  .blog-category-grid,
  .blog-recent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-featured-layout {
    grid-template-columns: 1fr;
  }

  .blog-popular-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .blog-category-grid,
  .blog-recent-grid {
    grid-template-columns: 1fr;
  }

  .blog-featured-secondary-card {
    grid-template-columns: 1fr;
  }

  .blog-featured-secondary-card .blog-article-thumb img {
    height: auto;
  }
}
