:root {
  --page-bg: #06080d;
  --strip-bg: #151821;
  --nav-bg: #0d111a;
  --nav-border: #242a36;
  --text: #f5f7fb;
  --muted: #b9c0cf;
  --accent: #35dd51;
  --top-strip-height: 24px;
  --site-header-height: 84px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-padding-top: calc(var(--top-strip-height) + var(--site-header-height) + 12px);
}

body {
  margin: 0;
  min-height: 100vh;
  position: relative;
  background: var(--page-bg);
  color: var(--text);
  font-family: "Assistant", Arial, sans-serif;
}

.home-page {
  isolation: isolate;
}

.home-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100%;
  height: 860px;
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0.18) 0%, rgba(4, 8, 13, 0.24) 18%, rgba(4, 8, 13, 0.56) 74%, #05070b 100%),
    radial-gradient(circle at 50% 18%, rgba(53, 221, 81, 0.15), transparent 34%),
    url("../assets/media/backgrounds/background.jpg") center top / cover no-repeat;
  pointer-events: none;
}

.home-page > main {
  position: relative;
  z-index: 1;
}

.home-page .top-strip {
  background: linear-gradient(180deg, rgba(5, 9, 14, 0.4), rgba(5, 9, 14, 0.12));
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.home-page .site-header {
  background: linear-gradient(180deg, rgba(5, 9, 14, 0.42), rgba(5, 9, 14, 0.16));
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.home-page .hero-section {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.home-page .hero-section::before {
  background:
    radial-gradient(circle at 50% 16%, rgba(53, 221, 81, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(6, 8, 13, 0.06) 0%, rgba(6, 8, 13, 0.18) 34%, rgba(6, 8, 13, 0.78) 84%, #05070b 100%);
}

.home-page .hero-section__effects {
  top: 58px;
  left: 50%;
  width: min(78vw, 1040px);
  height: 560px;
  transform: translateX(-50%);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 12% 26%, rgba(53, 221, 81, 0.22) 0 2px, transparent 3px),
    radial-gradient(circle at 22% 72%, rgba(53, 221, 81, 0.16) 0 1.5px, transparent 3px),
    radial-gradient(circle at 34% 18%, rgba(53, 221, 81, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 46% 82%, rgba(53, 221, 81, 0.14) 0 1.5px, transparent 3px),
    radial-gradient(circle at 58% 22%, rgba(53, 221, 81, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 71% 68%, rgba(53, 221, 81, 0.16) 0 1.5px, transparent 3px),
    radial-gradient(circle at 84% 28%, rgba(53, 221, 81, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 92% 78%, rgba(53, 221, 81, 0.14) 0 1.5px, transparent 3px),
    radial-gradient(circle at 50% 40%, rgba(53, 221, 81, 0.08), transparent 42%);
  box-shadow: none;
  filter: drop-shadow(0 0 38px rgba(53, 221, 81, 0.08));
  opacity: 0.9;
  animation: none;
}

.home-page .hero-section__effects::before,
.home-page .hero-section__effects::after {
  border: 0;
  border-radius: 0;
  clip-path: none;
}

.home-page .hero-section__effects::before {
  inset: 24px 80px 110px;
  background:
    radial-gradient(circle at 14% 42%, rgba(164, 255, 184, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 39% 74%, rgba(53, 221, 81, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 36%, rgba(53, 221, 81, 0.2) 0 1px, transparent 2px),
    radial-gradient(circle at 88% 64%, rgba(164, 255, 184, 0.18) 0 1px, transparent 2px);
  opacity: 0.78;
}

.home-page .hero-section__effects::after {
  inset: 74px 140px 46px;
  background:
    radial-gradient(circle at 18% 24%, rgba(53, 221, 81, 0.22) 0 1px, transparent 2px),
    radial-gradient(circle at 52% 58%, rgba(53, 221, 81, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 30%, rgba(53, 221, 81, 0.18) 0 1px, transparent 2px);
  opacity: 0.62;
}

.home-page .hero-section__content h1,
.home-page .hero-section__subtitle,
.home-page .main-nav,
.home-page .top-strip__auth,
.home-page .top-strip__icon {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

@media (max-width: 1100px) {
  .home-page::before {
    height: 980px;
  }

  .home-page .hero-section__effects {
    width: min(84vw, 900px);
    height: 500px;
  }
}

@media (max-width: 820px) {
  .home-page::before {
    height: 1240px;
    background-position: center top, center top, center top;
  }

  .home-page .hero-section__effects {
    top: 54px;
    width: min(88vw, 640px);
    height: 360px;
  }

  .home-page .hero-section__effects::before {
    inset: 20px 36px 82px;
  }

  .home-page .hero-section__effects::after {
    inset: 56px 70px 34px;
  }
}

@media (max-width: 640px) {
  .home-page::before {
    height: 1360px;
    background-position: center top, center top, 54% top;
  }

  .home-page .hero-section__effects {
    width: min(92vw, 420px);
    height: 260px;
  }

  .home-page .hero-section__effects::before {
    inset: 18px 22px 58px;
  }

  .home-page .hero-section__effects::after {
    inset: 42px 46px 24px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

.top-strip {
  position: sticky;
  top: 0;
  z-index: 240;
  width: 100%;
  min-height: var(--top-strip-height);
  background: var(--strip-bg);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.top-strip__inner {
  width: 85%;
  min-height: var(--top-strip-height);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  direction: ltr;
}

.top-strip__icon,
.top-strip__auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(235, 242, 255, 0.76);
  text-decoration: none;
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.top-strip__icon {
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
}

.top-strip__auth {
  margin-left: 8px;
  direction: rtl;
  font-size: 0.92rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.top-strip__icon svg {
  width: 13px;
  height: 13px;
  display: block;
  flex: 0 0 auto;
}

.top-strip__icon:hover,
.top-strip__auth:hover,
.top-strip__icon:focus-visible,
.top-strip__auth:focus-visible {
  color: #ffffff;
  border-color: rgba(53, 221, 81, 0.42);
  background: rgba(53, 221, 81, 0.08);
  transform: translateY(-1px);
}

.site-header {
  position: sticky;
  top: var(--top-strip-height);
  z-index: 230;
  width: 100%;
  background: var(--nav-bg);
  border-bottom: 1px solid var(--nav-border);
  overflow: visible;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header__inner {
  position: relative;
  z-index: 101;
  width: 85%;
  min-height: var(--site-header-height);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  direction: ltr;
}

body.is-scrolled .top-strip {
  background: rgba(10, 14, 21, 0.56);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px) saturate(150%);
}

body.is-scrolled .site-header {
  background: rgba(9, 13, 20, 0.62);
  border-bottom-color: rgba(255, 255, 255, 0.1);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(20px) saturate(160%);
}

.header-primary {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 28px;
  direction: rtl;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  position: relative;
  z-index: 3;
}

.brand__logo {
  width: auto;
  height: 86px;
  object-fit: contain;
  margin-block: 0;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.42));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-self: auto;
  gap: 34px;
  direction: rtl;
  color: rgba(245, 247, 251, 0.86);
  font-size: 1.02rem;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.main-nav a,
.nav-dropdown button {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 0;
  color: inherit;
  font: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  transition: color 180ms ease, transform 180ms ease;
}

.main-nav a::before,
.nav-dropdown button::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), rgba(53, 221, 81, 0));
  transition: width 180ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible,
.nav-dropdown button:hover,
.nav-dropdown button:focus-visible {
  color: var(--text);
  transform: translateY(-1px);
}

.main-nav a:hover::before,
.main-nav a:focus-visible::before,
.nav-dropdown button:hover::before,
.nav-dropdown button:focus-visible::before {
  width: 100%;
}

.nav-dropdown {
  position: relative;
  z-index: 120;
}

.nav-dropdown::after {
  content: "";
  position: absolute;
  right: -18px;
  left: -18px;
  top: 100%;
  height: 18px;
}

.nav-dropdown button::after {
  content: "⌄";
  margin-right: 8px;
  color: var(--accent);
}

.nav-dropdown button::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 2px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.9;
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-dropdown:hover button::after,
.nav-dropdown:focus-within button::after {
  transform: rotate(225deg) translateY(-1px);
  opacity: 1;
}

.nav-dropdown__menu {
  position: absolute;
  z-index: 200;
  top: calc(100% + 10px);
  right: 0;
  min-width: 220px;
  padding: 12px;
  display: none;
  border: 1px solid var(--nav-border);
  border-radius: 14px;
  background: #101621;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.32);
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu {
  display: grid;
  gap: 6px;
}

.nav-dropdown__menu a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--muted);
}

.nav-dropdown__menu a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-self: start;
  grid-column: 1;
  grid-row: 1;
}

.demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid rgba(53, 221, 81, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(53, 221, 81, 0.18), rgba(5, 132, 107, 0.08));
  color: #f7fff8;
  font-family: inherit;
  font-size: 0.96rem;
  font-weight: 800;
  box-shadow: 0 0 18px rgba(53, 221, 81, 0.16);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  cursor: pointer;
}

.demo-button:hover,
.demo-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(98, 237, 132, 0.72);
  box-shadow: 0 0 26px rgba(53, 221, 81, 0.28);
}

.demo-button--secondary {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.green-divider {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 3px;
  background:
    linear-gradient(
      90deg,
      rgba(5, 132, 107, 0) 0%,
      rgba(5, 132, 107, 0.55) 22%,
      rgba(53, 221, 81, 0.95) 50%,
      rgba(5, 132, 107, 0.55) 78%,
      rgba(5, 132, 107, 0) 100%
    );
  box-shadow:
    0 0 10px rgba(53, 221, 81, 0.46),
    0 0 22px rgba(5, 132, 107, 0.32);
}

.mobile-topbar,
.mobile-menu-overlay {
  display: none;
}

body.drawer-open {
  overflow: hidden;
}

body.launch-modal-open {
  overflow: hidden;
}

.launch-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: grid;
  place-items: center;
  padding: 24px;
  pointer-events: none;
}

.launch-modal.is-open {
  pointer-events: auto;
}

.launch-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 10, 0);
  backdrop-filter: blur(0);
  transition: background 260ms ease, backdrop-filter 260ms ease;
}

.launch-modal.is-open .launch-modal__overlay {
  background: rgba(2, 5, 10, 0.76);
  backdrop-filter: blur(16px);
}

.launch-modal__dialog {
  position: relative;
  width: min(720px, 100%);
  overflow: hidden;
  padding: clamp(28px, 4vw, 40px);
  border: 1px solid rgba(138, 255, 174, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(53, 221, 81, 0.2), transparent 34%),
    radial-gradient(circle at top right, rgba(68, 136, 255, 0.22), transparent 30%),
    linear-gradient(180deg, rgba(11, 18, 29, 0.96), rgba(4, 7, 13, 0.985));
  box-shadow:
    0 44px 140px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition: opacity 260ms ease, transform 260ms ease;
}

.launch-modal.is-open .launch-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.launch-modal__close {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f5f7fb;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.launch-modal__close:hover,
.launch-modal__close:focus-visible {
  transform: translateY(-2px) scale(1.03);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  outline: none;
}

.launch-modal__media {
  position: relative;
  z-index: 1;
  margin: 12px 0 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.launch-modal__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5, 8, 13, 0.02), rgba(5, 8, 13, 0.18));
  pointer-events: none;
}

.launch-modal__media img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: center;
}

.launch-modal__glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(10px);
  opacity: 0.9;
  animation: launch-modal-float 8.5s ease-in-out infinite;
}

.launch-modal__glow--one {
  top: 54px;
  right: 68px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(53, 221, 81, 0.38), transparent 68%);
}

.launch-modal__glow--two {
  top: 116px;
  left: 84px;
  width: 76px;
  height: 76px;
  background: radial-gradient(circle, rgba(255, 196, 92, 0.32), transparent 66%);
  animation-delay: -2.4s;
}

.launch-modal__glow--three {
  bottom: 48px;
  left: 34%;
  width: 180px;
  height: 90px;
  background: radial-gradient(circle, rgba(72, 142, 255, 0.28), transparent 72%);
  animation-delay: -4.8s;
}

.launch-modal__eyebrow {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(244, 247, 251, 0.92);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.launch-modal__eyebrow-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f8ff9e, #53dd51);
  box-shadow: 0 0 18px rgba(83, 221, 81, 0.72);
  animation: launch-modal-pulse 1.9s ease-in-out infinite;
}

.launch-modal__dialog h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.8vw, 3.1rem);
  line-height: 1.03;
}

.launch-modal__dialog > p {
  position: relative;
  z-index: 1;
  margin: 16px 0 0;
  color: rgba(204, 212, 227, 0.92);
  font-size: 1rem;
  line-height: 1.9;
}

.launch-modal__highlights {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.launch-modal__highlight {
  min-height: 196px;
  padding: 20px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(9, 14, 22, 0.72);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.launch-modal__highlight span {
  display: inline-flex;
  margin-bottom: 14px;
  color: #9cebad;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.launch-modal__highlight strong {
  display: block;
  color: #ffffff;
  font-size: 1.08rem;
  line-height: 1.35;
}

.launch-modal__highlight p {
  margin: 12px 0 0;
  color: rgba(200, 209, 222, 0.84);
  font-size: 0.92rem;
  line-height: 1.8;
}

.launch-modal__footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.launch-modal__footer-copy {
  display: grid;
  gap: 8px;
}

.launch-modal__footer-copy strong {
  color: #ffffff;
  font-size: 1rem;
}

.launch-modal__footer-copy p {
  margin: 0;
  color: rgba(194, 203, 218, 0.88);
  line-height: 1.75;
}

.launch-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border: 1px solid rgba(129, 255, 169, 0.26);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(92, 255, 142, 0.2), rgba(36, 110, 77, 0.16));
  color: #ebfff0;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.launch-modal__cta:hover,
.launch-modal__cta:focus-visible {
  transform: translateY(-2px) scale(1.02);
  border-color: rgba(171, 255, 186, 0.42);
  background: linear-gradient(135deg, rgba(92, 255, 142, 0.26), rgba(36, 110, 77, 0.22));
  outline: none;
}

.demo-drawer {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
}

.demo-drawer.is-open {
  pointer-events: auto;
}

.demo-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(2, 5, 10, 0);
  backdrop-filter: blur(0);
  transition: background 240ms ease, backdrop-filter 240ms ease;
}

.demo-drawer.is-open .demo-drawer__overlay {
  background: rgba(2, 5, 10, 0.68);
  backdrop-filter: blur(8px);
}

.demo-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(460px, 92vw);
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(53, 221, 81, 0.72) rgba(5, 8, 13, 0.9);
  padding: 74px 18px 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(53, 221, 81, 0.16), transparent 32%),
    linear-gradient(180deg, #111827 0%, #05070b 100%);
  border-left: 1px solid rgba(53, 221, 81, 0.2);
  box-shadow: -28px 0 80px rgba(0, 0, 0, 0.45);
  transform: translateX(105%);
  transition: transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.demo-drawer__panel::-webkit-scrollbar {
  width: 9px;
}

.demo-drawer__panel::-webkit-scrollbar-track {
  background: rgba(5, 8, 13, 0.92);
}

.demo-drawer__panel::-webkit-scrollbar-thumb {
  border: 2px solid rgba(5, 8, 13, 0.92);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(53, 221, 81, 0.95), rgba(5, 132, 107, 0.86));
}

.demo-drawer__panel::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(98, 237, 132, 1), rgba(53, 221, 81, 0.95));
}

.demo-drawer.is-open .demo-drawer__panel {
  transform: translateX(0);
}

.demo-drawer__close {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
  background: rgba(5, 8, 13, 0.78);
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
}

.demo-drawer__image {
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(53, 221, 81, 0.24);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.demo-drawer__image img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
}

.demo-drawer__content {
  padding: 28px 6px 10px;
}

.demo-drawer__content > span {
  color: var(--accent);
  font-weight: 900;
}

.demo-drawer__content h2 {
  margin: 8px 0 10px;
  color: #ffffff;
  font-size: 2.1rem;
  line-height: 1.08;
}

.demo-drawer__content p {
  margin: 0;
  color: rgba(185, 192, 207, 0.9);
  line-height: 1.75;
}

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

.demo-drawer__form label {
  display: grid;
  gap: 7px;
  color: rgba(245, 247, 251, 0.78);
  font-weight: 700;
}

.demo-drawer__form input,
.demo-drawer__form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 13px 14px;
  background: rgba(3, 7, 12, 0.78);
  color: #ffffff;
  font: inherit;
  outline: none;
}

.demo-drawer__form input:focus,
.demo-drawer__form select:focus {
  border-color: rgba(53, 221, 81, 0.56);
  box-shadow: 0 0 0 4px rgba(53, 221, 81, 0.12);
}

.demo-drawer__form button {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding: 14px 18px;
  border: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--accent), #15a778);
  color: #041007;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.hero-section {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 660px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 22%, rgba(53, 221, 81, 0.18), transparent 20%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #101723 0%, #071018 44%, #03080d 100%);
  background-size: auto, 34px 34px, auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(53, 221, 81, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(6, 8, 13, 0) 0%, rgba(6, 8, 13, 0.72) 72%, #05070b 100%);
  pointer-events: none;
}

.hero-section__effects {
  position: absolute;
  top: 110px;
  left: 50%;
  width: 520px;
  height: 520px;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(53, 221, 81, 0.08);
  box-shadow:
    0 0 120px rgba(53, 221, 81, 0.14),
    inset 0 0 90px rgba(53, 221, 81, 0.05);
  animation: pulse-orb 6s ease-in-out infinite;
}

.hero-section__effects::before,
.hero-section__effects::after {
  content: "";
  position: absolute;
  inset: 72px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-section__effects::after {
  inset: 148px;
  border-color: rgba(53, 221, 81, 0.1);
}

.hero-section__content {
  position: relative;
  z-index: 2;
  width: min(100%, 680px);
  justify-self: left;
  margin: 0;
  padding-top: 0;
  text-align: right;
}

.hero-section__layout {
  position: relative;
  z-index: 2;
  width: 85%;
  min-height: 660px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(420px, 680px) minmax(360px, 560px);
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 1.6vw, 28px);
}

.hero-section__content h1 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 3.45rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  text-shadow: 0 16px 60px rgba(0, 0, 0, 0.56);
  animation: hero-title-in 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-section__subtitle {
  max-width: 650px;
  margin: 16px 0 0;
  color: rgba(185, 192, 207, 0.92);
  font-size: clamp(0.84rem, 0.98vw, 0.98rem);
  font-weight: 500;
  line-height: 1.85;
  animation: hero-title-in 900ms 90ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.launch-hero {
  position: relative;
  overflow: hidden;
  padding: 52px 7.5% 34px;
  background:
    radial-gradient(circle at 18% 0%, rgba(53, 221, 81, 0.18), transparent 24%),
    radial-gradient(circle at 84% 14%, rgba(77, 146, 255, 0.18), transparent 22%),
    linear-gradient(180deg, #061019 0%, #07111b 46%, #05080d 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.launch-hero::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 8%;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(83, 221, 81, 0.18), transparent 70%);
  filter: blur(16px);
  pointer-events: none;
}

.launch-hero::after {
  content: "";
  position: absolute;
  bottom: -110px;
  right: 10%;
  width: 300px;
  height: 300px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(72, 142, 255, 0.16), transparent 72%);
  filter: blur(18px);
  pointer-events: none;
}

.launch-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(380px, 1.04fr) minmax(360px, 0.96fr);
  align-items: center;
  gap: clamp(24px, 3vw, 56px);
}

.launch-hero__media {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  margin: 0;
  border: 1px solid rgba(144, 255, 176, 0.18);
  border-radius: 40px;
  box-shadow:
    0 40px 90px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.launch-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 7, 12, 0.1), rgba(4, 7, 12, 0.28)),
    linear-gradient(135deg, rgba(5, 8, 13, 0.04), transparent 48%);
  pointer-events: none;
}

.launch-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  object-position: center;
}

.launch-hero__content {
  display: grid;
  align-content: center;
  gap: 20px;
  text-align: right;
}

.launch-hero__headline {
  display: grid;
  gap: 20px;
}

.launch-hero__details {
  display: grid;
  gap: 14px;
}

.launch-hero__kicker {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 10px;
  padding: 11px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f5fff7;
  font-size: 0.84rem;
  font-weight: 900;
}

.launch-hero__kicker::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #e6ff8d, #53dd51);
  box-shadow: 0 0 18px rgba(83, 221, 81, 0.66);
}

.launch-hero__content h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 4vw, 4.4rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.4);
}

.launch-hero__text {
  max-width: 640px;
  margin: 0;
  color: rgba(208, 214, 227, 0.92);
  font-size: 1.02rem;
  line-height: 1.95;
}

.launch-hero__text strong {
  color: #ffffff;
}

.launch-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.launch-hero__meta-item {
  min-width: 180px;
  padding: 15px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(8, 13, 22, 0.72);
  box-shadow:
    0 24px 50px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.launch-hero__meta-item span {
  display: block;
  color: rgba(191, 201, 216, 0.74);
  font-size: 0.78rem;
  font-weight: 700;
}

.launch-hero__meta-item strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.4;
}

.launch-hero__countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  direction: ltr;
}

.launch-hero__countdown-item {
  padding: 18px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  background:
    radial-gradient(circle at top center, rgba(53, 221, 81, 0.08), transparent 62%),
    linear-gradient(180deg, rgba(14, 20, 31, 0.95), rgba(8, 12, 18, 0.98));
  text-align: center;
  box-shadow:
    0 24px 46px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.launch-hero__countdown-item strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.8vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}

.launch-hero__countdown-item span {
  display: block;
  margin-top: 10px;
  color: rgba(198, 207, 220, 0.78);
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-section__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(14px, 2.4vw, 34px);
  margin-top: 34px;
  animation: hero-actions-in 900ms 180ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-button {
  min-width: 136px;
  padding: 13px 26px;
  border-radius: 15px;
  border: 1px solid rgba(53, 221, 81, 0.72);
  background:
    linear-gradient(180deg, rgba(13, 17, 26, 0.86), rgba(5, 8, 13, 0.96)),
    radial-gradient(circle at 50% 0%, rgba(53, 221, 81, 0.26), transparent 70%);
  color: #f8fff9;
  font-size: 0.98rem;
  font-weight: 800;
  box-shadow:
    0 0 18px rgba(53, 221, 81, 0.36),
    inset 0 0 22px rgba(53, 221, 81, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-button:hover,
.hero-button:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(116, 255, 142, 0.92);
  box-shadow:
    0 0 26px rgba(53, 221, 81, 0.5),
    0 18px 40px rgba(0, 0, 0, 0.34),
    inset 0 0 24px rgba(53, 221, 81, 0.12);
}

.hero-section__actions--download {
  --download-start: #5df082;
  --download-mid: #2fcd6f;
  --download-end: #14894d;
  --download-border: rgba(116, 255, 142, 0.46);
  --download-border-strong: rgba(171, 255, 186, 0.96);
  --download-ink: #041109;
  --download-glow: rgba(53, 221, 81, 0.22);
  --download-glow-strong: rgba(53, 221, 81, 0.26);
  --download-soft: rgba(53, 221, 81, 0.1);
  --download-soft-border: rgba(53, 221, 81, 0.24);
  --download-link: #b4ffbf;
  width: min(100%, 540px);
  display: grid;
  justify-items: start;
  gap: 14px;
}

.hero-section__actions--download[data-download-audience="business"] {
  --download-start: #b48dff;
  --download-mid: #8c5bff;
  --download-end: #5e2cc8;
  --download-border: rgba(196, 170, 255, 0.46);
  --download-border-strong: rgba(229, 211, 255, 0.94);
  --download-ink: #ffffff;
  --download-glow: rgba(144, 94, 255, 0.24);
  --download-glow-strong: rgba(144, 94, 255, 0.3);
  --download-soft: rgba(144, 94, 255, 0.12);
  --download-soft-border: rgba(176, 130, 255, 0.3);
  --download-link: #d9c4ff;
}

.hero-section__actions--download[data-download-audience="partner"] {
  --download-start: #69c6ff;
  --download-mid: #318dff;
  --download-end: #0b58d0;
  --download-border: rgba(138, 202, 255, 0.46);
  --download-border-strong: rgba(210, 236, 255, 0.94);
  --download-ink: #ffffff;
  --download-glow: rgba(49, 141, 255, 0.24);
  --download-glow-strong: rgba(49, 141, 255, 0.3);
  --download-soft: rgba(49, 141, 255, 0.11);
  --download-soft-border: rgba(121, 188, 255, 0.3);
  --download-link: #b7ddff;
}

.hero-download-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(100%, 400px);
  padding: 17px 24px;
  border: 1px solid var(--download-border);
  border-radius: 22px;
  background: linear-gradient(135deg, var(--download-start) 0%, var(--download-mid) 48%, var(--download-end) 100%);
  color: var(--download-ink);
  font-family: inherit;
  font-size: 1.06rem;
  font-weight: 800;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.34),
    0 0 38px var(--download-glow),
    inset 0 1px 0 rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition:
    transform 200ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease,
    filter 200ms ease,
    color 200ms ease,
    background 200ms ease;
}

.hero-download-button::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
  opacity: 0.72;
  pointer-events: none;
}

.hero-download-button:hover,
.hero-download-button:focus-visible {
  transform: translateY(-4px) scale(1.02);
  border-color: var(--download-border-strong);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.42),
    0 0 50px var(--download-glow-strong),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);
  outline: none;
}

.hero-download-button__body,
.hero-download-button__icon,
.hero-download-button__icon svg {
  position: relative;
  z-index: 1;
}

.hero-download-button__body {
  display: grid;
  gap: 3px;
  text-align: right;
}

.hero-download-button__title {
  font-size: 1.12rem;
  font-weight: 900;
}

.hero-download-button__meta {
  font-size: 0.8rem;
  font-weight: 700;
  opacity: 0.82;
}

.hero-download-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.26);
  flex: 0 0 auto;
}

.hero-download-button__icon svg {
  width: 21px;
  height: 21px;
}

.hero-download-options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.hero-download-option {
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(245, 247, 251, 0.86);
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  backdrop-filter: blur(14px);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.hero-download-option:hover,
.hero-download-option:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  outline: none;
}

.hero-download-option.is-active {
  border-color: var(--download-soft-border);
  background: var(--download-soft);
  color: #ffffff;
  box-shadow: 0 0 24px var(--download-glow);
}

.hero-download-alert {
  width: min(100%, 460px);
  padding: 14px 18px;
  border: 1px solid rgba(255, 193, 94, 0.24);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(50, 28, 5, 0.92), rgba(26, 16, 7, 0.98));
  color: #ffe3af;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.6;
  box-shadow: 0 22px 44px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.hero-download-alert.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-download-consent {
  position: relative;
  width: min(100%, 520px);
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 14px;
  padding: 18px 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(16, 22, 33, 0.92), rgba(8, 12, 18, 0.98));
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hero-download-consent:hover,
.hero-download-consent:focus-within {
  transform: translateY(-2px);
  border-color: var(--download-soft-border);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hero-download-consent input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hero-download-consent__indicator {
  position: relative;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.hero-download-consent__indicator::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 9px;
  width: 7px;
  height: 13px;
  border-right: 2px solid #04240f;
  border-bottom: 2px solid #04240f;
  opacity: 0;
  transform: rotate(45deg) scale(0.7);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero-download-consent input:checked + .hero-download-consent__indicator {
  border-color: var(--download-border-strong);
  background: linear-gradient(135deg, var(--download-start) 0%, var(--download-mid) 100%);
  box-shadow:
    0 0 18px var(--download-glow-strong),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
  transform: scale(1.03);
}

.hero-download-consent input:checked + .hero-download-consent__indicator::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.hero-download-consent__text {
  color: rgba(245, 247, 251, 0.84);
  font-size: 0.9rem;
  line-height: 1.8;
}

.hero-download-consent__text a {
  color: var(--download-link);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.hero-download-consent__text a:hover,
.hero-download-consent__text a:focus-visible {
  color: #deffe4;
}

.home-page .hero-download-consent,
.products-private-page .hero-download-consent {
  width: min(100%, 520px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .hero-download-consent:hover,
.home-page .hero-download-consent:focus-within,
.products-private-page .hero-download-consent:hover,
.products-private-page .hero-download-consent:focus-within {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.browser-preview {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 610px;
  margin: 0;
  overflow: hidden;
  justify-self: right;
  border-radius: 28px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  background: #03070c;
  box-shadow:
    0 -12px 80px rgba(53, 221, 81, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 40px 80px rgba(0, 0, 0, 0.42);
  animation: browser-in 1000ms 340ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.browser-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 0 90px rgba(53, 221, 81, 0.1);
  pointer-events: none;
}

.browser-preview img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center top;
}

.advantages-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 96px 7.5%;
  background:
    radial-gradient(circle at 50% 0%, rgba(53, 221, 81, 0.09), transparent 28%),
    linear-gradient(180deg, #04070c 0%, #08111b 52%, #05080d 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.advantages-section::before {
  content: "";
  position: absolute;
  top: -160px;
  left: 50%;
  width: min(100%, 760px);
  height: 360px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(53, 221, 81, 0.16), transparent 68%);
  filter: blur(36px);
  pointer-events: none;
}

.advantages-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin: 0 auto;
}

.advantages-section h2 {
  max-width: 760px;
  margin: 0 auto;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
}

.advantages-section__intro {
  max-width: 860px;
  margin: 20px auto 0;
  color: rgba(201, 209, 224, 0.88);
  font-size: 1.05rem;
  line-height: 1.9;
  text-align: center;
}

.advantages-section__media {
  width: min(100%, 960px);
  margin: 42px 0 0;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(16, 23, 34, 0.9), rgba(7, 10, 15, 0.98));
  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 54px rgba(53, 221, 81, 0.12);
}

.advantages-section__media img {
  display: block;
  width: 100%;
  height: auto;
}

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

.advantages-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.98));
  box-shadow:
    0 26px 66px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.advantages-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, rgba(53, 221, 81, 0), rgba(53, 221, 81, 0.9), rgba(53, 221, 81, 0));
  opacity: 0.8;
}

.advantages-card:hover,
.advantages-card:focus-within {
  transform: translateY(-6px) scale(1.01);
  border-color: rgba(53, 221, 81, 0.24);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.34),
    0 0 44px rgba(53, 221, 81, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.advantages-card__index {
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(53, 221, 81, 0.2);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.08);
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.advantages-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.35rem;
  font-weight: 800;
}

.advantages-card p {
  margin: 0;
  color: rgba(201, 209, 224, 0.86);
  font-size: 1rem;
  line-height: 1.85;
}

.comparison-section,
.platform-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 96px 7.5%;
  background:
    radial-gradient(circle at 50% 0%, rgba(53, 221, 81, 0.08), transparent 34%),
    linear-gradient(180deg, #05080d 0%, #071018 100%);
}

.comparison-section {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  background: #05070b;
}

.section-kicker {
  display: table;
  margin: 0 auto 14px;
  padding: 8px 16px;
  border: 1px solid rgba(53, 221, 81, 0.28);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.07);
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.comparison-section h2,
.platform-section h2 {
  max-width: 820px;
  margin: 0 auto 48px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 800;
  line-height: 1.12;
  text-align: center;
}

.comparison-track {
  position: relative;
  width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 22px;
  align-items: stretch;
}

.comparison-card {
  position: relative;
  min-height: 520px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(16, 23, 34, 0.9), rgba(7, 10, 15, 0.96));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.32);
  animation: section-rise 850ms ease both;
}

.comparison-card--risk {
  border-color: rgba(255, 84, 84, 0.24);
}

.comparison-card--safe {
  border-color: rgba(53, 221, 81, 0.34);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.34),
    0 0 70px rgba(53, 221, 81, 0.08);
  animation-delay: 130ms;
}

.comparison-card__label {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.comparison-card--risk .comparison-card__label {
  color: #ff9a9a;
  background: rgba(255, 84, 84, 0.08);
}

.comparison-card--safe .comparison-card__label {
  color: #96ffab;
  background: rgba(53, 221, 81, 0.1);
}

.comparison-card h3 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  line-height: 1.25;
}

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

.comparison-card li {
  position: relative;
  padding-right: 28px;
  color: rgba(245, 247, 251, 0.78);
  line-height: 1.55;
}

.comparison-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 84, 84, 0.82);
  box-shadow: 0 0 16px rgba(255, 84, 84, 0.42);
}

.comparison-card--safe li::before {
  background: var(--accent);
  box-shadow: 0 0 16px rgba(53, 221, 81, 0.5);
}

.comparison-divider {
  display: grid;
  place-items: center;
  min-width: 92px;
}

.comparison-divider span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid rgba(53, 221, 81, 0.42);
  background: radial-gradient(circle, rgba(53, 221, 81, 0.18), rgba(6, 8, 13, 0.94));
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 800;
  box-shadow: 0 0 40px rgba(53, 221, 81, 0.22);
  animation: soft-float 4s ease-in-out infinite;
}

.platform-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(440px, 1fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.platform-section__visual {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(53, 221, 81, 0.24);
  background: #05080d;
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(53, 221, 81, 0.1);
  animation: section-rise 900ms ease both;
}

.platform-section__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgba(5, 8, 13, 0.76) 100%);
  pointer-events: none;
}

.platform-section__visual img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center;
}

.platform-section__content {
  animation: section-rise 900ms 120ms ease both;
}

.platform-section__content .section-kicker {
  margin-right: 0;
  margin-left: auto;
}

.platform-section__content h2 {
  margin: 0 0 24px;
  text-align: right;
}

.platform-section__content p {
  max-width: 760px;
  margin: 0 0 18px;
  color: rgba(185, 192, 207, 0.9);
  font-size: 1.05rem;
  line-height: 1.9;
}

.platform-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.platform-points span {
  padding: 12px 18px;
  border: 1px solid rgba(53, 221, 81, 0.24);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.08);
  color: #eaffee;
  font-weight: 800;
}

.home-passai-section {
  position: relative;
  overflow: hidden;
  width: min(1180px, 88vw);
  margin: 78px auto 98px;
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(24px, 4vw, 46px);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 38px;
  background:
    radial-gradient(circle at 20% 0%, rgba(53, 221, 81, 0.18), transparent 36%),
    linear-gradient(145deg, rgba(12, 20, 30, 0.94), rgba(4, 8, 14, 0.96));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.38);
}

.home-passai-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 26%, rgba(53, 221, 81, 0.08));
  opacity: 0.5;
}

.home-passai-section__image,
.home-passai-section__content {
  position: relative;
  z-index: 1;
}

.home-passai-section__image {
  overflow: hidden;
  min-height: 440px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.home-passai-section__image img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 500ms ease;
}

.home-passai-section:hover .home-passai-section__image img {
  transform: scale(1.07);
}

.home-passai-section h2 {
  max-width: 620px;
  margin: 14px 0 18px;
  color: #fff;
  font-size: clamp(1.65rem, 2.85vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.home-passai-section p {
  margin: 0 0 14px;
  color: rgba(226, 232, 240, 0.82);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.9;
}

.home-passai-section__points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 24px 0 28px;
}

.home-passai-section__points span {
  padding: 9px 13px;
  border: 1px solid rgba(112, 255, 164, 0.24);
  border-radius: 999px;
  color: #eaffee;
  background: rgba(53, 221, 81, 0.08);
  font-weight: 800;
}

.home-passai-section__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  color: #06100a;
  background: linear-gradient(135deg, #68f08f, #1fb76f);
  font-weight: 900;
  box-shadow: 0 18px 48px rgba(47, 221, 111, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-passai-section__link:hover,
.home-passai-section__link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 22px 58px rgba(47, 221, 111, 0.3);
}


.private-benefits-section {
  position: relative;
  overflow: hidden;
  padding: 94px 7.5%;
  background:
    radial-gradient(circle at 78% 18%, rgba(53, 221, 81, 0.14), transparent 24%),
    radial-gradient(circle at 16% 82%, rgba(95, 128, 255, 0.12), transparent 20%),
    linear-gradient(180deg, #05070b 0%, #071018 46%, #05070b 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.private-benefits-section__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(360px, 0.92fr) minmax(420px, 1fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
}

.private-benefits-visual {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
}

.private-benefits-visual__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.private-benefits-visual__orb--one {
  top: 30px;
  right: 42px;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(53, 221, 81, 0.24), transparent 70%);
}

.private-benefits-visual__orb--two {
  left: 12px;
  bottom: 24px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(87, 122, 255, 0.22), transparent 70%);
}

.private-benefits-visual__frame {
  position: relative;
  width: min(100%, 560px);
  margin: 0;
  overflow: hidden;
  border-radius: 38px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(53, 221, 81, 0.08);
  transform: rotate(-4.5deg);
}

.private-benefits-visual__frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0) 22%);
  pointer-events: none;
}

.private-benefits-visual__frame img {
  display: block;
  width: 100%;
  min-height: 620px;
  object-fit: cover;
  object-position: center;
}

.private-benefits-chip {
  position: absolute;
  min-width: 180px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.88), rgba(7, 10, 15, 0.94));
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    0 0 32px rgba(53, 221, 81, 0.08);
  backdrop-filter: blur(14px);
}

.private-benefits-chip strong {
  display: block;
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 900;
}

.private-benefits-chip span {
  display: block;
  margin-top: 6px;
  color: rgba(201, 209, 224, 0.86);
  font-size: 0.88rem;
  line-height: 1.55;
}

.private-benefits-chip--score {
  top: 48px;
  left: 0;
}

.private-benefits-chip--ai {
  right: 4px;
  bottom: 72px;
}

.private-benefits-chip--shield {
  left: 48px;
  bottom: 0;
}

.private-benefits-copy .section-kicker {
  margin-right: 0;
  margin-left: auto;
}

.private-benefits-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
  line-height: 1.08;
}

.private-benefits-copy__lead {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(201, 209, 224, 0.88);
  font-size: 1.04rem;
  line-height: 1.9;
}

.private-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 32px;
}

.private-benefit-card {
  position: relative;
  min-height: 176px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.98));
  box-shadow:
    0 26px 64px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.private-benefit-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(53, 221, 81, 0), rgba(53, 221, 81, 0.82), rgba(83, 127, 255, 0.75));
}

.private-benefit-card:hover,
.private-benefit-card:focus-within {
  transform: translateY(-5px);
  border-color: rgba(53, 221, 81, 0.24);
  box-shadow:
    0 34px 82px rgba(0, 0, 0, 0.34),
    0 0 42px rgba(53, 221, 81, 0.08);
}

.private-benefit-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.28;
}

.private-benefit-card p {
  margin: 0;
  color: rgba(201, 209, 224, 0.84);
  line-height: 1.8;
}

.private-benefits-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.private-benefits-footer span {
  padding: 12px 18px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.08);
  color: #eaffee;
  font-weight: 800;
}

.business-hero__kicker {
  margin-right: 0;
  margin-left: auto;
}

.products-business-page {
  isolation: isolate;
}

.products-business-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100%;
  height: 920px;
  background:
    linear-gradient(180deg, rgba(5, 8, 12, 0.34) 0%, rgba(5, 8, 12, 0.48) 18%, rgba(5, 8, 12, 0.8) 72%, #05070b 100%),
    url("../assets/media/backgrounds/Business browser.jpg") center top / cover no-repeat;
  filter: blur(12px);
  transform: scale(1.04);
  transform-origin: top center;
  pointer-events: none;
}

.products-business-page > main {
  position: relative;
  z-index: 1;
}

.products-business-page .top-strip {
  background: linear-gradient(180deg, rgba(5, 9, 14, 0.34), rgba(5, 9, 14, 0.12));
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.products-business-page .site-header {
  background: linear-gradient(180deg, rgba(5, 9, 14, 0.42), rgba(5, 9, 14, 0.16));
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.products-business-page .hero-section.business-hero {
  background: transparent;
  border-bottom-color: rgba(255, 255, 255, 0.06);
}

.products-business-page .hero-section.business-hero::before {
  background:
    radial-gradient(circle at 76% 18%, rgba(53, 221, 81, 0.12), transparent 24%),
    linear-gradient(180deg, rgba(5, 8, 12, 0.08) 0%, rgba(5, 8, 12, 0.22) 30%, rgba(5, 8, 12, 0.82) 84%, #05070b 100%);
}

.products-business-page .hero-section__effects {
  top: 52px;
  left: 50%;
  width: min(82vw, 1120px);
  height: 560px;
  transform: translateX(-50%);
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 14% 26%, rgba(53, 221, 81, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 26% 72%, rgba(53, 221, 81, 0.12) 0 1.5px, transparent 3px),
    radial-gradient(circle at 38% 18%, rgba(53, 221, 81, 0.14) 0 2px, transparent 3px),
    radial-gradient(circle at 62% 24%, rgba(53, 221, 81, 0.16) 0 2px, transparent 3px),
    radial-gradient(circle at 74% 68%, rgba(53, 221, 81, 0.12) 0 1.5px, transparent 3px),
    radial-gradient(circle at 88% 30%, rgba(53, 221, 81, 0.16) 0 2px, transparent 3px),
    radial-gradient(circle at 50% 44%, rgba(53, 221, 81, 0.08), transparent 42%);
  box-shadow: none;
  filter: drop-shadow(0 0 44px rgba(53, 221, 81, 0.08));
  opacity: 0.86;
}

.products-business-page .hero-section__effects::before,
.products-business-page .hero-section__effects::after {
  border: 0;
  border-radius: 0;
  clip-path: none;
}

.products-business-page .hero-section__effects::before {
  inset: 24px 84px 110px;
  background:
    radial-gradient(circle at 18% 42%, rgba(164, 255, 184, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 42% 74%, rgba(53, 221, 81, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 34%, rgba(53, 221, 81, 0.16) 0 1px, transparent 2px),
    radial-gradient(circle at 86% 66%, rgba(164, 255, 184, 0.16) 0 1px, transparent 2px);
  opacity: 0.72;
}

.products-business-page .hero-section__effects::after {
  inset: 72px 142px 46px;
  background:
    radial-gradient(circle at 18% 24%, rgba(53, 221, 81, 0.18) 0 1px, transparent 2px),
    radial-gradient(circle at 54% 58%, rgba(53, 221, 81, 0.14) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 30%, rgba(53, 221, 81, 0.16) 0 1px, transparent 2px);
  opacity: 0.58;
}

.products-business-page .hero-section__content h1,
.products-business-page .hero-section__subtitle,
.products-business-page .main-nav,
.products-business-page .top-strip__auth,
.products-business-page .top-strip__icon {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}

.business-hero__preview {
  box-shadow:
    0 -16px 84px rgba(144, 94, 255, 0.15),
    0 0 0 1px rgba(255, 255, 255, 0.05),
    0 42px 84px rgba(0, 0, 0, 0.42);
}

.business-truth-section {
  position: relative;
  overflow: hidden;
  padding: 96px 7.5%;
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 98, 98, 0.08), transparent 22%),
    radial-gradient(circle at 16% 78%, rgba(144, 94, 255, 0.1), transparent 20%),
    linear-gradient(180deg, #05070b 0%, #09111a 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.business-truth-section__inner,
.business-shift-section__inner,
.business-control-section__inner {
  width: min(100%, 1480px);
  margin: 0 auto;
}

.business-truth-section__head {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.business-truth-section__head h2,
.business-control-section__head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.business-truth-section__line {
  display: block;
}

.business-truth-section__line--intro {
  font-size: clamp(1.48rem, 2vw, 2.28rem);
  line-height: 1.22;
}

.business-truth-section__line--main {
  margin-top: 10px;
}

.business-truth-section__head p {
  margin: 18px auto 0;
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.9;
}

.business-truth-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.business-truth-card,
.business-control-card {
  position: relative;
  min-height: 208px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.98));
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.business-truth-card::before,
.business-control-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  border-radius: 999px;
}

.business-truth-card::before {
  background: linear-gradient(90deg, rgba(255, 98, 98, 0), rgba(255, 98, 98, 0.9), rgba(144, 94, 255, 0.72));
}

.business-control-card::before {
  background: linear-gradient(90deg, rgba(53, 221, 81, 0), rgba(53, 221, 81, 0.92), rgba(144, 94, 255, 0.75));
}

.business-truth-card h3,
.business-control-card h3,
.business-shift-points strong {
  color: #ffffff;
}

.business-truth-card h3,
.business-control-card h3 {
  margin: 0 0 12px;
  font-size: 1.22rem;
  line-height: 1.32;
}

.business-truth-card p,
.business-control-card p,
.business-shift-section__content p,
.business-shift-points p,
.business-control-cta p {
  margin: 0;
  color: rgba(201, 209, 224, 0.84);
  line-height: 1.84;
}

.business-shift-section {
  padding: 96px 7.5%;
  background:
    radial-gradient(circle at 18% 18%, rgba(53, 221, 81, 0.1), transparent 24%),
    linear-gradient(180deg, #061019 0%, #05070b 100%);
}

.business-shift-section__inner {
  display: grid;
  grid-template-columns: minmax(360px, 0.94fr) minmax(420px, 1fr);
  gap: clamp(34px, 5vw, 86px);
  align-items: center;
}

.business-shift-section__visual {
  overflow: hidden;
  border: 1px solid rgba(53, 221, 81, 0.18);
  border-radius: 34px;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.34),
    0 0 60px rgba(53, 221, 81, 0.08);
}

.business-shift-section__visual img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}

.business-shift-section__content .section-kicker {
  margin-right: 0;
  margin-left: auto;
}

.business-shift-section__content h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.business-shift-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.business-shift-points article {
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
}

.business-shift-points strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.02rem;
}

.business-control-section {
  padding: 96px 7.5%;
  background:
    radial-gradient(circle at 86% 16%, rgba(53, 221, 81, 0.08), transparent 22%),
    linear-gradient(180deg, #05070b 0%, #071018 100%);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.business-control-section__head {
  max-width: 760px;
}

.business-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.business-control-cta {
  margin-top: 28px;
  padding: 26px 28px;
  border: 1px solid rgba(53, 221, 81, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.86), rgba(7, 10, 15, 0.96));
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.28);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.business-control-cta__button {
  flex: 0 0 auto;
}

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

  .business-shift-section__inner {
    grid-template-columns: 1fr;
  }

  .business-shift-section__visual img {
    min-height: 380px;
  }

  .business-control-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .private-benefits-section__inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .private-benefits-visual {
    min-height: auto;
    padding: 20px 0 56px;
  }

  .private-benefits-visual__frame {
    width: min(100%, 540px);
    transform: none;
  }

  .private-benefits-visual__frame img {
    min-height: 420px;
  }

  .private-benefits-chip--score {
    top: 0;
    left: 10px;
  }

  .private-benefits-chip--ai {
    right: 12px;
    bottom: 54px;
  }

  .private-benefits-chip--shield {
    left: 34px;
    bottom: 0;
  }
}

@media (max-width: 640px) {
  .business-truth-section,
  .business-shift-section,
  .business-control-section {
    padding: 72px 5%;
  }

  .business-truth-grid,
  .business-control-grid,
  .business-shift-points {
    grid-template-columns: 1fr;
  }

  .business-control-cta {
    padding: 22px;
  }

  .products-business-page::before {
    height: 1080px;
    background-position: center top, 58% top;
  }

  .business-truth-section__line--main {
    margin-top: 8px;
  }

  .private-benefits-section {
    padding: 70px 5%;
  }

  .private-benefits-visual__frame img {
    min-height: 320px;
  }

  .private-benefits-chip {
    position: relative;
    min-width: 0;
    width: 100%;
  }

  .private-benefits-chip--score,
  .private-benefits-chip--ai,
  .private-benefits-chip--shield {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .private-benefits-visual {
    gap: 14px;
    justify-items: center;
  }

  .private-benefits-grid {
    grid-template-columns: 1fr;
  }
}

.contact-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 460px;
  padding: 54px 10%;
  display: grid;
  grid-template-columns: minmax(380px, 520px) minmax(300px, 430px);
  justify-content: center;
  align-items: center;
  gap: clamp(18px, 2.5vw, 42px);
  background:
    radial-gradient(circle at 18% 20%, rgba(53, 221, 81, 0.14), transparent 26%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(135deg, #101723 0%, #071018 48%, #03080d 100%);
  background-size: auto, 34px 34px, auto;
}

.contact-hero__glow {
  position: absolute;
  inset: 12% auto auto 8%;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 221, 81, 0.14), transparent 68%);
  filter: blur(8px);
  animation: pulse-orb 7s ease-in-out infinite;
}

.contact-hero__content,
.contact-hero__image {
  position: relative;
  z-index: 2;
}

.contact-hero__content .section-kicker {
  margin-right: 0;
  margin-left: auto;
}

.contact-hero h1 {
  max-width: 560px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.65rem, 2.7vw, 3.15rem);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.04em;
  animation: hero-title-in 900ms ease both;
}

.contact-hero p {
  max-width: 520px;
  margin: 14px 0 0;
  color: rgba(185, 192, 207, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
  animation: hero-actions-in 900ms 120ms ease both;
}

.contact-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
  animation: hero-actions-in 900ms 210ms ease both;
}

.contact-highlights span {
  padding: 8px 13px;
  border: 1px solid rgba(53, 221, 81, 0.26);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.08);
  color: #eaffee;
  font-size: 0.9rem;
  font-weight: 800;
}

.contact-hero__image {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(53, 221, 81, 0.26);
  background: #05080d;
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.36),
    0 0 54px rgba(53, 221, 81, 0.1);
  animation: browser-in 1000ms 220ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.contact-hero__image img {
  width: 100%;
  min-height: 300px;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
}

.contact-panel {
  width: 100%;
  padding: 90px 7.5%;
  display: grid;
  grid-template-columns: minmax(420px, 1.1fr) minmax(300px, 0.75fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
  background: #05070b;
}

.contact-form,
.contact-cards article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.96));
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
}

.contact-form {
  padding: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border-radius: 34px;
}

.form-heading {
  grid-column: 1 / -1;
  margin-bottom: 8px;
}

.form-heading span {
  color: var(--accent);
  font-weight: 800;
}

.form-heading h2 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: clamp(1.7rem, 2.4vw, 2.7rem);
  line-height: 1.12;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: rgba(245, 247, 251, 0.78);
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px 15px;
  background: rgba(3, 7, 12, 0.78);
  color: #ffffff;
  font: inherit;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: rgba(53, 221, 81, 0.56);
  box-shadow: 0 0 0 4px rgba(53, 221, 81, 0.12);
}

.contact-form input[type="tel"],
.demo-drawer__form input[type="tel"] {
  direction: rtl;
  text-align: right;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form__wide,
.contact-form button {
  grid-column: 1 / -1;
}

.contact-form button {
  margin-top: 8px;
  padding: 15px 22px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--accent), #15a778);
  color: #041007;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(53, 221, 81, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.contact-form button:hover,
.contact-form button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(53, 221, 81, 0.26);
}

.contact-cards {
  display: grid;
  gap: 18px;
}

.contact-cards article {
  padding: 26px;
  border-radius: 26px;
  animation: section-rise 850ms ease both;
}

.contact-cards article:nth-child(2) {
  animation-delay: 120ms;
}

.contact-cards article:nth-child(3) {
  animation-delay: 240ms;
}

.contact-cards span {
  color: var(--accent);
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.contact-cards h3 {
  margin: 10px 0 8px;
  color: #ffffff;
  font-size: 1.35rem;
}

.contact-cards p {
  margin: 0;
  color: rgba(185, 192, 207, 0.88);
  line-height: 1.75;
}

.contact-cards a {
  display: inline-flex;
  margin-top: 12px;
  color: var(--accent);
  font-weight: 700;
  direction: ltr;
}

.blog-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 58px;
  background:
    radial-gradient(circle at 62% 16%, rgba(53, 221, 81, 0.14), transparent 32%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, #101723 0%, #05070b 100%);
  background-size: auto, 34px 34px, auto;
}

.blog-hero__layout {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  align-items: stretch;
}

.blog-hero__intro {
  display: grid;
  align-content: start;
  justify-items: start;
}

.blog-hero .section-kicker {
  margin-right: 0;
  margin-left: auto;
}

.blog-hero h1 {
  max-width: 840px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.3vw, 3.55rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
  animation: hero-title-in 900ms ease both;
  text-align: right;
}

.blog-hero p {
  max-width: 640px;
  margin: 18px 0 0;
  color: rgba(185, 192, 207, 0.9);
  font-size: 1rem;
  line-height: 1.85;
  animation: hero-actions-in 900ms 120ms ease both;
  text-align: right;
}

.blog-categories-strip {
  width: 85%;
  margin: 0 auto;
  padding: 0 0 26px;
  background: #05070b;
}

.blog-category-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 24px;
}

.blog-category-filter button {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(245, 247, 251, 0.82);
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.blog-category-filter button:hover,
.blog-category-filter button:focus-visible,
.blog-category-filter button.is-active {
  color: #f8fff9;
  border-color: rgba(53, 221, 81, 0.34);
  background: rgba(53, 221, 81, 0.1);
  box-shadow: 0 0 22px rgba(53, 221, 81, 0.12);
  transform: translateY(-2px);
}

.blog-hero__featured {
  align-self: stretch;
  min-width: 0;
}

.blog-featured-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(240px, 0.92fr) minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  min-height: 100%;
  padding: 20px;
  border: 1px solid rgba(53, 221, 81, 0.2);
  border-radius: 28px;
  background:
    linear-gradient(160deg, rgba(53, 221, 81, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(17, 24, 35, 0.94), rgba(7, 10, 15, 0.98));
  box-shadow: 0 30px 78px rgba(0, 0, 0, 0.34);
  animation: section-rise 900ms 120ms ease both;
  direction: ltr;
}

.blog-featured-card__image {
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.blog-featured-card__image img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center;
}

.blog-featured-card__body {
  position: relative;
  z-index: 2;
  direction: rtl;
  display: grid;
  align-content: center;
}

.blog-featured-card__label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.12);
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
}

.blog-featured-card h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.48rem, 1.8vw, 2rem);
  line-height: 1.24;
}

.blog-featured-card p {
  margin: 0;
  color: rgba(185, 192, 207, 0.88);
  font-size: 0.98rem;
  line-height: 1.8;
}

.blog-grid {
  width: 85%;
  margin: 0 auto;
  padding: 36px 0 88px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  background: #05070b;
}

.blog-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  animation: section-rise 850ms ease both;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(53, 221, 81, 0.34);
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.4), 0 0 30px rgba(53, 221, 81, 0.12);
}

.blog-card__hit-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.blog-card:nth-child(2) {
  animation-delay: 100ms;
}

.blog-card:nth-child(3) {
  animation-delay: 180ms;
}

.blog-card:nth-child(4) {
  animation-delay: 260ms;
}

.blog-card:nth-child(5) {
  animation-delay: 340ms;
}

.blog-card:nth-child(6) {
  animation-delay: 420ms;
}

.blog-card--featured {
  grid-column: span 2;
}

.blog-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: center;
}

.blog-card--featured img {
  height: 170px;
  min-height: 0;
}

.blog-card__body {
  padding: 20px;
}

.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
  color: rgba(185, 192, 207, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
}

.blog-card__meta span {
  color: var(--accent);
}

.blog-card h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(1.12rem, 1.25vw, 1.42rem);
  line-height: 1.25;
}

.blog-card p {
  margin: 0;
  color: rgba(185, 192, 207, 0.9);
  font-size: 0.9rem;
  line-height: 1.65;
}

.blog-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 16px;
}

.blog-card__tags span {
  padding: 6px 10px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.07);
  color: rgba(234, 255, 238, 0.92);
  font-size: 0.76rem;
  font-weight: 800;
}

.blog-card__read-more {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin: 0 0 14px;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 800;
}

.blog-card__read-more:hover,
.blog-card__read-more:focus-visible {
  color: #ffffff;
}

.article-page {
  background: #05070b;
}

.product-page {
  background: #05070b;
  color: #ffffff;
}

.product-page button {
  font: inherit;
}

.product-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 52px 10%;
  display: grid;
  grid-template-columns: minmax(380px, 560px) minmax(340px, 480px);
  justify-content: center;
  gap: clamp(16px, 2.4vw, 38px);
  align-items: center;
  background:
    radial-gradient(circle at 34% 26%, rgba(53, 221, 81, 0.15), transparent 28%),
    radial-gradient(circle at 72% 62%, rgba(5, 132, 107, 0.13), transparent 30%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(135deg, #101723 0%, #05070b 78%);
  background-size: auto, auto, 34px 34px, auto;
}

.product-hero::before,
.product-console::before,
.product-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(53, 221, 81, 0.1), transparent 34%);
}

.product-hero__content,
.product-hero__visual,
.product-console__content,
.product-console__image,
.product-cta > * {
  position: relative;
  z-index: 1;
}

.product-hero h1 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(1.75rem, 2.9vw, 3.35rem);
  line-height: 1.12;
  letter-spacing: -0.045em;
  animation: hero-title-in 900ms ease both;
}

.about-platform-page .product-hero h1 {
  max-width: 680px;
  font-size: clamp(1.55rem, 2.25vw, 2.65rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.product-beta-badge {
  display: inline-flex;
  margin-top: 18px;
  padding: 9px 14px;
  border: 1px solid rgba(53, 221, 81, 0.32);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.08);
  color: #eaffee;
  font-size: 0.92rem;
  font-weight: 700;
  box-shadow: 0 0 28px rgba(53, 221, 81, 0.1);
  animation: hero-actions-in 900ms 80ms ease both;
}

.product-hero p,
.product-section-head p,
.product-split__content p,
.product-console__content p,
.product-cta p {
  color: rgba(201, 209, 224, 0.9);
  line-height: 1.82;
}

.product-hero p {
  max-width: 560px;
  margin: 16px 0 0;
  font-size: 0.96rem;
  line-height: 1.72;
  animation: hero-actions-in 900ms 120ms ease both;
}

.product-hero__actions,
.product-split__content button,
.product-console__content button,
.product-cta button {
  animation: hero-actions-in 900ms 220ms ease both;
}

.product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.product-hero__actions button,
.product-hero__actions a,
.product-split__content button,
.product-console__content button,
.product-cta button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.product-hero__actions button,
.product-split__content button,
.product-console__content button,
.product-cta button {
  border: 0;
  background: linear-gradient(135deg, var(--accent), #16b57e);
  color: #041007;
  box-shadow: 0 20px 44px rgba(53, 221, 81, 0.22);
}

.product-hero__actions a {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.product-hero__visual,
.product-split__image,
.product-console__image {
  overflow: hidden;
  border: 1px solid rgba(53, 221, 81, 0.24);
  background: rgba(5, 8, 13, 0.9);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42), 0 0 72px rgba(53, 221, 81, 0.1);
  animation: browser-in 1000ms 240ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.product-hero__visual {
  border-radius: 24px;
}

.product-hero__visual img,
.product-split__image img,
.product-console__image img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.product-hero__visual img {
  min-height: 300px;
  max-height: 360px;
}

.product-signal {
  width: 85%;
  margin: 0 auto;
  padding: 54px 0 34px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-signal article,
.product-layer-grid article {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.96));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
}

.product-signal article {
  padding: 24px;
  border-radius: 24px;
}

.product-signal span,
.product-layer-grid h3,
.product-section-head .section-kicker {
  color: var(--accent);
}

.product-signal span {
  font-weight: 800;
}

.product-signal h2,
.product-layer-grid h3 {
  margin: 10px 0 8px;
}

.product-signal p,
.product-layer-grid p {
  margin: 0;
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.72;
}

.product-split,
.product-console {
  width: 85%;
  margin: 0 auto;
  padding: 72px 0;
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(420px, 0.92fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: center;
}

.product-split__image,
.product-console__image {
  border-radius: 28px;
}

.product-split__image img,
.product-console__image img {
  min-height: 360px;
}

.product-split__content h2,
.product-section-head h2,
.product-console__content h2,
.product-cta h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.85rem, 3vw, 3.4rem);
  line-height: 1.14;
  letter-spacing: -0.035em;
}

.product-split__content p,
.product-console__content p {
  margin: 18px 0 0;
}

.product-split__content ul {
  margin: 24px 0 28px;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.product-split__content li {
  position: relative;
  padding-right: 24px;
  color: rgba(235, 242, 255, 0.9);
}

.product-split__content li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  right: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 18px rgba(53, 221, 81, 0.55);
}

.product-layers {
  width: 100%;
  padding: 78px 7.5%;
  background:
    radial-gradient(circle at 50% 18%, rgba(53, 221, 81, 0.1), transparent 30%),
    #05070b;
}

.product-section-head {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

.product-section-head p {
  margin: 18px auto 0;
  max-width: 760px;
}

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

.product-layer-grid article {
  min-height: 190px;
  padding: 24px;
  border-radius: 24px;
}

.product-console {
  position: relative;
  overflow: hidden;
  width: 85%;
  padding: 54px;
  border: 1px solid rgba(53, 221, 81, 0.18);
  border-radius: 36px;
  background: linear-gradient(135deg, rgba(16, 23, 35, 0.94), rgba(5, 7, 11, 0.98));
}

.product-console__content button {
  margin-top: 26px;
}

.product-cta {
  position: relative;
  overflow: hidden;
  width: 85%;
  margin: 72px auto 96px;
  padding: 58px;
  border: 1px solid rgba(53, 221, 81, 0.24);
  border-radius: 36px;
  background:
    linear-gradient(120deg, rgba(53, 221, 81, 0.13), transparent 42%),
    linear-gradient(145deg, rgba(17, 24, 35, 0.96), rgba(5, 7, 11, 0.98));
  text-align: center;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.36);
}

.product-cta h2 {
  max-width: 940px;
  margin: 0 auto;
}

.product-cta p {
  max-width: 760px;
  margin: 18px auto 28px;
}

.article-hero {
  padding: 92px 7.5% 56px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 16%, rgba(53, 221, 81, 0.13), transparent 32%),
    linear-gradient(180deg, #101723 0%, #05070b 100%);
}

.article-back {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--accent);
  font-weight: 800;
}

.article-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(185, 192, 207, 0.82);
  font-weight: 700;
}

.article-meta span {
  color: var(--accent);
}

.article-hero h1 {
  max-width: 980px;
  margin: 18px auto 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 4vw, 4.3rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.article-hero p {
  max-width: 760px;
  margin: 22px auto 0;
  color: rgba(185, 192, 207, 0.9);
  font-size: 1.08rem;
  line-height: 1.8;
}

.article-cover {
  width: min(85%, 1180px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(53, 221, 81, 0.2);
  border-radius: 30px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.article-cover img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center top;
}

.article-layout {
  width: min(85%, 1180px);
  margin: 56px auto 96px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 48px;
  align-items: start;
}

.article-content {
  color: rgba(245, 247, 251, 0.84);
  font-size: 1.08rem;
  line-height: 1.95;
}

.article-content h2 {
  margin: 34px 0 12px;
  color: #ffffff;
  font-size: 1.65rem;
}

.article-content p {
  margin: 0 0 18px;
}

.article-content blockquote {
  margin: 34px 0 0;
  padding: 24px;
  border-right: 3px solid var(--accent);
  border-radius: 18px;
  background: rgba(53, 221, 81, 0.07);
  color: #ffffff;
  font-weight: 700;
}

.article-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: rgba(13, 18, 28, 0.82);
}

.article-sidebar h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1rem;
}

.article-sidebar p {
  margin: 0;
  color: rgba(185, 192, 207, 0.9);
}

.article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags span {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.08);
  color: #eaffee;
  font-size: 0.82rem;
  font-weight: 800;
}

.article-cta {
  display: inline-flex;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #15a778);
  color: #041007;
  font-weight: 900;
}

.support-hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 54px 7.5% 48px;
  display: grid;
  grid-template-columns: minmax(420px, 700px) minmax(260px, 420px);
  justify-content: center;
  gap: clamp(16px, 2vw, 34px);
  align-items: center;
  background:
    radial-gradient(circle at 58% 50%, rgba(53, 221, 81, 0.14), transparent 22%),
    radial-gradient(circle at 18% 20%, rgba(53, 221, 81, 0.08), transparent 25%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.032) 1px, transparent 1px),
    linear-gradient(135deg, #101723 0%, #05070b 100%);
  background-size: auto, 34px 34px, auto;
}

.support-hero::before {
  content: "";
  position: absolute;
  inset: 14% 7.5% auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(53, 221, 81, 0.42), transparent);
  box-shadow: 0 0 28px rgba(53, 221, 81, 0.28);
  pointer-events: none;
}

.support-hero::after {
  content: "";
  position: absolute;
  inset: auto 10% 12%;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 221, 81, 0.1), transparent 70%);
  filter: blur(18px);
  pointer-events: none;
}

.support-hero__content {
  position: relative;
  z-index: 2;
}

.support-hero__content .section-kicker,
.support-section-head .section-kicker {
  margin-right: 0;
  margin-left: auto;
}

.support-hero h1,
.support-section-head h2 {
  margin: 0;
  color: #ffffff;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.support-hero h1 {
  max-width: 680px;
  font-size: clamp(1.9rem, 3vw, 3.25rem);
}

.support-hero p,
.support-section-head p {
  max-width: 740px;
  margin: 14px 0 0;
  color: rgba(185, 192, 207, 0.9);
  font-size: 0.98rem;
  line-height: 1.75;
}

.support-search {
  max-width: 560px;
  margin-top: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(53, 221, 81, 0.24);
  border-radius: 20px;
  background: rgba(5, 8, 13, 0.72);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
}

.support-search input {
  min-width: 0;
  border: 0;
  background: transparent;
  color: #ffffff;
  font: inherit;
  padding: 10px 13px;
  outline: none;
}

.support-search button {
  border: 0;
  border-radius: 15px;
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--accent), #15a778);
  color: #041007;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.support-hero__image {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  justify-self: start;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  box-shadow:
    0 28px 80px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(53, 221, 81, 0.1);
}

.support-hero__image img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

.guide-section,
.faq-section {
  padding: 86px 7.5%;
  background: #05070b;
}

.support-section-head {
  max-width: 920px;
  margin-bottom: 38px;
}

.audience-tabs {
  width: min(100%, 720px);
  margin: -10px 0 34px auto;
  padding: 8px;
  display: flex;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(13, 18, 28, 0.72);
}

.audience-tabs button {
  flex: 1;
  min-height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(245, 247, 251, 0.72);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.audience-tabs button:hover,
.audience-tabs button:focus-visible,
.audience-tabs button.is-active {
  background: linear-gradient(135deg, rgba(53, 221, 81, 0.92), rgba(21, 167, 120, 0.92));
  color: #041007;
  box-shadow: 0 12px 28px rgba(53, 221, 81, 0.18);
}

[data-audience].is-hidden {
  display: none;
}

.support-section-head h2 {
  font-size: clamp(1.9rem, 3vw, 3.2rem);
}

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

.guide-card {
  min-height: 270px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  animation: section-rise 850ms ease both;
}

.guide-card span {
  color: var(--accent);
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.guide-card h3 {
  margin: 14px 0 12px;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1.25;
}

.guide-card p {
  margin: 0;
  color: rgba(185, 192, 207, 0.88);
  line-height: 1.75;
}

.guide-card a {
  display: inline-flex;
  margin-top: 22px;
  color: var(--accent);
  font-weight: 800;
}

.faq-section {
  padding-top: 40px;
}

.faq-list {
  display: grid;
  gap: 14px;
  width: min(100%, 980px);
}

.faq-list details {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(13, 18, 28, 0.78);
  overflow: hidden;
}

.faq-list summary {
  cursor: pointer;
  padding: 20px 24px;
  color: #ffffff;
  font-weight: 800;
}

.faq-list details[open] summary {
  color: var(--accent);
}

.faq-list p {
  margin: 0;
  padding: 0 24px 22px;
  color: rgba(185, 192, 207, 0.9);
  line-height: 1.8;
}

.guide-article-hero {
  padding: 82px 7.5% 56px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 14%, rgba(53, 221, 81, 0.14), transparent 30%),
    linear-gradient(180deg, #101723 0%, #05070b 100%);
}

.guide-article-hero a {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-weight: 800;
}

.guide-article-hero span {
  display: block;
  color: rgba(185, 192, 207, 0.86);
  font-weight: 800;
}

.guide-article-hero h1 {
  max-width: 900px;
  margin: 14px auto 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.6vw, 4rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.guide-article-hero p {
  max-width: 700px;
  margin: 18px auto 0;
  color: rgba(185, 192, 207, 0.9);
  font-size: 1.05rem;
  line-height: 1.8;
}

.guide-article-layout {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0 96px;
  display: grid;
  grid-template-columns: minmax(0, 60%) minmax(260px, 1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
  background: #05070b;
}

.guide-article-content {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background: rgba(13, 18, 28, 0.72);
  color: rgba(245, 247, 251, 0.86);
  font-size: 1.06rem;
  line-height: 1.95;
}

.guide-article-content h2 {
  margin: 34px 0 12px;
  color: #ffffff;
  font-size: 1.55rem;
}

.guide-article-content h2:first-child {
  margin-top: 0;
}

.guide-article-content p {
  margin: 0 0 18px;
}

.guide-note {
  margin-top: 32px;
  padding: 22px;
  border-right: 3px solid var(--accent);
  border-radius: 18px;
  background: rgba(53, 221, 81, 0.08);
  color: #ffffff;
}

.guide-related {
  position: sticky;
  top: 120px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.98));
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.26);
}

.guide-related h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.2rem;
}

.guide-related a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(245, 247, 251, 0.82);
  font-weight: 700;
}

.guide-related span {
  color: var(--accent);
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.updates-page,
.release-page {
  background: #05070b;
  color: #ffffff;
}

.updates-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 7.5% 62px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 18%, rgba(53, 221, 81, 0.14), transparent 28%),
    linear-gradient(120deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(135deg, #101723 0%, #05070b 78%);
  background-size: auto, 34px 34px, auto;
}

.updates-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.updates-hero p {
  max-width: 760px;
  margin: 20px auto 0;
  color: rgba(201, 209, 224, 0.9);
  font-size: 1.05rem;
  line-height: 1.78;
}

.updates-overview {
  width: 85%;
  margin: 0 auto;
  padding: 68px 0 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  direction: ltr;
}

.updates-overview__panel {
  direction: rtl;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.94), rgba(7, 10, 15, 0.98));
  box-shadow:
    0 30px 78px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.updates-articles-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(53, 221, 81, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(17, 24, 35, 0.94), rgba(7, 10, 15, 0.98));
}

.updates-release-panel {
  background:
    radial-gradient(circle at 0% 0%, rgba(53, 221, 81, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(17, 24, 35, 0.96), rgba(7, 10, 15, 0.98));
}

.updates-panel__head .section-kicker {
  margin: 0 0 16px;
}

.updates-panel__head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.55rem, 2.4vw, 2.4rem);
  line-height: 1.16;
}

.updates-panel__head p {
  margin: 14px 0 0;
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.75;
}

.updates-articles-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.updates-articles-empty {
  padding: 22px;
  border: 1px dashed rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  color: rgba(201, 209, 224, 0.8);
  line-height: 1.7;
  text-align: center;
  background: rgba(255, 255, 255, 0.02);
}

.updates-article-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.updates-article-item:hover,
.updates-article-item:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(53, 221, 81, 0.28);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.28),
    0 0 32px rgba(53, 221, 81, 0.08);
  background:
    linear-gradient(180deg, rgba(53, 221, 81, 0.07), rgba(255, 255, 255, 0.02));
}

.updates-article-item__index {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(53, 221, 81, 0.12);
  color: #dfffe6;
  font-size: 0.86rem;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.updates-article-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  color: rgba(201, 209, 224, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.updates-article-item__meta time {
  direction: ltr;
}

.updates-article-item__meta span:last-child {
  color: var(--accent);
}

.updates-article-item h3 {
  margin: 10px 0 8px;
  color: #ffffff;
  font-size: 1.18rem;
  line-height: 1.35;
}

.updates-article-item p {
  margin: 0;
  color: rgba(201, 209, 224, 0.84);
  line-height: 1.72;
}

.updates-articles-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  color: rgba(245, 247, 251, 0.78);
  font-weight: 700;
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease;
}

.updates-articles-all:hover,
.updates-articles-all:focus-visible {
  color: #ffffff;
  border-color: rgba(53, 221, 81, 0.28);
  transform: translateY(-2px);
}

.updates-latest-release {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid rgba(53, 221, 81, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(53, 221, 81, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(10, 16, 26, 0.9), rgba(7, 10, 15, 0.98));
  box-shadow:
    0 26px 68px rgba(0, 0, 0, 0.34),
    0 0 40px rgba(53, 221, 81, 0.08);
}

.updates-latest-release__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.updates-latest-release__eyebrow {
  display: inline-flex;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.updates-latest-release h3 {
  margin: 8px 0 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 2.5vw, 2.7rem);
  line-height: 1.12;
}

.updates-latest-release > p {
  margin: 18px 0 0;
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.8;
}

.updates-latest-release__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 18px;
  color: rgba(245, 247, 251, 0.7);
  font-size: 0.92rem;
  font-weight: 700;
}

.updates-latest-release__meta time {
  direction: ltr;
}

.updates-download-button {
  width: 100%;
  margin-top: 22px;
  text-decoration: none;
}

.updates-release-link,
.updates-history__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.08);
  color: #dfffe6;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, color 180ms ease;
}

.updates-history__link {
  width: 100%;
  max-width: 136px;
  padding: 10px 14px;
  font-size: 0.84rem;
  white-space: nowrap;
}

.updates-release-link {
  margin-top: 14px;
}

.updates-release-link:hover,
.updates-release-link:focus-visible,
.updates-history__link:hover,
.updates-history__link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(116, 255, 142, 0.42);
  background: rgba(53, 221, 81, 0.14);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  color: #ffffff;
}

.updates-history {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.updates-history__head h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.32rem;
}

.updates-history__head p {
  margin: 10px 0 0;
  color: rgba(201, 209, 224, 0.78);
  line-height: 1.72;
}

.updates-history__table {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  min-width: 0;
}

.updates-history__row {
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  grid-template-columns: minmax(62px, 0.72fr) minmax(108px, 0.95fr) minmax(110px, 0.92fr) minmax(110px, 0.92fr) minmax(144px, 1fr);
  gap: 10px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(245, 247, 251, 0.86);
  overflow: hidden;
}

.updates-history__row--head {
  padding-block: 12px;
  border-style: dashed;
  color: rgba(201, 209, 224, 0.7);
  font-size: 0.85rem;
  font-weight: 800;
  background: transparent;
}

.updates-history__cell,
.updates-history__row time {
  min-width: 0;
  font-size: 0.95rem;
  font-weight: 700;
}

.updates-history__row time {
  direction: ltr;
}

.updates-history__cell--action {
  display: flex;
  justify-content: flex-start;
}

.updates-update-type,
.updates-support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 900;
  white-space: nowrap;
}

.updates-update-type {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 247, 251, 0.84);
}

.updates-update-type--critical {
  background: rgba(255, 123, 92, 0.16);
  color: #ffd7cd;
}

.updates-support--supported {
  background: rgba(53, 221, 81, 0.14);
  color: #dfffe6;
}

.updates-support--unsupported {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(245, 247, 251, 0.72);
}

@media (max-width: 980px) {
  .updates-overview {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .updates-release-panel {
    order: -1;
  }

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

  .updates-history__row--head {
    display: none;
  }

  .updates-history__cell {
    display: grid;
    gap: 6px;
  }

  .updates-history__cell::before {
    content: attr(data-label);
    color: rgba(201, 209, 224, 0.64);
    font-size: 0.78rem;
    font-weight: 800;
  }
}

@media (max-width: 640px) {
  .updates-hero {
    padding: 72px 5% 46px;
  }

  .updates-overview {
    padding: 52px 0 68px;
  }

  .updates-overview__panel {
    padding: 22px;
    border-radius: 26px;
  }

  .updates-article-item {
    grid-template-columns: 1fr;
  }

  .updates-article-item__index {
    width: 40px;
    height: 40px;
  }

  .updates-latest-release {
    padding: 20px;
    border-radius: 24px;
  }

  .updates-history__row {
    grid-template-columns: 1fr;
    padding: 14px 16px;
  }

  .updates-download-button .hero-download-button__title {
    font-size: 1.04rem;
  }

  .updates-download-button .hero-download-button__meta {
    font-size: 0.76rem;
  }
}

.release-board,
.customer-updates {
  width: 85%;
  margin: 0 auto;
  padding: 68px 0;
}

.release-board__head {
  max-width: 780px;
  margin-bottom: 28px;
}

.release-board__head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.8rem, 3vw, 3.1rem);
  line-height: 1.14;
}

.release-board__head p {
  margin: 12px 0 0;
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.75;
}

.release-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  border-radius: 28px;
  background:
    linear-gradient(120deg, rgba(53, 221, 81, 0.09), transparent 44%),
    linear-gradient(180deg, rgba(17, 24, 35, 0.94), rgba(7, 10, 15, 0.98));
  color: inherit;
  text-decoration: none;
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.release-card:hover,
.release-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(53, 221, 81, 0.46);
  box-shadow: 0 34px 86px rgba(0, 0, 0, 0.42), 0 0 34px rgba(53, 221, 81, 0.13);
}

.release-card__label,
.customer-update-grid article span {
  color: var(--accent);
  font-weight: 800;
}

.release-card h3 {
  margin: 8px 0 8px;
  font-size: clamp(1.5rem, 2.4vw, 2.6rem);
}

.release-card p {
  max-width: 720px;
  margin: 0;
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.7;
}

.release-card__meta {
  min-width: 150px;
  display: grid;
  gap: 8px;
  justify-items: center;
  padding: 18px;
  border-radius: 22px;
  background: rgba(5, 8, 13, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.release-card__meta time {
  direction: ltr;
  color: #ffffff;
  font-weight: 800;
}

.release-card__meta strong {
  color: rgba(201, 209, 224, 0.86);
}

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

.customer-update-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.98));
  box-shadow: 0 26px 68px rgba(0, 0, 0, 0.28);
}

.customer-update-grid h3 {
  margin: 12px 0 10px;
  color: #ffffff;
  font-size: 1.32rem;
}

.customer-update-grid p {
  margin: 0 0 18px;
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.72;
}

.customer-update-grid time {
  direction: ltr;
  color: rgba(245, 247, 251, 0.62);
  font-weight: 700;
}

.release-detail {
  width: min(760px, 86%);
  margin: 0 auto;
  padding: 86px 0 104px;
}

.release-detail header {
  padding: 34px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  border-radius: 30px;
  background:
    radial-gradient(circle at 24% 0%, rgba(53, 221, 81, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(17, 24, 35, 0.94), rgba(7, 10, 15, 0.98));
}

.release-detail h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.1;
}

.release-detail header p,
.release-detail section p,
.release-detail li {
  color: rgba(201, 209, 224, 0.88);
  line-height: 1.82;
}

.release-detail section {
  margin-top: 34px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 26px;
  background: rgba(13, 18, 28, 0.72);
}

.release-detail h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 1.6rem;
}

.release-detail ul {
  margin: 22px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
  list-style: none;
}

.release-detail li {
  position: relative;
  padding-right: 22px;
}

.release-detail li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(53, 221, 81, 0.55);
}

.portal-browser-page {
  min-height: 100vh;
  background: #05070b;
}

.portal-browser-stage {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: 1fr auto;
  min-height: 100vh;
  padding: clamp(22px, 4vw, 44px) clamp(18px, 4vw, 40px) 26px;
  background:
    linear-gradient(180deg, rgba(4, 8, 14, 0.12), rgba(4, 8, 14, 0.72)),
    url("../assets/media/backgrounds/system-home-page-background.jpg") center / cover no-repeat,
    #07111b;
}

.portal-browser-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 58%, rgba(53, 221, 81, 0.14), transparent 18rem),
    linear-gradient(180deg, rgba(4, 8, 14, 0.14), rgba(4, 8, 14, 0.58));
}

.portal-browser-home,
.portal-browser-footer {
  position: relative;
  z-index: 1;
}

.portal-browser-home {
  align-self: stretch;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: clamp(18px, 3.2vh, 26px);
  padding: clamp(28px, 6vh, 64px) 0;
  transform: translateY(-12.2vh);
}

.portal-browser-home__logo {
  width: min(250px, 24vw);
  height: auto;
  filter:
    drop-shadow(0 0 18px rgba(53, 221, 81, 0.12))
    drop-shadow(0 18px 32px rgba(0, 0, 0, 0.34));
  user-select: none;
  -webkit-user-drag: none;
}

.portal-browser-search {
  width: min(100%, 720px);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(53, 221, 81, 0.28);
  border-radius: 22px;
  background: rgba(10, 16, 26, 0.42);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.42),
    0 0 28px rgba(53, 221, 81, 0.12);
  backdrop-filter: blur(16px);
}

.portal-browser-search input,
.portal-browser-search button {
  border: 0;
  font-family: inherit;
}

.portal-browser-search input {
  height: 56px;
  padding: 0 20px;
  border-radius: 16px;
  color: #ecf3fa;
  font-size: 1rem;
  outline: none;
  background: rgba(17, 26, 41, 0.86);
  box-shadow: inset 0 0 0 1px rgba(166, 181, 199, 0.18);
}

.portal-browser-search input::placeholder {
  color: rgba(166, 181, 199, 0.88);
}

.portal-browser-search input:focus {
  box-shadow:
    inset 0 0 0 1px rgba(53, 221, 81, 0.66),
    0 0 22px rgba(53, 221, 81, 0.2);
}

.portal-browser-search button {
  min-width: 118px;
  padding: 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #42ff95 0%, #24e28b 100%);
  color: #03130e;
  font-size: 0.96rem;
  font-weight: 900;
  box-shadow: 0 0 24px rgba(53, 221, 81, 0.28);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.portal-browser-search button:hover,
.portal-browser-search button:focus-visible {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 0 42px rgba(53, 221, 81, 0.46);
  filter: brightness(1.04);
}

.portal-browser-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-bottom: 4px;
  color: rgba(201, 209, 224, 0.82);
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
}

.portal-browser-footer a {
  color: inherit;
  transition: color 180ms ease, transform 180ms ease;
}

.portal-browser-footer a:hover,
.portal-browser-footer a:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.portal-browser-footer i {
  color: rgba(201, 209, 224, 0.42);
  font-style: normal;
}

@media (max-width: 900px) {
  .portal-browser-stage {
    padding: 22px 5% 22px;
  }

  .portal-browser-home__logo {
    width: min(220px, 42vw);
  }

  .portal-browser-home {
    transform: translateY(-9vh);
  }

  .portal-browser-search {
    grid-template-columns: 1fr;
    width: min(100%, 640px);
  }

  .portal-browser-search button {
    width: 100%;
    min-height: 54px;
  }
}

@media (max-width: 640px) {
  .portal-browser-stage {
    padding: 18px 4% 18px;
  }

  .portal-browser-home {
    padding: 18px 0;
    transform: translateY(-6.3vh);
  }

  .portal-browser-home__logo {
    width: min(180px, 54vw);
  }

  .portal-browser-search {
    padding: 8px;
    border-radius: 18px;
  }

  .portal-browser-search input,
  .portal-browser-search button {
    height: 50px;
    border-radius: 14px;
  }

  .portal-browser-search input {
    padding: 0 16px;
    font-size: 0.92rem;
  }

  .portal-browser-search button {
    min-height: 50px;
    font-size: 0.9rem;
  }

  .portal-browser-footer {
    gap: 8px;
    font-size: 0.78rem;
  }
}

.release-detail button {
  margin-top: 18px;
  min-height: 46px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #16b57e);
  color: #041007;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.not-found-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 40px 6%;
  background:
    radial-gradient(circle at 50% 20%, rgba(53, 221, 81, 0.14), transparent 30%),
    linear-gradient(135deg, #101723 0%, #05070b 78%);
  color: #ffffff;
  text-align: center;
}

.not-found-page section {
  width: min(620px, 100%);
  padding: 44px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  border-radius: 32px;
  background: rgba(7, 10, 15, 0.86);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.4);
}

.not-found-page img {
  width: 150px;
  margin-bottom: 18px;
}

.not-found-page span {
  display: block;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 800;
}

.not-found-page h1 {
  margin: 10px 0 12px;
  font-size: clamp(2rem, 4vw, 3.8rem);
}

.not-found-page p {
  margin: 0 0 26px;
  color: rgba(201, 209, 224, 0.86);
}

.not-found-page a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #16b57e);
  color: #041007;
  font-weight: 800;
  text-decoration: none;
}

.site-footer {
  width: 100%;
  padding: 58px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #080c14;
  color: rgba(245, 247, 251, 0.72);
}

.site-footer__inner {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 1.4fr) repeat(2, minmax(190px, 0.7fr));
  gap: clamp(34px, 6vw, 96px);
  align-items: start;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 800;
}

.site-footer__company {
  display: grid;
  align-content: start;
  gap: 10px;
}

.site-footer__company p {
  max-width: 430px;
  margin: 0 0 6px;
  color: rgba(245, 247, 251, 0.68);
  font-size: 0.98rem;
  font-weight: 400;
  line-height: 1.8;
}

.site-footer__company-links {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.site-footer__muted-link {
  display: block;
  width: 100%;
  color: rgba(245, 247, 251, 0.58);
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.5;
  direction: ltr;
  transition: color 180ms ease;
}

.site-footer__muted-link:hover,
.site-footer__muted-link:focus-visible {
  color: rgba(245, 247, 251, 0.86);
}

.site-footer__links {
  display: grid;
  gap: 11px;
}

.site-footer__links a {
  color: rgba(245, 247, 251, 0.66);
  font-size: 0.96rem;
  font-weight: 500;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #ffffff;
  transform: translateX(-3px);
}

.site-footer__bottom {
  width: 85%;
  margin: 46px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.site-footer__bottom-info {
  display: grid;
  gap: 10px;
  justify-items: end;
  text-align: right;
}

.site-footer__bottom-info p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
}

.site-footer__bottom-links {
  display: grid;
  gap: 10px;
  justify-items: start;
  text-align: right;
}

.site-footer__bottom-links h3 {
  margin: 0;
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 800;
}

.site-footer__bottom-links nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
}

.site-footer__bottom-links nav a {
  display: inline-flex;
  align-items: center;
  color: rgba(245, 247, 251, 0.64);
  font-size: 0.93rem;
  font-weight: 500;
  direction: rtl;
}

.site-footer__bottom-links nav a + a::before {
  content: "|";
  margin-left: 18px;
  color: rgba(245, 247, 251, 0.32);
  font-weight: 400;
}

.site-footer__bottom-email {
  justify-self: end;
}

@keyframes hero-title-in {
  from {
    opacity: 0;
    transform: translateY(28px) scale(0.98);
    filter: blur(10px);
  }

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

@keyframes hero-actions-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes browser-in {
  from {
    opacity: 0;
    transform: translateY(70px) scale(0.96);
  }

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

@keyframes pulse-orb {
  0%,
  100% {
    opacity: 0.62;
    transform: translateX(-50%) scale(1);
  }

  50% {
    opacity: 0.95;
    transform: translateX(-50%) scale(1.08);
  }
}

@keyframes section-rise {
  from {
    opacity: 0;
    transform: translateY(38px);
    filter: blur(8px);
  }

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

@keyframes soft-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 820px) {
  html {
    scroll-padding-top: 78px;
  }

  body {
    padding-top: 62px;
  }

  .top-strip,
  .site-header,
  .green-divider {
    display: none;
  }

  .mobile-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 360;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    background: linear-gradient(180deg, rgba(6, 12, 20, 0.88), rgba(6, 12, 20, 0.74));
    backdrop-filter: blur(14px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(150%);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.26);
  }

  .mobile-topbar__logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(228px, 64vw);
  }

  .mobile-topbar__logo img {
    width: auto;
    height: 54px;
    object-fit: contain;
  }

  .mobile-topbar__menu-button {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    display: grid;
    gap: 5px;
    align-content: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #eff7ff;
    cursor: pointer;
  }

  .mobile-topbar__menu-button span {
    width: 17px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
  }

  .mobile-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 380;
    display: block;
    background: rgba(3, 7, 12, 0.45);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }

  .mobile-menu-overlay[hidden] {
    display: none;
  }

  .mobile-menu-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(86vw, 360px);
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 0;
    background:
      radial-gradient(circle at 20% 0%, rgba(53, 221, 81, 0.14), transparent 32%),
      linear-gradient(180deg, rgba(10, 18, 29, 0.86), rgba(8, 15, 24, 0.88));
    box-shadow:
      0 24px 54px rgba(0, 0, 0, 0.44),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px) saturate(140%);
    -webkit-backdrop-filter: blur(16px) saturate(140%);
    overflow: hidden;
  }

  .mobile-menu-panel__head {
    min-height: 64px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mobile-menu-panel__title {
    color: #f3f8ff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.01em;
  }

  .mobile-menu-panel__close {
    width: 34px;
    height: 34px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    color: #f4f8ff;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-menu-panel__body {
    display: grid;
    gap: 8px;
    padding: 14px;
    overflow: auto;
  }

  .mobile-menu-link {
    display: block;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    color: rgba(232, 240, 250, 0.92);
    font-size: 0.98rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.03);
  }

  .mobile-menu-link--auth {
    margin-top: 6px;
    border-color: rgba(53, 221, 81, 0.36);
    background: linear-gradient(135deg, rgba(53, 221, 81, 0.17), rgba(5, 132, 107, 0.08));
    color: #f4fff7;
  }

  .mobile-menu-section-title {
    margin: 8px 2px 2px;
    color: rgba(160, 176, 197, 0.86);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
  }

  .mobile-menu-actions {
    display: grid;
    gap: 8px;
    margin-top: 6px;
  }

  .mobile-menu-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid rgba(53, 221, 81, 0.3);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(53, 221, 81, 0.18), rgba(5, 132, 107, 0.08));
    color: #f4fff7;
    font-weight: 800;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .site-header__inner {
    width: 92%;
    min-height: auto;
    padding: 18px 0;
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 22px;
  }

  .brand {
    justify-content: center;
  }

  .brand__logo {
    height: 64px;
    margin-block: -8px;
  }

  .header-primary {
    grid-column: auto;
    grid-row: auto;
    justify-self: center;
    flex-direction: column;
    gap: 12px;
  }

  .hero-section {
    min-height: auto;
    padding: 82px 0 70px;
  }

  .hero-section__layout {
    width: 90%;
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hero-section__content {
    width: 90%;
    padding-top: 0;
    margin: 0 auto;
    text-align: center;
  }

  .hero-section__content h1 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .hero-section__actions {
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    margin-top: 34px;
  }

  .hero-section__actions--download {
    width: 100%;
    justify-items: center;
  }

  .hero-button {
    width: min(100%, 320px);
  }

  .hero-download-button,
  .hero-download-consent {
    width: min(100%, 100%);
  }

  .hero-download-options {
    justify-content: center;
  }

  .hero-download-alert {
    width: 100%;
  }

  .browser-preview {
    width: 92%;
    margin: 0 auto;
    border-radius: 24px;
  }

  .advantages-section,
  .comparison-section,
  .platform-section {
    padding: 70px 5%;
  }

  .advantages-section__intro {
    font-size: 0.98rem;
  }

  .advantages-section__media {
    margin-top: 34px;
    border-radius: 26px;
  }

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

  .advantages-card {
    min-height: auto;
    padding: 24px;
  }

  .comparison-track,
  .platform-section {
    grid-template-columns: 1fr;
  }

  .comparison-divider {
    min-width: 0;
    min-height: 74px;
  }

  .comparison-card {
    min-height: auto;
    padding: 26px;
  }

  .platform-section__content h2,
  .platform-section__content p {
    text-align: center;
  }

  .platform-section__content .section-kicker {
    margin-right: auto;
  }

  .platform-points {
    justify-content: center;
  }

  .platform-section__visual img {
    min-height: 300px;
  }

  .home-passai-section {
    width: 92vw;
    margin: 46px auto 68px;
    grid-template-columns: 1fr;
    padding: 20px;
    border-radius: 28px;
    text-align: center;
  }

  .home-passai-section__image {
    min-height: 300px;
    border-radius: 24px;
  }

  .home-passai-section h2 {
    margin-inline: auto;
    font-size: clamp(1.65rem, 8vw, 2.45rem);
  }

  .home-passai-section__points {
    justify-content: center;
  }

  .contact-hero,
  .contact-panel {
    grid-template-columns: 1fr;
    padding: 44px 5%;
  }

  .product-hero,
  .product-split,
  .product-console {
    width: 90%;
    grid-template-columns: 1fr;
  }

  .product-hero {
    padding: 44px 5%;
  }

  .product-hero__visual img,
  .product-split__image img,
  .product-console__image img {
    min-height: 220px;
    max-height: 300px;
  }

  .product-signal,
  .product-layer-grid {
    grid-template-columns: 1fr;
  }

  .product-split,
  .product-console {
    padding: 54px 0;
  }

  .product-console,
  .product-cta {
    width: 90%;
    padding: 34px;
  }

  .product-layers {
    padding: 64px 5%;
  }

  .release-board,
  .customer-updates,
  .release-detail {
    width: 90%;
  }

  .release-card,
  .customer-update-grid {
    grid-template-columns: 1fr;
  }

  .release-card__meta {
    justify-items: start;
  }

  .contact-hero__content,
  .contact-hero__content .section-kicker,
  .contact-hero p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .contact-highlights {
    justify-content: center;
  }

  .contact-hero__image img {
    min-height: 240px;
    max-height: 300px;
  }

  .contact-form {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .blog-hero {
    padding: 72px 0 48px;
  }

  .blog-hero__layout {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .blog-hero__intro {
    justify-items: center;
  }

  .blog-hero .section-kicker,
  .blog-hero h1,
  .blog-hero p {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .blog-category-filter {
    justify-content: center;
  }

  .blog-categories-strip {
    width: 90%;
    padding-bottom: 22px;
  }

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

  .blog-featured-card__image img {
    height: 240px;
    min-height: 0;
  }

  .blog-grid {
    width: 90%;
    padding: 32px 0 78px;
    grid-template-columns: 1fr;
  }

  .blog-card--featured {
    grid-column: auto;
  }

  .blog-card--featured img,
  .blog-card img {
    height: 240px;
    min-height: 0;
  }

  .article-hero {
    padding: 74px 5% 44px;
  }

  .article-cover,
  .article-layout {
    width: 90%;
  }

  .article-layout {
    grid-template-columns: 1fr;
    margin-top: 42px;
    gap: 34px;
  }

  .article-sidebar {
    position: static;
  }

  .support-hero {
    grid-template-columns: 1fr;
    padding: 48px 5%;
  }

  .support-hero__content,
  .support-hero__content .section-kicker,
  .support-section-head,
  .support-section-head .section-kicker {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .support-search {
    grid-template-columns: 1fr;
    margin-right: auto;
    margin-left: auto;
  }

  .support-hero__image img {
    min-height: 240px;
  }

  .guide-section,
  .faq-section {
    padding: 64px 5%;
  }

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

  .audience-tabs {
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    border-radius: 22px;
  }

  .faq-list {
    margin-right: auto;
    margin-left: auto;
  }

  .guide-article-hero {
    padding: 70px 5% 44px;
  }

  .guide-article-layout {
    width: 90%;
    grid-template-columns: 1fr;
    padding: 46px 0 72px;
  }

  .guide-article-content {
    padding: 26px;
  }

  .guide-related {
    position: static;
  }

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

  .demo-drawer__form {
    grid-template-columns: 1fr;
  }

  .site-footer__inner {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .site-footer__company p {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer__company-links {
    justify-items: center;
  }

  .site-footer__bottom {
    width: 90%;
    margin-top: 34px;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .site-footer__bottom-links,
  .site-footer__bottom-info {
    justify-items: center;
    text-align: center;
  }

  .site-footer__bottom-email {
    justify-self: center;
  }

  .site-footer__bottom-links nav {
    justify-content: center;
  }
}

.policy-page,
.legal-page {
  position: relative;
  overflow: hidden;
  padding: 74px 0 96px;
}

.policy-page::before,
.legal-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 12%, rgba(53, 221, 81, 0.16), transparent 24%),
    radial-gradient(circle at 76% 22%, rgba(5, 132, 107, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(6, 8, 13, 0.95), rgba(6, 8, 13, 0.98));
  pointer-events: none;
}

.policy-hero,
.legal-hero {
  position: relative;
  z-index: 1;
  width: min(1120px, 88vw);
  margin: 0 auto 30px;
  padding: 42px 44px;
  border: 1px solid rgba(53, 221, 81, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(13, 17, 26, 0.98), rgba(8, 11, 18, 0.94)),
    radial-gradient(circle at 78% 18%, rgba(53, 221, 81, 0.08), transparent 24%);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.policy-hero h1,
.legal-hero h1 {
  margin: 14px 0 16px;
  max-width: 900px;
  font-size: clamp(2rem, 4.4vw, 3.45rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.policy-hero p,
.legal-hero p {
  margin: 0;
  max-width: 860px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}

.policy-hero__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.policy-hero__actions button,
.policy-hero__actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.policy-hero__actions button {
  border: 1px solid rgba(53, 221, 81, 0.5);
  background: linear-gradient(135deg, rgba(53, 221, 81, 0.95), rgba(18, 178, 92, 0.92));
  color: #05110a;
  box-shadow: 0 12px 30px rgba(53, 221, 81, 0.18);
}

.policy-hero__actions a {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  color: var(--text);
}

.policy-hero__actions button:hover,
.policy-hero__actions a:hover,
.policy-hero__actions button:focus-visible,
.policy-hero__actions a:focus-visible {
  transform: translateY(-2px);
}

.policy-content,
.legal-content {
  position: relative;
  z-index: 1;
  width: min(1120px, 88vw);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.policy-content section,
.legal-content section {
  padding: 30px 32px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 26px;
  background: rgba(10, 14, 22, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.policy-content h2,
.legal-content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.36rem, 2.5vw, 1.9rem);
  line-height: 1.2;
}

.policy-content h3,
.legal-content h3 {
  margin: 22px 0 10px;
  color: #dff9e5;
  font-size: 1.02rem;
}

.policy-content p,
.legal-content p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.95;
}

.policy-content ul,
.legal-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.policy-content li,
.legal-content li {
  position: relative;
  padding-right: 18px;
  color: var(--muted);
  line-height: 1.85;
}

.policy-content li::before,
.legal-content li::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(98, 237, 132, 1), rgba(5, 132, 107, 0.9));
  box-shadow: 0 0 14px rgba(53, 221, 81, 0.26);
}

.policy-content strong,
.legal-content strong {
  color: var(--text);
}

.policy-content a,
.legal-content a {
  color: #8ff7a4;
}

.policy-note {
  margin-top: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(53, 221, 81, 0.14);
  border-radius: 18px;
  background: rgba(53, 221, 81, 0.05);
}

.policy-table-wrap,
.legal-table-wrap {
  overflow-x: auto;
  margin: 18px 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
}

.policy-table,
.legal-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
}

.policy-table th,
.policy-table td,
.legal-table th,
.legal-table td {
  padding: 16px 18px;
  text-align: right;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.policy-table tr:last-child td,
.legal-table tr:last-child td {
  border-bottom: 0;
}

.policy-table th,
.legal-table th {
  color: #effff3;
  font-weight: 700;
  background: rgba(53, 221, 81, 0.06);
}

.policy-table td,
.legal-table td {
  color: var(--muted);
  line-height: 1.8;
}

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

.policy-section-nav a {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.82), rgba(8, 11, 18, 0.92));
  color: var(--text);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.policy-section-nav a strong {
  color: #ffffff;
  font-size: 1rem;
}

.policy-section-nav a span {
  color: var(--muted);
  line-height: 1.7;
}

.policy-section-nav a:hover,
.policy-section-nav a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(53, 221, 81, 0.24);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), 0 0 24px rgba(53, 221, 81, 0.1);
}

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

.policy-card-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(53, 221, 81, 0.05), transparent 32%),
    linear-gradient(180deg, rgba(17, 24, 35, 0.82), rgba(8, 11, 18, 0.92));
}

.policy-card-grid h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.08rem;
}

.policy-card-grid p {
  margin: 0;
}

.policy-summary-strip {
  position: relative;
  z-index: 1;
  width: min(1120px, 88vw);
  margin: 0 auto 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.policy-summary-strip article {
  padding: 20px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.84), rgba(8, 11, 18, 0.94));
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.policy-summary-strip span {
  display: block;
  color: #98f3ac;
  font-size: 0.8rem;
  font-weight: 800;
}

.policy-summary-strip strong {
  display: block;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.02rem;
}

.policy-summary-strip p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.8;
}

.policy-structure-grid,
.policy-checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.policy-structure-grid article,
.policy-checklist-grid article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(53, 221, 81, 0.05), transparent 34%),
    linear-gradient(180deg, rgba(17, 24, 35, 0.82), rgba(8, 11, 18, 0.92));
}

.policy-outline-card,
.policy-callout {
  margin-top: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(53, 221, 81, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(53, 221, 81, 0.06), rgba(7, 12, 18, 0.92));
}

.policy-outline-card h3,
.policy-callout strong {
  margin: 0 0 10px;
  color: #ffffff;
}

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

.policy-outline-list li {
  padding: 0;
  color: var(--muted);
  line-height: 1.85;
}

.policy-outline-list li::before {
  display: none;
}

.policy-subsection {
  margin-top: 20px;
}

.policy-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.policy-pill-list li {
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #f4f8fb;
}

.policy-pill-list li::before {
  display: none;
}

.policy-split-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 18px;
  align-items: start;
}

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

@media (max-width: 920px) {
  .policy-page,
  .legal-page {
    padding: 54px 0 74px;
  }

  .policy-hero,
  .legal-hero,
  .policy-content,
  .legal-content {
    width: 92%;
  }

  .policy-hero,
  .legal-hero {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .policy-content section,
  .legal-content section {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .policy-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .policy-hero__actions button,
  .policy-hero__actions a {
    width: 100%;
  }

  .policy-summary-strip,
  .policy-section-nav,
  .policy-card-grid,
  .policy-structure-grid,
  .policy-checklist-grid,
  .policy-split-layout,
  .policy-card-grid--dense {
    grid-template-columns: 1fr;
  }

  .policy-summary-strip {
    width: 92%;
  }

  .policy-pill-list {
    display: grid;
  }
}

.security-info-page {
  position: relative;
  overflow: hidden;
  padding: 46px 0 86px;
  background:
    radial-gradient(circle at 82% 8%, rgba(38, 211, 127, 0.14), transparent 28%),
    radial-gradient(circle at 12% 14%, rgba(52, 118, 255, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(4, 8, 13, 0.98), rgba(5, 7, 12, 1));
}

.security-info-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 78%);
}

.security-info-header,
.security-info-content {
  position: relative;
  z-index: 1;
  width: min(1040px, 88vw);
  margin: 0 auto;
}

.security-info-header {
  margin-bottom: 22px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(9, 14, 22, 0.74);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  text-align: center;
}

.security-info-header h1 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(1.45rem, 2.3vw, 2.15rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.security-info-content {
  display: grid;
  gap: 22px;
  counter-reset: security-section;
}

.security-info-section {
  counter-increment: security-section;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 32px;
  background: linear-gradient(145deg, rgba(12, 18, 28, 0.92), rgba(7, 11, 18, 0.92));
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.security-info-intro {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 30px 32px;
  background: rgba(255, 255, 255, 0.028);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.22);
}

.security-info-intro h2 {
  max-width: 880px;
  margin: 0 0 22px;
  color: #fff;
  font-size: clamp(1.45rem, 2.45vw, 2.45rem);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.security-info-section__head {
  display: grid;
  gap: 12px;
  margin-bottom: 20px;
}

.security-info-section__head span {
  display: inline-flex;
  width: max-content;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid rgba(112, 255, 164, 0.24);
  border-radius: 999px;
  color: #99f6c2;
  background: rgba(61, 232, 132, 0.08);
  font-size: 0.78rem;
  font-weight: 800;
}

.security-info-section h2,
.security-info-section h3,
.security-info-section h4 {
  color: #fff;
}

.security-info-section h2 {
  margin: 0;
  max-width: 850px;
  font-size: clamp(1.55rem, 3vw, 2.45rem);
  line-height: 1.14;
  letter-spacing: -0.025em;
}

.security-info-section--plain h2 {
  margin-bottom: 22px;
}

.security-info-section--plain h2::before {
  content: counter(security-section, decimal-leading-zero) ". ";
  color: #99f6c2;
  font-size: 0.78em;
}

.security-info-section h3 {
  margin: 30px 0 14px;
  font-size: 1.12rem;
}

.security-info-section p {
  margin: 0;
  color: rgba(226, 232, 240, 0.78);
  font-size: 1rem;
  line-height: 1.92;
}

.security-info-legal-text {
  display: grid;
  gap: 12px;
}

.security-info-legal-text strong {
  color: #fff;
  font-weight: 800;
}

.security-info-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.security-info-list article {
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 22px;
  padding: 18px 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.security-info-list h4 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.security-info-list p {
  font-size: 0.95rem;
  line-height: 1.78;
}

.security-info-standards {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.security-info-standards li {
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(248, 250, 252, 0.9);
  background: rgba(255, 255, 255, 0.045);
  font-weight: 800;
}

.security-info-note {
  display: grid;
  gap: 10px;
  margin-top: 24px;
  border: 1px solid rgba(112, 255, 164, 0.18);
  border-radius: 24px;
  padding: 20px 22px;
  background: linear-gradient(145deg, rgba(25, 139, 78, 0.14), rgba(255, 255, 255, 0.025));
}

.security-info-note p {
  color: rgba(241, 245, 249, 0.88);
  font-weight: 600;
}

.passai-page {
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 2%, rgba(55, 236, 132, 0.16), transparent 30%),
    radial-gradient(circle at 12% 12%, rgba(45, 126, 255, 0.12), transparent 28%),
    #050911;
}

.passai-hero {
  position: relative;
  min-height: calc(100svh - 116px);
  display: grid;
  align-items: end;
  isolation: isolate;
}

.passai-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.passai-hero__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 9, 17, 0.97) 0%, rgba(5, 9, 17, 0.78) 42%, rgba(5, 9, 17, 0.3) 100%),
    linear-gradient(180deg, rgba(5, 9, 17, 0.1), #050911 96%);
}

.passai-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.passai-hero__content {
  width: min(760px, 88vw);
  margin: 0 auto;
  padding: 92px 0 118px;
  text-align: center;
  animation: passai-rise 700ms ease-out both;
}

.passai-hero h1 {
  margin: 16px 0 22px;
  color: #fff;
  font-size: clamp(2.15rem, 4.8vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.passai-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(241, 245, 249, 0.84);
  font-size: clamp(1.05rem, 1.45vw, 1.24rem);
  line-height: 1.9;
}

.passai-content {
  width: min(1180px, 88vw);
  margin: 0 auto;
  padding: 74px 0 104px;
}

.passai-section {
  position: relative;
  padding: 46px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.passai-section h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(1.9rem, 3.3vw, 3.4rem);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.passai-section h3 {
  margin: 28px 0 10px;
  color: #dfffe9;
  font-size: clamp(1.18rem, 1.7vw, 1.45rem);
  line-height: 1.25;
}

.passai-section p {
  max-width: 880px;
  margin: 0 0 14px;
  color: rgba(226, 232, 240, 0.78);
  font-size: 1.05rem;
  line-height: 1.95;
}

.passai-section--lead {
  padding-top: 0;
}

.passai-section--lead p {
  max-width: 980px;
  color: rgba(248, 250, 252, 0.9);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
  line-height: 1.75;
}

.passai-section--split,
.passai-section--image,
.passai-section--columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  gap: 46px;
  align-items: center;
}

.passai-section--split img,
.passai-section--image img {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36);
}

.passai-section--image {
  grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1fr);
}

.passai-text-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 42px;
}

.passai-text-grid > div {
  padding-top: 18px;
  border-top: 1px solid rgba(112, 255, 164, 0.18);
}

.passai-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.passai-list li {
  position: relative;
  padding-inline-start: 22px;
  color: rgba(226, 232, 240, 0.82);
  line-height: 1.75;
}

.passai-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #57e389;
  box-shadow: 0 0 18px rgba(87, 227, 137, 0.65);
}

.passai-section--columns {
  align-items: start;
}

.passai-section--columns .passai-list {
  grid-template-columns: 1fr;
}

.passai-section--summary {
  margin-top: 22px;
  padding: 44px;
  border: 1px solid rgba(112, 255, 164, 0.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 20% 0%, rgba(91, 255, 157, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 28px 90px rgba(0, 0, 0, 0.24);
}

.service-center-page {
  min-height: 100svh;
  background:
    radial-gradient(circle at 18% 6%, rgba(53, 221, 81, 0.12), transparent 28%),
    radial-gradient(circle at 82% 0%, rgba(73, 140, 255, 0.12), transparent 26%),
    linear-gradient(180deg, #071019 0%, #05070b 100%);
}

.service-center-hero {
  width: min(980px, 88vw);
  margin: 0 auto;
  padding: 82px 0 34px;
  text-align: center;
}

.service-center-hero h1 {
  margin: 16px 0 18px;
  color: #fff;
  font-size: clamp(2.2rem, 5.5vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.service-center-hero p {
  max-width: 820px;
  margin: 0 auto;
  color: rgba(226, 232, 240, 0.82);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  line-height: 1.9;
}

.service-center-grid {
  width: min(1180px, 88vw);
  margin: 0 auto;
  padding: 24px 0 96px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.service-center-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  min-height: 280px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.015)),
    rgba(10, 16, 25, 0.88);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.24);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-center-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(53, 221, 81, 0.16), transparent 34%);
  opacity: 0.7;
  pointer-events: none;
}

.service-center-card:hover,
.service-center-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(53, 221, 81, 0.26);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.32);
}

.service-center-card > * {
  position: relative;
  z-index: 1;
}

.service-center-card span {
  color: #7af0a1;
  font-weight: 800;
}

.service-center-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.service-center-card p {
  margin: 0;
  color: rgba(226, 232, 240, 0.8);
  line-height: 1.85;
}

.service-center-card strong {
  margin-top: auto;
  color: #fff;
  font-size: 1rem;
}

.service-center-card--primary {
  background:
    radial-gradient(circle at top right, rgba(53, 221, 81, 0.24), transparent 36%),
    linear-gradient(160deg, rgba(16, 42, 24, 0.94), rgba(8, 18, 13, 0.95));
}

@keyframes passai-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

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

@media (max-width: 920px) {
  .security-info-page {
    padding: 34px 0 68px;
  }

  .security-info-header,
  .security-info-content {
    width: 92vw;
  }

  .security-info-header,
  .security-info-section,
  .security-info-intro {
    padding: 22px 18px;
  }

  .security-info-list {
    grid-template-columns: 1fr;
  }

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

  .passai-hero__image {
    position: relative;
    height: 56svh;
    min-height: 390px;
  }

  .passai-hero__image::after {
    background: linear-gradient(180deg, rgba(5, 9, 17, 0.08), #050911 96%);
  }

  .passai-hero__content {
    width: 92vw;
    padding: 28px 0 60px;
    text-align: center;
  }

  .passai-content {
    width: 92vw;
    padding: 30px 0 72px;
  }

  .passai-section {
    padding: 34px 0;
  }

  .passai-section--split,
  .passai-section--image,
  .passai-section--columns,
  .passai-text-grid,
  .passai-list {
    grid-template-columns: 1fr;
  }

  .passai-section--image img {
    order: -1;
  }

  .passai-section--split img,
  .passai-section--image img {
    min-height: 280px;
    border-radius: 26px;
  }

  .passai-section--summary {
    padding: 26px 20px;
    border-radius: 26px;
  }

  .service-center-hero {
    width: 92vw;
    padding: 48px 0 24px;
  }

  .service-center-hero h1 {
    font-size: clamp(2rem, 10vw, 3.2rem);
  }

  .service-center-grid {
    width: 92vw;
    padding: 18px 0 72px;
    grid-template-columns: 1fr;
  }

  .service-center-card {
    min-height: auto;
    padding: 22px 18px;
    border-radius: 26px;
  }
}

.form-feedback {
  margin-top: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.form-feedback.is-success {
  border-color: rgba(53, 221, 81, 0.26);
  background: rgba(53, 221, 81, 0.08);
  color: #e3ffe8;
}

.form-feedback.is-error {
  border-color: rgba(255, 120, 120, 0.22);
  background: rgba(255, 120, 120, 0.08);
  color: #ffd9d9;
}

.blog-empty,
.article-empty {
  width: min(1120px, 88vw);
  margin: 0 auto;
  padding: 28px 24px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
  color: var(--muted);
  text-align: center;
  line-height: 1.8;
}

.article-related {
  display: grid;
  gap: 12px;
}

.article-related a {
  display: grid;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.article-related a:hover,
.article-related a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(53, 221, 81, 0.24);
  background: rgba(53, 221, 81, 0.06);
}

.article-related strong {
  color: var(--text);
  font-size: 1rem;
}

.article-related span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

.partners-page {
  isolation: isolate;
}

.partners-page::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  width: 100%;
  height: 980px;
  background:
    linear-gradient(180deg, rgba(5, 8, 12, 0.28) 0%, rgba(5, 8, 12, 0.5) 18%, rgba(5, 8, 12, 0.84) 72%, #05070b 100%),
    url("../assets/media/backgrounds/partner1.jpg") center top / cover no-repeat;
  filter: blur(14px);
  transform: scale(1.05);
  transform-origin: top center;
  pointer-events: none;
}

.partners-page > main {
  position: relative;
  z-index: 1;
}

.partners-page .top-strip {
  background: linear-gradient(180deg, rgba(5, 9, 14, 0.32), rgba(5, 9, 14, 0.12));
  border-bottom-color: rgba(255, 255, 255, 0.06);
  box-shadow: none;
}

.partners-page .site-header {
  background: linear-gradient(180deg, rgba(5, 9, 14, 0.4), rgba(5, 9, 14, 0.14));
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.partners-page .main-nav,
.partners-page .top-strip__auth,
.partners-page .top-strip__icon {
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.42);
}

.partners-hero {
  position: relative;
  overflow: hidden;
  padding: 64px 7.5% 74px;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.partners-hero__backdrop {
  position: absolute;
  inset: 18px 4% auto;
  height: 440px;
  border-radius: 44px;
  background:
    radial-gradient(circle at 18% 24%, rgba(53, 221, 81, 0.18) 0 2px, transparent 3px),
    radial-gradient(circle at 78% 68%, rgba(53, 221, 81, 0.12) 0 2px, transparent 3px),
    radial-gradient(circle at 52% 44%, rgba(53, 221, 81, 0.08), transparent 42%);
  opacity: 0.9;
  pointer-events: none;
}

.partners-hero__inner,
.partners-benefits-section__inner,
.partners-platform-grid {
  width: min(100%, 1480px);
  margin: 0 auto;
}

.partners-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(390px, 1fr) minmax(300px, 0.74fr);
  gap: clamp(26px, 4vw, 56px);
  align-items: center;
}

.partners-hero__kicker {
  margin-right: 0;
  margin-left: auto;
}

.partners-hero__content h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.1rem, 3.8vw, 3.9rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.partners-hero__lead {
  max-width: 680px;
  margin: 18px 0 0;
  color: rgba(217, 224, 236, 0.9);
  font-size: 1rem;
  line-height: 1.82;
}

.partners-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.partners-hero__cta-primary {
  border-color: rgba(53, 221, 81, 0.44);
  background:
    linear-gradient(135deg, rgba(33, 170, 63, 0.96), rgba(53, 221, 81, 0.88));
  color: #ffffff;
  box-shadow:
    0 24px 48px rgba(14, 76, 28, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.partners-hero__cta-primary .hero-download-button__meta,
.partners-hero__cta-primary .hero-download-button__title,
.partners-hero__cta-primary .hero-download-button__icon {
  color: #ffffff;
}

.partners-hero__cta-primary:hover,
.partners-hero__cta-primary:focus-visible {
  border-color: rgba(132, 255, 156, 0.78);
  background:
    linear-gradient(135deg, rgba(37, 186, 70, 1), rgba(70, 236, 97, 0.94));
}

.partners-secondary-link {
  color: rgba(232, 239, 252, 0.86);
  font-weight: 700;
  text-decoration: none;
  transition: color 180ms ease, transform 180ms ease;
}

.partners-secondary-link:hover,
.partners-secondary-link:focus-visible {
  color: #ffffff;
  transform: translateY(-1px);
}

.partners-hero__metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.partners-hero__metrics article,
.partner-tier-card,
.partners-benefit-card,
.partners-platform-card,
.partners-step-card,
.partners-steps-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background: rgba(8, 13, 20, 0.68);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(16px);
}

.partners-hero__metrics article {
  padding: 18px 18px 16px;
}

.partners-hero__metrics strong {
  display: block;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
}

.partners-hero__metrics span {
  display: block;
  margin-top: 8px;
  color: rgba(201, 209, 224, 0.84);
  line-height: 1.7;
}

.partners-hero__visual {
  position: relative;
  overflow: hidden;
  max-width: 500px;
  justify-self: start;
  border: 1px solid rgba(53, 221, 81, 0.18);
  border-radius: 34px;
  box-shadow:
    0 -12px 58px rgba(53, 221, 81, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 32px 64px rgba(0, 0, 0, 0.34);
}

.partners-hero__visual img {
  display: block;
  width: 100%;
  min-height: 460px;
  max-height: 520px;
  object-fit: cover;
}

.partners-model-section,
.partners-benefits-section,
.partners-platform-section,
.partners-steps-section {
  padding: 96px 7.5%;
}

.partners-model-section {
  background:
    radial-gradient(circle at 84% 18%, rgba(53, 221, 81, 0.08), transparent 22%),
    linear-gradient(180deg, #05070b 0%, #08111a 100%);
}

.partners-benefits-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(37, 168, 255, 0.08), transparent 22%),
    linear-gradient(180deg, #071018 0%, #05070b 100%);
}

.partners-platform-section {
  background:
    radial-gradient(circle at 84% 18%, rgba(53, 221, 81, 0.08), transparent 22%),
    linear-gradient(180deg, #05070b 0%, #09111a 100%);
}

.partners-steps-section {
  background:
    radial-gradient(circle at 18% 20%, rgba(53, 221, 81, 0.08), transparent 24%),
    linear-gradient(180deg, #061019 0%, #05070b 100%);
}

.partners-section-head {
  width: min(100%, 920px);
  margin: 0 auto;
  text-align: center;
}

.partners-section-head--narrow {
  width: min(100%, 760px);
}

.partners-section-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3.35rem);
  line-height: 1.08;
}

.partners-section-head p {
  margin: 18px auto 0;
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.9;
}

.partners-tiers {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(100%, 1480px);
  margin: 34px auto 0;
}

.partner-tier-card {
  padding: 30px;
  border-color: rgba(255, 255, 255, 0.12);
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 34%),
    linear-gradient(180deg, rgba(11, 17, 27, 0.88), rgba(6, 10, 16, 0.96));
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.partner-tier-card::before,
.partners-benefit-card::before,
.partners-platform-card::before,
.partners-step-card::before,
.partners-steps-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
}

.partner-tier-card--reseller::before {
  background: linear-gradient(90deg, rgba(49, 141, 255, 0), rgba(49, 141, 255, 0.92), rgba(128, 199, 255, 0.72));
}

.partner-tier-card--msp::before {
  background: linear-gradient(90deg, rgba(53, 221, 81, 0), rgba(53, 221, 81, 0.95), rgba(128, 255, 183, 0.72));
}

.partner-tier-card__visual {
  position: relative;
  margin: -6px -6px 18px;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 176px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 48px rgba(0, 0, 0, 0.22);
}

.partner-tier-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 8, 12, 0.04), rgba(5, 8, 12, 0.62)),
    radial-gradient(circle at 82% 18%, rgba(255, 255, 255, 0.16), transparent 28%);
}

.partner-tier-card__visual img {
  display: block;
  width: 100%;
  height: 176px;
  object-fit: cover;
}

.partner-tier-card__eyebrow {
  color: rgba(191, 219, 255, 0.84);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.partner-tier-card__code {
  display: inline-flex;
  margin-top: 16px;
  padding: 13px 18px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  color: #ffffff;
  font-size: 1.18rem;
  font-weight: 900;
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.partner-tier-card h3,
.partners-benefit-card h3,
.partners-platform-card h3,
.partners-step-card h3 {
  margin: 18px 0 12px;
  color: #ffffff;
  font-size: 1.32rem;
  line-height: 1.28;
}

.partner-tier-card p,
.partner-tier-card__list,
.partners-benefits-copy__lead,
.partners-benefit-card p,
.partners-platform-list,
.partners-step-card p,
.partners-steps-cta p {
  color: rgba(201, 209, 224, 0.86);
  line-height: 1.82;
}

.partner-tier-card__list,
.partners-platform-list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.partner-tier-card__list li,
.partners-platform-list li {
  position: relative;
  padding-right: 22px;
  margin-top: 10px;
}

.partner-tier-card__list li::before,
.partners-platform-list li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7af089 0%, #28b34c 100%);
  box-shadow: 0 0 0 6px rgba(53, 221, 81, 0.12);
}

.partner-tier-card__support {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding: 16px 18px;
  border: 1px solid rgba(53, 221, 81, 0.16);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(53, 221, 81, 0.08), rgba(53, 221, 81, 0.03));
}

.partner-tier-card__support strong {
  color: #f7fff8;
  font-size: 1rem;
  font-weight: 900;
}

.partner-tier-card__support span {
  color: rgba(225, 236, 228, 0.86);
  line-height: 1.78;
}

.partner-tier-card__cta,
.partners-platform-card__cta,
.partners-steps-cta__button {
  margin-top: 22px;
}

.partners-benefits-section__inner {
  display: grid;
  grid-template-columns: minmax(420px, 1fr) minmax(360px, 0.88fr);
  gap: clamp(32px, 5vw, 84px);
  align-items: center;
}

.partners-benefits-copy .section-kicker {
  margin-right: 0;
  margin-left: auto;
}

.partners-benefits-copy h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1.1;
}

.partners-benefits-copy__lead {
  margin: 22px 0 0;
}

.partners-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.partners-benefit-card,
.partners-step-card {
  padding: 24px;
}

.partners-benefit-card::before {
  background: linear-gradient(90deg, rgba(37, 168, 255, 0), rgba(37, 168, 255, 0.9), rgba(122, 240, 137, 0.72));
}

.partners-benefits-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.partners-benefits-tags span {
  padding: 12px 18px;
  border: 1px solid rgba(53, 221, 81, 0.18);
  border-radius: 999px;
  background: rgba(53, 221, 81, 0.08);
  color: rgba(235, 245, 255, 0.9);
  font-weight: 700;
}

.partners-benefits-visual {
  position: relative;
  display: grid;
  gap: 16px;
}

.partners-benefits-visual__image,
.partners-platform-card--visual {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.32);
}

.partners-benefits-visual__image img,
.partners-platform-card--visual img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.partners-benefits-visual__image--primary img {
  min-height: 360px;
}

.partners-benefits-visual__image--secondary {
  width: 84%;
  justify-self: end;
}

.partners-benefits-visual__image--secondary img {
  min-height: 280px;
}

.partners-platform-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(260px, 1fr) minmax(260px, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.partners-platform-card {
  padding: 26px;
}

.partners-platform-card--content::before,
.partners-steps-cta::before {
  background: linear-gradient(90deg, rgba(53, 221, 81, 0), rgba(53, 221, 81, 0.92), rgba(107, 163, 255, 0.72));
}

.partners-platform-card--visual {
  padding: 0;
}

.partners-platform-card--visual::before {
  background: linear-gradient(90deg, rgba(37, 168, 255, 0), rgba(37, 168, 255, 0.9), rgba(53, 221, 81, 0.72));
}

.partners-platform-card--visual img {
  min-height: 440px;
}

.partners-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: min(100%, 1480px);
  margin: 34px auto 0;
}

.partners-step-card::before {
  background: linear-gradient(90deg, rgba(49, 141, 255, 0), rgba(49, 141, 255, 0.92), rgba(53, 221, 81, 0.72));
}

.partners-step-card span {
  display: inline-flex;
  color: rgba(164, 255, 184, 0.92);
  font-size: 1.8rem;
  font-weight: 900;
}

.partners-steps-cta {
  width: min(100%, 1480px);
  margin: 28px auto 0;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media (max-width: 1080px) {
  .partners-hero__inner,
  .partners-benefits-section__inner,
  .partners-platform-grid {
    grid-template-columns: 1fr;
  }

  .partners-hero__visual img {
    min-height: 360px;
  }

  .partners-platform-card--visual img {
    min-height: 360px;
  }

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

  .partners-tiers {
    grid-template-columns: 1fr;
  }

  .partners-steps-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 640px) {
  .partners-page::before {
    height: 1120px;
    background-position: center top, 62% top;
  }

  .partners-hero,
  .partners-model-section,
  .partners-benefits-section,
  .partners-platform-section,
  .partners-steps-section {
    padding: 60px 5%;
  }

  .partners-hero__metrics,
  .partners-benefits-grid,
  .partners-steps-grid {
    grid-template-columns: 1fr;
  }

  .partners-hero__content h1,
  .partners-section-head h2,
  .partners-benefits-copy h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .partners-benefits-visual__image--secondary {
    width: 100%;
  }

  .partners-platform-card--visual img {
    min-height: 280px;
  }
}

.auth-page {
  background:
    radial-gradient(circle at 16% 10%, rgba(53, 221, 81, 0.13), transparent 24%),
    radial-gradient(circle at 84% 0%, rgba(37, 168, 255, 0.1), transparent 20%),
    linear-gradient(180deg, #05070b 0%, #080f18 42%, #05070b 100%);
}

.auth-main {
  padding: 56px 0 82px;
}

.auth-shell {
  width: min(1180px, 88vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.94fr);
  gap: 24px;
  align-items: stretch;
}

.auth-copy,
.auth-card {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.92), rgba(7, 11, 18, 0.96)),
    radial-gradient(circle at 0% 0%, rgba(53, 221, 81, 0.08), transparent 34%);
  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.auth-copy h1 {
  margin: 16px 0 12px;
  color: #ffffff;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.auth-copy p {
  margin: 0;
  color: rgba(212, 221, 236, 0.88);
  line-height: 1.88;
}

.auth-copy ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.auth-copy li {
  position: relative;
  padding-right: 22px;
  color: rgba(230, 237, 249, 0.88);
  line-height: 1.75;
}

.auth-copy li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7af089 0%, #28b34c 100%);
  box-shadow: 0 0 0 6px rgba(53, 221, 81, 0.12);
}

.auth-card {
  display: grid;
  gap: 16px;
}

.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.auth-tabs button {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: rgba(212, 221, 236, 0.88);
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.auth-tabs button:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.auth-tabs button.is-active {
  color: #05130b;
  background: linear-gradient(135deg, rgba(53, 221, 81, 0.94), rgba(97, 239, 125, 0.9));
  box-shadow:
    0 10px 24px rgba(53, 221, 81, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.auth-feedback {
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(215, 223, 238, 0.9);
  line-height: 1.7;
}

.auth-feedback.is-success {
  border-color: rgba(53, 221, 81, 0.22);
  background: rgba(53, 221, 81, 0.1);
  color: #deffe5;
}

.auth-feedback.is-error {
  border-color: rgba(255, 120, 120, 0.25);
  background: rgba(255, 120, 120, 0.1);
  color: #ffdede;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form[hidden],
.auth-switch[hidden],
.auth-session[hidden],
.auth-tabs[hidden] {
  display: none !important;
}

.auth-card[data-auth-page] .auth-tabs {
  display: none;
}

.auth-field {
  display: grid;
  gap: 8px;
}

.auth-field span {
  color: rgba(225, 234, 249, 0.9);
  font-size: 0.94rem;
  font-weight: 700;
}

.auth-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(4, 9, 15, 0.9);
  color: #ffffff;
  font-size: 0.98rem;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.auth-field input:focus {
  outline: none;
  border-color: rgba(53, 221, 81, 0.52);
  box-shadow: 0 0 0 4px rgba(53, 221, 81, 0.12);
}

.auth-password-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
}

.auth-password-control input {
  min-width: 0;
}

.auth-password-toggle {
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  color: #e8f0ff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.auth-password-toggle:hover,
.auth-password-toggle:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(53, 221, 81, 0.34);
  background: rgba(53, 221, 81, 0.08);
  color: #ffffff;
}

.auth-password-hint {
  margin: -2px 0 0;
  color: rgba(196, 205, 221, 0.9);
  font-size: 0.92rem;
  line-height: 1.75;
}

.auth-submit {
  min-height: 52px;
  border: 1px solid rgba(53, 221, 81, 0.36);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(44, 182, 76, 0.98), rgba(71, 231, 105, 0.9));
  color: #05130b;
  font-size: 1rem;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(53, 221, 81, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.auth-submit:hover,
.auth-submit:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(143, 255, 167, 0.88);
  box-shadow:
    0 24px 44px rgba(53, 221, 81, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.auth-submit:disabled {
  opacity: 0.72;
  cursor: wait;
  transform: none;
}

.auth-submit--secondary {
  background: rgba(53, 221, 81, 0.14);
  border-color: rgba(53, 221, 81, 0.34);
  color: #e6ffe9;
  box-shadow: none;
}

.auth-submit--ghost {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.12);
  color: #f0f5ff;
  box-shadow: none;
}

.auth-password-rules {
  margin: 0;
  padding: 2px 0 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.auth-password-rules li {
  position: relative;
  padding-right: 22px;
  color: rgba(191, 200, 217, 0.9);
  font-size: 0.9rem;
  line-height: 1.6;
  transition: color 180ms ease;
}

.auth-password-rules li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  right: 0;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.auth-password-rules li.is-valid {
  color: #dcffe3;
}

.auth-password-rules li.is-valid::before {
  border-color: rgba(53, 221, 81, 0.76);
  background: rgba(53, 221, 81, 0.92);
  box-shadow: 0 0 0 6px rgba(53, 221, 81, 0.12);
}

.auth-switch {
  margin: 2px 0 0;
  color: rgba(198, 207, 224, 0.88);
  line-height: 1.7;
}

.auth-switch button {
  border: 0;
  background: none;
  color: #8ff7a4;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  padding: 0;
}

.auth-switch button:hover,
.auth-switch button:focus-visible {
  color: #beffca;
  text-decoration: underline;
}

.auth-social {
  display: grid;
  gap: 12px;
  margin-top: 4px;
}

.auth-social__divider {
  position: relative;
  text-align: center;
}

.auth-social__divider::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.auth-social__divider span {
  position: relative;
  padding: 0 10px;
  background: rgba(9, 14, 22, 0.95);
  color: rgba(194, 203, 218, 0.84);
  font-size: 0.88rem;
}

.auth-google {
  display: grid;
  gap: 10px;
}

.auth-google__button {
  min-height: 44px;
  display: flex;
  justify-content: center;
}

.auth-google__status {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(218, 226, 240, 0.9);
  font-size: 0.88rem;
  line-height: 1.6;
}

.auth-google__status.is-error {
  border-color: rgba(255, 120, 120, 0.25);
  background: rgba(255, 120, 120, 0.1);
  color: #ffdede;
}

.auth-google__status.is-success {
  border-color: rgba(53, 221, 81, 0.25);
  background: rgba(53, 221, 81, 0.1);
  color: #deffe5;
}

.auth-session {
  display: grid;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(53, 221, 81, 0.2);
  border-radius: 18px;
  background: rgba(53, 221, 81, 0.09);
}

.auth-session strong {
  color: #e8ffec;
  line-height: 1.7;
}

.auth-session__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auth-session__actions .auth-submit {
  min-height: 46px;
  padding: 0 14px;
}

@media (max-width: 1020px) {
  .auth-shell {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .auth-main {
    padding: 36px 0 58px;
  }

  .auth-shell {
    width: 92%;
  }

  .auth-copy,
  .auth-card {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .auth-password-control {
    grid-template-columns: 1fr;
  }
}

.maintenance-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 14% 8%, rgba(53, 221, 81, 0.12), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(37, 168, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #04070b 0%, #08111a 42%, #05070b 100%);
}

.maintenance-main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 36px 0;
}

.maintenance-shell {
  width: min(760px, 92vw);
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.94), rgba(7, 11, 18, 0.98)),
    radial-gradient(circle at 0% 0%, rgba(53, 221, 81, 0.1), transparent 34%);
  box-shadow:
    0 34px 84px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  text-align: center;
}

.maintenance-shell__brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 1.12rem;
  font-weight: 800;
}

.maintenance-shell__brand img {
  width: auto;
  height: 64px;
  object-fit: contain;
}

.maintenance-shell h1 {
  margin: 18px 0 16px;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.06;
}

.maintenance-shell > p {
  margin: 0 auto;
  max-width: 640px;
  color: rgba(208, 217, 232, 0.88);
  font-size: 1.04rem;
  line-height: 1.92;
}

.maintenance-highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.maintenance-highlights article {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.03);
  text-align: right;
}

.maintenance-highlights strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
}

.maintenance-highlights span {
  display: block;
  margin-top: 10px;
  color: rgba(201, 209, 224, 0.84);
  line-height: 1.76;
}

.maintenance-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

@media (max-width: 900px) {
  .maintenance-highlights {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .maintenance-shell {
    padding: 28px 20px;
    border-radius: 26px;
  }
}

.profile-page {
  min-height: 100vh;
  color: #152233;
  background:
    radial-gradient(circle at 14% 8%, rgba(53, 221, 81, 0.14), transparent 24%),
    radial-gradient(circle at 88% 0%, rgba(37, 168, 255, 0.12), transparent 18%),
    linear-gradient(180deg, #04070b 0%, #08111a 42%, #05070b 100%);
}

.profile-main {
  padding: 56px 0 84px;
}

.profile-shell {
  width: min(1320px, 90vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.profile-sidebar,
.profile-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(12, 18, 28, 0.92), rgba(7, 11, 18, 0.98)),
    radial-gradient(circle at 0% 0%, rgba(53, 221, 81, 0.08), transparent 34%);
  box-shadow:
    0 30px 72px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.profile-sidebar {
  position: sticky;
  top: calc(var(--top-strip-height) + var(--site-header-height) + 28px);
  padding: 24px;
  display: grid;
  gap: 22px;
}

.profile-sidebar__header {
  display: grid;
  justify-items: center;
  gap: 14px;
  text-align: center;
}

.profile-avatar {
  position: relative;
  width: 116px;
  height: 116px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(53, 221, 81, 0.22);
  background:
    radial-gradient(circle at 30% 24%, rgba(143, 247, 164, 0.2), transparent 24%),
    linear-gradient(180deg, rgba(18, 28, 42, 0.95), rgba(7, 11, 18, 0.98));
  box-shadow:
    0 22px 56px rgba(0, 0, 0, 0.28),
    0 0 34px rgba(53, 221, 81, 0.08);
}

.profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease, filter 220ms ease;
}

.profile-avatar__fallback {
  color: #eff7ff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.profile-avatar__edit {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px 14px;
  background: linear-gradient(180deg, rgba(3, 8, 14, 0.02), rgba(3, 8, 14, 0.76));
  color: #f4fbff;
  cursor: pointer;
  opacity: 0;
  transition: opacity 200ms ease, transform 200ms ease, background 200ms ease;
}

.profile-avatar__edit-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.profile-avatar__edit-icon svg {
  width: 18px;
  height: 18px;
}

.profile-avatar__edit-text {
  font-size: 0.9rem;
  font-weight: 800;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.35);
}

.profile-sidebar__header strong {
  color: #ffffff;
  font-size: 1.34rem;
}

.profile-sidebar__header span,
.profile-sidebar__meta span,
.profile-card__meta span,
.profile-download-card__meta span,
.profile-history-item__meta span {
  color: rgba(198, 207, 224, 0.78);
}

.profile-sidebar__meta {
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.025);
}

.profile-sidebar__meta strong {
  color: #f7fbff;
  font-size: 1.02rem;
}

.profile-nav {
  display: grid;
  gap: 10px;
}

.profile-nav button,
.profile-logout-button,
.profile-secondary-button,
.profile-primary-button,
.profile-upload-button {
  font: inherit;
}

.profile-nav button {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.02);
  color: rgba(223, 231, 245, 0.88);
  text-align: right;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.profile-nav button strong,
.profile-quick-card h3,
.profile-panel h2,
.profile-section-head h3,
.profile-stat strong,
.profile-history-item strong,
.profile-account-card h3 {
  display: block;
  color: #ffffff;
}

.profile-nav button span {
  display: block;
  margin-top: 6px;
  color: rgba(193, 202, 218, 0.78);
  line-height: 1.6;
}

.profile-nav button:hover,
.profile-nav button:focus-visible,
.profile-nav button.is-active {
  transform: translateY(-1px);
  border-color: rgba(53, 221, 81, 0.28);
  background: rgba(53, 221, 81, 0.08);
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.profile-content {
  display: grid;
}

.profile-panel {
  display: none;
  padding: 28px;
}

.profile-panel.is-active {
  display: grid;
  gap: 24px;
}

.profile-panel__hero {
  display: grid;
  gap: 12px;
}

.profile-panel__hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.04;
}

.profile-panel__hero p,
.profile-account-card p,
.profile-history-empty,
.profile-download-card p,
.profile-card p,
.profile-note {
  margin: 0;
  color: rgba(208, 217, 232, 0.86);
  line-height: 1.82;
}

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

.profile-card,
.profile-download-card,
.profile-account-card,
.profile-quick-card,
.profile-history-item,
.profile-stat {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(17, 24, 35, 0.92), rgba(7, 10, 15, 0.98));
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.profile-card,
.profile-download-card,
.profile-account-card,
.profile-quick-card {
  padding: 24px;
}

.profile-card__meta,
.profile-download-card__meta,
.profile-history-item__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.profile-form {
  display: grid;
  gap: 18px;
}

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

.profile-field {
  display: grid;
  gap: 8px;
}

.profile-field span {
  color: rgba(225, 234, 249, 0.9);
  font-size: 0.94rem;
  font-weight: 700;
}

.profile-field input,
.profile-field textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(4, 9, 15, 0.9);
  color: #ffffff;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease;
  resize: vertical;
}

.profile-field textarea {
  min-height: 136px;
}

.profile-field input:focus,
.profile-field textarea:focus {
  outline: none;
  border-color: rgba(53, 221, 81, 0.52);
  box-shadow: 0 0 0 4px rgba(53, 221, 81, 0.12);
}

.profile-field input[readonly] {
  color: rgba(198, 207, 224, 0.72);
  cursor: not-allowed;
}

.profile-avatar-editor {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
}

.profile-avatar-editor__actions {
  display: grid;
  gap: 12px;
}

.profile-upload-input {
  display: none;
}

.profile-primary-button,
.profile-secondary-button,
.profile-upload-button,
.profile-logout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.profile-primary-button {
  background: linear-gradient(135deg, rgba(44, 182, 76, 0.98), rgba(71, 231, 105, 0.9));
  border-color: rgba(53, 221, 81, 0.36);
  color: #05130b;
  font-weight: 900;
  box-shadow: 0 20px 40px rgba(53, 221, 81, 0.18);
}

.profile-secondary-button,
.profile-upload-button {
  background: rgba(255, 255, 255, 0.03);
  color: #f0f5ff;
}

.profile-logout-button {
  background: rgba(255, 120, 120, 0.08);
  border-color: rgba(255, 120, 120, 0.18);
  color: #ffe3e3;
  font-weight: 800;
}

.profile-primary-button:hover,
.profile-primary-button:focus-visible,
.profile-secondary-button:hover,
.profile-secondary-button:focus-visible,
.profile-upload-button:hover,
.profile-upload-button:focus-visible,
.profile-logout-button:hover,
.profile-logout-button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.2);
}

.profile-feedback {
  display: none;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(215, 223, 238, 0.9);
  line-height: 1.7;
}

.profile-feedback.is-visible {
  display: block;
}

.profile-feedback.is-success {
  border-color: rgba(53, 221, 81, 0.22);
  background: rgba(53, 221, 81, 0.1);
  color: #deffe5;
}

.profile-feedback.is-error {
  border-color: rgba(255, 120, 120, 0.25);
  background: rgba(255, 120, 120, 0.1);
  color: #ffdede;
}

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

.profile-stat {
  padding: 20px;
}

.profile-stat strong {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.profile-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.profile-section-head h3 {
  margin: 0;
  font-size: 1.3rem;
}

.profile-section-head p {
  margin: 8px 0 0;
  color: rgba(198, 207, 224, 0.82);
}

.profile-history {
  display: grid;
  gap: 14px;
}

.profile-history-item {
  padding: 20px;
}

.profile-history-empty {
  padding: 22px 24px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.02);
}

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

.profile-account-list {
  display: grid;
  gap: 12px;
}

.profile-account-list div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.profile-account-list div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.profile-account-list dt {
  color: rgba(196, 205, 221, 0.74);
}

.profile-account-list dd {
  margin: 0;
  color: #ffffff;
  text-align: left;
}

.profile-account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

@media (max-width: 1120px) {
  .profile-shell {
    grid-template-columns: 1fr;
  }

  .profile-sidebar {
    position: static;
  }
}

@media (max-width: 900px) {
  .profile-grid,
  .profile-form__grid,
  .profile-account-grid,
  .profile-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .profile-main {
    padding: 36px 0 58px;
  }

  .profile-shell {
    width: 92%;
  }

  .profile-sidebar,
  .profile-panel {
    padding: 22px 18px;
    border-radius: 26px;
  }

  .profile-avatar-editor {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .profile-section-head,
  .profile-account-list div {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-account-list dd {
    text-align: right;
  }
}

.profile-workbench {
  width: min(1480px, 94vw);
  margin: 0 auto;
}

.profile-chrome {
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid rgba(91, 214, 124, 0.14);
  border-radius: 24px;
  background:
    radial-gradient(circle at 8% 12%, rgba(53, 221, 81, 0.14), transparent 22%),
    linear-gradient(180deg, rgba(8, 15, 25, 0.9), rgba(11, 19, 31, 0.86));
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.profile-chrome__topbar,
.profile-chrome__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-inline: 26px;
}

.profile-chrome__topbar {
  min-height: 52px;
  border-bottom: 1px solid rgba(91, 214, 124, 0.1);
  background: rgba(255, 255, 255, 0.02);
}

.profile-chrome__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  color: rgba(225, 235, 246, 0.76);
  font-size: 0.92rem;
  font-weight: 700;
}

.profile-chrome__back {
  color: #f2f7ff;
  font-weight: 800;
}

.profile-chrome__nav {
  min-height: 86px;
}

.profile-chrome__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #f2f7ff;
}

.profile-chrome__brand img {
  width: auto;
  height: 64px;
  object-fit: contain;
}

.profile-chrome__brand strong {
  display: block;
  font-size: 1.26rem;
}

.profile-chrome__brand span {
  display: block;
  margin-top: 3px;
  color: rgba(211, 224, 238, 0.72);
  font-size: 0.92rem;
}

.profile-chrome__links {
  display: flex;
  align-items: center;
  gap: 26px;
}

.profile-chrome__links a {
  color: rgba(229, 236, 245, 0.8);
  font-weight: 700;
}

.profile-chrome__links a:hover,
.profile-chrome__links a:focus-visible,
.profile-chrome__back:hover,
.profile-chrome__back:focus-visible {
  color: #6cf48f;
}

.profile-chrome__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-canvas {
  overflow: hidden;
  border: 1px solid rgba(91, 214, 124, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 14%, rgba(53, 221, 81, 0.16), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(36, 161, 255, 0.12), transparent 20%),
    linear-gradient(180deg, rgba(10, 17, 28, 0.82), rgba(11, 18, 30, 0.74));
  box-shadow:
    0 38px 96px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(26px) saturate(130%);
  -webkit-backdrop-filter: blur(26px) saturate(130%);
  color: #eef4fd;
}

.profile-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  padding: 42px 42px 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(53, 221, 81, 0.16), transparent 18%),
    linear-gradient(180deg, rgba(17, 28, 42, 0.72), rgba(11, 18, 30, 0.48));
  border-bottom: 1px solid rgba(91, 214, 124, 0.1);
}

.profile-hero__avatar-wrap {
  display: flex;
  justify-content: center;
}

.profile-avatar.profile-avatar--hero {
  width: 138px;
  height: 138px;
  border-radius: 999px;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(circle at 30% 24%, rgba(143, 247, 164, 0.18), transparent 24%),
    linear-gradient(180deg, rgba(247, 251, 255, 0.9), rgba(214, 226, 240, 0.78));
  box-shadow:
    0 24px 54px rgba(4, 10, 19, 0.34),
    0 0 0 8px rgba(255, 255, 255, 0.04);
}

.profile-avatar.profile-avatar--hero:hover img,
.profile-avatar.profile-avatar--hero:focus-within img {
  transform: scale(1.06);
  filter: brightness(0.88);
}

.profile-avatar.profile-avatar--hero:hover .profile-avatar__edit,
.profile-avatar.profile-avatar--hero:focus-within .profile-avatar__edit {
  opacity: 1;
}

.profile-avatar.profile-avatar--hero .profile-avatar__fallback {
  color: #173049;
  font-size: 2.2rem;
}

.profile-hero__content {
  min-width: 0;
}

.profile-hero__main {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 24px;
}

.profile-hero__identity h1 {
  margin: 0;
  color: #f4f8ff;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.04;
}

.profile-hero__identity p {
  margin: 10px 0 0;
  color: rgba(220, 231, 243, 0.76);
  font-size: 1.02rem;
  line-height: 1.6;
}

.profile-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.profile-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(53, 221, 81, 0.28);
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(53, 221, 81, 0.28), rgba(6, 157, 119, 0.16));
  color: #f4fff7;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.profile-action-button:hover,
.profile-action-button:focus-visible,
.profile-action-button.is-active {
  transform: translateY(-1px);
  border-color: rgba(53, 221, 81, 0.44);
  box-shadow: 0 18px 36px rgba(53, 221, 81, 0.12);
}

.profile-action-button--ghost {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: #e9f2ff;
}

.profile-action-button--danger {
  border-color: rgba(255, 106, 106, 0.22);
  background: rgba(255, 106, 106, 0.08);
  color: #ffd7d7;
}

.profile-hero__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.profile-hero__meta div {
  min-width: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-hero__meta span {
  display: block;
  color: rgba(181, 198, 218, 0.72);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.profile-hero__meta strong {
  display: block;
  margin-top: 8px;
  color: #edf4fd;
  font-size: 1rem;
  line-height: 1.5;
  word-break: break-word;
}

.profile-editor[hidden] {
  display: none !important;
}

.profile-editor {
  padding: 24px 42px 0;
}

.profile-feedback {
  margin-bottom: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 22, 0.48);
  color: #dce8f7;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.profile-feedback.is-success {
  border-color: rgba(53, 221, 81, 0.28);
  background: rgba(53, 221, 81, 0.1);
  color: #d9ffe0;
}

.profile-feedback.is-error {
  border-color: rgba(255, 106, 106, 0.22);
  background: rgba(255, 106, 106, 0.08);
  color: #ffd7d7;
}

.profile-editor__form {
  padding: 22px 24px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(10, 17, 27, 0.44);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

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

.profile-workbench .profile-field span {
  color: rgba(214, 227, 243, 0.82);
  font-size: 0.92rem;
  font-weight: 700;
}

.profile-workbench .profile-field input,
.profile-workbench .profile-field textarea {
  min-height: 50px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  color: #f2f8ff;
  box-shadow: none;
}

.profile-workbench .profile-field input::placeholder,
.profile-workbench .profile-field textarea::placeholder {
  color: rgba(190, 204, 221, 0.54);
}

.profile-workbench .profile-field textarea {
  min-height: 116px;
}

.profile-workbench .profile-field input:focus,
.profile-workbench .profile-field textarea:focus {
  outline: none;
  border-color: rgba(53, 221, 81, 0.48);
  box-shadow: 0 0 0 4px rgba(53, 221, 81, 0.12);
}

.profile-workbench .profile-field input[readonly] {
  color: rgba(202, 215, 231, 0.68);
  background: rgba(255, 255, 255, 0.03);
}

.profile-editor__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.profile-editor__avatar-tools,
.profile-editor__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.profile-lower {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 0;
  min-height: 520px;
}

.profile-lower__main {
  min-width: 0;
  padding: 0 34px 34px;
}

.profile-tabs {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-tabs button {
  position: relative;
  padding: 18px 0 16px;
  border: 0;
  background: none;
  color: rgba(191, 207, 226, 0.66);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: color 160ms ease;
}

.profile-tabs button::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(53, 221, 81, 0.84), rgba(5, 132, 107, 0.72));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.profile-tabs button.is-active {
  color: #f3f8ff;
}

.profile-tabs button.is-active::after {
  transform: scaleX(1);
}

.profile-tab-panel {
  display: none;
  padding-top: 24px;
}

.profile-tab-panel.is-active {
  display: block;
}

.profile-stream {
  display: grid;
  gap: 14px;
}

.profile-stream-item,
.profile-placeholder {
  padding: 22px 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.profile-stream-item strong,
.profile-placeholder strong {
  display: block;
  color: #f3f8ff;
  font-size: 1.04rem;
}

.profile-stream-item p,
.profile-placeholder p {
  margin: 10px 0 0;
  color: rgba(213, 225, 239, 0.78);
  line-height: 1.78;
}

.profile-stream-item span {
  display: block;
  margin-top: 12px;
  color: rgba(177, 194, 214, 0.72);
  font-size: 0.9rem;
}

.profile-lower__side {
  padding: 32px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 0% 0%, rgba(53, 221, 81, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.profile-download-summary {
  display: grid;
  gap: 14px;
}

.profile-download-summary__label,
.profile-download-summary__meta span,
.profile-download-summary__release span {
  color: rgba(181, 199, 220, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
}

.profile-download-summary > strong {
  color: #f3f8ff;
  font-size: 1.72rem;
  line-height: 1.06;
}

.profile-download-summary > p {
  margin: 0;
  color: rgba(214, 225, 239, 0.78);
  line-height: 1.7;
}

.profile-download-summary__meta,
.profile-download-summary__release {
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-download-summary__meta strong,
.profile-download-summary__release strong {
  display: block;
  margin-top: 8px;
  color: #eff5ff;
  font-size: 1.02rem;
}

.profile-stream-item--hero {
  margin-bottom: 18px;
}

.profile-stream-item__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.profile-inline-hint {
  margin: 12px 0 0;
  color: rgba(208, 222, 238, 0.76);
  line-height: 1.7;
}

.profile-editor__actions--single {
  justify-content: flex-start;
}

.profile-support-layout,
.profile-security-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.profile-support-answer {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.profile-support-answer strong {
  color: #f2f8ff;
  font-size: 0.92rem;
}

.profile-support-answer p {
  margin-top: 8px;
}

.profile-security-actions,
.profile-security-device-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.profile-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  white-space: nowrap;
}

.profile-status-pill--success {
  background: rgba(53, 221, 81, 0.14);
  color: #dcffe2;
}

.profile-status-pill--warning {
  background: rgba(255, 196, 92, 0.18);
  color: #fff0c6;
}

.profile-status-pill--danger {
  background: rgba(255, 106, 106, 0.14);
  color: #ffd4d4;
}

.profile-status-pill--info {
  background: rgba(56, 132, 255, 0.14);
  color: #d9ebff;
}

.profile-status-pill--neutral {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(228, 237, 247, 0.84);
}

.profile-download-summary__actions {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.profile-page-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 20px 26px;
  border: 1px solid rgba(91, 214, 124, 0.12);
  border-radius: 20px;
  background: rgba(10, 16, 26, 0.82);
  color: rgba(216, 227, 240, 0.74);
}

.profile-page-footer__brand strong {
  display: block;
  color: #eff5ff;
  font-size: 1rem;
}

.profile-page-footer__brand span {
  display: block;
  margin-top: 4px;
  font-size: 0.9rem;
}

.profile-page-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.profile-page-footer__links a {
  color: rgba(228, 236, 245, 0.78);
  font-weight: 700;
}

@media (max-width: 1180px) {
  .profile-chrome__nav {
    flex-wrap: wrap;
    padding-block: 18px;
  }

  .profile-hero__main {
    flex-direction: column;
  }

  .profile-hero__actions {
    justify-content: flex-start;
  }

  .profile-lower {
    grid-template-columns: 1fr;
  }

  .profile-lower__side {
    border-right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 900px) {
  .profile-chrome__topbar,
  .profile-chrome__nav,
  .profile-page-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .profile-chrome__links {
    flex-wrap: wrap;
    gap: 14px;
  }

  .profile-hero {
    grid-template-columns: 1fr;
    padding: 28px 22px 22px;
  }

  .profile-hero__avatar-wrap {
    justify-content: flex-start;
  }

  .profile-hero__meta,
  .profile-editor__grid {
    grid-template-columns: 1fr;
  }

  .profile-support-layout,
  .profile-security-grid {
    grid-template-columns: 1fr;
  }

  .profile-editor {
    padding: 18px 22px 0;
  }

  .profile-lower__main {
    padding: 0 22px 24px;
  }

  .profile-lower__side {
    padding: 24px 22px;
  }
}

@media (max-width: 640px) {
  .profile-main {
    padding: 28px 0 44px;
  }

  .profile-workbench {
    width: 96%;
  }

  .profile-canvas {
    border-radius: 22px;
  }

  .profile-hero {
    gap: 18px;
    padding: 22px 16px 16px;
  }

  .profile-hero__avatar-wrap {
    justify-content: center;
  }

  .profile-avatar.profile-avatar--hero {
    width: 118px;
    height: 118px;
  }

  .profile-avatar.profile-avatar--hero .profile-avatar__fallback {
    font-size: 1.9rem;
  }

  .profile-hero__identity h1 {
    font-size: clamp(1.55rem, 7.2vw, 2rem);
    line-height: 1.12;
  }

  .profile-hero__identity p {
    font-size: 0.94rem;
    line-height: 1.45;
  }

  .profile-hero__actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .profile-hero__actions .profile-action-button,
  .profile-hero__actions .profile-action-button--ghost,
  .profile-hero__actions .profile-action-button--danger {
    width: 100%;
    min-height: 42px;
    padding-inline: 12px;
    font-size: 0.9rem;
  }

  .profile-hero__meta {
    margin-top: 18px;
    gap: 12px;
  }

  .profile-hero__meta div {
    padding-top: 12px;
  }

  .profile-hero__meta strong {
    margin-top: 6px;
    font-size: 0.95rem;
  }

  .profile-chrome {
    border-radius: 20px;
  }

  .profile-tabs {
    padding-inline: 2px;
    gap: 14px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
  }

  .profile-tabs button {
    padding: 14px 0 13px;
    font-size: 0.92rem;
  }

  .profile-tab-panel {
    padding-top: 16px;
  }

  .profile-stream-item,
  .profile-placeholder {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .profile-stream-item p,
  .profile-placeholder p {
    margin-top: 8px;
    line-height: 1.62;
    font-size: 0.93rem;
  }

  .profile-editor__form {
    padding: 16px 12px 14px;
    border-radius: 18px;
  }

  .profile-workbench .profile-field input,
  .profile-workbench .profile-field textarea {
    min-height: 46px;
    padding: 12px 13px;
    font-size: 0.94rem;
  }

  .profile-workbench .profile-field textarea {
    min-height: 100px;
  }

  .profile-editor__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .profile-action-button,
  .profile-download-summary__actions .profile-action-button {
    width: 100%;
  }

  .profile-avatar__edit {
    opacity: 1;
    background: linear-gradient(180deg, rgba(3, 8, 14, 0.04), rgba(3, 8, 14, 0.64));
  }

  .profile-avatar__edit-icon {
    width: 38px;
    height: 38px;
  }

  .profile-avatar__edit-text {
    font-size: 0.82rem;
  }
}

@media (max-width: 1100px) {
  .launch-hero {
    padding-top: 38px;
  }

  .launch-hero__inner {
    grid-template-columns: 1fr;
  }

  .launch-hero__media,
  .launch-hero__media img {
    min-height: 460px;
  }
}

@media (max-width: 900px) {
  .launch-hero__meta {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .launch-modal__highlights {
    grid-template-columns: 1fr;
  }

  .launch-modal__highlight {
    min-height: auto;
  }

  .launch-modal__footer {
    flex-direction: column;
    align-items: stretch;
  }

  .launch-modal__cta {
    width: 100%;
  }
}

@media (max-width: 720px) {
  .launch-hero {
    padding: 28px 5.5% 24px;
  }

  .launch-hero__inner {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }

  .launch-hero__content {
    display: contents;
  }

  .launch-hero__headline {
    order: 1;
    gap: 12px;
    justify-items: center;
    text-align: center;
  }

  .launch-hero__kicker {
    justify-self: center;
    margin-inline: auto;
  }

  .launch-hero__media {
    order: 2;
  }

  .launch-hero__media,
  .launch-hero__media img {
    min-height: 320px;
    border-radius: 28px;
  }

  .launch-hero__details {
    order: 3;
    gap: 10px;
    margin-top: -76px;
    padding-inline: 10px;
    position: relative;
    z-index: 3;
  }

  .launch-hero__content h2 {
    font-size: clamp(2rem, 11vw, 2.7rem);
    text-align: center;
  }

  .launch-hero__text {
    max-width: none;
    font-size: 0.94rem;
    line-height: 1.85;
    text-align: center;
  }

  .launch-hero__meta {
    order: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .launch-hero__meta-item {
    min-width: 0;
    padding: 10px 10px 11px;
    border-radius: 18px;
    text-align: center;
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.2),
      inset 0 1px 0 rgba(255, 255, 255, 0.03);
  }

  .launch-hero__meta-item span {
    font-size: 0.68rem;
  }

  .launch-hero__meta-item strong {
    margin-top: 5px;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .launch-hero__countdown {
    order: 1;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .launch-hero__countdown-item {
    padding: 10px 6px 11px;
    border-radius: 18px;
    background:
      radial-gradient(circle at top center, rgba(53, 221, 81, 0.14), transparent 60%),
      linear-gradient(180deg, rgba(9, 16, 24, 0.92), rgba(5, 10, 16, 0.96));
    backdrop-filter: blur(10px);
    box-shadow:
      0 18px 34px rgba(0, 0, 0, 0.22),
      inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .launch-hero__countdown-item strong {
    font-size: 1.08rem;
  }

  .launch-hero__countdown-item span {
    margin-top: 6px;
    font-size: 0.68rem;
  }

  .launch-modal {
    padding: 16px;
  }

  .launch-modal__dialog {
    padding: 24px 18px 20px;
    border-radius: 28px;
  }

  .launch-modal__close {
    top: 14px;
    left: 14px;
  }

  .launch-modal__media img {
    height: 180px;
  }
}

@keyframes launch-modal-pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.16);
    opacity: 0.74;
  }
}

@keyframes launch-modal-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -10px, 0) scale(1.04);
  }
}
