:root {
  --ink: #071a37;
  --ink-soft: #38506a;
  --green-950: #043f3d;
  --green-900: #075451;
  --green-700: #0e716d;
  --green-500: #2fa39c;
  --green-300: #83cec7;
  --mint-100: #dff4f0;
  --mint-50: #eef8f6;
  --mist: #f6faf9;
  --line: #d8e6e3;
  --line-strong: #b8d7d2;
  --white: #ffffff;
  --coral: #f37568;
  --shadow: 0 24px 70px rgba(7, 26, 55, 0.1);
  --shadow-soft: 0 12px 34px rgba(7, 84, 81, 0.08);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --container: 1220px;
  --font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}

body.is-locked {
  overflow: hidden;
}

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

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

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

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

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

p {
  color: var(--ink-soft);
  line-height: 1.7;
}

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

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

.section {
  padding: 112px 0;
}

.section-sm {
  padding: 76px 0;
}

.section-mint {
  background: var(--mint-50);
}

.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 85% 8%, rgba(47, 163, 156, 0.22), transparent 28%),
    linear-gradient(135deg, #052a38 0%, #071a37 58%, #042d36 100%);
}

.section-dark p {
  color: #b9ced4;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--green-700);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 2px;
  content: "";
  background: var(--green-500);
}

.eyebrow-on-dark {
  color: #80d8d1;
}

.display-title {
  max-width: 850px;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 72px);
  font-weight: 680;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.display-title em {
  color: var(--green-700);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.section-title {
  max-width: 820px;
  margin-bottom: 18px;
  font-size: clamp(34px, 4.1vw, 56px);
  font-weight: 670;
  letter-spacing: -0.047em;
  line-height: 1.02;
}

.section-title-sm {
  font-size: clamp(30px, 3.3vw, 46px);
}

.lead {
  max-width: 700px;
  margin-bottom: 30px;
  font-size: 18px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 46px;
}

.section-head > div:first-child {
  max-width: 790px;
}

.section-head p {
  max-width: 670px;
  margin-bottom: 0;
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
  color: var(--green-700);
  font-size: 14px;
  font-weight: 750;
}

.text-link .arrow {
  transition: transform 180ms ease;
}

.text-link:hover .arrow {
  transform: translateX(4px);
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

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

.btn-primary {
  color: var(--white);
  background: var(--green-900);
  box-shadow: 0 10px 28px rgba(7, 84, 81, 0.2);
}

.btn-primary:hover {
  background: var(--green-700);
  box-shadow: 0 14px 34px rgba(7, 84, 81, 0.25);
}

.btn-ink {
  color: var(--white);
  background: var(--ink);
}

.btn-ghost {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.82);
}

.btn-ghost:hover {
  border-color: var(--line-strong);
  background: var(--white);
}

.btn-light {
  color: var(--ink);
  background: var(--white);
}

.btn-line-light {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.25);
  background: rgba(255, 255, 255, 0.04);
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(216, 230, 227, 0.72);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: grid;
  min-height: 76px;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

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

.brand-mark {
  width: 34px;
  height: 38px;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 2px;
}

.brand-copy strong {
  font-size: 14px;
  letter-spacing: 0.14em;
  line-height: 1;
}

.brand-copy strong b {
  color: var(--green-700);
}

.brand-copy small {
  color: #698080;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.main-nav > a,
.nav-dropdown > button {
  min-height: 38px;
  padding: 0 12px;
  border: 0;
  border-radius: 8px;
  color: #40546b;
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.main-nav > a:hover,
.main-nav > a.is-active,
.nav-dropdown > button:hover {
  color: var(--green-700);
  background: var(--mint-50);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown > button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-dropdown > button::after {
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
}

.nav-panel {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  display: grid;
  width: 610px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow);
  grid-template-columns: 1fr 1fr 1fr;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -8px);
  transition:
    opacity 160ms ease,
    transform 160ms ease;
}

.nav-dropdown:hover .nav-panel,
.nav-dropdown:focus-within .nav-panel,
.nav-dropdown.is-open .nav-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.nav-panel a {
  display: grid;
  min-height: 116px;
  align-content: start;
  gap: 8px;
  padding: 16px;
  border-radius: 13px;
  transition: background 160ms ease;
}

.nav-panel a:hover {
  background: var(--mint-50);
}

.nav-panel span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--green-700);
  background: var(--white);
}

.nav-panel strong {
  font-size: 14px;
}

.nav-panel small {
  color: #6c7f91;
  font-size: 11px;
  line-height: 1.45;
}

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

.header-login {
  color: var(--ink);
  font-size: 13px;
  font-weight: 750;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  width: 18px;
  height: 1.5px;
  content: "";
  background: currentColor;
}

.menu-toggle {
  gap: 4px;
  flex-direction: column;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 78px 0 90px;
  background:
    radial-gradient(circle at 6% 10%, rgba(47, 163, 156, 0.08), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #fbfdfd 100%);
}

.hero::after {
  position: absolute;
  z-index: 0;
  right: -170px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(47, 163, 156, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(560px, 1.15fr);
  align-items: center;
  gap: 64px;
}

.hero-copy .display-title {
  margin-bottom: 26px;
}

.hero-copy .lead {
  max-width: 610px;
  margin-bottom: 34px;
}

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

.hero-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #597083;
  font-size: 12px;
  font-weight: 650;
}

.hero-proof i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green-500);
}

.workspace-frame {
  position: relative;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow);
}

.workspace-frame::before {
  position: absolute;
  z-index: -1;
  top: -28px;
  right: -24px;
  width: 142px;
  height: 142px;
  border-radius: 50%;
  content: "";
  background: var(--mint-100);
}

.workspace-frame::after {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: -24px;
  width: 146px;
  height: 52px;
  border: 1px solid var(--line-strong);
  border-radius: 14px;
  content: "Tudo conectado";
  color: var(--green-900);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
}

.workspace-ui {
  display: grid;
  min-height: 505px;
  overflow: hidden;
  border-radius: 18px;
  background: var(--white);
  grid-template-columns: 58px 1fr;
  grid-template-rows: 55px 1fr;
}

.workspace-rail {
  display: flex;
  flex-direction: column;
  grid-row: 1 / 3;
  align-items: center;
  gap: 12px;
  padding: 13px 8px;
  background: linear-gradient(180deg, var(--green-900), #055e5b 80%, #043e3c);
}

.workspace-rail .mini-logo {
  width: 28px;
  height: 32px;
  margin-bottom: 22px;
  object-fit: contain;
}

.rail-dot {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  color: rgba(255, 255, 255, 0.78);
}

.rail-dot.is-active {
  color: var(--green-900);
  background: #c9f2ed;
}

.rail-dot .icon {
  width: 17px;
  height: 17px;
}

.rail-dot:last-child {
  margin-top: auto;
}

.workspace-topbar {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  border-bottom: 1px solid #edf2f1;
}

.workspace-wordmark {
  color: var(--green-700);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.18em;
}

.workspace-user {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #53677a;
  font-size: 10px;
}

.workspace-avatar {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--green-500);
  border-radius: 50%;
  color: var(--green-700);
  background: var(--white);
  font-size: 9px;
  font-weight: 800;
}

.workspace-canvas {
  min-width: 0;
  padding: 24px;
  background: #fbfcfc;
}

.workspace-canvas-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.workspace-canvas-head small {
  display: block;
  margin-bottom: 5px;
  color: var(--green-700);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.workspace-canvas-head h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.workspace-canvas-head button {
  min-height: 32px;
  padding: 0 12px;
  border: 0;
  border-radius: 7px;
  color: var(--white);
  background: var(--ink);
  font-size: 9px;
  font-weight: 750;
}

.workspace-summary {
  display: grid;
  margin-bottom: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  grid-template-columns: repeat(3, 1fr);
}

.workspace-summary div {
  padding: 14px 15px;
}

.workspace-summary div + div {
  border-left: 1px solid var(--line);
}

.workspace-summary small {
  display: block;
  margin-bottom: 8px;
  color: #718394;
  font-size: 8px;
}

.workspace-summary strong {
  font-size: 19px;
  letter-spacing: -0.03em;
}

.workspace-summary em {
  margin-left: 4px;
  color: var(--green-700);
  font-size: 8px;
  font-style: normal;
  font-weight: 800;
}

.workspace-cards {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 13px;
}

.workspace-card {
  min-height: 168px;
  padding: 17px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.workspace-card.is-experts {
  color: var(--white);
  border: 0;
  background:
    radial-gradient(circle at 88% 15%, rgba(131, 206, 199, 0.35), transparent 32%),
    linear-gradient(145deg, #064643, #08736d);
}

.workspace-card small {
  display: block;
  margin-bottom: 7px;
  color: var(--green-700);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.workspace-card.is-experts small,
.workspace-card.is-experts p {
  color: #bcebe6;
}

.workspace-card h4 {
  margin-bottom: 7px;
  font-size: 15px;
}

.workspace-card p {
  margin-bottom: 14px;
  font-size: 9px;
  line-height: 1.5;
}

.workspace-progress {
  display: grid;
  gap: 10px;
  margin-top: 15px;
}

.workspace-progress span {
  display: grid;
  grid-template-columns: 1fr 80px auto;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 8px;
}

.workspace-progress i {
  height: 4px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}

.workspace-progress i::before {
  display: block;
  width: var(--progress, 70%);
  height: 100%;
  border-radius: inherit;
  content: "";
  background: #9eebe3;
}

.mini-app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.mini-app {
  display: grid;
  min-height: 56px;
  align-content: center;
  gap: 4px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fbfdfd;
}

.mini-app span {
  display: grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 6px;
  color: var(--green-700);
  background: var(--mint-100);
  font-size: 8px;
  font-weight: 800;
}

.mini-app strong {
  font-size: 8px;
}

.mini-app em {
  color: var(--green-700);
  font-size: 7px;
  font-style: normal;
  font-weight: 750;
}

.numbers-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbfdfd;
}

.numbers-grid {
  display: grid;
  min-height: 128px;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.number-item {
  padding: 0 30px;
}

.number-item + .number-item {
  border-left: 1px solid var(--line);
}

.number-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--green-900);
  font-size: 28px;
  letter-spacing: -0.04em;
}

.number-item span {
  color: #63778a;
  font-size: 12px;
  line-height: 1.45;
}

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

.ecosystem-card {
  position: relative;
  display: flex;
  min-height: 390px;
  overflow: hidden;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.ecosystem-card:hover {
  border-color: var(--line-strong);
  box-shadow: var(--shadow-soft);
  transform: translateY(-5px);
}

.ecosystem-card::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 180px;
  height: 180px;
  border: 36px solid var(--mint-100);
  border-radius: 50%;
  content: "";
  opacity: 0.65;
}

.ecosystem-card.is-featured {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 85% 10%, rgba(131, 206, 199, 0.25), transparent 32%),
    linear-gradient(150deg, var(--green-950), var(--green-700));
}

.ecosystem-card.is-featured::after {
  border-color: rgba(255, 255, 255, 0.09);
}

.ecosystem-card.is-featured p,
.ecosystem-card.is-featured li {
  color: #c6e3e1;
}

.product-index {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 54px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  color: var(--green-700);
  background: var(--white);
  font-size: 12px;
  font-weight: 850;
}

.ecosystem-card.is-featured .product-index {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.ecosystem-card small {
  margin-bottom: 8px;
  color: var(--green-700);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.ecosystem-card.is-featured small {
  color: #8fe0d9;
}

.ecosystem-card h3 {
  margin-bottom: 12px;
  font-size: 29px;
  letter-spacing: -0.04em;
}

.ecosystem-card p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.65;
}

.ecosystem-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
}

.ecosystem-card li {
  color: #536b7f;
  font-size: 12px;
}

.ecosystem-card li::before {
  margin-right: 8px;
  color: var(--green-500);
  content: "•";
}

.ecosystem-card .text-link {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.ecosystem-card.is-featured .text-link {
  color: var(--white);
}

.connected-section {
  overflow: hidden;
}

.connected-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: center;
  gap: 84px;
}

.connected-copy .section-title {
  margin-bottom: 24px;
}

.connected-copy > p {
  margin-bottom: 32px;
  font-size: 17px;
}

.connected-list {
  display: grid;
  gap: 16px;
}

.connected-list article {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 14px;
}

.connected-list span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 11px;
  color: var(--green-700);
  background: var(--white);
  font-size: 11px;
  font-weight: 850;
}

.connected-list h3 {
  margin: 2px 0 4px;
  font-size: 15px;
}

.connected-list p {
  margin: 0;
  font-size: 12px;
}

.orbit {
  position: relative;
  min-height: 520px;
}

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

.orbit-ring {
  width: 440px;
  height: 440px;
}

.orbit-ring::before {
  width: 322px;
  height: 322px;
}

.orbit-ring::after {
  width: 206px;
  height: 206px;
  background: rgba(238, 248, 246, 0.7);
}

.orbit-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: grid;
  width: 144px;
  height: 144px;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  background: var(--green-900);
  box-shadow: 0 28px 70px rgba(7, 84, 81, 0.24);
  transform: translate(-50%, -50%);
}

.orbit-core img {
  width: 56px;
  height: 64px;
  filter: brightness(0) invert(1);
  object-fit: contain;
}

.orbit-core strong {
  font-size: 9px;
  letter-spacing: 0.13em;
}

.orbit-node {
  position: absolute;
  z-index: 4;
  display: grid;
  width: 160px;
  min-height: 86px;
  align-content: center;
  gap: 5px;
  padding: 15px;
  border: 1px solid var(--line-strong);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.orbit-node small {
  color: var(--green-700);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.orbit-node strong {
  font-size: 15px;
}

.orbit-node span {
  color: #687d8f;
  font-size: 10px;
}

.orbit-node.is-1 {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-node.is-2 {
  top: 50%;
  right: -4px;
  transform: translateY(-50%);
}

.orbit-node.is-3 {
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
}

.orbit-node.is-4 {
  top: 50%;
  left: -4px;
  transform: translateY(-50%);
}

.experience-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 72px;
}

.experience-copy .section-title {
  margin-bottom: 22px;
}

.experience-copy .lead {
  color: #b9ced4;
}

.experience-notes {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 30px 0 0;
  list-style: none;
}

.experience-notes li {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #d6e6e8;
  font-size: 13px;
}

.experience-notes li::before {
  width: 18px;
  height: 18px;
  border: 1px solid rgba(128, 216, 209, 0.55);
  border-radius: 50%;
  content: "✓";
  color: #80d8d1;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.experience-panels {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  align-items: center;
  gap: 16px;
}

.experience-main {
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.24);
}

.experience-main .workspace-ui {
  min-height: 410px;
  grid-template-columns: 48px 1fr;
  grid-template-rows: 46px 1fr;
}

.experience-main .workspace-canvas {
  padding: 18px;
}

.experience-main .workspace-cards {
  grid-template-columns: 1fr;
}

.experience-main .workspace-card {
  min-height: 128px;
}

.experience-side {
  display: grid;
  gap: 14px;
}

.experience-card {
  min-height: 154px;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.06);
}

.experience-card small {
  display: block;
  margin-bottom: 8px;
  color: #80d8d1;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.experience-card h3 {
  margin-bottom: 10px;
  font-size: 17px;
}

.experience-card p {
  margin: 0;
  color: #afc4ca;
  font-size: 10px;
  line-height: 1.55;
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.expertise-card {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
}

.expertise-card span {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 40px;
  place-items: center;
  border-radius: 12px;
  color: var(--green-700);
  background: var(--mint-100);
}

.expertise-card h3 {
  margin-bottom: 9px;
  font-size: 18px;
}

.expertise-card p {
  margin: 0;
  font-size: 12px;
  line-height: 1.6;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  color: var(--white);
  background: var(--green-900);
}

.final-cta::before,
.final-cta::after {
  position: absolute;
  border: 54px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.final-cta::before {
  top: -160px;
  left: -120px;
  width: 300px;
  height: 300px;
}

.final-cta::after {
  right: -90px;
  bottom: -180px;
  width: 360px;
  height: 360px;
}

.final-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 54px;
}

.final-cta h2 {
  max-width: 720px;
  margin-bottom: 15px;
  font-size: clamp(34px, 4.1vw, 55px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.final-cta p {
  max-width: 640px;
  margin: 0;
  color: #c8e3e0;
  font-size: 16px;
}

.site-footer {
  padding: 62px 0 26px;
  background: #06152b;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 0.75fr 0.75fr 0.8fr;
  gap: 60px;
  padding-bottom: 48px;
}

.footer-brand .brand-copy strong {
  color: var(--white);
}

.footer-brand .brand-copy small {
  color: #879cac;
}

.footer-brand p {
  max-width: 350px;
  margin: 22px 0 0;
  color: #8ea3b4;
  font-size: 12px;
}

.footer-column h3 {
  margin-bottom: 18px;
  color: var(--white);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.footer-column nav {
  display: grid;
  gap: 11px;
}

.footer-column a,
.footer-column span {
  color: #8ea3b4;
  font-size: 12px;
}

.footer-column a:hover {
  color: #9fe5df;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #73899c;
  font-size: 10px;
}

/* Internal product pages */
.page-hero {
  position: relative;
  overflow: hidden;
  padding: 84px 0 94px;
  background:
    radial-gradient(circle at 90% 5%, rgba(47, 163, 156, 0.13), transparent 25%),
    linear-gradient(180deg, #ffffff, #f7fbfa);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 72px;
}

.page-hero-copy h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 5.6vw, 78px);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.page-hero-copy h1 span {
  display: block;
  color: var(--green-700);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
}

.page-hero-copy p {
  max-width: 610px;
  margin-bottom: 31px;
  font-size: 17px;
}

.page-kicker-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 30px;
}

.page-kicker-list span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: #587080;
  background: var(--white);
  font-size: 10px;
  font-weight: 750;
}

.showcase-panel {
  position: relative;
  min-height: 520px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.showcase-panel.is-dark {
  color: var(--white);
  border-color: transparent;
  background:
    radial-gradient(circle at 88% 8%, rgba(131, 206, 199, 0.22), transparent 31%),
    linear-gradient(145deg, #063e3c, #075d59);
}

.showcase-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.showcase-head > span:first-child {
  color: var(--green-700);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.showcase-panel.is-dark .showcase-head > span:first-child {
  color: #9be4dd;
}

.showcase-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 100px;
  color: var(--green-700);
  background: var(--mint-100);
  font-size: 9px;
  font-weight: 800;
}

.showcase-status::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  background: var(--green-500);
}

.showcase-title {
  margin-bottom: 24px;
  font-size: 32px;
  letter-spacing: -0.04em;
}

.showcase-metrics {
  display: grid;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  grid-template-columns: repeat(3, 1fr);
}

.showcase-panel.is-dark .showcase-metrics {
  border-color: rgba(255, 255, 255, 0.18);
}

.showcase-metrics div {
  padding: 17px;
}

.showcase-metrics div + div {
  border-left: 1px solid var(--line);
}

.showcase-panel.is-dark .showcase-metrics div + div {
  border-color: rgba(255, 255, 255, 0.18);
}

.showcase-metrics small {
  display: block;
  margin-bottom: 8px;
  color: #718495;
  font-size: 9px;
}

.showcase-panel.is-dark .showcase-metrics small {
  color: #b7d9d5;
}

.showcase-metrics strong {
  font-size: 23px;
}

.showcase-list {
  display: grid;
  gap: 10px;
}

.showcase-list article {
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 11px;
}

.showcase-panel.is-dark .showcase-list article {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.showcase-list article > span:first-child {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 10px;
  color: var(--green-700);
  background: var(--mint-100);
}

.showcase-list strong {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
}

.showcase-list small {
  color: #728494;
  font-size: 9px;
}

.showcase-panel.is-dark .showcase-list small {
  color: #b2cfcc;
}

.showcase-list em {
  color: var(--green-700);
  font-size: 9px;
  font-style: normal;
  font-weight: 800;
}

.showcase-panel.is-dark .showcase-list em {
  color: #9be4dd;
}

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

.feature-card {
  min-height: 274px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.feature-card > span:first-child {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 52px;
  place-items: center;
  border-radius: 13px;
  color: var(--green-700);
  background: var(--mint-100);
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -0.025em;
}

.feature-card p {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.65;
}

.feature-card small {
  color: var(--green-700);
  font-size: 10px;
  font-weight: 800;
}

.journey {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.journey article {
  position: relative;
  min-height: 250px;
  padding: 28px 28px 24px;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line-strong);
  background: var(--white);
}

.journey article:first-child {
  border-left: 1px solid var(--line-strong);
  border-radius: 18px 0 0 18px;
}

.journey article:last-child {
  border-right: 1px solid var(--line-strong);
  border-radius: 0 18px 18px 0;
}

.journey article + article {
  border-left: 1px solid var(--line-strong);
}

.journey span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 48px;
  place-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  color: var(--green-700);
  font-size: 10px;
  font-weight: 850;
}

.journey h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.journey p {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.catalog-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}

.catalog-filter {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: #52697c;
  background: var(--white);
  cursor: pointer;
  font-size: 11px;
  font-weight: 750;
}

.catalog-filter.is-active {
  color: var(--white);
  border-color: var(--green-900);
  background: var(--green-900);
}

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

.service-card {
  display: grid;
  min-height: 330px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 19px;
  background: var(--white);
  grid-template-rows: auto 1fr auto;
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.service-card.is-hidden {
  display: none;
}

.service-card-head {
  display: grid;
  margin-bottom: 24px;
  grid-template-columns: 48px 1fr;
  gap: 16px;
}

.service-card-head > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 14px;
  color: var(--green-700);
  background: var(--mint-100);
}

.service-card small {
  display: block;
  margin-bottom: 6px;
  color: var(--green-700);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.service-card h3 {
  margin: 0;
  font-size: 21px;
  letter-spacing: -0.03em;
}

.service-card p {
  font-size: 12px;
  line-height: 1.65;
}

.service-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 0 0 24px;
  list-style: none;
}

.service-card li {
  color: #52697c;
  font-size: 11px;
}

.service-card li::before {
  margin-right: 8px;
  color: var(--green-500);
  content: "✓";
}

.service-card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 19px;
  border-top: 1px solid var(--line);
}

.service-models {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.service-models span {
  padding: 5px 8px;
  border-radius: 100px;
  color: var(--green-700);
  background: var(--mint-50);
  font-size: 8px;
  font-weight: 800;
}

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

.app-card {
  position: relative;
  display: flex;
  min-height: 420px;
  overflow: hidden;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
}

.app-card::after {
  position: absolute;
  right: -42px;
  bottom: -42px;
  width: 148px;
  height: 148px;
  border: 30px solid var(--mint-100);
  border-radius: 50%;
  content: "";
}

.app-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 54px;
}

.app-card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  place-items: center;
  border-radius: 14px;
  color: var(--green-700);
  background: var(--mint-100);
}

.app-status {
  padding: 6px 9px;
  border-radius: 100px;
  color: var(--green-700);
  background: var(--mint-50);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-card small {
  margin-bottom: 7px;
  color: var(--green-700);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.13em;
}

.app-card h3 {
  margin-bottom: 12px;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.app-card p {
  font-size: 13px;
}

.app-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 18px 0 28px;
  list-style: none;
}

.app-card li {
  color: #536a7d;
  font-size: 11px;
}

.app-card li::before {
  margin-right: 8px;
  color: var(--green-500);
  content: "•";
}

.app-card .text-link {
  position: relative;
  z-index: 2;
  margin-top: auto;
}

.suite-banner {
  position: relative;
  display: grid;
  min-height: 360px;
  overflow: hidden;
  padding: 42px;
  border-radius: 26px;
  color: var(--white);
  background:
    radial-gradient(circle at 84% 10%, rgba(131, 206, 199, 0.32), transparent 28%),
    linear-gradient(135deg, var(--green-950), var(--green-700));
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 80px;
}

.suite-banner h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4vw, 52px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.suite-banner p {
  margin-bottom: 28px;
  color: #c5e4e1;
}

.suite-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.suite-stack article {
  min-height: 186px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.07);
}

.suite-stack span {
  display: grid;
  width: 36px;
  height: 36px;
  margin-bottom: 40px;
  place-items: center;
  border-radius: 10px;
  color: var(--green-900);
  background: #c8f0eb;
  font-size: 10px;
  font-weight: 850;
}

.suite-stack h3 {
  margin-bottom: 7px;
  font-size: 16px;
}

.suite-stack small {
  color: #b7d5d2;
  font-size: 9px;
  line-height: 1.4;
}

.integration-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.integration-flow article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: var(--white);
}

.integration-flow span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 44px;
  place-items: center;
  border-radius: 11px;
  color: var(--green-700);
  background: var(--mint-100);
  font-size: 10px;
  font-weight: 850;
}

.integration-flow h3 {
  margin-bottom: 8px;
  font-size: 17px;
}

.integration-flow p {
  margin: 0;
  font-size: 11px;
}

/* Contact modal */
.modal {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: grid;
  padding: 22px;
  place-items: center;
  background: rgba(5, 20, 36, 0.7);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

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

.modal-card {
  display: grid;
  width: min(940px, 100%);
  max-height: calc(100vh - 44px);
  overflow: auto;
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
  grid-template-columns: 0.82fr 1.18fr;
  transform: translateY(14px);
  transition: transform 180ms ease;
}

.modal.is-open .modal-card {
  transform: translateY(0);
}

.modal-intro {
  position: relative;
  overflow: hidden;
  padding: 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 92%, rgba(131, 206, 199, 0.28), transparent 28%),
    linear-gradient(150deg, var(--green-950), var(--green-700));
}

.modal-intro .brand-copy strong {
  color: var(--white);
}

.modal-intro .brand-copy small {
  color: #bfe0dd;
}

.modal-intro h2 {
  margin: 82px 0 18px;
  font-size: 36px;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.modal-intro p {
  color: #c4e0de;
  font-size: 13px;
}

.modal-intro ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 34px 0 0;
  list-style: none;
}

.modal-intro li {
  color: #d6e9e7;
  font-size: 11px;
}

.modal-intro li::before {
  margin-right: 9px;
  color: #8de1d9;
  content: "✓";
}

.modal-form {
  position: relative;
  padding: 38px;
}

.modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
  font-size: 20px;
}

.modal-form h3 {
  margin: 20px 0 8px;
  font-size: 24px;
  letter-spacing: -0.03em;
}

.modal-form > p {
  margin-bottom: 26px;
  font-size: 12px;
}

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

.field {
  display: grid;
  gap: 7px;
}

.field.is-full {
  grid-column: 1 / -1;
}

.field label {
  color: #3f566b;
  font-size: 10px;
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 13px;
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: 0;
  color: var(--ink);
  background: var(--white);
  font-size: 12px;
}

.field textarea {
  min-height: 90px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--green-500);
  box-shadow: 0 0 0 3px rgba(47, 163, 156, 0.12);
}

.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 22px;
}

.form-submit small {
  max-width: 260px;
  color: #758898;
  font-size: 9px;
  line-height: 1.5;
}

.form-success {
  display: none;
  padding: 48px 12px;
  text-align: center;
}

.form-success.is-visible {
  display: block;
}

.form-success span {
  display: grid;
  width: 62px;
  height: 62px;
  margin: 0 auto 20px;
  place-items: center;
  border-radius: 50%;
  color: var(--green-700);
  background: var(--mint-100);
  font-size: 24px;
}

.form-success h3 {
  margin-bottom: 10px;
}

.form-success p {
  max-width: 390px;
  margin: 0 auto 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 500ms ease,
    transform 500ms ease;
}

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

@media (max-width: 1120px) {
  .header-inner {
    gap: 18px;
  }

  .main-nav {
    gap: 0;
  }

  .main-nav > a,
  .nav-dropdown > button {
    padding-inline: 9px;
  }

  .hero-grid,
  .page-hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
  }

  .hero {
    padding-top: 62px;
  }

  .workspace-ui {
    min-height: 460px;
  }

  .connected-grid,
  .experience-grid {
    gap: 48px;
  }

  .orbit-node.is-2 {
    right: 0;
  }

  .orbit-node.is-4 {
    left: 0;
  }
}

@media (max-width: 960px) {
  .container {
    width: min(calc(100% - 36px), var(--container));
  }

  .section {
    padding: 88px 0;
  }

  .main-nav,
  .header-actions .header-login,
  .header-actions .btn {
    display: none;
  }

  .header-inner {
    grid-template-columns: 1fr auto;
  }

  .menu-toggle {
    display: flex;
  }

  .main-nav.is-open {
    position: absolute;
    top: 76px;
    right: 18px;
    left: 18px;
    display: grid;
    overflow: auto;
    max-height: calc(100vh - 96px);
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

  .main-nav.is-open > a,
  .main-nav.is-open .nav-dropdown > button {
    width: 100%;
    min-height: 44px;
    justify-content: flex-start;
    text-align: left;
  }

  .main-nav.is-open .nav-panel {
    position: static;
    width: 100%;
    margin-top: 6px;
    border: 0;
    box-shadow: none;
    grid-template-columns: 1fr;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav.is-open .nav-panel a {
    min-height: auto;
  }

  .hero-grid,
  .page-hero-grid,
  .connected-grid,
  .experience-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .page-hero-grid {
    gap: 54px;
  }

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

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

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

  .number-item {
    padding: 28px;
  }

  .number-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .number-item:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .ecosystem-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .ecosystem-card {
    min-height: 330px;
  }

  .product-index {
    margin-bottom: 34px;
  }

  .connected-copy {
    max-width: 700px;
  }

  .orbit {
    max-width: 660px;
    margin-inline: auto;
  }

  .experience-panels {
    max-width: 720px;
    margin-inline: auto;
  }

  .expertise-grid,
  .journey,
  .integration-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .journey {
    gap: 12px;
  }

  .journey article,
  .journey article:first-child,
  .journey article:last-child {
    border: 1px solid var(--line-strong);
    border-radius: 16px;
  }

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

  .app-card {
    min-height: 340px;
  }

  .app-card-top {
    margin-bottom: 34px;
  }

  .suite-banner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .footer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }

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

@media (max-width: 700px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .section-sm {
    padding: 58px 0;
  }

  .header-inner {
    min-height: 68px;
  }

  .main-nav.is-open {
    top: 68px;
    right: 14px;
    left: 14px;
  }

  .brand-mark {
    width: 30px;
    height: 33px;
  }

  .brand-copy strong {
    font-size: 12px;
  }

  .brand-copy small {
    font-size: 8px;
  }

  .hero,
  .page-hero {
    padding: 54px 0 72px;
  }

  .display-title,
  .page-hero-copy h1 {
    font-size: clamp(42px, 13.2vw, 62px);
  }

  .lead,
  .page-hero-copy p {
    font-size: 15px;
  }

  .button-row {
    display: grid;
  }

  .button-row .btn {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    gap: 10px;
  }

  .workspace-frame {
    margin-right: 4px;
    padding: 6px;
    border-radius: 20px;
  }

  .workspace-frame::after {
    right: 14px;
    bottom: -18px;
    width: 122px;
    height: 40px;
    border-radius: 11px;
    font-size: 8px;
    line-height: 40px;
  }

  .workspace-ui {
    min-height: 420px;
    border-radius: 15px;
    grid-template-columns: 42px 1fr;
    grid-template-rows: 45px 1fr;
  }

  .workspace-rail {
    gap: 7px;
    padding: 9px 5px;
  }

  .workspace-rail .mini-logo {
    width: 23px;
    height: 27px;
    margin-bottom: 12px;
  }

  .rail-dot {
    width: 31px;
    height: 31px;
  }

  .rail-dot .icon {
    width: 14px;
    height: 14px;
  }

  .workspace-topbar {
    padding: 0 11px;
  }

  .workspace-user > span:first-child {
    display: none;
  }

  .workspace-canvas {
    padding: 14px;
  }

  .workspace-canvas-head h3 {
    font-size: 18px;
  }

  .workspace-canvas-head button {
    display: none;
  }

  .workspace-summary {
    grid-template-columns: 1fr 1fr;
  }

  .workspace-summary div {
    padding: 10px;
  }

  .workspace-summary div:nth-child(3) {
    display: none;
  }

  .workspace-summary strong {
    font-size: 15px;
  }

  .workspace-cards {
    grid-template-columns: 1fr;
  }

  .workspace-card {
    min-height: 130px;
    padding: 13px;
  }

  .workspace-cards .workspace-card:not(:first-child) {
    display: none;
  }

  .workspace-progress span {
    grid-template-columns: 1fr 60px auto;
  }

  .section-head {
    display: grid;
    margin-bottom: 34px;
  }

  .numbers-grid {
    min-height: 0;
  }

  .number-item {
    padding: 22px 16px;
  }

  .number-item strong {
    font-size: 23px;
  }

  .number-item span {
    font-size: 10px;
  }

  .ecosystem-card {
    min-height: 350px;
    padding: 24px;
  }

  .orbit {
    min-height: 470px;
    transform: scale(0.86);
    transform-origin: center;
  }

  .orbit-ring {
    width: 390px;
    height: 390px;
  }

  .orbit-ring::before {
    width: 282px;
    height: 282px;
  }

  .orbit-ring::after {
    width: 182px;
    height: 182px;
  }

  .orbit-node {
    width: 138px;
    min-height: 76px;
    padding: 12px;
  }

  .orbit-node.is-2 {
    right: -20px;
  }

  .orbit-node.is-4 {
    left: -20px;
  }

  .experience-panels {
    grid-template-columns: 1fr;
  }

  .experience-side {
    grid-template-columns: 1fr 1fr;
  }

  .expertise-grid,
  .journey,
  .integration-flow,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .expertise-card {
    min-height: 210px;
  }

  .showcase-panel {
    min-height: 460px;
    padding: 20px;
  }

  .showcase-title {
    font-size: 26px;
  }

  .showcase-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .showcase-metrics div:nth-child(3) {
    display: none;
  }

  .service-card {
    min-height: 0;
    padding: 24px;
  }

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

  .suite-banner {
    padding: 28px;
  }

  .suite-stack {
    grid-template-columns: 1fr;
  }

  .suite-stack article {
    min-height: 150px;
  }

  .suite-stack span {
    margin-bottom: 26px;
  }

  .final-cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .final-cta .button-row {
    min-width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 22px;
  }

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

  .modal {
    padding: 10px;
  }

  .modal-card {
    max-height: calc(100vh - 20px);
    border-radius: 18px;
    grid-template-columns: 1fr;
  }

  .modal-intro {
    display: none;
  }

  .modal-form {
    padding: 24px 20px;
  }

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

  .form-submit {
    align-items: stretch;
    flex-direction: column;
  }

  .form-submit .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Premium refinement — navigation, connected ecosystem and footer */
.site-header {
  border-bottom-color: rgba(7, 84, 81, 0.1);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 35px rgba(7, 26, 55, 0.045);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 82px;
  grid-template-columns: 196px minmax(430px, 1fr) auto;
  gap: 24px;
}

.brand-original {
  position: relative;
  display: block;
  overflow: hidden;
  width: 190px;
  height: 58px;
  flex: 0 0 auto;
}

.brand-original .brand-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 238px;
  max-width: none;
  height: 238px;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

.main-nav {
  gap: 3px;
}

.main-nav > a,
.nav-dropdown > button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 11px;
  color: #31475d;
  font-size: 13px;
  letter-spacing: -0.01em;
}

.main-nav > a:hover,
.main-nav > a.is-active,
.nav-dropdown > button:hover,
.nav-dropdown > button.is-active,
.nav-dropdown.is-open > button {
  color: var(--green-700);
  background: linear-gradient(135deg, #edf9f6, #e5f5f2);
  box-shadow: inset 0 0 0 1px rgba(14, 113, 109, 0.08);
}

.main-nav > a:focus-visible,
.nav-dropdown > button:focus-visible,
.btn:focus-visible,
.header-login:focus-visible,
.menu-toggle:focus-visible {
  outline: 2px solid var(--teal-400);
  outline-offset: 3px;
}

.header-actions {
  gap: 9px;
}

.header-login {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  padding: 0 13px;
  border: 1px solid #d7e5e3;
  border-radius: 12px;
  color: var(--navy-900);
  background: #fbfdfd;
  font-size: 11px;
  font-weight: 800;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.header-login .icon {
  width: 15px;
  height: 15px;
  color: var(--green-700);
}

.header-login:hover {
  border-color: #a9cfca;
  background: var(--mint-50);
  transform: translateY(-1px);
}

.btn {
  min-height: 50px;
  gap: 10px;
  padding: 0 22px;
  border-radius: 14px;
  letter-spacing: -0.01em;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 8px 20px rgba(7, 26, 55, 0.08);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

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

.btn-primary {
  border: 1px solid rgba(7, 84, 81, 0.74);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    linear-gradient(135deg, #075451 0%, #0e716d 56%, #188984 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 12px 26px rgba(7, 84, 81, 0.22);
}

.btn-primary:hover {
  border-color: #0e716d;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), transparent 42%),
    linear-gradient(135deg, #064946 0%, #0b6561 56%, #147e79 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 16px 32px rgba(7, 84, 81, 0.27);
}

.btn-ghost {
  border-color: #c8dcda;
  background: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 1px 0 #fff,
    0 8px 20px rgba(7, 26, 55, 0.055);
}

.btn-ghost:hover {
  border-color: #9fc9c4;
  background: #f1faf8;
  box-shadow: 0 12px 25px rgba(7, 84, 81, 0.1);
}

.btn-light {
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.btn-line-light {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.btn-header {
  min-height: 44px;
  padding-inline: 16px;
  border-radius: 12px;
  font-size: 11px;
}

.nav-panel.mega-menu {
  position: fixed;
  top: 82px;
  left: 50%;
  display: grid;
  overflow: hidden;
  width: min(1120px, calc(100vw - 48px));
  padding: 0;
  border: 1px solid rgba(7, 84, 81, 0.14);
  border-top: 3px solid var(--green-700);
  border-radius: 0 0 26px 26px;
  background:
    radial-gradient(circle at 90% 0, rgba(47, 163, 156, 0.12), transparent 25%),
    rgba(255, 255, 255, 0.99);
  box-shadow: 0 32px 70px rgba(7, 26, 55, 0.18);
  grid-template-columns: minmax(0, 1fr) 292px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -10px);
}

.nav-dropdown:hover .nav-panel.mega-menu,
.nav-dropdown:focus-within .nav-panel.mega-menu,
.nav-dropdown.is-open .nav-panel.mega-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.mega-menu span,
.mega-menu a > span {
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.mega-menu-main {
  padding: 28px 28px 24px;
}

.mega-menu-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

.mega-eyebrow {
  display: block !important;
  margin-bottom: 7px;
  color: var(--teal-600) !important;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.mega-menu-heading h2 {
  max-width: 560px;
  margin: 0;
  color: var(--navy-900);
  font-size: 20px;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.mega-menu .mega-overview {
  display: inline-flex;
  min-height: 0;
  align-items: center;
  gap: 8px;
  padding: 0 0 3px;
  border-bottom: 1px solid #add3ce;
  border-radius: 0;
  color: var(--green-700);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.mega-products {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}

.mega-menu .mega-product {
  position: relative;
  display: grid;
  min-height: 238px;
  align-content: start;
  gap: 13px;
  padding: 18px;
  border: 1px solid #dce9e7;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(246, 251, 250, 0.92));
  box-shadow: 0 10px 24px rgba(7, 26, 55, 0.045);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.mega-menu .mega-product::before {
  position: absolute;
  top: 0;
  right: 16px;
  left: 16px;
  height: 3px;
  border-radius: 0 0 3px 3px;
  background: linear-gradient(90deg, var(--green-700), var(--teal-400));
  content: "";
  opacity: 0;
  transition: opacity 180ms ease;
}

.mega-menu .mega-product:hover {
  border-color: #b9d7d3;
  background: #fff;
  box-shadow: 0 18px 35px rgba(7, 84, 81, 0.1);
  transform: translateY(-3px);
}

.mega-menu .mega-product:hover::before {
  opacity: 1;
}

.mega-product-icon {
  display: grid !important;
  width: 39px !important;
  height: 39px !important;
  place-items: center;
  border: 1px solid #cae0dd !important;
  border-radius: 12px !important;
  color: var(--green-700);
  background: linear-gradient(145deg, #fff, #eaf7f4) !important;
}

.mega-product-icon .icon {
  width: 18px;
  height: 18px;
}

.mega-product-copy {
  display: block !important;
}

.mega-product-copy > small {
  display: block;
  margin-bottom: 5px;
  color: #78909f;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.mega-product-copy > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 15px;
  letter-spacing: -0.025em;
}

.mega-product-copy p {
  min-height: 48px;
  margin: 0;
  color: #62798b;
  font-size: 10px;
  line-height: 1.55;
}

.mega-tags {
  display: flex !important;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 13px;
}

.mega-tags em {
  padding: 5px 7px;
  border: 1px solid #dbe9e7;
  border-radius: 999px;
  color: #496778;
  background: #f7fbfa;
  font-size: 7px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mega-arrow {
  position: absolute;
  top: 17px;
  right: 17px;
  color: var(--teal-600) !important;
  font-size: 17px;
  transition: transform 180ms ease;
}

.mega-product:hover .mega-arrow {
  transform: translateX(3px);
}

.mega-menu-aside {
  display: flex;
  padding: 30px 26px 24px;
  border-left: 1px solid rgba(7, 84, 81, 0.12);
  background:
    radial-gradient(circle at 100% 0, rgba(47, 163, 156, 0.18), transparent 37%),
    linear-gradient(160deg, #07203b, #075451 120%);
  flex-direction: column;
}

.mega-aside-kicker {
  display: block !important;
  margin-bottom: 27px;
  color: #93d9d3 !important;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mega-menu-aside h3 {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.mega-menu-aside > p {
  margin: 0 0 22px;
  color: #b9d4d5;
  font-size: 10px;
  line-height: 1.65;
}

.mega-menu .mega-cta {
  display: inline-flex;
  width: 100%;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  color: var(--green-700);
  background: #fff;
  font-size: 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.mega-menu .mega-cta:hover {
  color: var(--green-700);
  background: #eaf7f4;
}

.mega-aside-proof {
  display: grid;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}

.mega-aside-proof span {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: #c3dcdd !important;
  font-size: 8px;
  font-weight: 700;
}

.mega-aside-proof i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #70d2c9;
  box-shadow: 0 0 0 4px rgba(112, 210, 201, 0.1);
}

.mega-menu-strip {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 0 28px;
  border-top: 1px solid #e2ecea;
  background: #f7fbfa;
  grid-column: 1 / -1;
}

.mega-menu-strip > strong {
  color: var(--green-700);
  font-size: 9px;
  letter-spacing: 0.015em;
}

.mega-menu-strip nav {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mega-menu .mega-menu-strip a {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #dce9e7;
  border-radius: 999px;
  color: #607788;
  background: #fff;
  font-size: 8px;
  font-weight: 800;
}

.mega-menu .mega-menu-strip a:hover {
  border-color: #aad1cc;
  color: var(--green-700);
  background: #edf8f6;
}

.ecosystem-card,
.expertise-card,
.service-card,
.app-card,
.experience-card {
  border-color: rgba(7, 84, 81, 0.14);
  border-radius: 24px;
  box-shadow:
    0 20px 45px rgba(7, 26, 55, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.ecosystem-card,
.expertise-card,
.service-card,
.app-card {
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.ecosystem-card.reveal.is-visible:hover,
.expertise-card.reveal.is-visible:hover,
.service-card.reveal.is-visible:hover,
.app-card.reveal.is-visible:hover {
  border-color: rgba(14, 113, 109, 0.3);
  box-shadow: 0 26px 55px rgba(7, 84, 81, 0.105);
  transform: translateY(-6px);
}

.ecosystem-card {
  overflow: hidden;
}

.ecosystem-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--green-700), var(--teal-400));
  content: "";
  opacity: 0.75;
}

.ecosystem-card .product-index {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #c9dfdc;
  border-radius: 12px;
  color: var(--green-700);
  background: #f2faf8;
}

.ecosystem-card li::before {
  color: var(--teal-600);
}

.connected-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(47, 163, 156, 0.13), transparent 33%),
    linear-gradient(180deg, #eff9f7 0%, #f8fcfb 52%, #edf8f6 100%);
}

.connected-heading {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.connected-heading .section-title {
  margin: 9px auto 18px;
}

.connected-heading > p {
  max-width: 720px;
  margin: 0 auto;
  color: #647b8b;
  font-size: 15px;
}

.connected-map {
  position: relative;
  min-height: 760px;
  scroll-margin-top: 94px;
  overflow: hidden;
  border: 1px solid rgba(7, 84, 81, 0.14);
  border-radius: 34px;
  background:
    linear-gradient(rgba(7, 84, 81, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 84, 81, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 50% 50%, rgba(47, 163, 156, 0.13), transparent 34%),
    rgba(255, 255, 255, 0.82);
  background-size: 34px 34px, 34px 34px, auto, auto;
  box-shadow:
    0 34px 80px rgba(7, 84, 81, 0.09),
    inset 0 1px 0 #fff;
}

.connected-map::before,
.connected-map::after {
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(47, 163, 156, 0.12);
  border-radius: 50%;
  content: "";
}

.connected-map::before {
  top: -170px;
  right: -100px;
}

.connected-map::after {
  bottom: -210px;
  left: -80px;
}

.connection-line {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  background: linear-gradient(90deg, transparent, rgba(14, 113, 109, 0.22), transparent);
}

.connection-line::before,
.connection-line::after {
  position: absolute;
  border-radius: 50%;
  background: var(--teal-400);
  box-shadow: 0 0 0 6px rgba(47, 163, 156, 0.1);
  content: "";
}

.line-horizontal {
  width: 70%;
  height: 1px;
  transform: translate(-50%, -50%);
}

.line-horizontal::before,
.line-horizontal::after {
  top: -3px;
  width: 7px;
  height: 7px;
}

.line-horizontal::before {
  left: 11%;
}

.line-horizontal::after {
  right: 11%;
}

.line-vertical {
  width: 1px;
  height: 72%;
  background: linear-gradient(transparent, rgba(14, 113, 109, 0.22), transparent);
  transform: translate(-50%, -50%);
}

.line-vertical::before,
.line-vertical::after {
  left: -3px;
  width: 7px;
  height: 7px;
}

.line-vertical::before {
  top: 10%;
}

.line-vertical::after {
  bottom: 10%;
}

.connected-core {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  display: flex;
  width: 278px;
  height: 278px;
  align-items: center;
  justify-content: center;
  padding: 28px;
  border: 1px solid rgba(7, 84, 81, 0.18);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.98), rgba(246, 252, 251, 0.96)),
    #fff;
  box-shadow:
    0 28px 60px rgba(7, 84, 81, 0.16),
    0 0 0 14px rgba(255, 255, 255, 0.62),
    0 0 0 15px rgba(14, 113, 109, 0.08);
  flex-direction: column;
  text-align: center;
  transform: translate(-50%, -50%);
}

.connected-core-kicker {
  margin-bottom: 4px;
  color: var(--teal-600);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.connected-core-logo {
  position: relative;
  overflow: hidden;
  width: 176px;
  height: 68px;
  margin-bottom: 3px;
}

.connected-core-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 236px;
  max-width: none;
  height: 236px;
  transform: translate(-50%, -50%);
}

.connected-core > strong {
  color: var(--navy-900);
  font-size: 15px;
  letter-spacing: -0.03em;
}

.connected-core > p {
  margin: 7px 0 12px;
  color: #6f8392;
  font-size: 9px;
  line-height: 1.5;
}

.connected-core-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 9px;
  border: 1px solid #cde2df;
  border-radius: 999px;
  color: var(--green-700);
  background: #f0faf8;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.connected-core-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2fa39c;
  box-shadow: 0 0 0 4px rgba(47, 163, 156, 0.12);
}

.connected-card {
  position: absolute;
  z-index: 2;
  width: 292px;
  min-height: 276px;
  padding: 22px;
  border: 1px solid rgba(7, 84, 81, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(247, 252, 251, 0.95));
  box-shadow:
    0 22px 50px rgba(7, 26, 55, 0.09),
    inset 0 1px 0 #fff;
  transition:
    transform 200ms ease,
    border-color 200ms ease,
    box-shadow 200ms ease;
}

.connected-card:hover {
  z-index: 4;
  border-color: rgba(14, 113, 109, 0.35);
  box-shadow: 0 28px 60px rgba(7, 84, 81, 0.14);
  transform: translateY(-5px);
}

.connected-card.is-workspace {
  top: 40px;
  left: 42px;
}

.connected-card.is-experts {
  top: 40px;
  right: 42px;
}

.connected-card.is-apps {
  bottom: 40px;
  left: 42px;
}

.connected-card.is-intelligence {
  right: 42px;
  bottom: 40px;
}

.connected-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 17px;
}

.connected-card-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #c9dfdc;
  border-radius: 13px;
  color: var(--green-700);
  background: linear-gradient(145deg, #fff, #eaf7f4);
}

.connected-card-icon .icon {
  width: 19px;
  height: 19px;
}

.connected-card-number {
  color: #9db1ba;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.connected-card > small {
  display: block;
  margin-bottom: 5px;
  color: var(--teal-600);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.connected-card h3 {
  margin-bottom: 8px;
  color: var(--navy-900);
  font-size: 20px;
  letter-spacing: -0.04em;
}

.connected-card > p {
  min-height: 43px;
  margin: 0 0 12px;
  color: #657b8b;
  font-size: 10px;
  line-height: 1.5;
}

.connected-card ul {
  display: grid;
  gap: 5px;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.connected-card li {
  position: relative;
  padding-left: 13px;
  color: #3f596b;
  font-size: 8px;
  font-weight: 750;
}

.connected-card li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--teal-400);
  content: "";
}

.connected-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 12px;
  border-top: 1px solid #e3ecea;
}

.connected-card-meta strong {
  color: var(--green-700);
  font-size: 8px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.connected-card-meta em {
  color: #8b9da8;
  font-size: 7px;
  font-style: normal;
}

.connected-journey {
  display: grid;
  max-width: 1050px;
  align-items: center;
  gap: 14px;
  margin: 28px auto 0;
  grid-template-columns: 1fr auto 1fr auto 1fr;
}

.connected-journey article {
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border: 1px solid rgba(7, 84, 81, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 25px rgba(7, 84, 81, 0.05);
}

.connected-journey article > span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-700), var(--teal-600));
  font-size: 8px;
  font-weight: 900;
}

.connected-journey strong,
.connected-journey small {
  display: block;
}

.connected-journey strong {
  margin-bottom: 4px;
  color: var(--navy-900);
  font-size: 11px;
}

.connected-journey small {
  color: #738894;
  font-size: 8px;
  line-height: 1.4;
}

.connected-journey > i {
  color: #6ebbb4;
  font-size: 18px;
  font-style: normal;
}

.site-footer {
  padding: 68px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background:
    radial-gradient(circle at 85% 0, rgba(14, 113, 109, 0.28), transparent 25%),
    linear-gradient(155deg, #06162d 0%, #071f37 55%, #063e42 125%);
}

.footer-conversion {
  position: relative;
  display: grid;
  overflow: hidden;
  align-items: center;
  gap: 50px;
  margin-bottom: 58px;
  padding: 42px 46px;
  border: 1px solid rgba(144, 219, 210, 0.23);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0, rgba(106, 222, 209, 0.2), transparent 35%),
    linear-gradient(135deg, rgba(7, 84, 81, 0.92), rgba(10, 64, 76, 0.88));
  box-shadow: 0 28px 65px rgba(0, 0, 0, 0.19);
  grid-template-columns: minmax(0, 1fr) auto;
}

.footer-conversion::after {
  position: absolute;
  right: 28%;
  bottom: -140px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  content: "";
}

.footer-kicker {
  display: block;
  margin-bottom: 10px;
  color: #9fe5df;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-conversion h2 {
  max-width: 740px;
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 43px);
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.footer-conversion p {
  max-width: 680px;
  margin: 0;
  color: #bad7d7;
  font-size: 13px;
}

.footer-conversion-actions {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 210px;
  gap: 10px;
}

.footer-main {
  display: grid;
  gap: 68px;
  padding-bottom: 48px;
  grid-template-columns: 310px minmax(0, 1fr);
}

.footer-brand-panel {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-logo-card {
  position: relative;
  display: block;
  overflow: hidden;
  width: 225px;
  height: 82px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.18);
}

.footer-logo-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 285px;
  max-width: none;
  height: 285px;
  transform: translate(-50%, -50%);
}

.footer-brand-panel > p {
  margin: 0 0 19px;
  color: #99aeba;
  font-size: 11px;
  line-height: 1.65;
}

.footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 8px;
  border: 0;
  border-bottom: 1px solid rgba(137, 220, 211, 0.38);
  color: #a8e2dc;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
}

.footer-contact-link span {
  font-size: 16px;
  transition: transform 180ms ease;
}

.footer-contact-link:hover span {
  transform: translateX(4px);
}

.footer-location {
  display: grid;
  gap: 4px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-location small {
  color: #5f7b8d;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-location strong {
  color: #d7e5e8;
  font-size: 11px;
}

.footer-location span {
  color: #718c9c;
  font-size: 9px;
}

.footer-navigation {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.footer-column h3 {
  margin-bottom: 20px;
  color: #dff2f0;
  font-size: 9px;
  letter-spacing: 0.12em;
}

.footer-column nav {
  gap: 12px;
}

.footer-column a,
.footer-column span,
.footer-column button {
  padding: 0;
  border: 0;
  color: #819aa8;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  text-align: left;
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.footer-column a:hover,
.footer-column button:hover {
  color: #b9eee8;
  transform: translateX(3px);
}

.footer-assurance {
  display: grid;
  gap: 0;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  grid-template-columns: repeat(4, 1fr);
}

.footer-assurance > span {
  display: grid;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  grid-template-columns: 28px 1fr;
}

.footer-assurance > span:first-child {
  padding-left: 0;
}

.footer-assurance > span:last-child {
  padding-right: 0;
  border-right: 0;
}

.footer-assurance i {
  color: #4e7c88;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.footer-assurance strong {
  color: #cfe2e5;
  font-size: 9px;
}

.footer-assurance small {
  margin-top: 5px;
  color: #698696;
  font-size: 8px;
  line-height: 1.4;
  grid-column: 2;
}

.footer-bottom {
  display: grid;
  padding-top: 23px;
  grid-template-columns: 1fr auto 1fr;
}

.footer-bottom > span:last-child {
  text-align: right;
}

.footer-legal {
  display: flex;
  gap: 15px;
}

.brand-original-modal {
  width: 190px;
  height: 66px;
  margin-bottom: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: #fff;
}

@media (max-width: 1180px) {
  .header-inner {
    grid-template-columns: 180px minmax(390px, 1fr) auto;
    gap: 14px;
  }

  .brand-original {
    width: 176px;
  }

  .header-actions .header-login span {
    display: none;
  }

  .header-login {
    width: 44px;
    justify-content: center;
    padding: 0;
  }

  .nav-panel.mega-menu {
    width: min(1060px, calc(100vw - 36px));
  }

  .connected-card {
    width: 270px;
  }

  .connected-card.is-workspace,
  .connected-card.is-apps {
    left: 28px;
  }

  .connected-card.is-experts,
  .connected-card.is-intelligence {
    right: 28px;
  }
}

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

  .brand-original {
    width: 184px;
  }

  .main-nav.is-open {
    top: 82px;
    padding: 14px;
    border-radius: 20px;
    box-shadow: 0 28px 60px rgba(7, 26, 55, 0.18);
  }

  .main-nav.is-open > a,
  .main-nav.is-open .nav-dropdown > button {
    min-height: 46px;
    padding-inline: 14px;
    border-radius: 11px;
  }

  .main-nav.is-open .nav-panel.mega-menu {
    position: static;
    display: none;
    width: 100%;
    margin: 7px 0 10px;
    border: 1px solid #dce9e7;
    border-top: 3px solid var(--green-700);
    border-radius: 16px;
    background: #fff;
    box-shadow: none;
    grid-template-columns: 1fr;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .main-nav.is-open .nav-dropdown.is-open .nav-panel.mega-menu {
    display: grid;
  }

  .mega-menu-main {
    padding: 18px;
  }

  .mega-menu-heading {
    align-items: start;
    margin-bottom: 14px;
  }

  .mega-menu-heading h2 {
    font-size: 17px;
  }

  .mega-products {
    grid-template-columns: 1fr;
  }

  .mega-menu .mega-product {
    min-height: 0;
    padding: 15px 15px 15px 63px;
  }

  .mega-product-icon {
    position: absolute;
    top: 15px;
    left: 14px;
  }

  .mega-product-copy p {
    min-height: 0;
  }

  .mega-arrow {
    top: 15px;
  }

  .mega-menu-aside {
    padding: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 0;
  }

  .mega-aside-kicker {
    margin-bottom: 10px;
  }

  .mega-menu-aside h3 {
    font-size: 20px;
  }

  .mega-aside-proof {
    margin-top: 0;
    grid-template-columns: repeat(3, 1fr);
  }

  .mega-menu-strip {
    align-items: start;
    padding: 14px 18px;
    flex-direction: column;
  }

  .connected-map {
    display: grid;
    min-height: 0;
    gap: 16px;
    padding: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .connected-map::before,
  .connected-map::after,
  .connection-line {
    display: none;
  }

  .connected-core,
  .connected-card,
  .connected-card.is-workspace,
  .connected-card.is-experts,
  .connected-card.is-apps,
  .connected-card.is-intelligence {
    position: static;
    width: auto;
    min-height: 0;
    transform: none;
  }

  .connected-core {
    width: 100%;
    height: auto;
    min-height: 250px;
    border-radius: 24px;
    grid-column: 1 / -1;
    order: -1;
  }

  .connected-card:hover {
    transform: translateY(-4px);
  }

  .connected-journey {
    grid-template-columns: 1fr;
  }

  .connected-journey > i {
    display: none;
  }

  .footer-conversion {
    grid-template-columns: 1fr;
  }

  .footer-conversion-actions {
    display: flex;
    min-width: 0;
  }

  .footer-main {
    gap: 42px;
    grid-template-columns: 260px 1fr;
  }

  .footer-navigation {
    gap: 28px 20px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-assurance {
    gap: 20px 0;
    grid-template-columns: 1fr 1fr;
  }

  .footer-assurance > span:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 700px) {
  .header-inner {
    min-height: 70px;
  }

  .brand-original {
    width: 166px;
    height: 52px;
  }

  .brand-original .brand-logo {
    width: 215px;
    height: 215px;
  }

  .main-nav.is-open {
    top: 70px;
  }

  .mega-menu-heading h2,
  .mega-menu .mega-overview,
  .mega-tags,
  .mega-menu-strip {
    display: none;
  }

  .mega-menu-main {
    padding: 14px;
  }

  .mega-menu .mega-product {
    padding: 13px 42px 13px 57px;
  }

  .mega-product-icon {
    top: 13px;
    left: 11px;
    width: 36px !important;
    height: 36px !important;
  }

  .mega-product-copy > strong {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .mega-product-copy p {
    font-size: 9px;
  }

  .mega-menu-aside {
    padding: 18px;
  }

  .mega-menu-aside > p {
    margin-bottom: 15px;
  }

  .mega-aside-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .connected-heading {
    margin-bottom: 34px;
  }

  .connected-heading > p {
    font-size: 13px;
  }

  .connected-map {
    padding: 14px;
    border-radius: 24px;
    grid-template-columns: 1fr;
  }

  .connected-core {
    min-height: 242px;
    grid-column: auto;
  }

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

  .connected-card > p {
    min-height: 0;
  }

  .connected-journey article {
    min-height: 76px;
  }

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

  .footer-conversion {
    gap: 28px;
    margin-bottom: 44px;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .footer-conversion h2 {
    font-size: 30px;
  }

  .footer-conversion-actions {
    display: grid;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-brand-panel {
    padding: 0 0 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .footer-logo-card {
    width: 210px;
    height: 78px;
  }

  .footer-navigation {
    gap: 34px 22px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-assurance {
    grid-template-columns: 1fr;
  }

  .footer-assurance > span,
  .footer-assurance > span:first-child,
  .footer-assurance > span:last-child {
    padding: 0 0 18px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }

  .footer-assurance > span:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }

  .footer-bottom {
    align-items: start;
    gap: 12px;
    grid-template-columns: 1fr;
  }

  .footer-bottom > span:last-child {
    text-align: left;
  }

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

  .brand-original-modal {
    width: 180px;
  }
}


/* cPanel production refinements */
html { font-size: 18px; }
body { font-size: 17px; line-height: 1.65; }
p { line-height: 1.72; }
.container { width: min(calc(100% - 48px), 1280px); }
.site-header { min-height: 88px; }
.header-inner {
  position: relative;
  min-height: 88px;
  grid-template-columns: 168px minmax(0, 1fr) 338px;
  gap: 24px;
}
.brand-original {
  width: 168px;
  height: 56px;
  justify-self: start;
}
.brand-original .brand-logo {
  width: 218px;
  height: 218px;
}
.main-nav {
  position: static;
  top: auto;
  left: auto;
  width: max-content;
  justify-self: center;
  transform: none;
}
.main-nav > a,
.nav-dropdown > button {
  min-height: 46px;
  padding-inline: 16px;
  font-size: 16px;
}
.header-actions {
  width: 338px;
  justify-content: flex-end;
  justify-self: end;
}
.header-login,
.btn-header { font-size: 14px; }
.btn,
.site-header .btn,
.hero-actions .btn,
.footer-conversion .btn,
.cta-panel .btn {
  min-height: 54px;
  padding-inline: 24px;
  font-size: 15px;
  font-weight: 850;
}
.lead,
.page-hero-copy > p { font-size: 18px; line-height: 1.7; }
.eyebrow { font-size: 13px; }
.hero-proof span,
.page-kicker-list span { font-size: 14px; }
.section-head > div > p,
.connected-heading > p { font-size: 16px; }
.ecosystem-card > small,
.expertise-card > small,
.service-card > small,
.app-card > small { font-size: 12px; }
.ecosystem-card h3,
.expertise-card h3 { font-size: 25px; }
.ecosystem-card p,
.expertise-card p,
.service-card p,
.app-card p { font-size: 16px; }
.ecosystem-card li,
.service-card li,
.app-card li { font-size: 15px; }
.number-item span { font-size: 14px; line-height: 1.5; }
.text-link { font-size: 15px; }
.app-card .text-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  padding: 0 19px;
  border: 1px solid rgba(7,84,81,.72);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg,#075451 0%,#0E716D 58%,#2FA39C 100%);
  box-shadow: 0 13px 28px rgba(7,84,81,.19);
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  letter-spacing: -.01em;
  appearance: none;
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}
.app-card .text-link:hover {
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 17px 34px rgba(7,84,81,.25);
  transform: translateY(-2px);
}
.app-card .text-link:focus-visible {
  outline: 3px solid rgba(47,163,156,.34);
  outline-offset: 3px;
}
.app-card .text-link .arrow {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255,255,255,.14);
  font-size: 18px;
}
.app-card-monogram {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.04em;
}
.app-status { font-size: 11px; }

.mega-menu-heading h2 { font-size: 23px; }
.mega-eyebrow { font-size: 12px; }
.mega-menu .mega-product { min-height: 255px; }
.mega-product-icon { font-size: 15px; font-weight: 900; }
.mega-product-copy > small { font-size: 11px; }
.mega-product-copy > strong { font-size: 18px; }
.mega-product-copy p { min-height: 62px; font-size: 14px; }
.mega-tags em,
.mega-menu .mega-menu-strip a { font-size: 11px; }
.mega-menu-aside h3 { font-size: 24px; }
.mega-menu-aside > p { font-size: 14px; }
.mega-menu .mega-cta { font-size: 13px; }
.mega-aside-proof span,
.mega-menu-strip > strong { font-size: 11px; }

.footer-brand-panel { padding-top: 4px; }
.footer-brand-panel > p { font-size: 16px; }
.footer-contact-link { font-size: 15px; }
.footer-location small { font-size: 11px; }
.footer-location strong { font-size: 16px; }
.footer-location span { font-size: 14px; }
.footer-column h3 { font-size: 13px; }
.footer-column a,
.footer-column button { font-size: 14px; }
.footer-assurance i { font-size: 11px; }
.footer-assurance strong { font-size: 13px; }
.footer-assurance small { font-size: 12px; }
.footer-bottom { font-size: 13px; }
.footer-bottom a { color: inherit; }

.connected-card > small { font-size: 11px; }
.connected-card h3 { font-size: 24px; }
.connected-card > p { font-size: 14px; }
.connected-card li,
.connected-card-meta strong,
.connected-card-meta em { font-size: 12px; }
.connected-core-kicker,
.connected-core-status { font-size: 11px; }
.connected-core > strong { font-size: 18px; }
.connected-core > p { font-size: 14px; }
.connected-journey strong { font-size: 15px; }
.connected-journey small { font-size: 12px; }

.ecosystem-hero-panel,
.about-manifesto {
  position: relative;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(7,84,81,.16);
  border-radius: 28px;
  background: linear-gradient(145deg,#fff,#edf8f6);
  box-shadow: 0 28px 65px rgba(7,84,81,.11);
}
.ecosystem-panel-kicker,
.about-manifesto > span {
  color: var(--teal-600);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ecosystem-panel-logo {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 88px;
  margin: 12px auto 24px;
}
.ecosystem-panel-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  max-width: none;
  height: 310px;
  transform: translate(-50%,-50%);
}
.ecosystem-panel-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.ecosystem-panel-grid article {
  display: grid;
  min-height: 112px;
  align-content: center;
  padding: 17px;
  border: 1px solid #d6e7e4;
  border-radius: 17px;
  background: rgba(255,255,255,.86);
}
.ecosystem-panel-grid small { color: var(--teal-600); font-size: 12px; font-weight: 900; }
.ecosystem-panel-grid strong { margin: 4px 0; color: var(--navy-900); font-size: 18px; }
.ecosystem-panel-grid span { color: #657b8b; font-size: 14px; }
.system-flow {
  display: grid;
  align-items: center;
  gap: 12px;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
}
.system-flow article {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(7,84,81,.15);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7,84,81,.07);
}
.system-flow article > span,
.values-grid article > span,
.about-story-cards article > span {
  display: grid;
  width: 40px;
  height: 40px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg,var(--green-700),var(--teal-600));
  font-size: 12px;
  font-weight: 900;
}
.system-flow strong { color: var(--navy-900); font-size: 18px; }
.system-flow p { margin: 10px 0 0; color: #647b8b; font-size: 15px; }
.system-flow > i { color: var(--teal-600); font-size: 20px; font-style: normal; }

.about-manifesto {
  color: #fff;
  background:
    radial-gradient(circle at 100% 0,rgba(47,163,156,.24),transparent 36%),
    linear-gradient(145deg,#071a37,#075451);
}
.about-manifesto > span { color: #9fe5df; }
.about-manifesto h2 { margin: 28px 0 18px; color: #fff; font-size: 38px; line-height: 1.08; }
.about-manifesto p { color: #c3dcdd; font-size: 17px; }
.about-manifesto > div { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.about-manifesto > div strong { padding: 8px 11px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; font-size: 13px; }
.about-story-grid { display: grid; align-items: start; gap: 70px; grid-template-columns: .9fr 1.1fr; }
.about-story-copy p { color: #607687; font-size: 17px; }
.about-story-cards { display: grid; gap: 14px; }
.about-story-cards article,
.values-grid article {
  padding: 27px;
  border: 1px solid rgba(7,84,81,.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 38px rgba(7,84,81,.06);
}
.about-story-cards article > span,
.values-grid article > span { margin-bottom: 17px; }
.about-story-cards h3,
.values-grid h3 { color: var(--navy-900); font-size: 21px; }
.about-story-cards p,
.values-grid p { margin: 8px 0 0; color: #647b8b; font-size: 16px; }
.mission-grid { display: grid; gap: 70px; grid-template-columns: 1fr 1fr; }
.mission-grid article { padding: 20px 0; }
.mission-grid small { color: #8ddbd4; font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.mission-grid h2 { margin: 22px 0 16px; color: #fff; font-size: 37px; line-height: 1.08; }
.mission-grid p { color: #a9c4c7; font-size: 17px; }
.values-grid { display: grid; gap: 16px; grid-template-columns: repeat(4,1fr); }

@media (max-width: 1180px) {
  .header-inner { grid-template-columns: 168px minmax(0,1fr) 270px; }
  .header-actions { width: 270px; }
  .header-login span:last-child { display: none; }
  .header-login { width: 46px; justify-content: center; padding: 0; }
}
@media (max-width: 1080px) and (min-width: 961px) {
  .header-inner { grid-template-columns: 168px minmax(0,1fr) 190px; }
  .header-actions { width: 190px; }
  .header-actions .header-login { display: none; }
}
@media (max-width: 960px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-actions { width: auto; }
  .main-nav.is-open {
    position: absolute;
    top: 82px;
    right: 18px;
    left: 18px;
    width: auto;
    max-width: none;
    justify-self: stretch;
    transform: none;
  }
  .nav-dropdown,
  .mega-menu-main,
  .mega-products,
  .mega-menu-aside {
    min-width: 0;
  }
  .nav-dropdown { width: 100%; }
  .main-nav.is-open .nav-panel.mega-menu {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .system-flow { grid-template-columns: 1fr 1fr; }
  .system-flow > i { display: none; }
  .about-story-grid,
  .mission-grid { gap: 36px; grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  html { font-size: 17px; }
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px),1280px); }
  .brand-original { width: 150px; height: 50px; }
  .brand-original .brand-logo { width: 195px; height: 195px; }
  .main-nav > a,
  .nav-dropdown > button { font-size: 17px; }
  .mega-product-copy p { font-size: 14px; }
  .lead,
  .page-hero-copy > p { font-size: 18px; }
  .section-head > div > p,
  .connected-heading > p { font-size: 16px; }
  .ecosystem-card p,
  .expertise-card p,
  .service-card p,
  .app-card p { font-size: 16px; }
  .footer-conversion p,
  .footer-brand-panel > p { font-size: 15px; }
  .footer-column a,
  .footer-column button { font-size: 15px; }
  .ecosystem-hero-panel,
  .about-manifesto { padding: 24px; }
  .ecosystem-panel-grid,
  .system-flow,
  .values-grid { grid-template-columns: 1fr; }
  .about-manifesto h2,
  .mission-grid h2 { font-size: 30px; }
}


/* Pódio Marketing header v2.1.2 — isolated component */
.pm-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  min-height: 84px;
  border-bottom: 1px solid rgba(7,84,81,.11);
  background: rgba(255,255,255,.97);
  box-shadow: 0 8px 28px rgba(7,26,55,.045);
  backdrop-filter: blur(16px);
}
.pm-header-shell {
  position: relative;
  display: grid;
  width: min(calc(100% - 48px),1280px);
  min-height: 84px;
  align-items: center;
  gap: 32px;
  margin: 0 auto;
  grid-template-columns: 152px minmax(0,1fr) auto;
}
.pm-header-brand {
  position: relative;
  display: block;
  overflow: hidden;
  width: 152px;
  height: 50px;
  justify-self: start;
}
.pm-header-brand img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 198px;
  max-width: none;
  height: 198px;
  transform: translate(-50%,-50%);
}
.pm-header-nav {
  display: flex;
  width: max-content;
  min-width: 0;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 6px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.pm-header-nav .pm-nav-item {
  position: relative;
  box-sizing: border-box;
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border: 0;
  border-radius: 0;
  color: #263d55;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 750;
  letter-spacing: -.012em;
  line-height: 1;
  text-decoration: none;
  appearance: none;
  transition: color 170ms ease;
}
.pm-header-nav .pm-nav-item::before {
  position: absolute;
  right: 15px;
  bottom: 1px;
  left: 15px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg,#075451,#2fa39c);
  content: "";
  opacity: 0;
  transform: scaleX(.45);
  transition: opacity 170ms ease,transform 170ms ease;
}
.pm-header-nav .pm-nav-item:hover,
.pm-header-nav .pm-nav-item.is-active,
.pm-header-nav .pm-mega-trigger.is-open > .pm-nav-item {
  color: var(--green-700);
  background: transparent;
  box-shadow: none;
}
.pm-header-nav .pm-nav-item:hover::before,
.pm-header-nav .pm-nav-item.is-active::before,
.pm-header-nav .pm-mega-trigger.is-open > .pm-nav-item::before {
  opacity: 1;
  transform: scaleX(1);
}
.pm-header-nav .pm-nav-item:focus-visible,
.pm-header-button:focus-visible,
.pm-header-menu-toggle:focus-visible {
  outline: 3px solid rgba(47,163,156,.30);
  outline-offset: 3px;
}
.pm-header-actions {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: flex-end;
  justify-self: end;
  gap: 10px;
}
.pm-header-button {
  box-sizing: border-box;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border-radius: 14px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease,box-shadow 180ms ease,filter 180ms ease;
}
.pm-header-button:hover { transform: translateY(-2px); }
.pm-header-button-secondary {
  width: 144px;
  border: 1px solid #d7e5e3;
  color: #0b2443;
  background: #fbfdfd;
  box-shadow: 0 7px 18px rgba(7,26,55,.04);
}
.pm-header-button-primary {
  width: 180px;
  border: 1px solid rgba(7,84,81,.75);
  color: #fff;
  background: linear-gradient(135deg,#075451,#0e716d 62%,#2fa39c);
  box-shadow: 0 12px 26px rgba(7,84,81,.19);
}
.pm-header-button-primary:hover {
  filter: saturate(1.06) brightness(1.03);
  box-shadow: 0 16px 32px rgba(7,84,81,.25);
}
.pm-header-button-icon {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1;
}
.pm-header-button-primary .pm-header-button-icon { background: rgba(255,255,255,.13); }
.pm-header-nav .nav-panel.mega-menu { border-radius: 12px; }
.pm-mega-trigger::before {
  position: absolute;
  top: 100%;
  right: -12px;
  left: -12px;
  height: 28px;
  content: "";
}
.pm-header-menu-toggle {
  position: relative;
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(7,84,81,.18);
  border-radius: 14px;
  color: var(--green-700);
  background: #f3faf8;
  cursor: pointer;
  appearance: none;
}
.pm-header-menu-toggle span,
.pm-header-menu-toggle::before,
.pm-header-menu-toggle::after {
  position: absolute;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  content: "";
  transition: transform 180ms ease,opacity 180ms ease;
}
.pm-header-menu-toggle::before { transform: translateY(-6px); }
.pm-header-menu-toggle::after { transform: translateY(6px); }
.pm-header-menu-toggle[aria-expanded="true"] span { opacity: 0; }
.pm-header-menu-toggle[aria-expanded="true"]::before { transform: rotate(45deg); }
.pm-header-menu-toggle[aria-expanded="true"]::after { transform: rotate(-45deg); }

@media (max-width: 1120px) and (min-width: 1041px) {
  .pm-header-shell { grid-template-columns: 152px minmax(0,1fr) 180px; }
  .pm-header-button-secondary { display: none; }
}

@media (max-width: 1040px) {
  .pm-header-shell {
    width: min(calc(100% - 32px),1280px);
    grid-template-columns: 1fr auto;
  }
  .pm-header-actions { min-height: 48px; }
  .pm-header-button { display: none; }
  .pm-header-menu-toggle { display: flex; }
  .pm-header-nav { display: none; }
  .pm-header-nav.is-open {
    position: absolute;
    top: calc(100% - 5px);
    right: 0;
    left: 0;
    display: grid;
    overflow-x: hidden;
    overflow-y: auto;
    width: auto;
    max-height: calc(100vh - 96px);
    align-items: stretch;
    justify-self: stretch;
    gap: 4px;
    padding: 14px;
    border: 1px solid rgba(7,84,81,.14);
    border-radius: 18px;
    background: rgba(255,255,255,.99);
    box-shadow: 0 28px 62px rgba(7,26,55,.18);
  }
  .pm-header-nav.is-open > .pm-nav-item,
  .pm-header-nav.is-open .pm-mega-trigger > .pm-nav-item {
    width: 100%;
    min-height: 48px;
    justify-content: flex-start;
    padding-inline: 16px;
    font-size: 16px;
    text-align: left;
  }
  .pm-header-nav.is-open .pm-mega-trigger { width: 100%; min-width: 0; }
  .pm-header-nav.is-open .pm-mega-trigger::before { display: none; }
  .pm-header-nav.is-open .nav-panel.mega-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 6px 0 8px;
    border: 1px solid #dce9e7;
    border-top: 3px solid var(--green-700);
    border-radius: 12px;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    grid-template-columns: 1fr;
  }
  .pm-header-nav.is-open .pm-mega-trigger.is-open .nav-panel.mega-menu { display: grid; }
  .pm-header-nav.is-open .mega-menu-main,
  .pm-header-nav.is-open .mega-products,
  .pm-header-nav.is-open .mega-menu-aside { min-width: 0; }
  .pm-header-nav.is-open .mega-menu-main { padding: 18px; }
  .pm-header-nav.is-open .mega-products { grid-template-columns: 1fr; }
  .pm-header-nav.is-open .mega-menu .mega-product {
    min-height: 0;
    padding: 15px 42px 15px 63px;
  }
  .pm-header-nav.is-open .mega-menu-aside {
    padding: 22px;
    border-top: 1px solid rgba(255,255,255,.1);
    border-left: 0;
  }
  .pm-header-nav.is-open .mega-menu-strip {
    align-items: flex-start;
    padding: 14px 18px;
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .pm-site-header,
  .pm-header-shell { min-height: 72px; }
  .pm-header-shell { width: min(calc(100% - 24px),1280px); }
  .pm-header-brand { width: 140px; height: 46px; }
  .pm-header-brand img { width: 182px; height: 182px; }
  .pm-header-menu-toggle { width: 46px; height: 46px; }
  .pm-header-nav.is-open { max-height: calc(100vh - 82px); }
}
