/* [project]/apps/public/src/app/globals.css [app-client] (css) */
:root {
  --brand: #6366f1;
  --brand-hover: #4f46e5;
  --brand-active: #4338ca;
  --brand-deep: #1e1b4b;
  --brand-dark: #121225;
  --accent: #8b5cf6;
  --accent-bright: #c4b5fd;
  --success: #10b981;
  --ink: #1e1b24;
  --muted: #6b6875;
  --canvas: #f8f7fb;
  --surface: #fff;
  --line: #e4e2ea;
  --line-strong: #cbc7d6;
  --app-primary: #6366f1;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--canvas);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
}

a {
  color: inherit;
}

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

::selection {
  color: var(--ink);
  background: #e0e7ff;
}

.site-container {
  width: min(1240px, 100% - 48px);
  margin: 0 auto;
}

.site-header {
  z-index: 50;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: #ffffffe8;
  border-bottom: 1px solid #e4e2ead9;
  position: sticky;
  top: 0;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  min-height: 72px;
  display: flex;
}

.brand {
  color: var(--ink);
  letter-spacing: -.055em;
  align-items: center;
  gap: 11px;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  display: inline-flex;
}

.brand-inverse {
  color: #fff;
}

.brand-mark {
  background: var(--ink);
  border-radius: 8px;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 14px #1e1b4b26;
}

.brand-inverse .brand-mark {
  background: #fff;
}

.brand-crossbar, .brand-stem, .brand-accent {
  border-radius: 99px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.brand-crossbar {
  background: var(--canvas);
  width: 20px;
  height: 4px;
  top: 7px;
}

.brand-stem {
  background: var(--canvas);
  width: 4px;
  height: 17px;
  top: 7px;
}

.brand-accent {
  background: var(--brand);
  width: 13px;
  height: 4px;
  bottom: 6px;
}

.brand-inverse .brand-crossbar, .brand-inverse .brand-stem {
  background: var(--brand-deep);
}

.desktop-nav {
  align-self: stretch;
  align-items: stretch;
  gap: 2px;
  display: flex;
}

.nav-link {
  color: #4f4b5c;
  align-items: center;
  gap: 5px;
  height: 100%;
  padding: 0 15px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.nav-link:hover {
  color: var(--brand);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > .nav-link {
  height: 100%;
}

.mega-menu {
  visibility: hidden;
  border: 1px solid var(--line);
  opacity: 0;
  background: #fff;
  grid-template-columns: .7fr 1.3fr;
  gap: 28px;
  width: 720px;
  padding: 26px;
  transition: all .16s;
  display: grid;
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  transform: translate(-50%, 10px);
  box-shadow: 0 25px 60px #1e1b4b29;
}

.nav-dropdown.is-open .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%);
}

.mega-menu-copy {
  border-right: 1px solid var(--line);
  flex-direction: column;
  align-items: flex-start;
  padding-right: 26px;
  display: flex;
}

.mega-menu-copy > span {
  color: var(--brand);
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 850;
}

.mega-menu-copy > strong {
  letter-spacing: -.04em;
  margin: 13px 0;
  font-family: Sora, Inter, sans-serif;
  font-size: 20px;
  line-height: 1.2;
}

.mega-menu-copy > a {
  color: var(--brand);
  margin-top: auto;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.mega-menu-grid {
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  display: grid;
}

.mega-menu-grid a {
  flex-direction: column;
  gap: 4px;
  padding: 11px 12px;
  text-decoration: none;
  display: flex;
}

.mega-menu-grid a:hover {
  background: var(--canvas);
}

.mega-menu-grid strong {
  font-size: 13px;
}

.mega-menu-grid span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}

.mega-menu-apps {
  width: min(960px, 100vw - 48px);
  padding: 18px;
  display: block;
}

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

.apps-menu-grid a {
  -moz-column-gap: 10px;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-width: 0;
  min-height: 54px;
  padding: 7px 9px;
  text-decoration: none;
  display: grid;
}

.apps-menu-grid a:hover {
  background: var(--canvas);
}

.apps-menu-grid .app-tile {
  border-radius: 10px;
  width: 36px;
  height: 36px;
  box-shadow: 0 5px 12px #0f172a21, inset 0 1px #fff6;
}

.apps-menu-grid .app-icon-svg {
  width: 21px;
  height: 21px;
}

.apps-menu-grid strong {
  font-size: 12px;
  line-height: 1.2;
}

.mega-menu-industries {
  width: min(900px, 100vw - 48px);
  padding: 18px;
  display: block;
}

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

.industries-menu-grid a {
  -moz-column-gap: 10px;
  grid-template-columns: 40px minmax(0, 1fr);
  align-items: center;
  column-gap: 10px;
  min-width: 0;
  min-height: 58px;
  padding: 8px 10px;
  text-decoration: none;
  display: grid;
}

.industries-menu-grid a:hover {
  background: var(--canvas);
}

.industry-menu-icon {
  background: linear-gradient(135deg, var(--industry-primary), var(--industry-secondary));
  color: #fff;
  width: 38px;
  height: 38px;
  box-shadow: 0 7px 14px var(--industry-glow);
  border-radius: 10px;
  place-items: center;
  display: grid;
}

.industries-menu-grid strong {
  font-size: 12px;
  line-height: 1.2;
}

.industries-menu-footer {
  border-top: 1px solid var(--line);
  justify-content: flex-end;
  margin-top: 10px;
  padding: 13px 10px 0;
  display: flex;
}

.industries-menu-footer a {
  color: var(--brand);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.industries-menu-footer a:hover {
  color: var(--brand-hover);
}

.header-cta {
  align-items: center;
  gap: 17px;
  display: flex;
}

.text-link {
  color: #4f4b5c;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.text-link:hover {
  color: var(--brand);
}

.public-language-switcher {
  position: relative;
}

.public-language-trigger {
  border: 1px solid var(--line);
  min-width: 101px;
  height: 40px;
  color: var(--ink);
  cursor: pointer;
  background: #fff;
  border-radius: 13px;
  outline: 0;
  align-items: center;
  gap: 8px;
  padding: 4px 9px 4px 5px;
  transition: border-color .16s, background .16s, box-shadow .16s;
  display: inline-flex;
  box-shadow: 0 4px 12px #1e1b4b0f;
}

.public-language-trigger:hover {
  border-color: var(--line-strong);
  background: var(--canvas);
}

.public-language-switcher.is-open .public-language-trigger {
  border-color: #6366f17a;
  box-shadow: 0 0 0 4px #6366f11a;
}

.public-language-trigger-flag, .public-language-option-flag {
  border: 1px solid var(--line);
  background: #fff;
  flex: none;
  place-items: center;
  display: grid;
  box-shadow: 0 3px 8px #1e1b4b14;
}

.public-language-trigger-flag {
  border-radius: 10px;
  width: 30px;
  height: 30px;
}

.public-language-trigger-flag img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 20px;
  height: 20px;
}

.public-language-trigger-copy {
  align-items: center;
  min-width: 0;
  display: flex;
}

.public-language-trigger-copy strong {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 58px;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.15;
  overflow: hidden;
}

.public-language-chevron {
  color: var(--muted);
  flex: none;
  margin-left: auto;
  transition: transform .16s;
}

.public-language-switcher.is-open .public-language-chevron {
  transform: rotate(180deg);
}

.public-language-menu {
  z-index: 70;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 17px;
  width: 244px;
  padding: 6px;
  animation: .15s ease-out language-menu-in;
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  overflow: hidden;
  box-shadow: 0 22px 50px #1e1b4b2e;
}

.public-language-menu > p {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin: 0;
  padding: 9px 10px 11px;
  font-size: 9px;
  font-weight: 850;
}

.public-language-menu > div {
  gap: 3px;
  padding-top: 5px;
  display: grid;
}

.public-language-menu a {
  color: #4f4b5c;
  border-radius: 12px;
  align-items: center;
  gap: 11px;
  padding: 8px;
  text-decoration: none;
  transition: background .15s, color .15s;
  display: flex;
}

.public-language-menu a:hover {
  background: var(--canvas);
  color: var(--ink);
}

.public-language-menu a.is-active {
  color: var(--brand);
  background: #eef2ff;
}

.public-language-option-flag {
  border-radius: 11px;
  width: 36px;
  height: 36px;
}

.public-language-option-flag img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 22px;
  height: 22px;
}

.public-language-menu a > span:nth-child(2) {
  flex: 1;
  align-items: center;
  min-width: 0;
  display: flex;
}

.public-language-menu a strong {
  font-size: 12px;
  font-weight: 800;
}

.public-language-check {
  background: var(--brand);
  color: #fff;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 23px;
  height: 23px;
  display: grid;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

@keyframes language-menu-in {
  from {
    opacity: 0;
    transform: translateY(-5px)scale(.98);
  }

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

.mobile-menu {
  display: none;
}

.mobile-menu-trigger {
  z-index: 63;
  border: 1px solid var(--line);
  width: 42px;
  height: 42px;
  color: var(--ink);
  cursor: pointer;
  background: #fff;
  border-radius: 13px;
  place-items: center;
  transition: border-color .16s, background .16s, color .16s, box-shadow .16s;
  display: grid;
  position: relative;
  box-shadow: 0 5px 14px #1e1b4b12;
}

.mobile-menu-trigger:hover {
  border-color: var(--line-strong);
  background: var(--canvas);
}

.mobile-menu-trigger.is-open {
  border-color: var(--brand);
  background: var(--brand-deep);
  color: #fff;
  box-shadow: 0 7px 18px #1e1b4b33;
}

.mobile-menu-trigger:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #6366f13d;
}

.mobile-menu-backdrop {
  z-index: 58;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #12122573;
  animation: .18s ease-out mobile-menu-backdrop-in;
  position: fixed;
  inset: 72px 0 0;
}

.mobile-menu-panel {
  z-index: 59;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fffffffa;
  max-height: calc(100dvh - 72px);
  animation: .2s ease-out mobile-menu-panel-in;
  position: fixed;
  top: 72px;
  left: 0;
  right: 0;
  overflow-y: auto;
  box-shadow: 0 24px 55px #1e1b4b33;
}

.mobile-menu-nav {
  gap: 18px;
  padding-top: 22px;
  padding-bottom: 24px;
  display: grid;
}

.mobile-menu-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  display: grid;
}

.mobile-menu-links a {
  border: 1px solid var(--line);
  background: var(--canvas);
  min-height: 58px;
  color: var(--ink);
  letter-spacing: -.025em;
  border-radius: 14px;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 0 18px;
  font-family: Sora, sans-serif;
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
  transition: border-color .16s, background .16s, color .16s, transform .16s;
  display: flex;
}

.mobile-menu-links a:hover {
  color: var(--brand);
  background: #eef2ff;
  border-color: #6366f161;
  transform: translateY(-2px);
}

.mobile-menu-links a svg {
  color: var(--brand);
  flex: none;
}

.mobile-menu-actions {
  border-top: 1px solid var(--line);
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding-top: 18px;
  display: grid;
}

.mobile-menu-actions .button {
  width: 100%;
  min-height: 50px;
}

@keyframes mobile-menu-panel-in {
  from {
    opacity: 0;
    transform: translateY(-12px);
  }

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

@keyframes mobile-menu-backdrop-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.public-language-switcher-mobile .public-language-trigger {
  width: 100%;
  height: 47px;
  padding-right: 12px;
}

.public-language-switcher-mobile .public-language-trigger-flag {
  width: 36px;
  height: 36px;
}

.public-language-switcher-mobile .public-language-trigger-copy strong {
  max-width: none;
  font-size: 12px;
}

.public-language-switcher-mobile .public-language-menu {
  width: 100%;
  margin-top: 7px;
  position: static;
  box-shadow: 0 10px 25px #1e1b4b1a;
}

.button {
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 19px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .16s, box-shadow .16s, background .16s;
  display: inline-flex;
}

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

.button-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 12px;
}

.button-large {
  min-height: 52px;
  padding: 0 23px;
}

.button-primary {
  background: var(--brand);
  box-shadow: 5px 5px 0 var(--brand-deep);
  color: #fff;
}

.button-primary:hover {
  background: var(--brand-hover);
  box-shadow: 7px 7px 0 var(--brand-deep);
}

.button-primary:active {
  background: var(--brand-active);
  box-shadow: 4px 4px 0 var(--brand-deep);
  transform: translateY(0);
}

.button-secondary {
  border-color: var(--line-strong);
  color: var(--ink);
  background: #fff;
}

.button-secondary:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.button-white {
  color: var(--brand-deep);
  background: #fff;
  box-shadow: 5px 5px #00000038;
}

.button-dark-ghost {
  color: #fff;
  border-color: #ffffff61;
}

.button-product {
  background: var(--product-primary);
  box-shadow: 5px 5px 0 var(--product-secondary);
  color: #fff;
}

.home-hero {
  background: linear-gradient(112deg, #fbfafc 0 51%, #eef0ff 51% 100%);
  min-height: 760px;
  position: relative;
  overflow: hidden;
}

.home-hero:before {
  pointer-events: none;
  content: "";
  opacity: .44;
  background-image: linear-gradient(#6366f112 1px, #0000 1px), linear-gradient(90deg, #6366f112 1px, #0000 1px);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to right, #0000 2%, #000 55%, #0000 98%);
  mask-image: linear-gradient(to right, #0000 2%, #000 55%, #0000 98%);
}

.home-hero-grid {
  z-index: 1;
  grid-template-columns: .84fr 1.16fr;
  align-items: center;
  gap: 45px;
  min-height: 760px;
  padding-top: 65px;
  padding-bottom: 70px;
  display: grid;
  position: relative;
}

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

.hero-badge {
  border: 1px solid var(--line-strong);
  color: var(--brand);
  letter-spacing: .14em;
  background: #ffffffc7;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  font-size: 10px;
  font-weight: 850;
  display: inline-flex;
}

.live-dot {
  background: var(--brand);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #6366f129;
}

.hero-copy-block h1 {
  letter-spacing: -.075em;
  max-width: 650px;
  margin: 25px 0 24px;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(55px, 6.1vw, 92px);
  font-weight: 830;
  line-height: .91;
}

.hero-copy-block h1 span {
  color: var(--brand);
}

.hero-copy-block > p {
  max-width: 610px;
  color: var(--muted);
  margin: 0 0 28px;
  font-size: 17px;
  line-height: 1.7;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  display: flex;
}

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

.hero-proof span {
  color: #555160;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 750;
  display: inline-flex;
}

.hero-proof svg {
  color: var(--brand);
}

.hero-universe {
  min-height: 610px;
  margin-right: -36px;
  position: relative;
}

.universe-glow {
  filter: blur(10px);
  background: radial-gradient(circle, #8b5cf62e, #6366f121 37%, #0000 70%);
  border-radius: 50%;
  width: 72%;
  height: 76%;
  position: absolute;
  top: 8%;
  left: 14%;
}

.workspace-window {
  background: #fff;
  border: 1px solid #d8d4e3;
  border-radius: 14px;
  position: absolute;
  top: 94px;
  left: 58px;
  right: 35px;
  overflow: hidden;
  transform: perspective(1400px)rotateY(-3deg)rotateX(1deg);
  box-shadow: 0 38px 80px #312e8136, 0 8px 20px #312e8117;
}

.workspace-chrome {
  border-bottom: 1px solid #ecebf1;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 13px;
  display: flex;
}

.workspace-chrome > span {
  background: #dbd8e4;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.workspace-chrome > div {
  background: #f3f2f7;
  border-radius: 5px;
  width: 38%;
  height: 18px;
  margin-left: 8px;
}

.workspace-layout {
  grid-template-columns: 52px 1fr;
  min-height: 395px;
  display: grid;
}

.workspace-rail {
  background: #fbfbfa;
  border-right: 1px solid #ecebf1;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding-top: 13px;
  display: flex;
}

.workspace-rail b {
  background: var(--ink);
  color: #fff;
  border-radius: 7px;
  place-items: center;
  width: 27px;
  height: 27px;
  font-size: 10px;
  display: grid;
}

.workspace-rail i {
  background: #eeedf3;
  border-radius: 6px;
  width: 22px;
  height: 22px;
}

.workspace-rail i.selected {
  background: #e0e7ff;
  box-shadow: inset 3px 0 #6366f1;
}

.workspace-content {
  padding: 22px;
}

.workspace-heading {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.workspace-heading small {
  color: #8b948f;
  letter-spacing: .12em;
  font-size: 7px;
  font-weight: 800;
  display: block;
}

.workspace-heading strong {
  letter-spacing: -.035em;
  margin-top: 5px;
  font-size: 16px;
  display: block;
}

.workspace-heading button {
  color: #fff;
  background: #6366f1;
  border: 0;
  border-radius: 6px;
  padding: 8px 11px;
  font-size: 7px;
  font-weight: 800;
}

.workspace-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 18px;
  display: grid;
}

.workspace-stats article {
  border: 1px solid #e8e7ed;
  border-radius: 8px;
  min-height: 80px;
  padding: 11px;
  position: relative;
  overflow: hidden;
}

.workspace-stats article:before {
  content: "";
  background: #6366f1;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.workspace-stats article:nth-child(2):before {
  background: #0d9488;
}

.workspace-stats article:nth-child(3):before {
  background: #f59e0b;
}

.workspace-stats span, .workspace-stats em {
  color: #858b87;
  font-size: 7px;
  font-style: normal;
  display: block;
}

.workspace-stats b {
  letter-spacing: -.05em;
  margin: 7px 0 3px;
  font-size: 20px;
  display: block;
}

.workspace-panels {
  grid-template-columns: 1.3fr .7fr;
  gap: 9px;
  margin-top: 9px;
  display: grid;
}

.workspace-chart, .workspace-feed {
  border: 1px solid #e8e7ed;
  border-radius: 8px;
  height: 170px;
  padding: 12px;
}

.workspace-chart header, .workspace-feed header {
  justify-content: space-between;
  font-size: 8px;
  display: flex;
}

.workspace-chart header span {
  color: #909892;
  font-size: 7px;
}

.chart-bars {
  border-bottom: 1px solid #e5e7e3;
  align-items: flex-end;
  gap: 6px;
  height: 112px;
  padding-top: 17px;
  display: flex;
}

.chart-bars i {
  opacity: .8;
  background: linear-gradient(#818cf8, #6366f1);
  border-radius: 3px 3px 0 0;
  flex: 1;
}

.workspace-feed p {
  grid-template-columns: 9px 1fr;
  align-items: center;
  gap: 1px 6px;
  margin: 10px 0;
  display: grid;
}

.workspace-feed p b {
  font-size: 7px;
}

.workspace-feed p small {
  color: #929894;
  grid-column: 2;
  font-size: 6px;
}

.feed-dot {
  border-radius: 50%;
  grid-row: span 2;
  width: 7px;
  height: 7px;
}

.feed-dot.orange {
  background: #f97316;
}

.feed-dot.blue {
  background: #3b82f6;
}

.feed-dot.green {
  background: var(--success);
}

.floating-app {
  z-index: 5;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #ffffffeb;
  border: 1px solid #fffc;
  border-radius: 13px;
  align-items: center;
  gap: 7px;
  padding: 7px 10px 7px 7px;
  display: flex;
  position: absolute;
  box-shadow: 0 15px 30px #312e8124;
}

.floating-app strong {
  white-space: nowrap;
  font-size: 9px;
}

.floating-one {
  top: 16px;
  left: 20%;
}

.floating-two {
  top: 48px;
  right: 2%;
}

.floating-three {
  top: 48%;
  left: 0;
}

.floating-four {
  bottom: 19%;
  right: 0;
}

.floating-five {
  bottom: 6px;
  left: 23%;
}

.floating-six {
  bottom: -5px;
  right: 20%;
}

.app-tile {
  color: #fff;
  border: 1px solid #ffffff73;
  border-radius: 14px;
  flex: 0 0 48px;
  place-items: center;
  width: 48px;
  height: 48px;
  display: grid;
  position: relative;
  overflow: hidden;
  box-shadow: 0 11px 22px #0f172a2e, inset 0 1px #ffffff73;
}

.app-tile:after {
  filter: blur(6px);
  content: "";
  background: #ffffff42;
  border-radius: 50%;
  width: 76%;
  height: 58%;
  position: absolute;
  top: -26%;
  left: -18%;
}

.app-tile .app-icon-svg {
  z-index: 1;
  width: 27px;
  height: 27px;
  position: relative;
}

.app-tile-large {
  border-radius: 20px;
  flex-basis: 68px;
  width: 68px;
  height: 68px;
}

.app-tile-large .app-icon-svg {
  width: 39px;
  height: 39px;
}

.app-tone-sky {
  background: linear-gradient(135deg, #38bdf8, #0ea5e9 48%, #2563eb);
}

.app-tone-pink {
  background: linear-gradient(135deg, #e879f9, #ec4899 48%, #f43f5e);
}

.app-tone-orange {
  background: linear-gradient(135deg, #fb923c, #f97316 48%, #ef4444);
}

.app-tone-emerald {
  background: linear-gradient(135deg, #34d399, #10b981 48%, #0d9488);
}

.app-tone-blue {
  background: linear-gradient(135deg, #60a5fa, #3b82f6 48%, #4f46e5);
}

.app-tone-violet {
  background: linear-gradient(135deg, #8b5cf6, #a855f7 48%, #d946ef);
}

.app-tone-amber {
  background: linear-gradient(135deg, #fcd34d, #f59e0b 52%, #f97316);
}

.app-tone-cyan {
  background: linear-gradient(135deg, #22d3ee, #06b6d4 50%, #0284c7);
}

.app-tone-indigo {
  background: linear-gradient(135deg, #818cf8, #6366f1 50%, #7c3aed);
}

.app-tone-lime {
  background: linear-gradient(135deg, #a3e635, #22c55e 50%, #10b981);
}

.app-tone-red {
  background: linear-gradient(135deg, #fbbf24, #f97316 50%, #dc2626);
}

.app-tone-fuchsia {
  background: linear-gradient(135deg, #f472b6, #d946ef 50%, #9333ea);
}

.app-tone-yellow {
  background: linear-gradient(135deg, #fde047, #f59e0b 55%, #f97316);
}

.app-tone-teal {
  background: linear-gradient(135deg, #2dd4bf, #14b8a6 50%, #0891b2);
}

.app-tone-rose {
  background: linear-gradient(135deg, #fb7185, #f43f5e 50%, #db2777);
}

.app-tone-purple {
  background: linear-gradient(135deg, #c084fc, #a855f7 50%, #d946ef);
}

.app-tone-slate {
  background: linear-gradient(135deg, #94a3b8, #64748b 50%, #334155);
}

.event-card {
  z-index: 7;
  background: #fff;
  border: 1px solid #e2e0e9;
  border-radius: 11px;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  display: flex;
  position: absolute;
  box-shadow: 0 18px 36px #312e812e;
}

.event-card > svg {
  color: var(--brand);
  margin-left: 8px;
}

.event-card b, .event-card small {
  display: block;
}

.event-card b {
  font-size: 9px;
}

.event-card small {
  color: #817d8b;
  margin-top: 3px;
  font-size: 7px;
}

.event-icon {
  border-radius: 8px;
  place-items: center;
  width: 31px;
  height: 31px;
  display: grid;
}

.event-icon.orange {
  color: #ea580c;
  background: #ffedd5;
}

.event-icon.violet {
  color: #7c3aed;
  background: #f3e8ff;
}

.event-lead {
  bottom: 85px;
  right: 8px;
}

.event-ai {
  bottom: 38px;
  left: 0;
}

.outcomes-section, .flow-section, .apps-showcase, .scenario-section, .catalog-groups, .pricing-section, .product-benefits, .feature-section, .related-section {
  padding: clamp(80px, 9vw, 132px) 0;
}

.outcomes-section, .apps-showcase, .catalog-groups, .product-benefits, .related-section {
  background: #fff;
}

.flow-section, .scenario-section, .feature-section {
  background: var(--canvas);
}

.section-intro h2, .growth-copy h2, .catalog-group-copy h2, .principle-grid h2, .pricing-hero h1, .product-hero h1, .marketing-cta h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-family: Sora, Inter, sans-serif;
  font-weight: 820;
  line-height: .98;
}

.section-intro h2 {
  max-width: 780px;
  font-size: clamp(39px, 5.2vw, 68px);
}

.section-intro-wide, .section-intro-wide h2 {
  max-width: none;
}

.section-intro > p, .split-intro > p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
}

.split-intro {
  grid-template-columns: 1.2fr .8fr;
  align-items: end;
  gap: 80px;
  display: grid;
}

.split-intro > p {
  margin: 0 0 4px;
}

.centered-intro {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.centered-intro h2 {
  margin: 0 auto;
}

.centered-intro > p {
  max-width: 730px;
  margin: 20px auto 0;
}

.outcome-grid {
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 60px;
  display: grid;
}

.outcome-card {
  border-right: 1px solid var(--line);
  min-height: 300px;
  padding: 34px;
  position: relative;
}

.outcome-card:last-child {
  border: 0;
}

.outcome-number {
  color: #d5d1e0;
  font-family: Sora, sans-serif;
  font-size: 11px;
  font-weight: 850;
  position: absolute;
  top: 22px;
  right: 26px;
}

.outcome-icon {
  width: 48px;
  height: 48px;
  color: var(--brand);
  background: #eef2ff;
  place-items: center;
  display: grid;
}

.outcome-card h3 {
  letter-spacing: -.04em;
  max-width: 280px;
  margin: 58px 0 12px;
  font-family: Sora, sans-serif;
  font-size: 23px;
  line-height: 1.15;
}

.outcome-card p {
  color: var(--muted);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.business-flow {
  border-top: 1px solid var(--line-strong);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 68px;
  display: grid;
}

.business-flow article {
  text-align: center;
  padding: 38px 24px 0;
  position: relative;
}

.business-flow article > span {
  color: var(--brand);
  letter-spacing: .12em;
  margin-top: 18px;
  font-size: 10px;
  font-weight: 850;
  display: block;
}

.business-flow h3 {
  letter-spacing: -.035em;
  margin: 9px 0;
  font-family: Sora, sans-serif;
  font-size: 17px;
}

.business-flow p {
  max-width: 220px;
  color: var(--muted);
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.55;
}

.flow-app {
  border: 8px solid var(--canvas);
  box-sizing: content-box;
  color: #fff;
  border-radius: 20px;
  place-items: center;
  width: 64px;
  height: 64px;
  margin: -71px auto 0;
  display: grid;
}

.flow-app .app-icon-svg {
  width: 35px;
  height: 35px;
}

.flow-arrow {
  color: #aaa6b8;
  position: absolute;
  top: 17px;
  right: -10px;
}

.product-cards {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 58px;
  display: grid;
}

.product-card {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: 190px;
  padding: 25px;
  text-decoration: none;
  transition: transform .18s, border .18s, box-shadow .18s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-card:before {
  background: radial-gradient(circle at 100% 0, var(--app-glow), transparent 70%);
  content: "";
  width: 55%;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
}

.product-card:hover {
  z-index: 2;
  border-color: var(--app-primary);
  transform: translateY(-6px);
  box-shadow: 0 20px 44px #312e811a;
}

.product-card-icon {
  background: linear-gradient(135deg, var(--app-primary), var(--app-secondary));
  width: 58px;
  height: 58px;
  box-shadow: 0 13px 24px var(--app-glow);
  color: #fff;
  border-radius: 18px;
  place-items: center;
  display: grid;
}

.product-card-icon .app-icon-svg {
  width: 35px;
  height: 35px;
}

.product-card h3 {
  letter-spacing: -.05em;
  margin: 30px 0 0;
  font-family: Sora, sans-serif;
  font-size: 24px;
}

.center-action {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.growth-section {
  background: var(--brand-deep);
  color: #fff;
  padding: clamp(82px, 9vw, 125px) 0;
  position: relative;
  overflow: hidden;
}

.growth-section:after {
  content: "";
  border: 1px solid #c4b5fd38;
  border-radius: 50%;
  width: 700px;
  height: 700px;
  position: absolute;
  bottom: -70%;
  right: -10%;
  box-shadow: 0 0 0 80px #8b5cf60f, 0 0 0 160px #6366f10a;
}

.growth-grid {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 110px;
  display: grid;
  position: relative;
}

.growth-copy h2 {
  color: #fff;
  font-size: clamp(42px, 5.2vw, 72px);
}

.growth-copy > .button {
  margin-top: 30px;
}

.growth-steps {
  border-top: 1px solid #ffffff38;
}

.growth-steps article {
  border-bottom: 1px solid #ffffff38;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  padding: 24px 0;
  display: grid;
}

.growth-steps article > span {
  color: var(--accent-bright);
  letter-spacing: .14em;
  font-size: 10px;
  font-weight: 850;
}

.growth-steps b {
  font-family: Sora, sans-serif;
  font-size: 18px;
}

.growth-steps p {
  color: #b8b5cc;
  margin: 7px 0 0;
  font-size: 13px;
  line-height: 1.55;
}

.scenario-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 54px;
  display: grid;
}

.scenario-grid article {
  border: 1px solid var(--line);
  background: #fff;
  padding: 27px;
}

.scenario-icon {
  width: 44px;
  height: 44px;
  color: var(--brand);
  background: #eef2ff;
  place-items: center;
  display: grid;
}

.scenario-grid h3 {
  letter-spacing: -.04em;
  margin: 38px 0 10px;
  font-family: Sora, sans-serif;
  font-size: 18px;
}

.scenario-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.marketing-cta {
  color: var(--ink);
  background: linear-gradient(115deg, #ede9fe, #e0e7ff);
  padding: 82px 0;
  position: relative;
  overflow: hidden;
}

.marketing-cta:after {
  content: "";
  border: 90px solid #6366f11a;
  border-radius: 50%;
  width: 420px;
  height: 420px;
  position: absolute;
  top: -140px;
  right: 7%;
}

.marketing-cta-inner {
  z-index: 1;
  position: relative;
}

.marketing-cta h2 {
  text-wrap: balance;
  max-width: none;
  font-size: clamp(42px, 5vw, 64px);
}

.marketing-cta p {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 16px;
}

.marketing-cta .button-white {
  background: var(--brand);
  box-shadow: 5px 5px 0 var(--brand-deep);
  color: #fff;
}

.marketing-cta .button-white:hover {
  background: var(--brand-hover);
}

.marketing-cta .button-dark-ghost {
  color: var(--brand-deep);
  border-color: #1e1b4b3d;
}

.marketing-cta .button-dark-ghost:hover {
  border-color: var(--brand);
  color: var(--brand-hover);
}

.cta-actions {
  gap: 12px;
  margin-top: 30px;
  display: flex;
}

.marketing-cta-compact {
  padding: 68px 0;
}

.site-footer {
  background: var(--brand-dark);
  color: #fff;
  padding-top: 66px;
}

.footer-grid {
  grid-template-columns: 1.55fr repeat(4, .64fr);
  gap: 36px;
  padding-bottom: 55px;
  display: grid;
}

.footer-brand-copy p {
  color: #aaa7ba;
  max-width: 340px;
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.65;
}

.footer-column {
  flex-direction: column;
  gap: 11px;
  display: flex;
}

.footer-column strong {
  color: #f0eff8;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 11px;
}

.footer-column a {
  color: #aaa7ba;
  font-size: 12px;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--accent-bright);
}

.footer-bottom {
  color: #7e7a90;
  letter-spacing: .08em;
  border-top: 1px solid #ffffff1c;
  justify-content: space-between;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 24px;
  font-size: 10px;
  display: flex;
}

.footer-bottom-actions {
  align-items: center;
  gap: 22px;
  display: flex;
}

.public-language-switcher-footer {
  letter-spacing: normal;
}

.public-language-switcher-footer .public-language-menu {
  top: auto;
  bottom: calc(100% + 9px);
}

.public-language-switcher-footer .public-language-trigger {
  color: #fff;
  box-shadow: none;
  background: #ffffff14;
  border-color: #ffffff26;
}

.public-language-switcher-footer .public-language-trigger:hover {
  background: #ffffff1f;
  border-color: #ffffff47;
}

.public-language-switcher-footer .public-language-trigger-flag {
  border-color: #ffffff26;
}

.catalog-hero {
  background: var(--canvas);
  min-height: 690px;
  position: relative;
  overflow: hidden;
}

.catalog-hero:before {
  opacity: .6;
  content: "";
  background-image: radial-gradient(#6366f133 .8px, #0000 .8px);
  background-size: 24px 24px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: radial-gradient(circle at 70%, #000, #0000 58%);
  mask-image: radial-gradient(circle at 70%, #000, #0000 58%);
}

.catalog-orb {
  filter: blur(20px);
  border-radius: 50%;
  position: absolute;
}

.catalog-orb-one {
  background: #6366f126;
  width: 340px;
  height: 340px;
  top: 20%;
  right: 15%;
}

.catalog-orb-two {
  background: #0d948829;
  width: 420px;
  height: 420px;
  bottom: -5%;
  right: -5%;
}

.catalog-hero-inner {
  z-index: 1;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 70px;
  min-height: 690px;
  padding-top: 70px;
  padding-bottom: 70px;
  display: grid;
  position: relative;
}

.catalog-copy h1 {
  letter-spacing: -.07em;
  margin: 24px 0;
  font-family: Sora, sans-serif;
  font-size: clamp(51px, 6.6vw, 88px);
  line-height: .93;
}

.catalog-copy h1 span {
  color: var(--brand);
}

.catalog-copy > p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.launcher-preview {
  height: 520px;
  position: relative;
}

.launcher-grid {
  grid-template-columns: repeat(4, 1fr);
  align-content: center;
  gap: 27px 18px;
  display: grid;
  position: absolute;
  inset: 0;
}

.launcher-item {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.launcher-item small {
  color: #55515f;
  font-size: 9px;
  font-weight: 750;
}

.launcher-item:nth-child(2), .launcher-item:nth-child(6), .launcher-item:nth-child(10) {
  transform: translateY(-30px);
}

.launcher-item:nth-child(4), .launcher-item:nth-child(8), .launcher-item:nth-child(12) {
  transform: translateY(25px);
}

.launcher-center {
  border: 1px solid var(--line);
  background: #fffffff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 108px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 25px 55px #312e8130;
}

.launcher-center svg {
  color: var(--brand);
}

.launcher-center strong {
  margin-top: 7px;
  font-family: Sora, sans-serif;
  font-size: 14px;
}

.launcher-center span {
  color: var(--muted);
  margin-top: 3px;
  font-size: 7px;
}

.catalog-group {
  border-top: 1px solid var(--line);
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 90px;
  padding: 72px 0;
  display: grid;
}

.catalog-group:first-of-type {
  margin-top: 70px;
}

.catalog-group-copy h2 {
  max-width: 570px;
  margin: 0 0 15px;
  font-size: clamp(35px, 4vw, 54px);
}

.catalog-group-copy > p {
  max-width: 530px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.catalog-apps {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  display: grid;
}

.catalog-apps > a, .catalog-apps > div {
  border: 1px solid var(--line);
  background: var(--canvas);
  align-items: center;
  gap: 14px;
  min-height: 124px;
  padding: 15px;
  text-decoration: none;
  transition: transform .16s, border .16s, background .16s;
  display: flex;
}

.catalog-apps > a:hover {
  border-color: var(--brand);
  background: #fff;
  transform: translateY(-3px);
}

.catalog-app-copy {
  flex-direction: column;
  flex: 1;
  gap: 5px;
  min-width: 0;
  display: flex;
}

.catalog-apps strong {
  font-size: 13px;
}

.catalog-app-copy small {
  color: var(--muted);
  font-size: 9px;
  line-height: 1.45;
}

.catalog-apps > a > svg {
  color: var(--brand);
  flex: none;
  margin-left: auto;
}

.ai-group-note {
  color: #6b21a8;
  background: #faf5ff;
  border-left: 3px solid #a855f7;
  gap: 11px;
  max-width: 500px;
  margin-top: 22px;
  padding: 14px;
  display: flex;
}

.ai-group-note span, .ai-group-note strong {
  display: block;
}

.ai-group-note strong {
  font-size: 11px;
}

.ai-group-note span {
  font-size: 10px;
  line-height: 1.5;
}

.catalog-principle {
  background: var(--brand-deep);
  color: #fff;
  padding: 105px 0;
}

.principle-grid {
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  display: grid;
}

.principle-grid h2 {
  color: #fff;
  max-width: 600px;
  font-size: clamp(41px, 5vw, 66px);
}

.principle-points {
  border-top: 1px solid #fff3;
}

.principle-points article {
  border-bottom: 1px solid #fff3;
  grid-template-columns: 55px 1fr;
  gap: 15px;
  padding: 23px 0;
  display: grid;
}

.principle-points article > b {
  color: var(--accent);
  font-size: 10px;
}

.principle-points strong {
  font-family: Sora, sans-serif;
  font-size: 16px;
}

.principle-points p {
  color: #bbb8cd;
  margin: 6px 0 0;
  font-size: 12px;
  line-height: 1.6;
}

.pricing-hero {
  background: var(--brand-deep);
  color: #fff;
  text-align: center;
  padding: 48px 0 122px;
  position: relative;
  overflow: hidden;
}

.pricing-hero:before {
  opacity: .17;
  background-image: linear-gradient(30deg, transparent 48%, var(--accent) 49% 50%, transparent 51%);
  content: "";
  background-size: 58px 58px;
  position: absolute;
  inset: 0;
}

.pricing-hero-inner {
  z-index: 1;
  position: relative;
}

.pricing-hero .hero-badge {
  color: var(--accent-bright);
  background: #ffffff12;
  border-color: #fff3;
}

.pricing-hero h1 {
  color: #fff;
  margin: 20px 0 22px;
  font-size: clamp(53px, 7vw, 93px);
}

.pricing-hero h1 span {
  color: var(--accent-bright);
}

.pricing-hero p {
  color: #c8c5da;
  max-width: 680px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}

.billing-control {
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  display: flex;
}

.billing-control > small {
  color: var(--accent-bright);
  font-size: 9px;
  font-weight: 750;
}

.billing-toggle {
  background: #ffffff12;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  align-items: center;
  gap: 11px;
  padding: 7px 12px;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff14;
}

.billing-period {
  color: #aaa7bd;
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  padding: 5px 3px;
  font-size: 11px;
  font-weight: 800;
  transition: color .16s;
}

.billing-period:hover, .billing-period.active {
  color: #fff;
}

.billing-switch {
  cursor: pointer;
  background: #ffffff29;
  border: 1px solid #fff3;
  border-radius: 999px;
  flex: 0 0 50px;
  width: 50px;
  height: 28px;
  padding: 3px;
  transition: border-color .18s, background .18s, box-shadow .18s;
  position: relative;
}

.billing-switch span {
  background: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: transform .18s;
  display: block;
  transform: translateX(0);
  box-shadow: 0 3px 8px #00000040;
}

.billing-switch[aria-checked="true"] {
  border-color: var(--accent-bright);
  background: var(--accent);
  box-shadow: 0 0 0 3px #c4b5fd1f;
}

.billing-switch[aria-checked="true"] span {
  transform: translateX(22px);
}

.billing-switch:focus-visible {
  outline-offset: 3px;
  outline: 2px solid #fff;
}

.pricing-switches {
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
}

.currency-toggle {
  background: #ffffff12;
  border: 1px solid #ffffff2e;
  border-radius: 999px;
  align-items: center;
  gap: 11px;
  padding: 7px 12px;
  display: inline-flex;
  box-shadow: inset 0 1px #ffffff14;
}

.pricing-grid {
  z-index: 3;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 14px;
  margin-top: -165px;
  display: grid;
  position: relative;
}

.pricing-plan {
  border: 1px solid var(--line);
  background: #fff;
  min-height: 550px;
  padding: 32px;
  position: relative;
  box-shadow: 0 20px 45px #312e8117;
}

.pricing-plan.featured {
  border: 2px solid var(--accent);
  transform: translateY(-14px);
  box-shadow: 0 28px 58px #312e8129;
}

.popular-label {
  background: var(--accent);
  color: #fff;
  letter-spacing: .14em;
  text-align: center;
  padding: 8px;
  font-size: 8px;
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.pricing-plan.featured header {
  padding-top: 13px;
}

.pricing-plan header h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 34px;
}

.plan-price {
  margin: 28px 0 22px;
}

.plan-price-row {
  white-space: nowrap;
  align-items: baseline;
  gap: 8px;
  display: flex;
}

.plan-price strong {
  letter-spacing: -.07em;
  font-family: Sora, sans-serif;
  font-size: 45px;
}

.plan-price-fraction {
  letter-spacing: -.02em;
  margin-left: .12em;
  font-size: .46em;
  position: relative;
  top: -.72em;
}

.plan-price-original {
  color: var(--muted);
  letter-spacing: -.05em;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration-thickness: 1px;
}

.plan-price-period {
  color: var(--muted);
  font-size: 11px;
}

.plan-price small {
  min-height: 16px;
  color: var(--brand);
  margin-top: 6px;
  font-size: 9px;
  font-weight: 750;
  display: block;
}

.pricing-plan .button {
  width: 100%;
}

.pricing-plan-actions {
  gap: 9px;
  display: grid;
}

.pricing-plan ul {
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.pricing-plan li {
  color: #4d4958;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  display: flex;
}

.pricing-plan li svg {
  color: var(--brand);
  flex: none;
}

.pricing-caption {
  color: var(--muted);
  text-align: center;
  margin: 25px 0 0;
  font-size: 10px;
}

.pricing-addons {
  text-align: center;
  margin-top: 26px;
}

.addon-toggle {
  cursor: pointer;
}

.addon-grid {
  text-align: left;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 26px;
  display: grid;
}

.addon-grid article {
  border: 1px solid var(--line);
  background: #fff;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 15px;
  padding: 21px;
  display: grid;
}

.addon-icon {
  width: 42px;
  height: 42px;
  color: var(--brand);
  background: #eef2ff;
  place-items: center;
  display: grid;
}

.addon-grid h3 {
  margin: 0;
  font-size: 14px;
}

.addon-grid article > strong {
  color: var(--brand);
  font-size: 13px;
}

.pricing-compare {
  background: #fff;
  padding: 100px 0;
}

.compare-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 90px;
  display: grid;
}

.compare-grid > div:first-child h2 {
  letter-spacing: -.055em;
  max-width: 590px;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(38px, 4.6vw, 61px);
  line-height: 1;
}

.compare-grid > div:first-child p {
  max-width: 580px;
  color: var(--muted);
  margin: 20px 0 26px;
  font-size: 14px;
  line-height: 1.7;
}

.compare-card {
  border: 1px solid var(--line);
  background: var(--canvas);
  padding: 35px;
  box-shadow: 12px 12px #e3e1ec;
}

.compare-badge {
  color: var(--brand);
  letter-spacing: .14em;
  font-size: 9px;
  font-weight: 850;
}

.compare-card h3 {
  letter-spacing: -.045em;
  margin: 17px 0 27px;
  font-family: Sora, sans-serif;
  font-size: 27px;
  line-height: 1.12;
}

.compare-card > div {
  border-top: 1px solid var(--line);
  gap: 12px;
  padding-top: 22px;
  display: grid;
}

.compare-card > div span {
  color: #4d4958;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  display: flex;
}

.compare-card svg {
  color: var(--brand);
}

.pricing-apps-section {
  background: #fff;
  padding: clamp(80px, 9vw, 120px) 0;
}

.pricing-apps-section h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(39px, 5.2vw, 68px);
  font-weight: 820;
  line-height: .98;
}

.pricing-apps-grid {
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: clamp(8px, 1.5vw, 20px);
  margin-top: 48px;
  display: grid;
}

.pricing-apps-grid > a {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 11px;
  min-width: 0;
  padding: 4px;
  text-decoration: none;
  transition: transform .17s;
  display: flex;
}

.pricing-apps-grid > a:hover {
  transform: translateY(-3px);
}

.pricing-apps-grid .app-tile {
  border-radius: 16px;
  flex-basis: 58px;
  width: 58px;
  height: 58px;
}

.pricing-apps-grid h3 {
  letter-spacing: -.035em;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 13px;
}

.pricing-apps-cta {
  justify-content: flex-end;
  margin-top: 28px;
  display: flex;
}

.cost-comparison-section {
  background: var(--canvas);
  padding: clamp(80px, 9vw, 120px) 0;
}

.cost-comparison-section h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(39px, 5.2vw, 68px);
  font-weight: 820;
  line-height: .98;
}

.cost-comparison-panel {
  border: 1px solid var(--line-strong);
  background: #fff;
  grid-template-columns: 1.12fr .88fr;
  margin-top: 48px;
  display: grid;
  box-shadow: 16px 16px #e3e1ec;
}

.cost-comparison-config {
  padding: 36px;
}

.cost-comparison-config > h3 {
  letter-spacing: -.04em;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 21px;
}

.cost-apps-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 25px;
  display: grid;
}

.cost-app {
  border: 1px solid var(--line);
  background: var(--canvas);
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 10px;
  display: flex;
}

.cost-app strong {
  font-size: 11px;
  line-height: 1.25;
}

.user-count-control {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  margin-top: 36px;
  padding-top: 28px;
  display: flex;
}

.user-count-control > div:first-child span, .user-count-control > div:first-child small {
  display: block;
}

.user-count-control > div:first-child span {
  font-family: Sora, sans-serif;
  font-size: 17px;
  font-weight: 750;
}

.user-count-control > div:first-child small {
  color: var(--muted);
  margin-top: 6px;
  font-size: 9px;
}

.user-stepper {
  grid-template-columns: 42px 64px 42px;
  align-items: stretch;
  display: grid;
}

.user-stepper button, .user-stepper input {
  border: 1px solid var(--line-strong);
  background: #fff;
  place-items: center;
  min-height: 44px;
  display: grid;
}

.user-stepper button {
  color: var(--brand);
  cursor: pointer;
}

.user-stepper button:hover:not(:disabled) {
  border-color: var(--brand);
  background: #eef2ff;
}

.user-stepper button:disabled {
  color: #bbb8c4;
  cursor: not-allowed;
}

.user-stepper input {
  width: 100%;
  min-width: 0;
  color: var(--ink);
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  outline: 0;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.user-stepper input:focus {
  z-index: 1;
  box-shadow: inset 0 0 0 2px var(--brand);
  position: relative;
}

.cost-comparison-results {
  background: var(--brand-deep);
  color: #fff;
  padding: 36px;
}

.cost-result-row {
  border-bottom: 1px solid #ffffff29;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  padding: 0 0 20px;
  display: flex;
}

.cost-result-row > div:last-child {
  text-align: right;
}

.cost-result-row strong, .cost-result-row span {
  display: block;
}

.cost-result-row > div:first-child strong {
  font-family: Sora, sans-serif;
  font-size: 16px;
}

.cost-result-row > div:last-child strong {
  font-family: Sora, sans-serif;
  font-size: 22px;
}

.cost-result-row span {
  color: #aaa7bd;
  margin-top: 5px;
  font-size: 9px;
}

.cost-result-row.competitor > div:last-child strong {
  color: #d7d4e6;
}

.cost-savings {
  border-left: 4px solid var(--accent-bright);
  background: #ffffff14;
  margin-top: 27px;
  padding: 20px;
}

.cost-savings > span {
  color: var(--accent-bright);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 850;
}

.cost-savings > strong {
  letter-spacing: -.06em;
  margin-top: 9px;
  font-family: Sora, sans-serif;
  font-size: clamp(31px, 3.4vw, 47px);
  display: block;
}

.cost-savings > p {
  color: #d7d4e6;
  margin: 6px 0 0;
  font-size: 11px;
}

.cost-comparison-heading {
  width: 100%;
}

.cost-comparison-heading h2 {
  width: 100%;
  max-width: none;
}

.cost-comparison-panel {
  grid-template-columns: minmax(0, 1.35fr) minmax(390px, .85fr);
}

.cost-comparison-config {
  min-width: 0;
  padding: 34px;
}

.cost-config-heading {
  justify-content: space-between;
  align-items: flex-start;
  gap: 28px;
  display: flex;
}

.cost-config-heading h3, .cost-results-heading h3 {
  letter-spacing: -.045em;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 22px;
}

.cost-select-all {
  color: var(--brand);
  font: inherit;
  cursor: pointer;
  background: none;
  border: 0;
  flex: none;
  padding: 4px 0;
  font-size: 9px;
  font-weight: 850;
}

.cost-select-all:hover {
  text-decoration: underline;
}

.cost-apps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
  margin-top: 24px;
}

.cost-app {
  border: 1px solid var(--line);
  background: var(--canvas);
  min-width: 0;
  min-height: 96px;
  color: var(--ink);
  font: inherit;
  text-align: center;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 8px;
  transition: border-color .16s, background .16s, box-shadow .16s, transform .16s;
  display: flex;
  position: relative;
}

.cost-app:hover {
  border-color: #a5a1b4;
  transform: translateY(-1px);
}

.cost-app.is-selected {
  border-color: var(--brand);
  box-shadow: inset 0 0 0 1px var(--brand);
  background: #f7f7ff;
}

.cost-app .app-tile {
  border-radius: 11px;
  flex-basis: 40px;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 12px #0f172a1c;
}

.cost-app .app-icon-svg {
  width: 23px;
  height: 23px;
}

.cost-app strong {
  overflow-wrap: anywhere;
  min-width: 0;
  font-size: 9px;
  line-height: 1.3;
}

.cost-app-check {
  border: 1px solid var(--line-strong);
  color: #0000;
  background: #fff;
  border-radius: 50%;
  place-items: center;
  width: 18px;
  height: 18px;
  display: grid;
  position: absolute;
  top: 6px;
  right: 6px;
}

.cost-app.is-selected .cost-app-check {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.user-count-control {
  margin-top: 25px;
  padding-top: 24px;
}

.user-stepper button {
  font: inherit;
}

.cost-comparison-results {
  min-width: 0;
  padding: 34px;
}

.cost-results-heading {
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  padding-bottom: 18px;
  display: flex;
}

.cost-results-heading h3 {
  color: #fff;
}

.cost-results-heading span {
  color: #aaa7bd;
  margin-top: 4px;
  font-size: 9px;
  display: block;
}

.cost-results-heading > span {
  flex: none;
  margin: 0;
}

.cost-competitor-list {
  border-top: 2px dashed #fff3;
  border-bottom: 2px dashed #fff3;
  min-height: 238px;
  padding: 10px 0;
}

.cost-competitor-item {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 7px 0;
  display: flex;
}

.cost-competitor-item > div {
  min-width: 0;
}

.cost-competitor-item a {
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  text-decoration: none;
}

.cost-competitor-item a:hover {
  color: var(--accent-bright);
  text-decoration: underline;
}

.cost-competitor-item > strong {
  color: #dedcea;
  text-align: right;
  flex: none;
  font-size: 10px;
  font-weight: 700;
}

.cost-empty-state {
  color: #aaa7bd;
  text-align: center;
  margin: 70px 0;
  font-size: 11px;
}

.cost-stack-total {
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 18px 0 22px;
  display: flex;
}

.cost-stack-total > span {
  color: #d7d4e6;
  text-transform: uppercase;
  max-width: 140px;
  font-size: 10px;
  font-weight: 800;
}

.cost-stack-total > div {
  text-align: right;
}

.cost-stack-total strong, .cost-stack-total small {
  display: block;
}

.cost-stack-total strong {
  font-family: Sora, sans-serif;
  font-size: 19px;
}

.cost-stack-total small {
  color: #cbc8d9;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 650;
}

.cost-result-row {
  border-top: 1px solid #ffffff29;
  border-bottom: 0;
  align-items: center;
  padding: 18px 0;
}

.cost-result-row + .cost-result-row {
  padding-top: 18px;
}

.cost-result-row > div {
  min-width: 0;
}

.cost-result-row > div:first-child {
  max-width: 58%;
}

.cost-result-row > div:first-child strong {
  font-size: 14px;
}

.cost-result-row > div:last-child strong {
  font-size: 16px;
}

.cost-result-row span {
  overflow-wrap: anywhere;
  line-height: 1.45;
}

.cost-savings-grid {
  grid-template-columns: 1fr;
  gap: 9px;
  margin-top: 15px;
  display: grid;
}

.cost-savings {
  border-left: 3px solid var(--accent-bright);
  min-width: 0;
  margin-top: 0;
  padding: 14px;
}

.cost-savings > span {
  min-height: 28px;
  font-size: 7px;
  line-height: 1.45;
  display: block;
}

.cost-savings > strong {
  overflow-wrap: anywhere;
  margin-top: 7px;
  font-size: clamp(20px, 2.2vw, 28px);
}

.cost-savings-secondary {
  border-left-color: #8b85ac;
}

.cost-savings-secondary > span {
  color: #bbb8cd;
}

.cost-savings.is-negative {
  border-left-color: #f59e0b;
}

.cost-savings.is-negative > span {
  color: #fbbf24;
}

.cost-takeres-row {
  box-shadow: none;
  background: none;
  border: 0;
  border-top: 1px solid #ffffff29;
  margin: 0;
  padding: 18px 0;
}

.cost-takeres-row > div:first-child strong {
  color: #fff;
  font-size: 13px;
}

.cost-takeres-row > div:last-child strong {
  color: #dedcea;
  font-size: 16px;
}

.cost-takeres-row > div > span:last-child {
  color: #aaa7bd;
}

.cost-takeres-row .cost-takeres-total-label {
  color: #d7d4e6;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 850;
}

.cost-takeres-row > div:last-child span {
  color: #cbc8d9;
  font-size: 11px;
  font-weight: 650;
}

.cost-savings-featured {
  margin-top: 16px;
  padding: clamp(22px, 2.5vw, 28px);
}

.cost-savings-featured > span {
  letter-spacing: -.025em;
  min-height: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(13px, 1.25vw, 17px);
  font-weight: 800;
  line-height: 1.35;
}

.cost-savings-featured > strong {
  letter-spacing: -.055em;
  white-space: nowrap;
  margin-top: 12px;
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: 1;
}

.cost-savings-featured.is-positive {
  background: linear-gradient(110deg, #10b98145, #05966917);
  border-left: 4px solid #34d399;
}

.cost-savings-featured.is-positive > span {
  color: #d1fae5;
}

.cost-savings-featured.is-positive > strong {
  color: #6ee7b7;
}

.cost-odoo-heading {
  border-top: 1px solid #ffffff29;
  margin-top: 28px;
  padding-top: 24px;
}

.cost-odoo-heading span {
  color: #aaa7bd;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 750;
  display: block;
}

.cost-odoo-heading strong {
  letter-spacing: -.05em;
  margin-top: 3px;
  font-family: Sora, sans-serif;
  font-size: 27px;
  display: block;
}

.cost-odoo-heading + .cost-result-row {
  border-top: 0;
}

.cost-savings-secondary {
  margin-top: 4px;
  padding: 18px;
}

.cost-savings-grid .cost-savings-secondary {
  margin-top: 0;
}

.cost-savings-secondary > strong {
  font-size: clamp(31px, 3.3vw, 43px);
  line-height: 1;
}

.takeres-odoo-comparison {
  padding-top: clamp(90px, 10vw, 140px);
}

.takeres-odoo-heading {
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 26px;
  display: flex;
}

.takeres-odoo-heading h2 {
  flex: auto;
  width: auto;
  max-width: none;
}

.takeres-odoo-heading p {
  max-width: 390px;
  color: var(--muted);
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.65;
}

.odoo-price-comparison {
  background: var(--brand-deep);
  color: #fff;
  margin-bottom: 34px;
  padding: clamp(24px, 3vw, 38px);
  box-shadow: 12px 12px #e3e1ec;
}

.odoo-price-comparison .cost-savings-secondary {
  background: linear-gradient(110deg, #10b9813b, #05966914);
  border-left: 4px solid #34d399;
  padding: clamp(18px, 2.4vw, 26px);
}

.odoo-price-comparison .cost-savings-secondary > span {
  color: #d1fae5;
  letter-spacing: -.025em;
  min-height: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(13px, 1.25vw, 17px);
  font-weight: 800;
  line-height: 1.35;
}

.odoo-price-comparison .cost-savings-secondary > strong {
  color: #6ee7b7;
  margin-top: 12px;
}

.takeres-odoo-grid {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.product-comparison-card {
  border: 1px solid var(--line-strong);
  background: #fff;
  min-width: 0;
  padding: clamp(26px, 3vw, 42px);
  position: relative;
}

.product-comparison-card.is-takeres {
  background: linear-gradient(145deg, #f0fdf8 0%, #fff 52%);
  border: 2px solid #34d399;
  overflow: hidden;
  box-shadow: 14px 14px #d1fae5;
}

.product-comparison-card.is-takeres:before {
  content: "";
  border: 45px solid #10b98117;
  border-radius: 50%;
  width: 230px;
  height: 230px;
  position: absolute;
  top: -90px;
  right: -70px;
}

.product-comparison-card header {
  z-index: 1;
  border-bottom: 1px solid var(--line);
  min-height: 205px;
  padding-bottom: 30px;
  position: relative;
}

.product-comparison-card header > span {
  color: #656171;
  letter-spacing: .13em;
  background: #eeecf4;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 9px;
  font-weight: 900;
  display: inline-flex;
}

.product-comparison-card.is-takeres header > span {
  color: #fff;
  background: #059669;
}

.product-comparison-card h3 {
  letter-spacing: -.055em;
  max-width: 520px;
  margin: 17px 0 12px;
  font-family: Sora, sans-serif;
  font-size: clamp(25px, 2.7vw, 36px);
  line-height: 1.08;
}

.product-comparison-card header p {
  max-width: 560px;
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.product-comparison-group {
  z-index: 1;
  padding-top: 27px;
  position: relative;
}

.product-comparison-group + .product-comparison-group {
  border-top: 1px solid var(--line);
  margin-top: 7px;
}

.product-comparison-group h4 {
  letter-spacing: -.03em;
  margin: 0 0 15px;
  font-family: Sora, sans-serif;
  font-size: 15px;
}

.product-comparison-list {
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.product-comparison-list li {
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  display: grid;
}

.product-comparison-list li > span {
  border-radius: 50%;
  place-items: center;
  width: 25px;
  height: 25px;
  display: grid;
}

.product-comparison-list.is-positive li > span {
  color: #047857;
  background: #d1fae5;
}

.product-comparison-list.is-negative li > span {
  color: #777287;
  background: #f1eff5;
}

.product-comparison-list p {
  color: #4d4958;
  margin: 3px 0 0;
  font-size: 11px;
  line-height: 1.55;
}

.odoo-price-row {
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .65fr) minmax(260px, .9fr);
  align-items: center;
  gap: clamp(20px, 3vw, 46px);
  padding: 24px 0;
  display: grid;
}

.odoo-price-row + .odoo-price-row {
  border-top: 1px solid #ffffff29;
}

.odoo-price-plan strong, .odoo-price-plan span, .odoo-price-total strong, .odoo-price-total span, .odoo-price-saving strong, .odoo-price-saving span {
  display: block;
}

.odoo-price-plan strong {
  font-family: Sora, sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
}

.odoo-price-plan span, .odoo-price-total span {
  color: #aaa7bd;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.45;
}

.odoo-price-total {
  text-align: right;
}

.odoo-price-total strong {
  color: #f4f2fb;
  font-family: Sora, sans-serif;
  font-size: clamp(19px, 2vw, 25px);
}

.odoo-price-saving {
  background: linear-gradient(110deg, #10b9813b, #05966914);
  border-left: 4px solid #34d399;
  padding: 18px 20px;
}

.odoo-price-saving span {
  color: #d1fae5;
  letter-spacing: -.025em;
  font-family: Sora, sans-serif;
  font-size: clamp(12px, 1.05vw, 15px);
  font-weight: 800;
  line-height: 1.35;
}

.odoo-price-saving strong {
  color: #6ee7b7;
  letter-spacing: -.05em;
  margin-top: 9px;
  font-family: Sora, sans-serif;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1;
}

.takeres-odoo-grid .product-comparison-card header {
  border-bottom: 0;
  min-height: 0;
  padding-bottom: 0;
}

.takeres-odoo-grid .product-comparison-card h3 {
  margin-bottom: 0;
}

.takeres-odoo-grid .product-comparison-card header + .product-comparison-group {
  padding-top: 16px;
}

.takeres-odoo-grid .product-comparison-group + .product-comparison-group {
  border-top: 0;
}

@media (max-width: 900px) {
  .odoo-price-row {
    grid-template-columns: minmax(0, 1fr) minmax(180px, auto);
  }

  .odoo-price-saving {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .odoo-price-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .odoo-price-total {
    text-align: left;
  }

  .odoo-price-saving {
    grid-column: auto;
  }
}

.product-page {
  --product-primary: #0ea5e9;
  --product-secondary: #2563eb;
  --product-soft: #e0f2fe;
  --product-glow: #0ea5e93d;
  --product-foreground: #075985;
}

.product-hero {
  background: linear-gradient(115deg, white 0 49%, var(--product-soft) 49% 100%);
  padding: 75px 0 88px;
  position: relative;
  overflow: hidden;
}

.product-orb {
  border: 130px solid var(--product-glow);
  border-radius: 50%;
  width: 720px;
  height: 720px;
  position: absolute;
  bottom: -42%;
  right: -8%;
}

.product-hero-grid {
  z-index: 1;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: 60px;
  min-height: 610px;
  display: grid;
  position: relative;
}

.breadcrumbs {
  color: var(--muted);
  align-items: center;
  gap: 6px;
  font-size: 9px;
  font-weight: 700;
  display: flex;
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: var(--product-foreground);
}

.product-title-row {
  align-items: center;
  gap: 15px;
  margin-top: 32px;
  display: flex;
}

.product-title-row > span:last-child {
  color: var(--product-foreground);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 850;
}

.product-hero h1 {
  max-width: 680px;
  color: var(--ink);
  margin: 24px 0 0;
  font-size: clamp(48px, 6vw, 80px);
}

.product-lead {
  max-width: 650px;
  color: var(--muted);
  margin: 24px 0 28px;
  font-size: 16px;
  line-height: 1.7;
}

.product-mockup {
  min-height: 530px;
  position: relative;
}

.product-window {
  background: #fff;
  border: 1px solid #1e1b4b26;
  border-radius: 14px;
  position: absolute;
  inset: 35px 0 30px 25px;
  overflow: hidden;
  transform: perspective(1200px)rotateY(-3deg);
  box-shadow: 0 30px 65px #1e1b4b2e;
}

.product-window-top {
  border-bottom: 1px solid #e9e8ee;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 13px;
  display: flex;
}

.product-window-top > span {
  background: #d9dedb;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

.product-window-top b {
  color: #8b9590;
  margin-left: auto;
  font-size: 7px;
}

.product-window-body {
  grid-template-columns: 54px 1fr;
  min-height: 430px;
  display: grid;
}

.product-window-body aside {
  background: #fbfbf9;
  border-right: 1px solid #e9e8ee;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding-top: 13px;
  display: flex;
}

.mock-brand {
  background: var(--ink);
  color: #fff;
  border-radius: 7px;
  place-items: center;
  width: 28px;
  height: 28px;
  font-size: 9px;
  font-weight: 850;
  display: grid;
}

.product-window-body aside i {
  background: #eeedf3;
  border-radius: 6px;
  width: 23px;
  height: 23px;
}

.product-window-body aside i.active {
  background: var(--product-soft);
  box-shadow: inset 3px 0 var(--product-primary);
}

.product-screen {
  padding: 22px;
}

.product-screen > header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-screen header small {
  color: #8c9591;
  letter-spacing: .12em;
  font-size: 6px;
  font-weight: 800;
}

.product-screen header h3 {
  margin: 4px 0 0;
  font-size: 17px;
}

.product-screen header button {
  background: var(--product-primary);
  color: #fff;
  border: 0;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 7px;
  font-weight: 800;
}

.screen-metrics {
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 18px;
  display: grid;
}

.screen-metrics article {
  border: 1px solid #e8e7ed;
  border-radius: 8px;
  padding: 10px;
}

.screen-metrics span, .screen-metrics em {
  color: #89928d;
  font-size: 6px;
  font-style: normal;
  display: block;
}

.screen-metrics b {
  margin: 7px 0 4px;
  font-size: 18px;
  display: block;
}

.screen-table {
  border: 1px solid #e8e7ed;
  border-radius: 8px;
  margin-top: 12px;
  padding: 12px;
}

.screen-table > header {
  justify-content: space-between;
  padding-bottom: 10px;
  display: flex;
}

.screen-table > header b {
  font-size: 8px;
}

.screen-table > header span {
  color: #929a96;
  font-size: 6px;
}

.screen-table p {
  border-top: 1px solid #efeff4;
  grid-template-columns: 26px 1fr auto 30px;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 8px 0;
  display: grid;
}

.screen-table p > b {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 7px;
  overflow: hidden;
}

.screen-table p > small {
  color: var(--product-foreground);
  font-size: 6px;
}

.screen-table p > i {
  background: #e9e8ee;
  border-radius: 3px;
  height: 5px;
}

.mini-product-icon {
  background: var(--product-soft);
  width: 22px;
  height: 22px;
  color: var(--product-foreground);
  border-radius: 5px;
  place-items: center;
  display: grid;
}

.mini-product-icon .app-icon-svg {
  width: 14px;
  height: 14px;
}

.mini-product-icon.active {
  background: var(--product-primary);
  color: #fff;
}

.mockup-success {
  background: #fff;
  border: 1px solid #dbe4df;
  border-radius: 10px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  display: flex;
  position: absolute;
  bottom: 6px;
  right: -10px;
  box-shadow: 0 18px 35px #1e1b4b26;
}

.mockup-success > span {
  color: #15803d;
  background: #dcfce7;
  border-radius: 8px;
  place-items: center;
  width: 30px;
  height: 30px;
  display: grid;
}

.mockup-success b, .mockup-success small {
  display: block;
}

.mockup-success b {
  font-size: 9px;
}

.mockup-success small {
  color: #85818f;
  margin-top: 3px;
  font-size: 7px;
}

.mockup-success > svg {
  color: var(--product-primary);
  margin-left: 7px;
}

.product-outcomes {
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 56px;
  display: grid;
}

.product-outcomes article {
  border: 1px solid var(--line);
  padding: 29px;
}

.product-outcomes article > span {
  background: var(--product-soft);
  width: 45px;
  height: 45px;
  color: var(--product-foreground);
  place-items: center;
  display: grid;
}

.product-outcomes h3 {
  letter-spacing: -.04em;
  margin: 38px 0 11px;
  font-family: Sora, sans-serif;
  font-size: 19px;
}

.product-outcomes p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.65;
}

.feature-grid {
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: 95px;
  display: grid;
}

.feature-heading {
  position: sticky;
  top: 135px;
}

.feature-heading h2 {
  letter-spacing: -.055em;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(38px, 4.8vw, 62px);
  line-height: 1;
}

.feature-heading > p {
  max-width: 520px;
  color: var(--muted);
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
}

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

.feature-list article {
  border-bottom: 1px solid var(--line-strong);
  grid-template-columns: 50px 1fr;
  gap: 18px;
  padding: 22px 0;
  display: grid;
}

.feature-list article > span {
  color: var(--product-foreground);
  letter-spacing: .1em;
  font-size: 9px;
  font-weight: 850;
}

.feature-list article > div {
  align-items: center;
  gap: 10px;
  display: flex;
}

.feature-list svg {
  color: var(--product-primary);
}

.feature-list strong {
  font-size: 14px;
}

.connected-section {
  background: var(--brand-deep);
  color: #fff;
  padding: 108px 0;
}

.connected-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 95px;
  display: grid;
}

.connected-visual {
  min-height: 450px;
  position: relative;
}

.connected-visual:before, .connected-visual:after {
  content: "";
  border: 1px solid #ffffff2b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.connected-visual:before {
  width: 330px;
  height: 330px;
}

.connected-visual:after {
  width: 220px;
  height: 220px;
}

.connected-center, .connected-node {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  display: flex;
  position: absolute;
}

.connected-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.connected-center b {
  font-size: 12px;
}

.connected-node {
  font-size: 10px;
}

.node-one {
  top: 10%;
  left: 7%;
}

.node-two {
  top: 17%;
  right: 0;
}

.node-three {
  bottom: 3%;
  right: 20%;
}

.connected-copy h2 {
  letter-spacing: -.06em;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(44px, 5.2vw, 71px);
  line-height: .96;
}

.connected-copy p {
  color: #c3c0d3;
  max-width: 590px;
  margin: 22px 0 28px;
  font-size: 15px;
  line-height: 1.75;
}

.related-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 55px;
  display: grid;
}

.related-grid > a {
  border: 1px solid var(--line);
  background: #fff;
  gap: 19px;
  min-height: 280px;
  padding: 24px;
  text-decoration: none;
  transition: transform .16s, box-shadow .16s;
  display: flex;
}

.related-grid > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px #1e1b4b1a;
}

.related-grid small {
  color: var(--muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 800;
}

.related-grid h3 {
  margin: 8px 0 10px;
  font-family: Sora, sans-serif;
  font-size: 23px;
}

.related-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.related-grid strong {
  color: var(--brand);
  align-items: center;
  gap: 6px;
  margin-top: 25px;
  font-size: 10px;
  display: flex;
}

.industries-hero {
  background-color: var(--canvas);
  background-image: radial-gradient(#d8d4e3 1px, #0000 1px);
  background-size: 24px 24px;
  position: relative;
  overflow: hidden;
}

.industry-hero-orb {
  border: 150px solid #6366f114;
  border-radius: 50%;
  width: 820px;
  height: 820px;
  position: absolute;
  bottom: -55%;
  right: -15%;
}

.industries-hero-grid {
  z-index: 1;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 65px;
  min-height: 690px;
  display: grid;
  position: relative;
}

.industries-hero-copy h1 {
  letter-spacing: -.07em;
  max-width: 720px;
  margin: 28px 0 24px;
  font-family: Sora, sans-serif;
  font-size: clamp(52px, 6.8vw, 88px);
  font-weight: 830;
  line-height: .93;
}

.industries-hero-copy h1 span {
  color: var(--brand);
}

.industries-hero-copy > p {
  max-width: 670px;
  color: var(--muted);
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.industry-cloud {
  min-height: 550px;
  position: relative;
}

.industry-cloud:before, .industry-cloud:after {
  content: "";
  border: 1px solid #6366f126;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.industry-cloud:before {
  width: 450px;
  height: 450px;
}

.industry-cloud:after {
  width: 300px;
  height: 300px;
}

.industry-cloud-center {
  z-index: 3;
  border: 1px solid var(--line-strong);
  width: 210px;
  height: 132px;
  color: var(--brand);
  background: #fffffff0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 22px 50px #1e1b4b1f;
}

.industry-cloud-center strong {
  color: var(--ink);
  margin-top: 6px;
  font-family: Sora, sans-serif;
  font-size: 18px;
}

.industry-cloud-center span {
  color: var(--muted);
  margin-top: 5px;
  font-size: 8px;
}

.industry-cloud-item {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  display: flex;
  position: absolute;
}

.industry-cloud-item > span {
  background: linear-gradient(135deg, var(--industry-soft), white);
  width: 55px;
  height: 55px;
  color: var(--industry-primary);
  border: 1px solid #ffffffb3;
  border-radius: 17px;
  place-items: center;
  display: grid;
  box-shadow: 0 14px 28px #1e1b4b21;
}

.industry-cloud-item small {
  color: #5b5768;
  text-align: center;
  max-width: 100px;
  font-size: 8px;
  font-weight: 800;
}

.industry-cloud-1 {
  top: 7%;
  left: 13%;
}

.industry-cloud-2 {
  top: 2%;
  right: 14%;
}

.industry-cloud-3 {
  top: 36%;
  left: 0;
}

.industry-cloud-4 {
  top: 31%;
  right: 0;
}

.industry-cloud-5 {
  bottom: 12%;
  left: 10%;
}

.industry-cloud-6 {
  bottom: 8%;
  right: 12%;
}

.industry-cloud-7 {
  top: 3%;
  left: 48%;
}

.industry-cloud-8 {
  bottom: 0;
  left: 43%;
}

.industry-cloud-9 {
  top: 54%;
  left: 30%;
}

.industries-catalog {
  background: #fff;
  padding: clamp(82px, 9vw, 132px) 0;
}

.industry-directory-tools {
  margin-top: 58px;
}

.industry-search {
  border: 1px solid var(--line-strong);
  background: var(--canvas);
  min-height: 62px;
  color: var(--brand);
  align-items: center;
  gap: 13px;
  padding: 0 19px;
  display: flex;
}

.industry-search:focus-within {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px #6366f11a;
}

.industry-search input {
  min-width: 0;
  color: var(--ink);
  font: inherit;
  background: none;
  border: 0;
  outline: 0;
  flex: 1;
  font-size: 14px;
}

.industry-search input::placeholder {
  color: #8b8796;
}

.industry-search button {
  color: var(--muted);
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  padding: 7px;
  display: grid;
}

.industry-filters {
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
  display: flex;
}

.industry-filters button {
  border: 1px solid var(--line);
  min-height: 35px;
  color: var(--muted);
  cursor: pointer;
  background: #fff;
  padding: 0 12px;
  font-size: 9px;
  font-weight: 800;
  transition: border-color .15s, background .15s, color .15s;
}

.industry-filters button:hover {
  border-color: var(--brand);
  color: var(--brand);
}

.industry-filters button.active {
  border-color: var(--brand);
  background: var(--brand);
  color: #fff;
}

.industry-result-count {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 10px;
}

.industry-result-count strong {
  color: var(--brand);
  font-size: 14px;
}

.industry-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 30px;
  display: grid;
}

.industry-card {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: 385px;
  padding: 27px;
  text-decoration: none;
  transition: transform .17s, border-color .17s, box-shadow .17s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.industry-card:before {
  background: var(--industry-glow);
  filter: blur(5px);
  content: "";
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: -80px;
  right: -80px;
}

.industry-card:hover {
  z-index: 2;
  border-color: var(--industry-primary);
  transform: translateY(-6px);
  box-shadow: 0 22px 48px #1e1b4b1c;
}

.industry-card-top {
  z-index: 1;
  width: 100%;
  color: var(--industry-primary);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.industry-card-icon {
  background: linear-gradient(135deg, var(--industry-primary), var(--industry-secondary));
  color: #fff;
  width: 58px;
  height: 58px;
  box-shadow: 0 14px 26px var(--industry-glow);
  border-radius: 18px;
  place-items: center;
  display: grid;
}

.industry-card > small {
  color: var(--industry-primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 30px;
  font-size: 8px;
  font-weight: 850;
}

.industry-card h2 {
  letter-spacing: -.05em;
  margin: 9px 0 12px;
  font-family: Sora, sans-serif;
  font-size: 25px;
  line-height: 1.05;
}

.industry-card > p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.industry-app-stack {
  align-items: center;
  margin-top: auto;
  padding-top: 25px;
  display: flex;
}

.industry-app-stack .app-tile {
  width: 31px;
  height: 31px;
  box-shadow: none;
  border: 2px solid #fff;
  border-radius: 9px;
  margin-right: -7px;
}

.industry-app-stack .app-icon-svg {
  width: 18px;
  height: 18px;
}

.industry-app-stack b {
  color: var(--industry-primary);
  margin-left: 15px;
  font-size: 9px;
}

.industry-empty {
  border: 1px solid var(--line);
  background: var(--canvas);
  color: var(--brand);
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  padding: 65px 25px;
  display: flex;
}

.industry-empty h3 {
  color: var(--ink);
  margin: 18px 0 7px;
  font-family: Sora, sans-serif;
  font-size: 22px;
}

.industry-empty p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
}

.industry-empty button {
  background: var(--brand);
  color: #fff;
  cursor: pointer;
  border: 0;
  margin-top: 20px;
  padding: 12px 17px;
  font-size: 10px;
  font-weight: 800;
}

.industry-page {
  --industry-primary: #6366f1;
  --industry-secondary: #8b5cf6;
  --industry-soft: #eef2ff;
  --industry-glow: #6366f13d;
  --industry-foreground: #6366f1;
}

.industry-detail-hero {
  background: linear-gradient(115deg, white 0 48%, var(--industry-soft) 48% 100%);
  padding: 72px 0 86px;
  position: relative;
  overflow: hidden;
}

.industry-detail-orb {
  border: 140px solid var(--industry-glow);
  border-radius: 50%;
  width: 760px;
  height: 760px;
  position: absolute;
  bottom: -48%;
  right: -12%;
}

.industry-detail-grid {
  z-index: 1;
  grid-template-columns: .95fr 1.05fr;
  align-items: center;
  gap: 65px;
  min-height: 650px;
  display: grid;
  position: relative;
}

.industry-title-row {
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  display: flex;
}

.industry-title-row > span {
  background: linear-gradient(135deg, var(--industry-primary), var(--industry-secondary));
  color: #fff;
  width: 61px;
  height: 61px;
  box-shadow: 0 14px 28px var(--industry-glow);
  border-radius: 18px;
  place-items: center;
  display: grid;
}

.industry-title-row b {
  color: var(--industry-foreground);
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 9px;
}

.industry-detail-copy h1 {
  letter-spacing: -.065em;
  max-width: 690px;
  margin: 26px 0 0;
  font-family: Sora, sans-serif;
  font-size: clamp(48px, 5.8vw, 78px);
  font-weight: 830;
  line-height: .96;
}

.industry-lead {
  max-width: 670px;
  color: var(--muted);
  margin: 23px 0 29px;
  font-size: 15px;
  line-height: 1.75;
}

.button-industry {
  background: var(--industry-primary);
  color: #fff;
  box-shadow: 5px 5px 0 var(--industry-secondary);
}

.button-industry:hover {
  background: var(--industry-foreground);
}

.industry-system-visual {
  min-height: 570px;
  position: relative;
}

.industry-system-visual:before, .industry-system-visual:after {
  border: 1px solid color-mix(in srgb, var(--industry-primary) 25%, transparent);
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.industry-system-visual:before {
  width: 470px;
  height: 470px;
}

.industry-system-visual:after {
  width: 320px;
  height: 320px;
}

.industry-system-lines {
  background: color-mix(in srgb, var(--industry-primary) 24%, transparent);
  width: 360px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(22deg);
}

.industry-system-lines:after {
  background: inherit;
  content: "";
  position: absolute;
  inset: 0;
  transform: rotate(115deg);
}

.industry-system-center {
  z-index: 3;
  border: 1px solid color-mix(in srgb, var(--industry-primary) 30%, white);
  text-align: center;
  background: #fffffff2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 175px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 25px 55px #1e1b4b24;
}

.industry-system-center > span {
  background: var(--industry-soft);
  width: 52px;
  height: 52px;
  color: var(--industry-foreground);
  border-radius: 16px;
  place-items: center;
  display: grid;
}

.industry-system-center small {
  color: var(--industry-foreground);
  letter-spacing: .12em;
  margin-top: 10px;
  font-size: 7px;
  font-weight: 850;
}

.industry-system-center strong {
  max-width: 175px;
  margin-top: 5px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}

.industry-system-app {
  z-index: 4;
  background: #fff;
  border: 1px solid #1e1b4b1f;
  align-items: center;
  gap: 8px;
  padding: 9px 11px 9px 9px;
  display: flex;
  position: absolute;
  box-shadow: 0 15px 30px #1e1b4b1f;
}

.industry-system-app .app-tile {
  border-radius: 13px;
  width: 44px;
  height: 44px;
}

.industry-system-app .app-icon-svg {
  width: 27px;
  height: 27px;
}

.industry-system-app b {
  max-width: 110px;
  font-size: 9px;
}

.industry-system-app > svg {
  color: var(--industry-primary);
  margin-left: 4px;
}

.industry-system-app-1 {
  top: 6%;
  left: 10%;
}

.industry-system-app-2 {
  top: 9%;
  right: 1%;
}

.industry-system-app-3 {
  top: 48%;
  right: -4%;
}

.industry-system-app-4 {
  bottom: 6%;
  right: 8%;
}

.industry-system-app-5 {
  bottom: 4%;
  left: 7%;
}

.industry-system-note {
  z-index: 5;
  border: 1px solid color-mix(in srgb, var(--industry-primary) 25%, white);
  color: var(--industry-primary);
  background: #fff;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  display: flex;
  position: absolute;
  bottom: 17%;
  left: -1%;
  box-shadow: 0 15px 30px #1e1b4b1c;
}

.industry-system-note b, .industry-system-note small {
  display: block;
}

.industry-system-note b {
  color: var(--ink);
  font-size: 8px;
}

.industry-system-note small {
  color: var(--muted);
  margin-top: 3px;
  font-size: 7px;
}

.industry-pains, .industry-apps, .related-industries {
  background: #fff;
  padding: clamp(82px, 9vw, 128px) 0;
}

.industry-pain-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 55px;
  display: grid;
}

.industry-pain-grid article {
  border: 1px solid var(--line);
  min-height: 270px;
  padding: 29px;
  position: relative;
}

.industry-pain-grid article > span {
  color: var(--industry-primary);
  font-size: 9px;
  font-weight: 850;
  position: absolute;
  top: 25px;
  right: 25px;
}

.industry-pain-grid article > svg {
  color: var(--industry-primary);
}

.industry-pain-grid h3 {
  letter-spacing: -.04em;
  margin: 65px 0 11px;
  font-family: Sora, sans-serif;
  font-size: 19px;
}

.industry-pain-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.industry-workflow {
  background: var(--canvas);
  padding: clamp(82px, 9vw, 128px) 0;
}

.industry-flow {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 65px;
  display: grid;
}

.industry-flow article {
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  border-left: 1px solid var(--line);
  background: #fff;
  min-height: 305px;
  padding: 25px;
  position: relative;
}

.industry-flow article:last-child {
  border-right: 1px solid var(--line);
}

.industry-flow article > span {
  color: var(--industry-primary);
  font-size: 8px;
  font-weight: 850;
  position: absolute;
  top: 30px;
  right: 25px;
}

.industry-flow h3 {
  letter-spacing: -.04em;
  margin: 42px 0 9px;
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.industry-flow p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.industry-flow article > a {
  color: var(--industry-foreground);
  align-items: center;
  gap: 5px;
  margin-top: 23px;
  font-size: 9px;
  font-weight: 850;
  text-decoration: none;
  display: inline-flex;
}

.industry-flow-arrow {
  z-index: 2;
  color: var(--industry-primary);
  position: absolute;
  top: 48px;
  right: -11px;
}

.industry-app-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
  margin-top: 55px;
  display: grid;
}

.industry-app-grid > a {
  border: 1px solid var(--line);
  background: #fff;
  flex-direction: column;
  align-items: flex-start;
  min-height: 240px;
  padding: 22px;
  text-decoration: none;
  transition: transform .16s, border-color .16s;
  display: flex;
}

.industry-app-grid > a:hover {
  border-color: var(--app-primary);
  transform: translateY(-4px);
}

.industry-app-grid small {
  color: var(--app-primary);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 22px;
  font-size: 7px;
  font-weight: 850;
}

.industry-app-grid h3 {
  margin: 7px 0 9px;
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.industry-app-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 10px;
  line-height: 1.65;
}

.industry-outcomes {
  background: var(--brand-deep);
  color: #fff;
  padding: 105px 0;
}

.industry-outcome-layout {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 95px;
  display: grid;
}

.industry-outcome-layout > div:first-child h2 {
  letter-spacing: -.06em;
  max-width: 620px;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(43px, 5vw, 66px);
  line-height: .98;
}

.industry-outcome-layout > div:first-child p {
  color: #bbb8cd;
  max-width: 560px;
  margin: 22px 0 0;
  font-size: 14px;
  line-height: 1.75;
}

.industry-outcome-layout > div:last-child {
  border-top: 1px solid #ffffff2e;
}

.industry-outcome-layout article {
  border-bottom: 1px solid #ffffff2e;
  grid-template-columns: 45px 1fr;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  display: grid;
}

.industry-outcome-layout article > span {
  background: color-mix(in srgb, var(--industry-primary) 25%, transparent);
  width: 38px;
  height: 38px;
  color: color-mix(in srgb, var(--industry-primary) 55%, white);
  place-items: center;
  display: grid;
}

.industry-outcome-layout article h3 {
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 16px;
}

.related-industry-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 13px;
  margin-top: 55px;
  display: grid;
}

.related-industry-grid > a {
  border: 1px solid var(--line);
  flex-direction: column;
  align-items: flex-start;
  min-height: 250px;
  padding: 25px;
  text-decoration: none;
  transition: transform .16s, box-shadow .16s;
  display: flex;
}

.related-industry-grid > a:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 38px #1e1b4b1a;
}

.related-industry-grid > a > span {
  place-items: center;
  width: 50px;
  height: 50px;
  display: grid;
}

.related-industry-grid small {
  color: var(--muted);
  letter-spacing: .12em;
  margin-top: 24px;
  font-size: 7px;
  font-weight: 850;
}

.related-industry-grid h3 {
  letter-spacing: -.04em;
  margin: 7px 0 10px;
  font-family: Sora, sans-serif;
  font-size: 23px;
}

.related-industry-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  line-height: 1.65;
}

.roadmap-page {
  background: var(--canvas);
  padding: clamp(58px, 7vw, 88px) 0;
}

.roadmap-heading h1 {
  letter-spacing: -.06em;
  margin: 0;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 830;
}

.roadmap-heading p {
  color: var(--muted);
  margin: 10px 0 0;
  font-size: 15px;
}

.roadmap-timeline {
  max-width: 850px;
  margin-top: 38px;
}

.roadmap-timeline article {
  border-bottom: 1px solid var(--line);
  border-left: 2px solid var(--line-strong);
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 28px;
  padding: 24px 26px;
  display: grid;
  position: relative;
}

.roadmap-timeline article:first-child {
  border-top: 1px solid var(--line);
}

.roadmap-timeline article:before {
  background: var(--brand);
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
}

.roadmap-timeline time {
  color: var(--brand);
  font-family: Sora, sans-serif;
  font-size: 14px;
  font-weight: 850;
}

.roadmap-timeline h2 {
  letter-spacing: -.035em;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: 21px;
  line-height: 1.25;
}

@media (max-width: 760px) {
  .roadmap-page {
    padding: 46px 0 58px;
  }

  .roadmap-heading h1 {
    font-size: 42px;
  }

  .roadmap-timeline {
    margin-top: 28px;
  }

  .roadmap-timeline article {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 19px 20px 19px 24px;
  }

  .roadmap-timeline h2 {
    font-size: 18px;
  }
}

.info-hero {
  background: linear-gradient(112deg, var(--canvas) 0 52%, #f0eff8 52%);
  position: relative;
  overflow: hidden;
}

.info-hero:before {
  opacity: .48;
  content: "";
  background-image: linear-gradient(#6366f112 1px, #0000 1px), linear-gradient(90deg, #6366f112 1px, #0000 1px);
  background-size: 28px 28px;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(to right, #0000, #000 55%, #0000);
  mask-image: linear-gradient(to right, #0000, #000 55%, #0000);
}

.info-hero-grid {
  z-index: 1;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 70px;
  min-height: 690px;
  padding-top: 70px;
  padding-bottom: 75px;
  display: grid;
  position: relative;
}

.info-hero-copy h1, .contact-hero h1 {
  letter-spacing: -.072em;
  max-width: 720px;
  margin: 24px 0;
  font-family: Sora, Inter, sans-serif;
  font-size: clamp(52px, 6.2vw, 84px);
  font-weight: 830;
  line-height: .93;
}

.info-hero-copy h1 span, .contact-hero h1 span {
  color: var(--brand);
}

.info-hero-copy > p {
  max-width: 650px;
  color: var(--muted);
  margin: 0 0 29px;
  font-size: 16px;
  line-height: 1.75;
}

.about-system {
  min-height: 535px;
  position: relative;
}

.about-system:before, .about-system-ring {
  content: "";
  border: 1px solid #6366f12e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.about-system:before {
  width: 510px;
  height: 510px;
}

.about-system-ring {
  width: 350px;
  height: 350px;
}

.about-system-ring:before, .about-system-ring:after {
  content: "";
  background: #6366f130;
  width: 420px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(25deg);
}

.about-system-ring:after {
  transform: translate(-50%, -50%)rotate(115deg);
}

.about-system-core {
  z-index: 3;
  border: 1px solid var(--line-strong);
  width: 205px;
  height: 176px;
  color: var(--brand);
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 28px 60px #312e812b;
}

.about-system-core small {
  letter-spacing: .14em;
  margin-top: 13px;
  font-size: 8px;
  font-weight: 850;
}

.about-system-core strong {
  color: var(--ink);
  margin-top: 5px;
  font-family: Sora, sans-serif;
  font-size: 22px;
}

.about-node {
  z-index: 4;
  border: 1px solid var(--line);
  background: #fffffff5;
  min-width: 145px;
  padding: 15px 18px;
  position: absolute;
  box-shadow: 0 15px 32px #312e811f;
}

.about-node span, .partner-bubble small {
  color: var(--brand);
  letter-spacing: .13em;
  font-size: 7px;
  font-weight: 850;
  display: block;
}

.about-node b {
  margin-top: 5px;
  font-family: Sora, sans-serif;
  font-size: 13px;
  display: block;
}

.about-node-1 {
  top: 7%;
  left: 9%;
}

.about-node-2 {
  top: 13%;
  right: 0;
}

.about-node-3 {
  bottom: 7%;
  right: 3%;
}

.about-node-4 {
  bottom: 3%;
  left: 4%;
}

.info-story, .info-principles, .partner-audience, .partner-journey {
  padding: clamp(84px, 9vw, 128px) 0;
}

.info-story, .partner-audience {
  background: #fff;
}

.info-principles, .partner-journey {
  background: var(--canvas);
}

.info-story-grid {
  grid-template-columns: .95fr 1.05fr;
  gap: 100px;
  display: grid;
}

.info-story h2, .partner-value h2 {
  letter-spacing: -.06em;
  max-width: 650px;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(43px, 5.2vw, 68px);
  line-height: .98;
}

.info-story-copy > p {
  color: var(--muted);
  margin: 0 0 21px;
  font-size: 15px;
  line-height: 1.8;
}

.info-story-copy blockquote {
  border-left: 5px solid var(--accent);
  background: var(--canvas);
  color: var(--brand-deep);
  margin: 36px 0 0;
  padding: 23px 27px;
  font-family: Sora, sans-serif;
  font-size: 18px;
  font-weight: 720;
  line-height: 1.45;
}

.info-card-grid {
  border: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  display: grid;
}

.info-card-grid article {
  border-right: 1px solid var(--line);
  background: #fff;
  min-height: 320px;
  padding: 31px;
  position: relative;
}

.info-card-grid article:last-child {
  border: 0;
}

.info-card-number {
  color: #c9c6d4;
  font-size: 9px;
  font-weight: 850;
  position: absolute;
  top: 28px;
  right: 29px;
}

.info-card-icon {
  width: 51px;
  height: 51px;
  color: var(--brand);
  background: #eef2ff;
  place-items: center;
  display: grid;
}

.info-card-grid h3 {
  letter-spacing: -.045em;
  margin: 70px 0 12px;
  font-family: Sora, sans-serif;
  font-size: 23px;
}

.info-card-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.about-manifesto {
  background: var(--brand-deep);
  color: #fff;
  padding: 105px 0;
  overflow: hidden;
}

.about-manifesto-grid {
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 100px;
  display: grid;
}

.about-manifesto h2 {
  letter-spacing: -.065em;
  margin: 0;
  font-family: Sora, sans-serif;
  font-size: clamp(48px, 6vw, 76px);
  line-height: .96;
}

.about-manifesto h2 span {
  color: var(--accent-bright);
}

.about-manifesto-grid > div:last-child {
  border-top: 1px solid #ffffff2e;
}

.about-manifesto-grid p {
  color: #d4d1e2;
  border-bottom: 1px solid #ffffff2e;
  align-items: center;
  gap: 13px;
  margin: 0;
  padding: 21px 0;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.about-manifesto-grid p svg {
  color: var(--accent-bright);
}

.partner-map {
  min-height: 540px;
  position: relative;
}

.partner-map:before, .partner-map:after {
  content: "";
  border: 1px solid #6366f12e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.partner-map:before {
  width: 485px;
  height: 485px;
}

.partner-map:after {
  width: 330px;
  height: 330px;
}

.partner-map-lines {
  background: #6366f138;
  width: 380px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)rotate(20deg);
}

.partner-map-lines:after {
  background: inherit;
  content: "";
  position: absolute;
  inset: 0;
  transform: rotate(120deg);
}

.partner-map-center {
  z-index: 4;
  border: 1px solid var(--line-strong);
  width: 205px;
  height: 170px;
  color: var(--brand);
  background: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 28px 60px #312e812b;
}

.partner-map-center small {
  letter-spacing: .14em;
  margin-top: 12px;
  font-size: 8px;
  font-weight: 850;
}

.partner-map-center strong {
  color: var(--ink);
  margin-top: 5px;
  font-family: Sora, sans-serif;
  font-size: 17px;
}

.partner-bubble {
  z-index: 5;
  border: 1px solid var(--line);
  color: var(--brand);
  background: #fff;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  display: flex;
  position: absolute;
  box-shadow: 0 16px 32px #312e8121;
}

.partner-bubble span b {
  color: var(--ink);
  margin-top: 4px;
  font-size: 11px;
  display: block;
}

.partner-bubble-1 {
  top: 7%;
  left: 4%;
}

.partner-bubble-2 {
  top: 13%;
  right: 0;
}

.partner-bubble-3 {
  bottom: 9%;
  right: 3%;
}

.partner-result {
  z-index: 5;
  background: var(--accent);
  color: #fff;
  box-shadow: 5px 5px 0 var(--brand-deep);
  align-items: center;
  gap: 9px;
  padding: 13px 16px;
  font-size: 10px;
  display: flex;
  position: absolute;
  bottom: 4%;
  left: 6%;
}

.partner-type-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 58px;
  display: grid;
}

.partner-type-grid article {
  border: 1px solid var(--line);
  flex-direction: column;
  align-items: flex-start;
  min-height: 285px;
  padding: 27px;
  display: flex;
}

.partner-type-grid article > span {
  width: 54px;
  height: 54px;
  color: var(--brand);
  background: #eef2ff;
  place-items: center;
  display: grid;
}

.partner-type-grid h3 {
  letter-spacing: -.045em;
  margin: 38px 0 13px;
  font-family: Sora, sans-serif;
  font-size: 24px;
}

.partner-type-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
}

.partner-value {
  background: var(--brand-deep);
  color: #fff;
  padding: 105px 0;
}

.partner-value-grid {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 100px;
  display: grid;
}

.partner-value h2 {
  color: #fff;
}

.partner-value-grid > div:first-child > p {
  color: #c3c0d3;
  max-width: 600px;
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.75;
}

.partner-value-list {
  border-top: 1px solid #ffffff2e;
}

.partner-value-list > p {
  border-bottom: 1px solid #ffffff2e;
  grid-template-columns: 30px 1fr;
  gap: 13px;
  margin: 0;
  padding: 21px 0;
  display: grid;
}

.partner-value-list svg {
  color: var(--accent-bright);
}

.partner-value-list b, .partner-value-list small {
  display: block;
}

.partner-value-list b {
  font-family: Sora, sans-serif;
  font-size: 15px;
}

.partner-value-list small {
  color: #aaa6bd;
  margin-top: 7px;
  font-size: 11px;
  line-height: 1.55;
}

.partner-step-grid {
  border: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  margin-top: 58px;
  display: grid;
}

.partner-step-grid article {
  border-right: 1px solid var(--line);
  background: #fff;
  min-height: 285px;
  padding: 27px;
}

.partner-step-grid article:last-child {
  border: 0;
}

.partner-step-grid span {
  color: var(--brand);
  letter-spacing: .12em;
  font-size: 9px;
  font-weight: 850;
}

.partner-step-grid h3 {
  margin: 67px 0 11px;
  font-family: Sora, sans-serif;
  font-size: 20px;
}

.partner-step-grid p {
  color: var(--muted);
  margin: 0;
  font-size: 11px;
  line-height: 1.7;
}

.contact-hero {
  background: var(--brand-deep);
  color: #fff;
  text-align: center;
  padding: clamp(105px, 12vw, 165px) 0;
  position: relative;
  overflow: hidden;
}

.contact-hero:before {
  opacity: .17;
  background-image: linear-gradient(30deg, transparent 48%, var(--accent) 49% 50%, transparent 51%);
  content: "";
  background-size: 58px 58px;
  position: absolute;
  inset: 0;
}

.contact-hero-inner {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-hero h1 {
  color: #fff;
  text-wrap: balance;
  max-width: 960px;
  margin: 0 auto 24px;
  font-size: clamp(53px, 7vw, 93px);
}

.contact-hero p {
  color: #c8c5da;
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.7;
}

.contact-hero-action {
  margin-top: 31px;
}

@media (max-width: 1100px) {
  .desktop-nav {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .header-cta .text-link, .header-cta .public-language-switcher {
    display: none;
  }

  .home-hero-grid, .catalog-hero-inner, .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero {
    background: var(--canvas);
  }

  .hero-copy-block {
    max-width: 800px;
  }

  .hero-universe {
    width: min(820px, 100%);
    margin: -10px auto 0;
  }

  .catalog-copy {
    max-width: 780px;
  }

  .launcher-preview {
    width: min(760px, 100%);
    margin: 0 auto;
  }

  .product-hero {
    background: linear-gradient(180deg, white 0 50%, var(--product-soft) 50%);
  }

  .product-mockup {
    width: min(750px, 100%);
    margin: 0 auto;
  }

  .product-cards {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .catalog-group {
    gap: 45px;
  }

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

  .footer-grid {
    grid-template-columns: 1.25fr repeat(4, .7fr);
    gap: 25px;
  }

  .industries-hero-grid, .industry-detail-grid {
    grid-template-columns: 1fr;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .industries-hero-copy {
    max-width: 780px;
  }

  .industry-cloud, .industry-system-visual {
    width: min(760px, 100%);
    margin: 0 auto;
  }

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

  .industry-app-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .info-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 80px;
  }

  .info-hero-copy {
    max-width: 820px;
  }

  .about-system, .partner-map {
    width: min(730px, 100%);
    margin: 0 auto;
  }

  .info-story-grid, .partner-value-grid {
    gap: 60px;
  }

  .partner-type-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  .site-container {
    width: min(100% - 32px, 1240px);
  }

  .header-inner {
    min-height: 64px;
  }

  .header-cta {
    margin-left: auto;
  }

  .header-cta .button {
    min-height: 37px;
    padding: 0 11px;
    font-size: 10px;
  }

  .brand {
    font-size: 17px;
  }

  .brand-mark {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }

  .brand-crossbar {
    width: 17px;
    height: 3px;
  }

  .brand-stem {
    width: 3px;
    height: 15px;
  }

  .brand-accent {
    height: 3px;
  }

  .mobile-menu-backdrop {
    inset-block-start: 64px;
  }

  .mobile-menu-panel {
    max-height: calc(100dvh - 64px);
    top: 64px;
  }

  .mobile-menu-nav {
    gap: 14px;
    padding-top: 16px;
    padding-bottom: 18px;
  }

  .mobile-menu-links {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .mobile-menu-links a {
    min-height: 53px;
    padding: 0 15px;
    font-size: 14px;
  }

  .mobile-menu-actions {
    grid-template-columns: 1fr;
    gap: 9px;
    padding-top: 14px;
  }

  .home-hero-grid {
    min-height: 0;
    padding-top: 52px;
    padding-bottom: 50px;
  }

  .hero-copy-block h1 {
    font-size: clamp(45px, 14vw, 62px);
  }

  .hero-copy-block > p {
    font-size: 15px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    gap: 10px 13px;
  }

  .hero-universe {
    min-height: 430px;
    margin-top: 15px;
  }

  .workspace-window {
    top: 70px;
    left: 0;
    right: 0;
  }

  .workspace-layout {
    grid-template-columns: 38px 1fr;
    min-height: 300px;
  }

  .workspace-content {
    padding: 13px;
  }

  .workspace-rail {
    gap: 10px;
  }

  .workspace-rail i {
    width: 18px;
    height: 18px;
  }

  .workspace-stats {
    gap: 5px;
  }

  .workspace-stats article {
    min-height: 65px;
    padding: 7px;
  }

  .workspace-stats b {
    font-size: 15px;
  }

  .workspace-panels {
    grid-template-columns: 1fr;
  }

  .workspace-chart {
    height: 115px;
  }

  .workspace-feed {
    display: none;
  }

  .chart-bars {
    height: 78px;
  }

  .floating-app {
    display: none;
  }

  .event-card {
    transform-origin: 100% 100%;
    transform: scale(.87);
  }

  .event-lead {
    bottom: 4px;
    right: -10px;
  }

  .event-ai {
    display: none;
  }

  .outcomes-section, .flow-section, .apps-showcase, .scenario-section, .catalog-groups, .pricing-section, .product-benefits, .feature-section, .related-section {
    padding: 72px 0;
  }

  .split-intro {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .section-intro h2 {
    font-size: 40px;
  }

  .section-intro > p {
    font-size: 14px;
  }

  .outcome-grid {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .outcome-card {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 230px;
    padding: 26px;
  }

  .outcome-card h3 {
    margin-top: 32px;
  }

  .business-flow {
    grid-template-columns: 1fr 1fr;
    gap: 65px 0;
    margin-top: 90px;
  }

  .business-flow article {
    padding: 28px 10px 0;
  }

  .flow-arrow {
    display: none;
  }

  .product-cards {
    grid-template-columns: 1fr;
    margin-top: 38px;
  }

  .product-card {
    min-height: 190px;
  }

  .growth-grid, .catalog-group, .principle-grid, .compare-grid, .feature-grid, .connected-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .growth-section {
    padding: 74px 0;
  }

  .growth-copy h2 {
    font-size: 43px;
  }

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

  .marketing-cta {
    padding: 68px 0;
  }

  .marketing-cta h2 {
    font-size: 42px;
  }

  .cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .cta-actions .button {
    width: 100%;
  }

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

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

  .footer-bottom {
    flex-direction: column;
    gap: 7px;
  }

  .catalog-hero-inner {
    min-height: 0;
    padding-top: 55px;
  }

  .catalog-copy h1 {
    font-size: 49px;
  }

  .launcher-preview {
    height: 400px;
  }

  .launcher-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .launcher-item:nth-child(n) {
    transform: none;
  }

  .launcher-item:nth-child(n+10) {
    display: none;
  }

  .launcher-center {
    width: 148px;
    height: 90px;
  }

  .catalog-group {
    padding: 55px 0;
  }

  .catalog-group-copy h2 {
    font-size: 36px;
  }

  .catalog-apps {
    grid-template-columns: 1fr;
  }

  .catalog-apps > a, .catalog-apps > div {
    min-height: 88px;
  }

  .catalog-principle {
    padding: 74px 0;
  }

  .principle-grid h2 {
    font-size: 42px;
  }

  .pricing-hero {
    padding: 35px 0 150px;
  }

  .pricing-hero h1 {
    font-size: 51px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: -125px;
  }

  .pricing-plan.featured {
    transform: none;
  }

  .pricing-plan {
    min-height: 0;
  }

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

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

  .addon-grid article {
    grid-template-columns: 42px 1fr;
  }

  .addon-grid article > strong {
    grid-column: 2;
  }

  .pricing-apps-section, .cost-comparison-section {
    padding: 72px 0;
  }

  .pricing-apps-section h2, .cost-comparison-section h2 {
    font-size: 40px;
  }

  .pricing-apps-grid > a {
    padding: 0;
  }

  .pricing-apps-cta {
    justify-content: stretch;
  }

  .pricing-apps-cta .button {
    width: 100%;
  }

  .cost-comparison-panel {
    grid-template-columns: 1fr;
    box-shadow: 8px 8px #e3e1ec;
  }

  .cost-comparison-config, .cost-comparison-results {
    padding: 22px;
  }

  .cost-apps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .user-count-control {
    flex-direction: column;
    align-items: stretch;
  }

  .user-stepper {
    grid-template-columns: 42px 1fr 42px;
  }

  .cost-result-row > div:last-child strong {
    font-size: 18px;
  }

  .pricing-compare {
    padding: 72px 0;
  }

  .product-hero {
    padding: 48px 0 65px;
  }

  .product-hero-grid {
    min-height: 0;
  }

  .product-title-row {
    margin-top: 24px;
  }

  .product-hero h1 {
    font-size: 46px;
  }

  .product-lead {
    font-size: 14px;
  }

  .product-mockup {
    min-height: 380px;
  }

  .product-window {
    inset: 20px 0;
  }

  .product-window-body {
    grid-template-columns: 39px 1fr;
    min-height: 320px;
  }

  .product-window-body aside {
    gap: 9px;
  }

  .product-window-body aside i {
    width: 18px;
    height: 18px;
  }

  .product-screen {
    padding: 12px;
  }

  .screen-metrics {
    gap: 4px;
  }

  .screen-metrics article {
    padding: 7px;
  }

  .screen-table p {
    grid-template-columns: 24px 1fr auto;
  }

  .screen-table p i {
    display: none;
  }

  .mockup-success {
    bottom: 0;
    right: -6px;
  }

  .product-outcomes, .related-grid {
    grid-template-columns: 1fr;
  }

  .feature-heading {
    position: static;
  }

  .connected-visual {
    order: 2;
    min-height: 390px;
  }

  .connected-copy {
    order: 1;
  }

  .related-grid > a {
    min-height: 230px;
  }

  .product-orb {
    width: 480px;
    height: 480px;
  }

  .industries-hero-grid {
    min-height: 0;
    padding-top: 55px;
    padding-bottom: 60px;
  }

  .industries-hero-copy h1 {
    font-size: 48px;
  }

  .industries-hero-copy > p {
    font-size: 14px;
  }

  .industry-cloud {
    min-height: 430px;
  }

  .industry-cloud:before {
    width: 340px;
    height: 340px;
  }

  .industry-cloud:after {
    width: 230px;
    height: 230px;
  }

  .industry-cloud-item:nth-child(n+7) {
    display: none;
  }

  .industry-cloud-center {
    width: 170px;
    height: 110px;
  }

  .industries-catalog, .industry-pains, .industry-workflow, .industry-apps, .related-industries {
    padding: 72px 0;
  }

  .industry-directory-tools {
    margin-top: 38px;
  }

  .industry-search {
    min-height: 55px;
    padding: 0 14px;
  }

  .industry-search input {
    font-size: 12px;
  }

  .industry-filters {
    scrollbar-width: none;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    overflow-x: auto;
  }

  .industry-filters::-webkit-scrollbar {
    display: none;
  }

  .industry-filters button {
    flex: none;
  }

  .industry-grid, .industry-pain-grid, .industry-app-grid, .related-industry-grid {
    grid-template-columns: 1fr;
  }

  .industry-card {
    min-height: 340px;
  }

  .industry-detail-hero {
    background: linear-gradient(180deg, white 0 51%, var(--industry-soft) 51%);
    padding: 48px 0 62px;
  }

  .industry-detail-grid {
    min-height: 0;
    padding: 0;
  }

  .industry-detail-copy h1 {
    font-size: 46px;
  }

  .industry-title-row b {
    max-width: 220px;
    line-height: 1.5;
  }

  .industry-lead {
    font-size: 14px;
  }

  .industry-system-visual {
    min-height: 470px;
  }

  .industry-system-visual:before {
    width: 360px;
    height: 360px;
  }

  .industry-system-visual:after {
    width: 245px;
    height: 245px;
  }

  .industry-system-app b, .industry-system-app > svg {
    display: none;
  }

  .industry-system-app-1 {
    left: 0;
  }

  .industry-system-app-2, .industry-system-app-3 {
    right: 0;
  }

  .industry-system-app-4 {
    right: 2%;
  }

  .industry-system-app-5 {
    left: 2%;
  }

  .industry-system-note {
    bottom: 13%;
  }

  .industry-flow {
    grid-template-columns: 1fr;
  }

  .industry-flow article {
    border-right: 1px solid var(--line);
    border-bottom: 0;
    min-height: 240px;
  }

  .industry-flow article:last-child {
    border-bottom: 1px solid var(--line-strong);
  }

  .industry-flow-arrow {
    display: none;
  }

  .industry-outcome-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .industry-outcomes {
    padding: 75px 0;
  }

  .info-hero-grid {
    gap: 30px;
    min-height: 0;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .info-hero-copy h1 {
    font-size: 47px;
  }

  .info-hero-copy > p {
    font-size: 14px;
  }

  .about-system, .partner-map {
    min-height: 440px;
  }

  .about-system:before, .partner-map:before {
    width: 360px;
    height: 360px;
  }

  .about-system-ring, .partner-map:after {
    width: 245px;
    height: 245px;
  }

  .about-system-ring:before, .about-system-ring:after, .partner-map-lines {
    width: 300px;
  }

  .about-node {
    min-width: 115px;
    padding: 11px 13px;
  }

  .about-node b {
    font-size: 11px;
  }

  .about-system-core, .partner-map-center {
    width: 165px;
    height: 140px;
  }

  .partner-bubble {
    padding: 9px;
  }

  .partner-bubble span b {
    font-size: 9px;
  }

  .partner-result {
    left: 0;
  }

  .info-story, .info-principles, .partner-audience, .partner-journey {
    padding: 72px 0;
  }

  .info-story-grid, .about-manifesto-grid, .partner-value-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .info-story h2, .partner-value h2 {
    font-size: 41px;
  }

  .info-card-grid, .partner-type-grid {
    grid-template-columns: 1fr;
  }

  .info-card-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: 260px;
  }

  .info-card-grid h3 {
    margin-top: 45px;
  }

  .about-manifesto, .partner-value {
    padding: 75px 0;
  }

  .about-manifesto h2 {
    font-size: 48px;
  }

  .partner-type-grid article {
    min-height: 0;
  }

  .partner-type-grid h3 {
    margin-top: 34px;
  }

  .partner-step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .partner-step-grid article:nth-child(2) {
    border-right: 0;
  }

  .partner-step-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .contact-hero {
    padding: 82px 0;
  }

  .contact-hero h1 {
    font-size: 51px;
  }

  .contact-hero p {
    font-size: 14px;
  }

  .contact-hero-action {
    width: 100%;
  }
}

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

  * {
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1100px) {
  .cost-comparison-panel {
    grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  }

  .cost-apps-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .takeres-odoo-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .takeres-odoo-heading p {
    max-width: 650px;
  }

  .product-comparison-card header {
    min-height: 235px;
  }
}

@media (max-width: 760px) {
  .cost-comparison-panel {
    grid-template-columns: 1fr;
  }

  .cost-config-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .cost-apps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cost-app {
    min-height: 70px;
  }

  .cost-results-heading h3 {
    font-size: 20px;
  }

  .cost-competitor-list {
    min-height: 0;
  }

  .cost-stack-total {
    align-items: flex-end;
  }

  .cost-stack-total > div {
    max-width: 62%;
  }

  .cost-result-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .cost-result-row > div:first-child {
    max-width: none;
  }

  .cost-result-row > div:last-child {
    text-align: left;
    margin-top: 10px;
  }

  .cost-savings-grid {
    grid-template-columns: 1fr;
  }

  .cost-savings > span {
    min-height: 0;
  }

  .takeres-odoo-comparison {
    padding-top: 86px;
  }

  .takeres-odoo-heading {
    margin-bottom: 30px;
  }

  .takeres-odoo-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .product-comparison-card {
    padding: 25px 22px;
  }

  .product-comparison-card.is-takeres {
    box-shadow: 8px 8px #d1fae5;
  }

  .product-comparison-card header {
    min-height: 0;
  }

  .product-comparison-card h3 {
    font-size: 28px;
  }

  .product-comparison-group {
    padding-top: 23px;
  }

  .pricing-hero h1 {
    font-size: clamp(29px, 8vw, 44px);
  }

  .footer-bottom {
    align-items: stretch;
    gap: 12px;
  }

  .footer-bottom-actions {
    justify-content: space-between;
  }

  .public-language-switcher-footer .public-language-menu {
    left: 0;
    right: auto;
  }
}

/*# sourceMappingURL=apps_public_src_app_globals_0ggaa24.css.map*/