:root {
  color-scheme: light;
  --bg: #ffffff;
  --bg-soft: #f6fbf8;
  --panel: rgba(255, 255, 255, 0.84);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --line: rgba(5, 44, 28, 0.14);
  --line-strong: rgba(0, 166, 111, 0.34);
  --text: #06120c;
  --muted: #51655b;
  --muted-strong: #26372f;
  --green: #05ed99;
  --green-deep: #00a66f;
  --cyan: #72d7ff;
  --amber: #ffcf66;
  --aurora-dark: repeating-linear-gradient(
    100deg,
    rgba(0, 166, 111, 0.18) 0%,
    rgba(0, 166, 111, 0.18) 7%,
    transparent 10%,
    transparent 12%,
    rgba(30, 120, 255, 0.12) 16%
  );
  --aurora-color: repeating-linear-gradient(
    100deg,
    rgba(5, 237, 153, 0.44) 10%,
    rgba(114, 215, 255, 0.38) 15%,
    rgba(96, 121, 255, 0.24) 20%,
    rgba(255, 207, 102, 0.24) 25%,
    rgba(5, 237, 153, 0.36) 30%
  );
  --shadow: 0 28px 80px rgba(5, 30, 20, 0.14);
  --mx: 50%;
  --my: 45%;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at var(--mx) var(--my), rgba(5, 237, 153, 0.11), transparent 24%),
    linear-gradient(135deg, #ffffff 0%, #f8fffb 42%, #eef8f2 100%);
  background-attachment: fixed;
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  transform: translateY(-140%);
  border-radius: 999px;
  background: var(--green);
  color: #001f14;
  padding: 10px 14px;
  font-weight: 800;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-shell {
  position: relative;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}

.hero {
  position: relative;
  order: 1;
  isolation: isolate;
  min-height: 92dvh;
  overflow: visible;
  padding: 22px 32px 56px;
  background: transparent;
}

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

.hero::before {
  width: 74vw;
  height: 42vh;
  left: -18vw;
  top: 10vh;
  transform: rotate(-16deg);
  clip-path: polygon(0 18%, 100% 0, 88% 62%, 7% 100%);
  background: linear-gradient(90deg, transparent, rgba(5, 237, 153, 0.17), transparent);
  filter: blur(10px);
}

.hero::after {
  width: 68vw;
  height: 46vh;
  right: -22vw;
  bottom: -14vh;
  transform: rotate(13deg);
  clip-path: polygon(14% 0, 100% 22%, 80% 100%, 0 68%);
  background: linear-gradient(90deg, transparent, rgba(114, 215, 255, 0.14), transparent);
  filter: blur(12px);
}

.hero-aurora,
.hero-grid,
.hero-glow {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.hero-aurora {
  inset: -12px;
  overflow: hidden;
  opacity: 0.78;
  mix-blend-mode: multiply;
  mask-image: radial-gradient(
    ellipse at 86% 4%,
    black 8%,
    rgba(0, 0, 0, 0.82) 34%,
    transparent 72%
  );
}

.hero-aurora::before,
.hero-aurora::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--aurora-dark), var(--aurora-color);
  background-position: 50% 50%, 50% 50%;
  filter: blur(8px);
  transform: translate3d(0, 0, 0);
  will-change: background-position;
}

.hero-aurora::before {
  background-size: 300% 300%, 220% 220%;
  opacity: 0.76;
}

.hero-aurora::after {
  background-attachment: fixed;
  background-size: 200% 200%, 110% 110%;
  mix-blend-mode: multiply;
  opacity: 0.82;
  animation: auroraFlow 60s linear infinite;
}

.hero-grid {
  opacity: 0.2;
  background-image:
    linear-gradient(rgba(3, 18, 14, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(3, 18, 14, 0.055) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 82%, transparent);
}

.hero-glow {
  opacity: 0.32;
}

.hero-glow--one {
  background:
    linear-gradient(115deg, transparent 6%, rgba(5, 237, 153, 0.21) 38%, transparent 58%);
  transform: translateX(-24%) skewX(-18deg);
}

.hero-glow--two {
  background:
    linear-gradient(72deg, transparent 30%, rgba(255, 207, 102, 0.16) 52%, transparent 74%);
  transform: translateX(32%) skewX(15deg);
}

.site-header {
  position: fixed;
  top: 22px;
  left: 50%;
  z-index: 2147483000;
  isolation: isolate;
  pointer-events: auto;
  display: grid;
  grid-template-columns: minmax(150px, 190px) auto minmax(156px, 168px);
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(960px, calc(100% - 160px));
  min-height: 60px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(244, 251, 247, 0.98);
  padding: 6px 12px;
  box-shadow:
    0 24px 58px rgba(5, 30, 20, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  transform: translateX(-50%);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.site-header.is-scrolled {
  border-color: rgba(255, 255, 255, 0.58);
  background: rgba(244, 251, 247, 0.68);
  box-shadow:
    0 18px 44px rgba(5, 30, 20, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.68);
  -webkit-backdrop-filter: blur(20px) saturate(1.12);
  backdrop-filter: blur(20px) saturate(1.12);
}

.site-header.is-scrolled .nav-links {
  background: rgba(244, 251, 247, 0.5);
}

.brand {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: clamp(150px, 14vw, 178px);
  min-height: 46px;
  padding: 0;
  filter: none;
  transition:
    filter 180ms ease,
    transform 180ms ease;
}

.brand:hover,
.brand:focus-visible {
  transform: translateY(-1px);
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.16));
}

.brand-logo {
  display: block;
  width: clamp(142px, 13.4vw, 168px);
  max-height: 46px;
  object-fit: contain;
}

.nav-links {
  position: relative;
  justify-self: center;
  display: flex;
  align-items: center;
  min-height: 42px;
  gap: 0;
  border: 1px solid rgba(5, 7, 6, 0.08);
  border-radius: 999px;
  background: rgba(244, 251, 247, 0.62);
  padding: 4px;
  color: #06120c;
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 800;
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.nav-cursor {
  position: absolute;
  left: var(--nav-cursor-x, 4px);
  top: 4px;
  z-index: 0;
  width: var(--nav-cursor-width, 92px);
  height: calc(100% - 8px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(184, 255, 198, 0.96), rgba(119, 238, 179, 0.9));
  box-shadow:
    0 10px 24px rgba(5, 150, 92, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  pointer-events: none;
  transition:
    left 260ms cubic-bezier(0.22, 1, 0.36, 1),
    width 260ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nav-links a {
  position: relative;
  z-index: 1;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  color: #06120c;
  line-height: 1;
  white-space: nowrap;
  mix-blend-mode: normal;
  transition: transform 180ms ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  transform: translateY(-1px);
}

.header-action {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 42px;
  width: 168px;
  border: 1px solid rgba(42, 238, 115, 0.44);
  border-radius: 999px;
  background: linear-gradient(180deg, #b9ffbd, #9bffad);
  color: #031208;
  padding: 0 12px;
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.08;
  text-align: center;
  white-space: nowrap;
  box-shadow:
    0 12px 24px rgba(24, 210, 82, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    filter 180ms ease;
}

.header-action-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-action:hover,
.header-action:focus-visible {
  transform: translateY(-1px);
  filter: saturate(1.05);
  box-shadow:
    0 16px 28px rgba(24, 210, 82, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1.06fr);
  gap: 48px;
  align-items: center;
  width: min(1180px, 100%);
  min-height: calc(92dvh - 88px);
  margin: 0 auto;
  padding: 54px 0 0;
}

.hero-copy {
  min-width: 0;
  max-width: 620px;
}

h1 {
  width: min(100%, 620px);
  max-width: 620px;
  margin: 0 0 22px;
  font-size: 88px;
  line-height: 0.93;
  letter-spacing: 0;
  font-weight: 900;
  text-wrap: nowrap;
}

.hero-title-word {
  display: block;
  width: 100%;
  line-height: 0.84;
  white-space: nowrap;
}

.hero-title-word--sistemas {
  font-size: 1.25em;
}

.hero-title-word--inteligentes {
  font-size: 1.02em;
}

.hero-title-word--personalizados {
  font-size: 0.84em;
}

.hero-lede {
  max-width: 620px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 20px;
  line-height: 1.55;
}

.product-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 620px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.dashboard {
  position: relative;
  z-index: 4;
  --text: #f4fbf7;
  --muted: #9fb3aa;
  --muted-strong: #c8d8d1;
  width: min(100%, 510px);
  border: 1px solid rgba(190, 255, 224, 0.18);
  border-radius: 8px;
  color: var(--text);
  background:
    radial-gradient(circle at 40% -8%, rgba(5, 237, 153, 0.16), transparent 32%),
    radial-gradient(circle at 86% 18%, rgba(255, 207, 102, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(244, 251, 247, 0.07), transparent 38%),
    rgba(7, 53, 38, 0.88);
  box-shadow:
    0 34px 88px rgba(5, 30, 20, 0.2),
    0 0 72px rgba(5, 237, 153, 0.1),
    inset 0 1px 0 rgba(244, 251, 247, 0.08);
  backdrop-filter: blur(24px);
  overflow: hidden;
  transform:
    rotateX(calc(7deg + var(--tilt-y, 0deg)))
    rotateY(calc(-12deg + var(--tilt-x, 0deg)))
    rotateZ(-1deg)
    translateZ(18px);
  transition: transform 220ms ease;
}

.dashboard::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(5, 237, 153, 0.08), transparent),
    linear-gradient(rgba(190, 255, 224, 0.055) 1px, transparent 1px);
  background-size: 100% 100%, 100% 41px;
}

.dashboard-topbar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid rgba(190, 255, 224, 0.1);
  padding: 24px 24px 22px;
}

.eyebrow,
.score-label,
.insight-card span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.dashboard-topbar strong {
  display: block;
  margin-top: 4px;
  font-size: 34px;
  line-height: 1;
}

.status-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 66px;
  min-height: 38px;
  border: 1px solid rgba(5, 237, 153, 0.36);
  border-radius: 999px;
  background: rgba(5, 237, 153, 0.11);
  color: #a7ffd7;
  font-weight: 900;
}

.dashboard-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 14px;
  padding: 18px;
}

.score-panel,
.activity-feed,
.conversion-map {
  border: 1px solid rgba(190, 255, 224, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 28%, rgba(5, 237, 153, 0.08), transparent 40%),
    rgba(244, 251, 247, 0.04);
}

.score-panel {
  display: grid;
  min-height: 218px;
  grid-template-rows: auto minmax(0, 1fr);
  align-items: start;
  padding: 18px;
}

.score-value {
  align-self: stretch;
  justify-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: var(--green);
  font-size: 86px;
  line-height: 0.9;
  font-weight: 950;
  font-variant-numeric: tabular-nums;
  text-align: center;
  text-shadow: 0 0 36px rgba(5, 237, 153, 0.36);
}

.activity-feed {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.feed-item {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  padding: 12px;
}

.feed-item > span {
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 18px rgba(114, 215, 255, 0.44);
}

.feed-item--hot > span {
  background: var(--green);
  box-shadow: 0 0 18px rgba(5, 237, 153, 0.56);
}

.feed-item strong {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}

.feed-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.conversion-map {
  grid-column: 1 / -1;
  height: 128px;
  padding: 12px 14px 22px;
}

.conversion-title {
  display: block;
  margin-bottom: 4px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.1;
  font-weight: 500;
}

.conversion-bars {
  display: flex;
  align-items: end;
  gap: 8px;
  height: calc(100% - 24px);
}

.conversion-bars span {
  position: relative;
  display: block;
  flex: 1;
  height: var(--height);
  min-height: 18px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(180deg, var(--green), rgba(5, 237, 153, 0.12));
  box-shadow: 0 0 22px rgba(5, 237, 153, 0.18);
  transform-origin: bottom;
  animation: barRise 2.8s ease-in-out infinite alternate;
  animation-delay: calc(var(--height) * -0.03);
}

.conversion-bars span:nth-child(2n) {
  background: linear-gradient(180deg, #3154ff, rgba(49, 84, 255, 0.12));
}

.conversion-bars span b {
  position: absolute;
  left: 50%;
  bottom: -17px;
  color: var(--muted-strong);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  transform: translateX(-50%);
}

.insight-card {
  position: absolute;
  z-index: 5;
  --text: #f4fbf7;
  --muted: #9fb3aa;
  --muted-strong: #c8d8d1;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  color: var(--text);
  background: rgba(7, 53, 38, 0.78);
  box-shadow: 0 18px 50px rgba(5, 30, 20, 0.18);
  backdrop-filter: blur(18px);
}

.insight-card {
  width: 210px;
  padding: 14px 16px;
}

.insight-card strong {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.15;
  text-align: center;
}

.insight-card--one {
  left: -12px;
  bottom: 198px;
  transform: translateZ(48px) rotateY(-8deg);
}

.logo-marquee {
  position: relative;
  order: 2;
  z-index: 1;
  overflow: hidden;
  margin-top: -42px;
  background: transparent;
  box-shadow: none;
  padding: 22px 0 34px;
}

.logo-marquee::before,
.logo-marquee::after {
  content: none;
}

.logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  gap: 42px;
  transform: translate3d(-50%, 0, 0);
  animation: logoMarquee 54s linear infinite;
  will-change: transform;
}

.logo-card {
  position: relative;
  display: grid;
  place-items: center;
  width: 174px;
  height: 64px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  flex: 0 0 auto;
}

.logo-card::before {
  content: none;
}

.logo-card img {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 156px;
  max-height: 48px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition:
    opacity 220ms ease,
    filter 220ms ease,
    transform 220ms ease;
}

.logo-card:hover img {
  opacity: 1;
  filter: drop-shadow(0 5px 14px rgba(3, 18, 14, 0.12));
  transform: translateY(-1px);
}

.solutions-section {
  position: relative;
  order: 5;
  isolation: isolate;
  overflow: hidden;
  padding: 84px 32px 96px;
  background: transparent;
}

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

.solutions-section::before {
  content: none;
}

.solutions-section::after {
  content: none;
}

.solutions-bg {
  display: none;
}

.solutions-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(520px, 1fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.solutions-heading {
  display: grid;
  gap: 22px;
  justify-items: start;
  align-items: center;
  max-width: 500px;
}

.solutions-heading h2 {
  display: grid;
  gap: 4px;
  max-width: 540px;
  margin: 0;
  color: var(--text);
  font-family:
    "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(40px, 4.6vw, 62px);
  line-height: 0.94;
  letter-spacing: 0;
  font-weight: 600;
  text-align: left;
}

.solutions-title-line {
  display: flex;
  align-items: baseline;
  gap: 0.16em;
  white-space: nowrap;
}

.solutions-title-accent {
  font-family:
    "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: 700;
}

.solutions-title-main {
  font-family:
    "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 600;
}

.solutions-copy {
  width: 100%;
  max-width: 480px;
  color: var(--muted-strong);
  font-size: 21px;
  line-height: 1.46;
}

.solutions-copy p {
  width: 100%;
  min-width: 0;
  margin: 0;
  text-align: left;
  text-wrap: pretty;
}

.solutions-grid {
  position: relative;
  min-height: 500px;
  isolation: isolate;
  overflow: visible;
}

.solution-stack-arrow {
  --arrow-x: 0px;
  position: absolute;
  top: 50%;
  left: calc(48% + var(--arrow-x));
  z-index: 60;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(5, 44, 28, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--text);
  box-shadow:
    0 18px 42px rgba(5, 30, 20, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.solution-stack-arrow span {
  display: block;
  margin-top: -4px;
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
}

.solution-stack-arrow--prev {
  --arrow-x: -304px;
}

.solution-stack-arrow--next {
  --arrow-x: 388px;
}

.solution-stack-arrow:hover,
.solution-stack-arrow:focus-visible {
  border-color: rgba(0, 166, 111, 0.32);
  background: rgba(249, 255, 252, 0.92);
  box-shadow:
    0 22px 54px rgba(5, 30, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: translate(-50%, -50%) scale(1.04);
}

.solution-stack-arrow:active {
  transform: translate(-50%, -50%) scale(0.96);
}

.solution-card {
  --card-x: 0px;
  --card-y: 0px;
  --card-rotate: 0deg;
  --card-scale: 1;
  --card-z: 1;
  position: absolute;
  top: 50%;
  left: 48%;
  z-index: var(--card-z);
  display: flex;
  flex-direction: column;
  width: min(420px, 78%);
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(5, 44, 28, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.7)),
    rgba(255, 255, 255, 0.82);
  box-shadow:
    0 20px 52px rgba(5, 30, 20, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  cursor: pointer;
  transform: translate3d(calc(-50% + var(--card-x)), calc(-50% + var(--card-y)), 0)
    rotate(var(--card-rotate)) scale(var(--card-scale));
  transform-origin: center;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 260ms ease,
    border-color 260ms ease,
    filter 260ms ease;
  user-select: none;
  will-change: transform;
}

.solution-card[data-stack-position="0"] {
  --card-x: -62px;
  --card-y: -12px;
  --card-rotate: -1.1deg;
  --card-scale: 1;
  --card-z: 30;
}

.solution-card[data-stack-position="1"] {
  --card-x: 66px;
  --card-y: 38px;
  --card-rotate: 1.4deg;
  --card-scale: 0.94;
  --card-z: 20;
}

.solution-card[data-stack-position="2"] {
  --card-x: 178px;
  --card-y: 86px;
  --card-rotate: 3deg;
  --card-scale: 0.88;
  --card-z: 10;
}

.solution-card.is-active {
  border-color: rgba(0, 166, 111, 0.3);
  box-shadow:
    0 30px 80px rgba(5, 30, 20, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.solution-card:hover,
.solution-card:focus-visible {
  border-color: rgba(0, 166, 111, 0.26);
  box-shadow:
    0 28px 72px rgba(5, 30, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.solution-card-visual {
  position: relative;
  display: grid;
  place-items: center;
  aspect-ratio: 16 / 9;
  flex: 0 0 auto;
  margin: 8px;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    var(--card-tint, rgba(5, 237, 153, 0.12));
}

.solution-card-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(5, 44, 28, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 44, 28, 0.045) 1px, transparent 1px);
  background-size: 36px 36px;
  opacity: 0.36;
}

.solution-card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.solution-card-body {
  display: grid;
  gap: 8px;
  padding: 20px 28px 24px;
}

.solution-card-visual--workflow {
  --card-tint: linear-gradient(135deg, rgba(245, 225, 255, 0.76), rgba(236, 255, 246, 0.66));
}

.solution-card-visual--ai {
  --card-tint: linear-gradient(135deg, rgba(255, 247, 219, 0.8), rgba(235, 255, 246, 0.62));
}

.solution-card-visual--data {
  --card-tint: linear-gradient(135deg, rgba(224, 255, 229, 0.78), rgba(241, 255, 247, 0.72));
}

.solution-card-visual--automation {
  --card-tint: linear-gradient(135deg, rgba(221, 251, 255, 0.82), rgba(241, 255, 247, 0.62));
}

.visual-panel {
  position: relative;
  z-index: 1;
  width: min(72%, 260px);
  min-height: 148px;
  border: 1px solid rgba(5, 44, 28, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow:
    0 20px 42px rgba(5, 30, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.visual-panel--tasks {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.visual-panel--tasks span {
  width: 68%;
  height: 10px;
  border-radius: 999px;
  background: rgba(5, 44, 28, 0.1);
  box-shadow: -20px 0 0 rgba(5, 237, 153, 0.5);
}

.visual-panel--tasks span:nth-child(2) {
  width: 84%;
  box-shadow: -20px 0 0 rgba(114, 215, 255, 0.58);
}

.visual-panel--tasks span:nth-child(3) {
  width: 58%;
  box-shadow: -20px 0 0 rgba(255, 207, 102, 0.68);
}

.visual-panel--tasks strong,
.visual-panel--agent strong {
  position: absolute;
  right: 18px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(180deg, #05ed99, #00a66f);
  color: #02130b;
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(0, 166, 111, 0.22);
}

.visual-panel--agent {
  display: grid;
  place-items: center;
}

.agent-orbit {
  width: 92px;
  height: 92px;
  border: 2px solid rgba(5, 237, 153, 0.28);
  border-radius: 50%;
  box-shadow:
    0 0 0 18px rgba(5, 237, 153, 0.08),
    0 0 0 36px rgba(114, 215, 255, 0.08);
}

.visual-panel--agent strong {
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.visual-panel--agent small {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  height: 8px;
  border-radius: 999px;
  background: rgba(5, 44, 28, 0.09);
}

.visual-panel--metrics {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 12px;
  padding: 24px;
}

.visual-panel--metrics span {
  width: 28px;
  height: var(--height);
  min-height: 34px;
  border-radius: 8px 8px 3px 3px;
  background: linear-gradient(180deg, #05ed99, #2267df);
  box-shadow: 0 12px 22px rgba(0, 166, 111, 0.18);
}

.visual-panel--network {
  display: grid;
  place-items: center;
}

.visual-panel--network::before,
.visual-panel--network::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0, 166, 111, 0.42), transparent);
}

.visual-panel--network::before {
  transform: rotate(32deg);
}

.visual-panel--network::after {
  transform: rotate(-32deg);
}

.visual-panel--network span,
.visual-panel--network i {
  position: absolute;
  display: block;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(0, 166, 111, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 24px rgba(5, 30, 20, 0.1);
}

.visual-panel--network span:nth-child(1) {
  top: 24px;
  left: 28px;
}

.visual-panel--network span:nth-child(2) {
  top: 24px;
  right: 28px;
}

.visual-panel--network span:nth-child(3) {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.visual-panel--network i {
  inset: 50% auto auto 50%;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(180deg, #05ed99, #00a66f);
  transform: translate(-50%, -50%);
}

.solution-card h3 {
  margin: 0;
  color: var(--text);
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: 0;
  font-weight: 900;
}

.solution-card p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 18px;
  line-height: 1.38;
}

.transform-section {
  position: relative;
  order: 6;
  overflow: hidden;
  padding: 58px 32px 64px;
  background: transparent;
}

.transform-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(340px, 0.82fr);
  gap: clamp(32px, 4vw, 54px);
  align-items: center;
}

.transform-left {
  min-width: 0;
  display: grid;
  gap: clamp(22px, 3.2vw, 40px);
  justify-items: start;
}

.transform-statement {
  min-width: 0;
  max-width: 790px;
  margin: 0;
  color: var(--text);
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(30px, 3.1vw, 48px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: 0;
}

.transform-statement span {
  display: block;
  white-space: nowrap;
}

.transform-statement span {
  font-size: 0.78em;
}

.transform-statement span:nth-child(-n + 2) {
  font-size: 0.92em;
  font-weight: 700;
}

.transform-statement span:last-child {
  font-weight: 400;
}

.transform-image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
}

.transform-image--tijolin {
  width: min(360px, 100%);
  transform: translateX(clamp(44px, 5vw, 78px));
  filter: drop-shadow(0 24px 36px rgba(0, 166, 111, 0.14));
}

.transform-image--castle {
  width: min(360px, 100%);
  margin-bottom: -4px;
  filter: drop-shadow(0 22px 34px rgba(0, 166, 111, 0.13));
}

.transform-copy {
  display: grid;
  gap: 22px;
  justify-items: center;
  min-width: 0;
  text-align: center;
}

.transform-copy p {
  max-width: 430px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 20px;
  line-height: 1.32;
  text-wrap: balance;
}

.transform-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(370px, 100%);
  max-width: 100%;
  min-height: 62px;
  border-radius: 999px;
  border: 1px solid rgba(0, 223, 151, 0.46);
  background:
    linear-gradient(180deg, rgba(38, 241, 171, 0.95), rgba(0, 190, 126, 0.98)),
    var(--green);
  color: #02130b;
  padding: 7px 7px 7px 32px;
  box-shadow:
    0 20px 34px rgba(0, 166, 111, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.transform-button::before {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: -1;
  width: 48px;
  height: calc(100% - 14px);
  border-radius: inherit;
  background: rgba(247, 255, 251, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  content: "";
  transition:
    width 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background 220ms ease;
}

.transform-button::after {
  position: absolute;
  inset: 1px;
  z-index: -2;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  content: "";
}

.transform-button > span:first-child {
  position: relative;
  z-index: 2;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.transform-button-icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 999px;
  background: transparent;
  color: var(--text);
  transition:
    color 220ms ease,
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.transform-button-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.transform-button:hover,
.transform-button:focus-visible {
  border-color: rgba(0, 223, 151, 0.7);
  box-shadow:
    0 24px 44px rgba(0, 166, 111, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.34);
  transform: translateY(-1px);
}

.transform-button:hover::before,
.transform-button:focus-visible::before {
  width: calc(100% - 14px);
  background: rgba(247, 255, 251, 0.94);
}

.transform-button:hover > span:first-child,
.transform-button:focus-visible > span:first-child {
  transform: translateX(5px);
}

.transform-button:hover .transform-button-icon,
.transform-button:focus-visible .transform-button-icon {
  transform: rotate(45deg) scale(1.04);
}

.productivity-section {
  --productivity-heading-top: 110px;
  --productivity-card-top: 218px;
  --productivity-stack-step: 14px;
  position: relative;
  order: 3;
  z-index: 1;
  overflow: clip;
  padding: 128px 0 138px;
  background: transparent;
}

.productivity-inner {
  position: relative;
  width: min(1640px, 100%);
  margin: 0 auto;
}

.productivity-heading {
  --productivity-heading-opacity: 1;
  --productivity-heading-entry-y: 0px;
  position: sticky;
  top: var(--productivity-heading-top);
  z-index: 50;
  padding: 0 40px;
  opacity: var(--productivity-heading-opacity);
  transform: translate3d(0, var(--productivity-heading-entry-y), 0);
  will-change: transform, opacity;
  pointer-events: none;
}

.productivity-section h2 {
  max-width: 100%;
  margin: 0 auto 24px;
  color: var(--text);
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(56px, 5.2vw, 84px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

.productivity-intro {
  max-width: 1080px;
  margin: 0 auto;
  color: var(--muted-strong);
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
}

.productivity-list {
  display: block;
  margin-top: 78px;
  padding: 0 40px 16vh;
}

.productivity-item {
  --stack-index: 0;
  --stack-offset: 0px;
  --stack-scale: 1;
  --stack-entry-y: 0px;
  --stack-entry-opacity: 1;
  position: sticky;
  top: calc(var(--productivity-card-top) + var(--stack-offset));
  z-index: calc(10 + var(--stack-index));
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(36px, 4vw, 72px);
  margin-bottom: 52vh;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 22px;
  background: rgb(248, 253, 250);
  box-shadow:
    0 24px 70px rgba(8, 31, 20, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: scale(var(--stack-scale));
  transform-origin: top center;
  will-change: transform, opacity;
}

.productivity-section.is-stack-ready .productivity-item {
  opacity: var(--stack-entry-opacity);
  transform: translate3d(0, var(--stack-entry-y), 0) scale(var(--stack-scale));
}

.productivity-section.is-stack-ended .productivity-heading,
.productivity-section.is-stack-ended .productivity-item {
  position: absolute;
  top: var(--productivity-static-top);
}

.productivity-section.is-stack-ended .productivity-heading {
  right: 0;
  left: 0;
}

.productivity-section.is-stack-ended .productivity-item {
  right: 40px;
  left: 40px;
  margin-bottom: 0;
}

.productivity-media {
  width: 100%;
  aspect-ratio: 2.08 / 1;
  overflow: hidden;
  border-radius: 14px;
  background: #dcebe5;
}

.productivity-media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.productivity-copy {
  max-width: 760px;
  padding: clamp(24px, 2.4vw, 38px);
}

.productivity-copy::before {
  content: none;
}

.productivity-item:not(.productivity-item--reverse) .productivity-copy {
  margin-right: 26px;
}

.productivity-item--reverse .productivity-copy {
  justify-self: end;
  margin-left: 26px;
}

.productivity-copy h3 {
  margin: 0 0 18px;
  color: var(--text);
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(32px, 2.4vw, 42px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
}

.productivity-copy p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 22px;
  line-height: 1.42;
  letter-spacing: 0;
}

.process-section {
  position: relative;
  order: 4;
  z-index: 2;
  overflow: hidden;
  padding: 108px 32px 118px;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(238, 248, 242, 0.58) 58%,
      rgba(255, 255, 255, 0) 100%
    ),
    transparent;
}

.process-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(5, 44, 28, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 44, 28, 0.045) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, black 14%, black 86%, transparent);
}

.process-inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(0, 1.14fr);
  gap: 42px 64px;
  align-items: center;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.process-content {
  min-width: 0;
}

.process-inner > h2 {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 720px;
  margin: 0 auto;
  color: var(--text);
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
  font-weight: 900;
  text-align: center;
}

.process-tabs {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  border-top: 1px solid rgba(5, 44, 28, 0.12);
}

.process-tab {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  width: 100%;
  min-height: 112px;
  border: 0;
  border-bottom: 1px solid rgba(5, 44, 28, 0.12);
  background: transparent;
  padding: 28px 8px 28px 26px;
  color: rgba(38, 55, 47, 0.62);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition:
    color 240ms ease,
    background 240ms ease;
}

.process-tab:hover,
.process-tab:focus-visible,
.process-tab.is-active {
  color: var(--text);
}

.process-tab:hover {
  background: rgba(255, 255, 255, 0.38);
}

.process-tab-progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(5, 44, 28, 0.09);
}

.process-tab-progress::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, var(--green), var(--green-deep));
  transform: scaleY(0);
  transform-origin: top;
}

.process-section.is-running .process-tab.is-active .process-tab-progress::after {
  animation: processProgress 8.5s linear forwards;
}

.process-section.is-paused .process-tab.is-active .process-tab-progress::after {
  animation-play-state: paused;
}

.process-tab-number {
  margin-top: 0;
  color: rgba(0, 166, 111, 0.88);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  tab-size: 2;
}

.process-tab-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.process-tab-title {
  color: currentColor;
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(24px, 2.25vw, 34px);
  line-height: 1.08;
  font-weight: 800;
}

.process-tab-description {
  display: none;
}

.process-tab.is-active .process-tab-description {
  display: none;
}

.process-stage {
  position: relative;
  min-width: 0;
}

.process-panel {
  position: relative;
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr);
  gap: 22px;
  min-height: 640px;
  overflow: hidden;
  border: 1px solid rgba(5, 44, 28, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 255, 251, 0.82)),
    rgba(255, 255, 255, 0.86);
  padding: 34px;
  box-shadow:
    0 28px 78px rgba(5, 30, 20, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  transition:
    opacity 220ms ease,
    transform 220ms ease;
}

.process-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(120deg, transparent 16%, rgba(5, 237, 153, 0.13) 42%, transparent 64%),
    linear-gradient(36deg, transparent 54%, rgba(114, 215, 255, 0.16) 78%, transparent 100%);
}

.process-panel.is-changing {
  opacity: 0.72;
  transform: translateY(8px);
}

.process-panel-top,
.process-panel-copy,
.process-panel-visual {
  position: relative;
  z-index: 1;
}

.process-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.process-panel-top span {
  display: inline-block;
  color: var(--green-deep);
  font-weight: 900;
}

.process-panel-top strong {
  color: rgba(38, 55, 47, 0.66);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.process-panel-copy {
  display: block;
  max-width: 560px;
  margin: 0;
}

.process-panel-copy h3 {
  display: none;
  margin: 0 0 16px;
  color: var(--text);
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(36px, 4.4vw, 62px);
  line-height: 1;
  font-weight: 900;
}

.process-panel-copy p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 19px;
  line-height: 1.46;
}

.process-panel-visual {
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(5, 44, 28, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 20px 52px rgba(5, 30, 20, 0.11),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.process-panel-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
}

.process-controls {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 2;
  display: flex;
  gap: 10px;
}

.process-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(5, 44, 28, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: var(--text);
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.process-controls button:hover,
.process-controls button:focus-visible {
  background: rgba(239, 255, 247, 0.95);
  transform: translateY(-1px);
}

.process-section::after,
.solutions-section::after,
.transform-section::after,
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 2;
  width: min(1040px, calc(100% - 64px));
  height: 2px;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(5, 44, 28, 0.14) 18%,
    rgba(0, 166, 111, 0.34) 50%,
    rgba(5, 44, 28, 0.14) 82%,
    transparent 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72),
    0 10px 26px rgba(0, 166, 111, 0.12);
  transform: translateX(-50%);
}

.process-section::after,
.solutions-section::after,
.transform-section::after {
  opacity: 1;
}

.site-footer::before {
  width: min(860px, calc(100% - 56px));
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(0, 166, 111, 0.25) 24%,
    rgba(5, 237, 153, 0.42) 50%,
    rgba(0, 166, 111, 0.25) 76%,
    transparent 100%
  );
}

.site-footer {
  position: relative;
  order: 7;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  overflow: hidden;
  border-top: 1px solid rgba(5, 44, 28, 0.14);
  border-radius: 32px 32px 0 0;
  background:
    radial-gradient(35% 128px at 50% 0%, rgba(5, 237, 153, 0.16), transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 255, 251, 0.82));
  padding: 48px 32px 52px;
  box-shadow:
    0 -20px 70px rgba(5, 30, 20, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.84);
}

.footer-glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(380px, 42vw);
  height: 1px;
  border-radius: 999px;
  background: rgba(0, 166, 111, 0.42);
  filter: blur(1px);
  transform: translateX(-50%);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.78fr) minmax(0, 1.6fr);
  gap: 42px 64px;
  align-items: start;
}

.footer-brand {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.footer-logo {
  display: inline-flex;
  width: min(190px, 100%);
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-brand p {
  max-width: 340px;
  margin: 0;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.58;
}

.footer-brand span {
  color: rgba(38, 55, 47, 0.66);
  font-size: 13px;
  line-height: 1.4;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.footer-links--menu {
  grid-template-columns: minmax(0, 1fr) minmax(160px, 0.5fr);
  justify-self: end;
  width: min(760px, 100%);
}

.footer-links--menu .footer-column ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 26px;
}

.footer-links--menu .footer-social ul {
  grid-template-columns: 1fr;
}

.footer-column {
  min-width: 0;
}

.footer-column h3 {
  margin: 0;
  color: var(--text);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-links--menu > .footer-column:first-child h3 {
  text-align: center;
  transform: translateX(-15%);
}

.footer-column ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 30px;
  color: rgba(38, 55, 47, 0.72);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  transition:
    color 220ms ease,
    transform 220ms ease;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--text);
  transform: translateX(2px);
}

.footer-social svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.articles-page {
  min-height: 100vh;
}

.articles-shell,
.article-detail-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 168px 0 96px;
}

.articles-hero {
  display: grid;
  gap: 20px;
  max-width: 860px;
  margin: 0 auto 52px;
  text-align: center;
}

.articles-kicker {
  justify-self: center;
  margin: 0;
  border: 1px solid rgba(0, 166, 111, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.68);
  padding: 8px 14px;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.articles-hero h1 {
  justify-self: center;
  width: min(100%, 960px);
  max-width: 960px;
  margin: 0;
  color: var(--text);
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(40px, 5.2vw, 68px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-wrap: balance;
  white-space: normal;
}

.articles-hero p:last-child {
  max-width: 700px;
  margin: 0 auto;
  color: var(--muted-strong);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 22px;
}

.article-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 16px;
  min-height: 348px;
  border: 1px solid rgba(5, 44, 28, 0.12);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(247, 255, 251, 0.82)),
    rgba(255, 255, 255, 0.86);
  padding: 28px;
  box-shadow: 0 20px 58px rgba(5, 30, 20, 0.1);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.article-card:hover,
.article-card:focus-within {
  border-color: rgba(0, 166, 111, 0.28);
  box-shadow: 0 26px 66px rgba(5, 30, 20, 0.13);
  transform: translateY(-2px);
}

.article-card span {
  text-align: center;
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(23px, 2vw, 31px);
  line-height: 1.08;
  text-align: center;
  text-wrap: balance;
}

.article-card p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 15px;
  line-height: 1.58;
}

.article-card a {
  align-self: end;
  justify-self: start;
  border: 1px solid rgba(0, 166, 111, 0.24);
  border-radius: 999px;
  background: rgba(5, 237, 153, 0.12);
  padding: 10px 14px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.article-card a:hover,
.article-card a:focus-visible,
.article-back:hover,
.article-back:focus-visible {
  border-color: rgba(0, 166, 111, 0.42);
  background: rgba(5, 237, 153, 0.2);
}

.article-back {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 34px;
  border: 1px solid rgba(0, 166, 111, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  padding: 10px 14px;
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.article-detail {
  max-width: 860px;
  margin: 0 auto;
}

.article-detail-header {
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-bottom: 42px;
  text-align: center;
}

.article-detail-header span {
  color: var(--green-deep);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.article-detail-header h1 {
  width: min(100%, 860px);
  max-width: 860px;
  margin: 0;
  color: var(--text);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-wrap: balance;
  white-space: normal;
}

.article-detail-header p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--muted-strong);
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.58;
}

.article-content {
  color: var(--text);
  font-size: 18px;
  line-height: 1.74;
}

.article-content h2,
.article-content h3 {
  margin: 46px 0 14px;
  color: var(--text);
  line-height: 1.12;
}

.article-content h2 {
  font-size: clamp(27px, 3vw, 38px);
}

.article-content h3 {
  font-size: clamp(23px, 2.4vw, 30px);
}

.article-content p {
  margin: 0 0 20px;
  color: rgba(6, 18, 12, 0.82);
}

.article-content blockquote {
  margin: 0 0 34px;
  border-left: 4px solid rgba(0, 166, 111, 0.42);
  background: rgba(255, 255, 255, 0.62);
  padding: 18px 22px;
  color: var(--text);
}

.article-content blockquote p {
  margin: 0;
}

.article-content ul {
  display: grid;
  gap: 10px;
  margin: 0 0 20px;
  padding-left: 22px;
}

.article-content a {
  color: var(--green-deep);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.related-articles {
  display: grid;
  gap: 18px;
  max-width: 860px;
  margin: 64px auto 0;
  border-top: 1px solid rgba(5, 44, 28, 0.12);
  padding-top: 28px;
}

.related-articles h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.related-articles > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.related-articles a {
  display: grid;
  gap: 8px;
  min-height: 124px;
  border: 1px solid rgba(5, 44, 28, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: 18px;
  color: var(--text);
  box-shadow: 0 16px 40px rgba(5, 30, 20, 0.08);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.related-articles a:hover,
.related-articles a:focus-visible {
  border-color: rgba(0, 166, 111, 0.3);
  box-shadow: 0 20px 48px rgba(5, 30, 20, 0.12);
  transform: translateY(-2px);
}

.related-articles span {
  color: var(--green-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.related-articles strong {
  font-size: 17px;
  line-height: 1.18;
}

.floating-chat {
  position: fixed;
  right: max(22px, env(safe-area-inset-right));
  bottom: max(22px, env(safe-area-inset-bottom));
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 52px;
  border: 1px solid rgba(0, 166, 111, 0.32);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(5, 237, 153, 0.98), rgba(224, 255, 243, 0.96)),
    #05ed99;
  padding: 12px 18px 12px 14px;
  color: #06120c;
  font-size: 14px;
  font-weight: 900;
  box-shadow:
    0 18px 48px rgba(5, 30, 20, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transform: translateZ(0);
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.floating-chat svg {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.floating-chat:hover,
.floating-chat:focus-visible {
  border-color: rgba(0, 114, 76, 0.44);
  box-shadow:
    0 22px 56px rgba(5, 30, 20, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

.reveal-ready .site-footer [data-reveal] {
  filter: blur(4px);
  transform: translateY(-8px);
}

.reveal-ready .site-footer .is-visible {
  filter: blur(0);
  transform: translateY(0);
  transition:
    opacity 760ms ease,
    filter 760ms ease,
    transform 760ms ease;
}

[data-reveal] {
  opacity: 1;
  transform: none;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
}

.is-visible,
.reveal-ready .is-visible {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

[data-float] {
  animation: floatSoft 6s ease-in-out infinite;
}

:focus-visible {
  outline: 3px solid rgba(5, 237, 153, 0.86);
  outline-offset: 4px;
}

@keyframes floatSoft {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@keyframes barRise {
  from {
    transform: scaleY(0.74);
    opacity: 0.72;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes auroraFlow {
  from {
    background-position: 50% 50%, 50% 50%;
  }
  to {
    background-position: 350% 50%, 350% 50%;
  }
}

@keyframes logoMarquee {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes processProgress {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes cloudFillDrift {
  from {
    transform: translate3d(-3%, 0, 0) scale(1);
  }
  to {
    transform: translate3d(3%, -2%, 0) scale(1.04);
  }
}

@keyframes clearFillDrift {
  from {
    transform: translate3d(3%, 0, 0) scale(1);
  }
  to {
    transform: translate3d(-3%, -2%, 0) scale(1.04);
  }
}

@media (max-width: 1020px) {
  .hero {
    min-height: auto;
    padding: 18px 24px 48px;
  }

  .site-header {
    grid-template-columns: minmax(142px, 0.62fr) auto minmax(152px, 0.48fr);
    width: min(900px, calc(100% - 48px));
    min-height: 58px;
    gap: 10px;
    padding: 6px 10px;
  }

  .nav-links {
    min-height: 40px;
    font-size: 11px;
  }

  .nav-links a {
    min-height: 32px;
    padding: 0 12px;
  }

  .header-action {
    width: 156px;
    min-height: 40px;
    padding: 0 10px;
    font-size: 9px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 18px;
    padding-top: 58px;
  }

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

  h1 {
    width: min(100%, 620px);
    max-width: 620px;
    font-size: 102px;
  }

  .product-stage {
    min-height: 560px;
  }

  .dashboard {
    transform: rotateX(6deg) rotateY(-8deg);
  }

  .solutions-section {
    padding: 92px 24px 76px;
  }

  .solutions-inner {
    grid-template-columns: minmax(260px, 0.78fr) minmax(440px, 1fr);
    gap: 34px;
  }

  .solutions-heading {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 0;
  }

  .solutions-heading h2 {
    font-size: clamp(40px, 5.4vw, 58px);
  }

  .solutions-grid {
    min-height: 460px;
  }

  .solution-stack-arrow {
    width: 52px;
    height: 52px;
  }

  .solution-stack-arrow span {
    font-size: 38px;
  }

  .solution-stack-arrow--prev {
    --arrow-x: -254px;
  }

  .solution-stack-arrow--next {
    --arrow-x: 334px;
  }

  .solution-card {
    left: 48%;
    width: min(378px, 78%);
    min-height: 0;
  }

  .solution-card[data-stack-position="0"] {
    --card-x: -48px;
    --card-y: -8px;
  }

  .solution-card[data-stack-position="1"] {
    --card-x: 56px;
    --card-y: 34px;
  }

  .solution-card[data-stack-position="2"] {
    --card-x: 140px;
    --card-y: 74px;
  }

  .solution-card-visual {
    min-height: 0;
  }

  .solution-card-body {
    padding: 20px 20px 22px;
  }

  .solution-card h3 {
    font-size: 23px;
  }

  .solution-card p {
    font-size: 16px;
  }

  .transform-section {
    padding: 78px 24px 92px;
  }

  .transform-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .transform-left {
    justify-items: start;
    width: min(760px, 100%);
    justify-self: center;
  }

  .transform-statement {
    max-width: 760px;
    justify-self: start;
    text-align: left;
  }

  .transform-image--tijolin {
    width: min(360px, 78%);
    transform: translateX(clamp(44px, 7vw, 86px));
  }

  .transform-image--castle {
    width: min(360px, 78%);
  }

  .productivity-section {
    --productivity-heading-top: 104px;
    --productivity-card-top: 194px;
    --productivity-stack-step: 11px;
    padding: 92px 0 104px;
  }

  .productivity-heading {
    padding: 0 28px;
  }

  .productivity-list {
    margin-top: 68px;
    padding: 0 28px 12vh;
  }

  .productivity-item {
    gap: 38px;
  }

  .productivity-section.is-stack-ended .productivity-item {
    right: 28px;
    left: 28px;
  }

  .productivity-item--reverse .productivity-copy {
    margin-left: 10px;
  }

  .productivity-item:not(.productivity-item--reverse) .productivity-copy {
    margin-right: 10px;
  }

  .productivity-copy p {
    font-size: 19px;
    line-height: 1.42;
  }

  .process-section {
    padding: 86px 24px 96px;
  }

  .process-inner {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .process-tabs {
    margin-top: 0;
  }

  .process-panel {
    min-height: 560px;
  }

  .site-footer {
    width: min(100% - 48px, 900px);
    padding: 42px 28px 48px;
  }

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

  .footer-links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
  }

  .footer-links--menu {
    justify-self: stretch;
  }

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

@media (max-width: 720px) {
  .hero {
    padding: 14px 16px 36px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    width: min(100%, 360px);
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
    gap: 8px 10px;
    padding: 8px;
    border-radius: 28px;
  }

  .brand {
    width: 150px;
    min-height: 46px;
  }

  .brand-logo {
    width: 148px;
    max-height: 46px;
  }

  .nav-links {
    grid-column: 1 / -1;
    left: auto;
    top: auto;
    width: 100%;
    min-height: 46px;
    overflow: hidden;
    transform: none;
  }

  .nav-links a {
    flex: 1;
    min-height: 40px;
    padding: 0 10px;
    font-size: 12px;
  }

  .header-action {
    width: 160px;
    min-height: 44px;
    padding: 0 12px;
    font-size: 10px;
  }

  .hero-content {
    width: min(100%, 360px);
    max-width: 360px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 42px;
  }

  .hero-copy,
  .product-stage,
  .dashboard {
    width: 100%;
    max-width: 360px;
  }

  .hero-lede {
    max-width: 100%;
    overflow-wrap: break-word;
  }

  h1 {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    font-size: 56px;
    line-height: 1;
  }

  .hero-lede {
    font-size: 17px;
  }

  .product-stage {
    min-height: 520px;
    margin-top: 8px;
  }

  .dashboard {
    width: 100%;
    transform: none;
  }

  .dashboard-topbar {
    padding: 18px;
  }

  .dashboard-topbar strong {
    font-size: 28px;
  }

  .dashboard-body {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .score-panel {
    min-height: 154px;
  }

  .score-value {
    font-size: 66px;
  }

  .conversion-map {
    height: 98px;
  }

  .conversion-title {
    font-size: 16px;
  }

  .conversion-bars {
    gap: 5px;
  }

  .conversion-bars span b {
    bottom: -15px;
    font-size: 7px;
  }

  .insight-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 10px;
    transform: none;
  }

  .logo-marquee {
    margin-top: -34px;
    padding: 22px 0 20px;
  }

  .logo-track {
    gap: 12px;
    animation-duration: 42s;
  }

  .logo-card {
    width: 138px;
    height: 64px;
  }

  .logo-card img {
    max-width: 102px;
    max-height: 32px;
  }

  .solutions-section {
    padding: 72px 16px 58px;
  }

  .solutions-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    width: min(100%, 640px);
  }

  .solutions-heading {
    gap: 18px;
    max-width: 100%;
    margin-bottom: 0;
  }

  .solutions-heading h2 {
    font-size: 38px;
    line-height: 1;
  }

  .solutions-copy {
    font-size: 17px;
    line-height: 1.48;
  }

  .solutions-copy p {
    width: 100%;
  }

  .solutions-grid {
    min-height: 440px;
  }

  .solution-stack-arrow {
    top: 52%;
    --arrow-edge: 31px;
    width: 46px;
    height: 46px;
    left: clamp(var(--arrow-edge), calc(49% + var(--arrow-x)), calc(100% - var(--arrow-edge)));
  }

  .solution-stack-arrow span {
    margin-top: -3px;
    font-size: 34px;
  }

  .solution-stack-arrow--prev {
    --arrow-x: -184px;
  }

  .solution-stack-arrow--next {
    --arrow-x: 238px;
  }

  .solution-card {
    left: 49%;
    width: min(352px, 76vw);
    min-height: 0;
  }

  .solution-card[data-stack-position="0"] {
    --card-x: -8px;
    --card-y: -14px;
    --card-rotate: -0.7deg;
  }

  .solution-card[data-stack-position="1"] {
    --card-x: 30px;
    --card-y: 38px;
    --card-rotate: 1.1deg;
  }

  .solution-card[data-stack-position="2"] {
    --card-x: 58px;
    --card-y: 86px;
    --card-rotate: 2.2deg;
  }

  .solution-card-visual {
    min-height: 0;
  }

  .solution-card-body {
    padding: 20px 18px 22px;
  }

  .solution-card h3 {
    font-size: 22px;
  }

  .solution-card p {
    font-size: 16px;
  }

  .productivity-section {
    --productivity-heading-top: 94px;
    --productivity-card-top: 174px;
    --productivity-stack-step: 8px;
    padding: 72px 0 82px;
  }

  .transform-section {
    padding: 64px 16px 72px;
  }

  .transform-inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .transform-left {
    justify-items: start;
    width: min(390px, 100%);
    justify-self: center;
    gap: 24px;
  }

  .transform-copy {
    justify-items: center;
    text-align: center;
  }

  .transform-statement {
    max-width: 390px;
    justify-self: start;
    font-size: clamp(23px, 5.8vw, 34px);
    line-height: 1.08;
    text-align: left;
  }

  .transform-statement span {
    white-space: normal;
  }

  .transform-image--tijolin {
    width: min(330px, 92%);
    transform: translateX(clamp(34px, 8vw, 58px));
  }

  .transform-image--castle {
    width: min(330px, 92%);
  }

  .transform-copy p {
    max-width: 390px;
    font-size: 17px;
    line-height: 1.38;
  }

  .transform-button {
    width: min(370px, 100%);
    max-width: 100%;
    min-height: 58px;
    padding: 6px 6px 6px 24px;
  }

  .productivity-section h2 {
    font-size: clamp(38px, 10vw, 48px);
    line-height: 1;
    white-space: normal;
  }

  .productivity-intro {
    font-size: 18px;
    line-height: 1.48;
  }

  .productivity-heading {
    padding: 0 18px;
  }

  .productivity-list {
    margin-top: 58px;
    padding: 0 18px 16vh;
  }

  .productivity-item {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 46vh;
    padding: 10px;
    border-radius: 18px;
  }

  .productivity-section.is-stack-ended .productivity-item {
    right: 18px;
    left: 18px;
  }

  .productivity-item--reverse .productivity-media {
    order: -1;
  }

  .productivity-item--reverse .productivity-copy,
  .productivity-item:not(.productivity-item--reverse) .productivity-copy {
    justify-self: auto;
    max-width: none;
    margin: 0;
    padding: 24px;
  }

  .productivity-copy h3 {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .productivity-copy p {
    font-size: 18px;
    line-height: 1.44;
  }

  .process-section {
    padding: 66px 16px 76px;
  }

  .process-inner {
    gap: 26px;
  }

  .process-inner > h2 {
    font-size: clamp(30px, 9vw, 38px);
    line-height: 1;
  }

  .process-tabs {
    margin-top: 0;
  }

  .process-tab {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    min-height: 86px;
    padding: 18px 4px 18px 18px;
  }

  .process-tab-number {
    font-size: 11px;
  }

  .process-tab-title {
    font-size: 22px;
  }

  .process-tab-description {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.45;
  }

  .process-panel {
    min-height: 430px;
    padding: 22px;
    gap: 18px;
  }

  .process-panel-top {
    align-items: flex-start;
    flex-direction: column;
  }

  .process-panel-copy {
    display: block;
  }

  .process-panel-copy h3 {
    font-size: 32px;
  }

  .process-panel-copy p {
    font-size: 16px;
    line-height: 1.48;
  }

  .process-panel-visual {
    min-height: 0;
  }

  .process-controls {
    right: 18px;
    bottom: 18px;
  }

  .process-controls button {
    width: 44px;
    height: 44px;
    font-size: 27px;
  }

  .site-footer {
    width: calc(100% - 32px);
    border-radius: 26px 26px 0 0;
    padding: 34px 22px 40px;
  }

  .footer-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }

  .footer-links--menu .footer-column ul {
    grid-template-columns: 1fr;
  }

  .articles-shell,
  .article-detail-shell {
    width: calc(100% - 32px);
    padding: 190px 0 72px;
  }

  .article-detail-header {
    margin-bottom: 34px;
  }

  .article-content {
    font-size: 16px;
    line-height: 1.68;
  }

  .article-content h2,
  .article-content h3 {
    margin-top: 36px;
  }

  .related-articles {
    margin-top: 46px;
  }

  .related-articles > div {
    grid-template-columns: 1fr;
  }

  .floating-chat {
    right: max(14px, env(safe-area-inset-right));
    bottom: max(14px, env(safe-area-inset-bottom));
    min-height: 48px;
    padding: 11px 14px 11px 12px;
    font-size: 13px;
  }

  .floating-chat svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
  }

  .footer-brand p {
    max-width: 100%;
    font-size: 14px;
  }

  .footer-column a {
    min-height: 34px;
  }
}

@media (min-width: 560px) and (max-width: 720px) {
  .site-header,
  .hero-content {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-copy,
  .product-stage,
  .dashboard {
    max-width: 640px;
  }

  h1 {
    font-size: 86px;
  }
}

@media (max-width: 390px) {
  h1 {
    font-size: 52px;
  }

  .solutions-heading h2 {
    font-size: 34px;
  }

  .transform-statement {
    font-size: clamp(21px, 5.5vw, 30px);
  }

  .productivity-section h2 {
    font-size: clamp(32px, 9vw, 40px);
  }

  .process-inner > h2 {
    font-size: clamp(27px, 8.4vw, 34px);
  }

  .solution-card-visual {
    min-height: 0;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.solutions-section {
  padding: 84px 32px 96px;
}

.solutions-bg {
  position: absolute;
  inset: 46px 4vw 46px;
  z-index: -1;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(5, 44, 28, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(
      90deg,
      rgba(5, 11, 14, 0.22) 0%,
      rgba(5, 11, 14, 0.08) 34%,
      rgba(249, 255, 252, 0.66) 48%,
      rgba(255, 255, 255, 0.12) 58%,
      rgba(8, 72, 156, 0.1) 100%
    );
  box-shadow:
    0 24px 70px rgba(5, 30, 20, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.solutions-bg-cloud-video {
  position: absolute;
  inset: 0 0 0 auto;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.solutions-bg-clear-video {
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.solutions-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.26), transparent 31%, transparent 67%, rgba(255, 255, 255, 0.14)),
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.72), transparent 24%);
}

.solutions-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.62), transparent);
  transform: translateX(-50%);
}

.solutions-inner {
  display: grid;
  grid-template-columns: minmax(160px, 0.62fr) minmax(720px, 1.72fr) minmax(160px, 0.62fr);
  gap: 0;
  align-items: center;
  width: min(1180px, 100%);
  min-height: 570px;
  padding: 22px 0;
}

.solutions-heading {
  position: relative;
  z-index: 7;
  display: block;
  width: clamp(690px, 58vw, 790px);
  min-height: 0;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  clip-path: none;
  transform: none;
}

.solutions-heading-image {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 78px rgba(5, 30, 20, 0.2));
}

.solutions-heading h2 {
  justify-self: center;
  justify-items: start;
  width: max-content;
  max-width: 100%;
  font-size: clamp(50px, 3.7vw, 64px);
  line-height: 0.96;
  text-align: left;
}

.solutions-title-line {
  justify-content: flex-start;
}

.solutions-title-line:nth-child(1) {
  margin-left: 118px;
}

.solutions-title-line:nth-child(2) {
  margin-left: 58px;
}

.solutions-title-line:nth-child(3) {
  margin-left: 0;
}

.solutions-copy {
  justify-self: center;
  width: 430px;
  max-width: 100%;
  margin-left: -188px;
  color: rgba(38, 55, 47, 0.74);
  font-family:
    "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.8vw, 27px);
  font-style: italic;
  font-weight: 700;
  line-height: 1.28;
}

.solutions-copy p {
  text-align: left;
}

.solutions-copy cite {
  display: block;
  margin-top: 10px;
  color: rgba(38, 55, 47, 0.62);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 0.54em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
}

.solution-column {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-rows: auto 1fr auto;
  justify-items: center;
  min-width: 0;
  min-height: 430px;
  padding: 4px 0;
}

.solution-column-label {
  position: relative;
  z-index: 8;
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.9);
  font-family:
    "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 27px);
  font-style: italic;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.34);
}

.solution-column--with .solution-column-label {
  color: rgba(5, 18, 12, 0.78);
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.72);
}

.solution-stack {
  position: relative;
  width: min(310px, 100%);
  height: 342px;
  isolation: isolate;
  perspective: 900px;
}

.solution-stack-arrow {
  position: relative;
  top: auto;
  left: auto;
  z-index: 10;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(5, 44, 28, 0.12);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 14px 34px rgba(5, 30, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transform: none;
}

.solution-stack-arrow span {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
}

.solution-stack-arrow--prev,
.solution-stack-arrow--next {
  --arrow-x: 0;
}

.solution-stack-arrow:hover,
.solution-stack-arrow:focus-visible {
  background: rgba(255, 255, 255, 0.96);
  transform: translateY(-1px) scale(1.03);
}

.solution-stack-arrow:active {
  transform: translateY(1px) scale(0.97);
}

.solution-card {
  --card-y: 0px;
  --card-rotate: 0deg;
  --card-scale: 1;
  --card-z: 1;
  --card-opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--card-z);
  width: min(280px, 92%);
  min-height: 0;
  border-color: rgba(255, 255, 255, 0.64);
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  transform: translate3d(-50%, calc(-50% + var(--card-y)), 0)
    rotate(var(--card-rotate)) scale(var(--card-scale));
  opacity: var(--card-opacity);
}

.solution-card[data-stack-position="0"] {
  --card-y: 0px;
  --card-rotate: -0.7deg;
  --card-scale: 1;
  --card-z: 30;
  --card-opacity: 1;
}

.solution-card[data-stack-position="1"] {
  --card-y: 58px;
  --card-rotate: 1.1deg;
  --card-scale: 0.9;
  --card-z: 20;
  --card-opacity: 0.72;
}

.solution-card[data-stack-position="2"] {
  --card-y: 112px;
  --card-rotate: 2deg;
  --card-scale: 0.82;
  --card-z: 10;
  --card-opacity: 0.5;
}

.solution-column--without .solution-card[data-stack-position="2"],
.solution-column--with .solution-card[data-stack-position="2"] {
  --card-y: -92px;
}

.solution-card.is-active {
  border-color: rgba(255, 255, 255, 0.9);
  box-shadow:
    0 28px 72px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.solution-card:hover,
.solution-card:focus-visible {
  border-color: rgba(255, 255, 255, 0.95);
  box-shadow:
    0 30px 74px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.solution-card-visual {
  margin: 7px;
}

.solution-card-visual::before {
  content: none;
}

.solution-card-body {
  gap: 5px;
  padding: 14px 18px 18px;
}

.solution-card h3 {
  margin: 0;
  color: #06120c;
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 900;
}

.solution-card p {
  margin: 0;
  color: rgba(38, 55, 47, 0.78);
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 1020px) {
  .solutions-bg {
    inset: 42px 24px;
  }

  .solutions-inner {
    grid-template-columns: minmax(140px, 0.62fr) minmax(570px, 1.72fr) minmax(140px, 0.62fr);
    gap: 0;
    min-height: 520px;
  }

  .solutions-heading {
    width: clamp(560px, 58vw, 640px);
    min-height: 0;
    padding: 0;
  }

  .solutions-heading h2 {
    font-size: clamp(40px, 4.35vw, 50px);
  }

  .solutions-title-line:nth-child(1) {
    margin-left: 92px;
  }

  .solutions-title-line:nth-child(2) {
    margin-left: 46px;
  }

  .solutions-copy {
    margin-left: -142px;
  }

  .solution-stack {
    width: min(270px, 100%);
    height: 318px;
  }

  .solution-card {
    width: min(244px, 94%);
  }
}

@media (max-width: 720px) {
  .solutions-section {
    padding: 72px 16px 72px;
  }

  .solutions-bg {
    inset: 34px 16px;
    background:
      linear-gradient(180deg, rgba(8, 16, 20, 0.2), rgba(250, 255, 253, 0.78) 49%, rgba(255, 255, 255, 0.1));
  }

  .solutions-bg > .solutions-bg-cloud-video {
    inset: auto 0 0;
    width: 100%;
    height: 50%;
  }

  .solutions-bg > .solutions-bg-clear-video {
    inset: 0 0 auto;
    width: 100%;
    height: 50%;
  }

  .solutions-bg::after {
    top: 50%;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 2px;
    transform: none;
  }

  .solutions-inner {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 26px;
    width: min(100%, 390px);
    padding: 22px 0;
  }

  .solutions-heading {
    order: 2;
    width: min(124%, 520px);
    min-height: 0;
    padding: 0;
    transform: none;
  }

  .solution-column--without {
    order: 1;
  }

  .solution-column--with {
    order: 3;
  }

  .solution-column {
    min-height: 372px;
  }

  .solution-column-label {
    font-size: 22px;
  }

  .solutions-heading h2 {
    font-size: clamp(34px, 9.4vw, 42px);
  }

  .solutions-title-line:nth-child(1) {
    margin-left: 58px;
  }

  .solutions-title-line:nth-child(2) {
    margin-left: 29px;
  }

  .solutions-copy {
    width: 310px;
    max-width: 310px;
    margin-left: -92px;
    font-size: 20px;
  }

  .solution-stack {
    height: 292px;
  }

  .solution-card {
    width: min(268px, 88vw);
  }
}

@media (max-width: 390px) {
  .solutions-heading h2 {
    font-size: 31px;
  }

  .solutions-heading {
    width: min(126%, 470px);
    min-height: 0;
    padding: 0;
  }

  .solutions-copy {
    width: 270px;
    max-width: 270px;
    margin-left: -72px;
    font-size: 18px;
  }

  .solution-card {
    width: min(250px, 86vw);
  }
}

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

.solutions-inner > .solution-column,
.solutions-inner > .solutions-heading {
  display: none;
}

.solutions-bg-cloud-fill {
  position: absolute;
  inset: 46px 4vw 46px;
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 10, 13, 0.82), rgba(9, 17, 19, 0.74)),
    radial-gradient(circle at 42% 18%, rgba(104, 132, 105, 0.22), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: right center;
  transition:
    transform 720ms cubic-bezier(0.18, 0.82, 0.18, 1),
    opacity 320ms ease;
}

.solutions-bg-cloud-fill .solutions-bg-cloud-video {
  width: 100%;
}

.solutions-bg-clear-fill {
  position: absolute;
  inset: 46px 4vw 46px;
  z-index: 0;
  overflow: hidden;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.68), rgba(231, 244, 255, 0.72)),
    radial-gradient(circle at 48% 20%, rgba(255, 255, 255, 0.82), transparent 34%);
  opacity: 0;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: left center;
  transition:
    transform 720ms cubic-bezier(0.18, 0.82, 0.18, 1),
    opacity 320ms ease;
}

.solutions-bg-clear-fill .solutions-bg-clear-video {
  width: 100%;
}

.solutions-bg-cloud-fill::before {
  content: "";
  position: absolute;
  inset: -5%;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 10, 13, 0.82), rgba(9, 17, 19, 0.74)),
    radial-gradient(ellipse at 24% 22%, rgba(105, 132, 111, 0.22), transparent 30%),
    radial-gradient(ellipse at 74% 28%, rgba(167, 180, 160, 0.16), transparent 28%),
    radial-gradient(ellipse at 58% 76%, rgba(89, 68, 122, 0.18), transparent 32%);
  opacity: 0.92;
  transform: translate3d(-3%, 0, 0);
  animation: cloudFillDrift 14s ease-in-out infinite alternate;
}

.solutions-bg-clear-fill::before {
  content: "";
  position: absolute;
  inset: -5%;
  z-index: 1;
  background:
    radial-gradient(ellipse at 22% 26%, rgba(255, 255, 255, 0.8), transparent 34%),
    radial-gradient(ellipse at 68% 22%, rgba(255, 255, 255, 0.72), transparent 30%),
    radial-gradient(ellipse at 70% 72%, rgba(212, 235, 255, 0.42), transparent 36%);
  opacity: 0.92;
  transform: translate3d(3%, 0, 0);
  animation: clearFillDrift 14s ease-in-out infinite alternate;
}

.solutions-section.is-without-ai .solutions-bg-cloud-fill {
  opacity: 1;
  transform: scaleX(1);
}

.solutions-section.is-with-ai .solutions-bg-clear-fill {
  opacity: 1;
  transform: scaleX(1);
}

.solutions-section.is-without-ai .solutions-bg::after,
.solutions-section.is-with-ai .solutions-bg::after {
  opacity: 0;
}

.solutions-showcase {
  grid-column: 1 / -1;
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(500px, 1.24fr) minmax(280px, 0.76fr);
  align-items: center;
  gap: clamp(22px, 4.6vw, 58px);
  width: min(1080px, 100%);
  min-height: 470px;
  margin: 0 auto;
  padding: 16px 74px;
}

.solutions-showcase .solutions-heading {
  display: block;
  justify-self: end;
  width: clamp(540px, 52vw, 700px);
}

.solutions-showcase .solutions-heading-image {
  width: 100%;
}

.solution-carousel {
  position: relative;
  display: grid;
  justify-items: center;
  width: min(310px, 100%);
  margin: 0 auto;
  isolation: isolate;
}

.solution-carousel-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.solution-carousel-track {
  display: flex;
  gap: 0;
  width: 100%;
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.solution-carousel .solution-card {
  position: relative;
  top: auto;
  left: auto;
  flex: 0 0 100%;
  width: 100%;
  min-height: 0;
  transform: none;
  opacity: 1;
  cursor: default;
}

.solution-carousel .solution-card:not(.is-active) {
  pointer-events: none;
}

.solution-carousel-arrow {
  position: absolute;
  top: 50%;
  z-index: 12;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(5, 44, 28, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #06120c;
  box-shadow:
    0 16px 38px rgba(5, 30, 20, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  cursor: pointer;
  transform: translateY(-50%);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.solution-carousel-arrow--prev {
  left: -62px;
}

.solution-carousel-arrow--next {
  right: -62px;
}

.solution-carousel-arrow span {
  display: block;
  margin-top: -3px;
  font-size: 44px;
  line-height: 1;
  font-weight: 700;
}

.solution-carousel-arrow:hover,
.solution-carousel-arrow:focus-visible {
  border-color: rgba(0, 166, 111, 0.32);
  background: rgba(249, 255, 252, 0.96);
  box-shadow:
    0 22px 52px rgba(5, 30, 20, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
  transform: translateY(-50%) scale(1.04);
}

.solution-carousel-arrow:active {
  transform: translateY(-50%) scale(0.96);
}

.solution-carousel-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.solution-carousel-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: rgba(6, 18, 12, 0.28);
  padding: 0;
  cursor: pointer;
  transition:
    width 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}

.solution-carousel-dot.is-active {
  width: 24px;
  background: #05ed99;
}

.solution-carousel-dot:hover,
.solution-carousel-dot:focus-visible {
  transform: scale(1.18);
}

@media (max-width: 1020px) {
  .solutions-showcase {
    grid-template-columns: minmax(420px, 1fr) minmax(244px, 0.72fr);
    gap: 24px;
    min-height: 430px;
    padding: 12px 64px;
  }

  .solutions-showcase .solutions-heading {
    width: clamp(440px, 55vw, 580px);
  }

  .solution-carousel {
    width: min(276px, 100%);
  }

  .solution-carousel-arrow {
    width: 48px;
    height: 48px;
  }

  .solution-carousel-arrow--prev {
    left: -56px;
  }

  .solution-carousel-arrow--next {
    right: -56px;
  }
}

@media (max-width: 720px) {
  .solutions-inner {
    width: min(100%, 390px);
  }

  .solutions-showcase {
    grid-template-columns: 1fr;
    gap: 12px;
    width: 100%;
    min-height: 0;
    padding: 18px 54px 22px;
  }

  .solutions-showcase .solutions-heading {
    justify-self: center;
    width: min(128%, 520px);
    max-width: 128%;
  }

  .solution-carousel {
    width: min(268px, 100%);
  }

  .solution-carousel-arrow {
    top: 58%;
    width: 44px;
    height: 44px;
  }

  .solution-carousel-arrow--prev {
    left: -50px;
  }

  .solution-carousel-arrow--next {
    right: -50px;
  }

  .solution-carousel-arrow span {
    font-size: 38px;
  }
}

@media (max-width: 390px) {
  .solutions-showcase {
    padding: 18px 44px 22px;
  }

  .solution-carousel {
    width: min(250px, 100%);
  }

  .solution-carousel-arrow--prev {
    left: -43px;
  }

  .solution-carousel-arrow--next {
    right: -43px;
  }
}

.solutions-showcase {
  display: block;
  width: min(1120px, 100%);
  min-height: 510px;
  padding: 20px 92px;
}

.solution-carousel {
  position: relative;
  display: block;
  width: 100%;
  height: 472px;
  margin: 0 auto;
}

.solution-context-title {
  position: absolute;
  left: calc(50% - clamp(430px, 35vw, 560px));
  top: 34px;
  z-index: 46;
  width: 185px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-family:
    "Playfair Display", Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 1.7vw, 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 0.96;
  text-align: left;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.52);
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition:
    opacity 260ms ease,
    transform 360ms cubic-bezier(0.2, 0.86, 0.16, 1);
  pointer-events: none;
  white-space: normal;
}

.solution-context-title--with {
  width: 260px;
  color: rgba(5, 18, 12, 0.78);
  text-shadow: 0 2px 16px rgba(255, 255, 255, 0.86);
}

.solution-context-title--with span {
  white-space: nowrap;
}

.solutions-section.is-without-ai .solution-context-title--without,
.solutions-section.is-with-ai .solution-context-title--with {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.solution-carousel-viewport {
  position: absolute;
  inset: 0;
  overflow: visible;
  border-radius: 8px;
  perspective: 1200px;
}

.solution-carousel-track {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transform: none;
  transition: none;
}

.solution-carousel .solutions-heading,
.solution-carousel .solution-card {
  --carousel-x: 0px;
  --carousel-y: 0px;
  --carousel-scale: 1;
  --carousel-opacity: 0;
  --carousel-z: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: var(--carousel-z);
  opacity: var(--carousel-opacity);
  transform:
    translate3d(-50%, -50%, 0)
    translateX(var(--carousel-x))
    translateY(var(--carousel-y))
    scale(var(--carousel-scale));
  transform-origin: center;
  transition:
    transform 640ms cubic-bezier(0.2, 0.86, 0.16, 1),
    opacity 360ms ease,
    filter 360ms ease,
    box-shadow 360ms ease;
  will-change: transform, opacity;
}

.solution-carousel .solutions-heading {
  display: block;
  width: clamp(610px, 55vw, 780px);
  max-width: calc(100vw - 220px);
  pointer-events: none;
  filter: drop-shadow(0 28px 78px rgba(5, 30, 20, 0.22));
}

.solution-carousel .solutions-heading-image {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.solution-carousel .solution-card {
  width: min(560px, 48vw);
  cursor: default;
  filter: saturate(0.92) blur(0.2px);
}

.solution-carousel .solution-card-visual {
  aspect-ratio: 16 / 10.4;
  margin: 8px 8px 0;
}

.solution-carousel .solution-card-body {
  gap: 10px;
  min-height: 132px;
  padding: 24px 32px 30px;
}

.solution-carousel .solution-card h3 {
  font-size: 24px;
  line-height: 1.08;
}

.solution-carousel .solution-card p {
  max-width: 92%;
  font-size: 17px;
  line-height: 1.48;
}

.solution-carousel [data-carousel-position="0"] {
  --carousel-x: 0px;
  --carousel-scale: 1;
  --carousel-opacity: 1;
  --carousel-z: 30;
  pointer-events: auto;
  filter: none;
}

.solutions-section.is-without-ai .solution-carousel [data-carousel-position="0"] {
  --carousel-y: 26px;
}

.solution-carousel [data-carousel-position="-1"] {
  --carousel-x: clamp(-420px, -34vw, -260px);
  --carousel-scale: 0.5;
  --carousel-opacity: 0.62;
  --carousel-z: 12;
  pointer-events: auto;
}

.solution-carousel [data-carousel-position="1"] {
  --carousel-x: clamp(260px, 34vw, 420px);
  --carousel-scale: 0.5;
  --carousel-opacity: 0.62;
  --carousel-z: 12;
  pointer-events: auto;
}

.solution-carousel [data-carousel-position="far-left"] {
  --carousel-x: clamp(-520px, -48vw, -360px);
  --carousel-scale: 0.5;
  --carousel-opacity: 0;
  --carousel-z: 1;
  pointer-events: none;
}

.solution-carousel [data-carousel-position="far-right"] {
  --carousel-x: clamp(360px, 48vw, 520px);
  --carousel-scale: 0.5;
  --carousel-opacity: 0;
  --carousel-z: 1;
  pointer-events: none;
}

.solution-carousel.is-intro-pending [data-carousel-position="0"] {
  --carousel-y: 24px;
  --carousel-scale: 0.9;
  --carousel-opacity: 0;
}

.solution-carousel.is-intro-pending [data-carousel-position="-1"] {
  --carousel-x: clamp(-190px, -16vw, -120px);
  --carousel-scale: 0.46;
  --carousel-opacity: 0;
}

.solution-carousel.is-intro-pending [data-carousel-position="1"] {
  --carousel-x: clamp(120px, 16vw, 190px);
  --carousel-scale: 0.46;
  --carousel-opacity: 0;
}

.solution-carousel.is-intro-pending .solution-carousel-arrow,
.solution-carousel.is-intro-pending .solution-carousel-dots {
  opacity: 0;
}

.solution-carousel-arrow,
.solution-carousel-dots {
  transition-property: transform, opacity, border-color, background, box-shadow;
  transition-duration: 180ms, 320ms, 180ms, 180ms, 180ms;
  transition-timing-function: ease;
}

.solution-carousel-arrow {
  top: 50%;
  width: 54px;
  height: 54px;
}

.solution-carousel-arrow--prev {
  left: 8px;
}

.solution-carousel-arrow--next {
  right: 8px;
}

.solution-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: -22px;
  z-index: 40;
  margin-top: 0;
  transform: translateX(-50%);
}

@media (max-width: 1020px) {
  .solutions-bg-cloud-fill,
  .solutions-bg-clear-fill {
    inset: 42px 24px;
  }

  .solutions-showcase {
    min-height: 462px;
    padding: 14px 72px;
  }

  .solution-carousel {
    height: 430px;
  }

  .solution-carousel .solutions-heading {
    width: clamp(500px, 61vw, 640px);
    max-width: calc(100vw - 170px);
  }

  .solution-carousel .solution-card {
    width: min(500px, 52vw);
  }

  .solution-carousel .solution-card-body {
    min-height: 118px;
    padding: 22px 28px 28px;
  }
}

@media (max-width: 720px) {
  .solutions-bg-cloud-fill,
  .solutions-bg-clear-fill {
    inset: 34px 16px;
  }

  .solutions-showcase {
    min-height: 478px;
    padding: 12px 58px 22px;
  }

  .solution-carousel {
    height: 438px;
  }

  .solution-context-title {
    left: 50%;
    top: 2px;
    width: 220px;
    font-size: 20px;
    text-align: center;
    transform: translate3d(-50%, -10px, 0);
  }

  .solution-context-title--with {
    left: 50%;
    color: rgba(5, 18, 12, 0.78);
  }

  .solutions-section.is-without-ai .solution-context-title--without,
  .solutions-section.is-with-ai .solution-context-title--with {
    transform: translate3d(-50%, 0, 0);
  }

  .solution-carousel .solutions-heading {
    width: min(126%, 500px);
    max-width: 126%;
  }

  .solution-carousel .solution-card {
    width: min(360px, 82vw);
  }

  .solution-carousel .solution-card-body {
    min-height: 112px;
    padding: 20px 22px 26px;
  }

  .solution-carousel .solution-card h3 {
    font-size: 22px;
  }

  .solution-carousel .solution-card p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.44;
  }

  .solution-carousel [data-carousel-position="-1"] {
    --carousel-x: clamp(-230px, -62vw, -170px);
    --carousel-scale: 0.5;
    --carousel-opacity: 0.36;
  }

  .solution-carousel [data-carousel-position="1"] {
    --carousel-x: clamp(170px, 62vw, 230px);
    --carousel-scale: 0.5;
    --carousel-opacity: 0.36;
  }

  .solution-carousel-arrow {
    top: 50%;
    width: 44px;
    height: 44px;
  }

  .solution-carousel-arrow--prev {
    left: 0;
  }

  .solution-carousel-arrow--next {
    right: 0;
  }
}

@media (max-width: 390px) {
  .solutions-showcase {
    padding: 10px 46px 20px;
  }

  .solution-carousel .solution-card {
    width: min(326px, 82vw);
  }

  .solution-carousel .solution-card-body {
    padding: 18px 20px 24px;
  }
}

.site-footer.final-cta {
  position: relative;
  order: 7;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 48px 0 52px;
  box-shadow: none;
}

.site-footer.final-cta::before {
  content: none;
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(480px, 0.82fr);
  align-items: center;
  gap: clamp(36px, 3.6vw, 60px);
  width: min(1500px, calc(100% - 72px));
  min-height: clamp(527px, 39.1vw, 646px);
  margin: 0 auto;
}

.final-cta-media {
  min-width: 0;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.final-cta-media img {
  --tablet-shift-x: clamp(-28px, -1.2vw, -12px);
  display: block;
  width: min(760px, 44.7vw);
  max-width: none;
  height: auto;
  margin-left: 0;
  filter: none;
  transform:
    translateX(var(--tablet-shift-x))
    rotateX(calc(var(--tilt-y, 0deg) * 0.6))
    rotateY(calc(var(--tilt-x, 0deg) * 0.6));
  transform-origin: 50% 50%;
  backface-visibility: hidden;
  will-change: transform;
}

.final-cta-content {
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 49px;
  min-width: 0;
  padding: 0 clamp(36px, 4.4vw, 84px) 0 0;
  text-align: center;
}

.final-cta-title {
  max-width: 646px;
  margin: 0;
  color: var(--text);
  font-family:
    "DM Sans", Inter, ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(36px, 3.1vw, 53px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: 0;
}

.final-cta-button {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(530px, 100%);
  min-height: 95px;
  border: 1px solid rgba(0, 223, 151, 0.48);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(47, 241, 174, 0.96), rgba(0, 190, 126, 0.98)),
    var(--green);
  color: #03120b;
  padding: 9px 9px 9px 49px;
  box-shadow:
    0 22px 38px rgba(0, 166, 111, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    box-shadow 220ms ease,
    transform 220ms ease;
}

.final-cta-button::before {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: -1;
  width: 75px;
  height: calc(100% - 18px);
  border-radius: inherit;
  background: rgba(247, 255, 251, 0.98);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  content: "";
  transition:
    width 520ms cubic-bezier(0.16, 1, 0.3, 1),
    background 220ms ease;
}

.final-cta-button > span:first-child {
  position: relative;
  z-index: 2;
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.final-cta-button-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  border-radius: 999px;
  color: var(--text);
  transition: transform 520ms cubic-bezier(0.16, 1, 0.3, 1);
}

.final-cta-button-icon svg {
  width: 32px;
  height: 32px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.final-cta-button:hover,
.final-cta-button:focus-visible {
  border-color: rgba(0, 223, 151, 0.72);
  box-shadow:
    0 26px 48px rgba(0, 166, 111, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.36);
  transform: translateY(-1px);
}

.final-cta-button:hover::before,
.final-cta-button:focus-visible::before {
  width: calc(100% - 18px);
  background: rgba(247, 255, 251, 0.94);
}

.final-cta-button:hover > span:first-child,
.final-cta-button:focus-visible > span:first-child {
  transform: translateX(5px);
}

.final-cta-button:hover .final-cta-button-icon,
.final-cta-button:focus-visible .final-cta-button-icon {
  transform: rotate(45deg) scale(1.04);
}

@media (max-width: 1020px) {
  .site-footer.final-cta {
    padding: 54px 0 64px;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    gap: 28px;
    min-height: 0;
  }

  .final-cta-media img {
    --tablet-shift-x: -4vw;
    width: min(765px, 88vw);
    margin: 0 auto;
  }

  .final-cta-content {
    gap: 29px;
    padding: 0 24px;
  }

  .final-cta-title {
    font-size: clamp(29px, 5.3vw, 44px);
  }

  .final-cta-button {
    width: min(476px, 100%);
    min-height: 78px;
    padding-left: 36px;
    font-size: clamp(16px, 2.55vw, 21px);
  }

  .final-cta-button::before,
  .final-cta-button-icon {
    width: 60px;
    height: 60px;
    flex-basis: 60px;
  }

  .final-cta-button-icon svg {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 720px) {
  .site-footer.final-cta {
    padding: 42px 0 54px;
  }

  .final-cta-inner {
    gap: 20px;
  }

  .final-cta-media img {
    --tablet-shift-x: -8vw;
    width: min(553px, 100vw);
  }

  .final-cta-content {
    gap: 24px;
    padding: 0 18px;
  }

  .final-cta-title {
    max-width: 332px;
    font-size: clamp(23px, 6.8vw, 32px);
    line-height: 1.06;
  }

  .final-cta-button {
    width: min(323px, 100%);
    min-height: 58px;
    gap: 10px;
    padding: 6px 6px 6px 20px;
    font-size: clamp(13px, 3.4vw, 15px);
  }

  .final-cta-button::before,
  .final-cta-button-icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .final-cta-button::before {
    top: 6px;
    right: 6px;
    height: calc(100% - 12px);
  }

  .final-cta-button:hover::before,
  .final-cta-button:focus-visible::before {
    width: calc(100% - 12px);
  }

  .final-cta-button-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 390px) {
  .final-cta-media img {
    width: min(476px, 105vw);
  }

  .final-cta-title {
    font-size: clamp(20px, 6.5vw, 26px);
  }

  .final-cta-button {
    font-size: 12px;
  }
}

.cookie-banner {
  position: fixed;
  left: 50%;
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 2147483200;
  display: grid;
  grid-template-columns: auto minmax(260px, 1fr) auto;
  align-items: center;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 24px;
  background: rgba(248, 255, 251, 0.96);
  padding: 18px;
  color: var(--text);
  box-shadow: 0 26px 80px rgba(3, 18, 11, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  backdrop-filter: blur(18px) saturate(1.08);
  animation: cookieBannerEnter 420ms cubic-bezier(0.16, 1, 0.3, 1) both;
  transform: translateX(-50%);
}

.cookie-banner[hidden],
.cookie-preferences-modal[hidden],
.cookie-settings-trigger[hidden] {
  display: none;
}

.cookie-banner-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(5, 237, 153, 0.14);
  color: #00764f;
}

.cookie-banner-icon svg,
.cookie-settings-trigger svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.cookie-banner-copy h2 {
  margin: 0 0 3px;
  font-size: 17px;
  line-height: 1.2;
}

.cookie-banner-copy p {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.cookie-banner-copy a {
  color: #00764f;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-actions,
.cookie-preferences-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

.cookie-button {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 10px 17px;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cookie-button:hover,
.cookie-button:focus-visible {
  transform: translateY(-1px);
}

.cookie-button--primary {
  border-color: rgba(0, 166, 111, 0.28);
  background: linear-gradient(135deg, #05ed99, #9bffcb);
  color: #03170e;
  box-shadow: 0 10px 24px rgba(0, 166, 111, 0.18);
}

.cookie-button--secondary {
  border-color: rgba(5, 44, 28, 0.16);
  background: #ffffff;
  color: var(--text);
}

.cookie-button--ghost {
  border-color: transparent;
  background: transparent;
  color: #315047;
}

.cookie-preferences-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483635;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background: rgba(3, 18, 11, 0.56);
  padding: 20px 16px;
  opacity: 0;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  transition: opacity 220ms ease;
}

.cookie-preferences-modal.is-open { opacity: 1; }
.cookie-preferences-open { overflow: hidden; }

.cookie-preferences-dialog {
  position: relative;
  width: min(660px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  background: rgba(249, 255, 252, 0.99);
  padding: clamp(26px, 4vw, 40px);
  box-shadow: 0 34px 100px rgba(3, 18, 11, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  transition: opacity 220ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-preferences-modal.is-open .cookie-preferences-dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.cookie-preferences-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(5, 44, 28, 0.14);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  padding: 0;
  cursor: pointer;
}

.cookie-preferences-close svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.cookie-preferences-heading { padding-right: 48px; }

.cookie-preferences-heading > span {
  color: #00764f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cookie-preferences-heading h2 {
  margin: 8px 0;
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.035em;
}

.cookie-preferences-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cookie-preferences-form {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.cookie-preference-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 18px;
  border: 1px solid rgba(5, 44, 28, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  padding: 16px;
}

.cookie-preference-row strong {
  display: block;
  color: #17352a;
  font-size: 14px;
}

.cookie-preference-row p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.cookie-switch {
  position: relative;
  display: inline-flex;
  width: 52px;
  height: 30px;
  flex: 0 0 52px;
  cursor: pointer;
}

.cookie-switch input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.cookie-switch > span:last-child {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(5, 44, 28, 0.18);
  border-radius: 999px;
  background: #dfe8e3;
  transition: background 180ms ease, border-color 180ms ease;
}

.cookie-switch > span:last-child::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 3px 10px rgba(3, 18, 11, 0.2);
  content: "";
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.cookie-switch input:checked + span {
  border-color: rgba(0, 166, 111, 0.36);
  background: #05ed99;
}

.cookie-switch input:checked + span::after { transform: translateX(22px); }
.cookie-switch input:focus-visible + span { outline: 3px solid rgba(5, 237, 153, 0.3); outline-offset: 2px; }
.cookie-switch input:disabled + span { opacity: 0.72; cursor: not-allowed; }

.cookie-preferences-actions {
  margin-top: 8px;
}

.cookie-settings-trigger {
  position: fixed;
  left: max(16px, env(safe-area-inset-left));
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  border: 1px solid rgba(5, 44, 28, 0.16);
  border-radius: 999px;
  background: rgba(249, 255, 252, 0.92);
  color: #17352a;
  padding: 9px 13px;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(3, 18, 11, 0.14);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

.cookie-settings-trigger svg { width: 19px; height: 19px; }

.cookie-policy-article .article-detail-header small {
  display: block;
  margin-top: 16px;
  color: var(--muted);
  font-size: 13px;
}

.cookie-policy-table {
  display: grid;
  overflow: hidden;
  border: 1px solid rgba(5, 44, 28, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
}

.cookie-policy-table > div {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  padding: 18px;
}

.cookie-policy-table > div + div {
  border-top: 1px solid rgba(5, 44, 28, 0.1);
}

.cookie-policy-table strong { color: #0b4b35; }
.cookie-policy-table span { color: var(--muted-strong); }

@keyframes cookieBannerEnter {
  from { opacity: 0; transform: translate(-50%, 20px) scale(0.98); }
  to { opacity: 1; transform: translate(-50%, 0) scale(1); }
}

@media (max-width: 820px) {
  .cookie-banner {
    grid-template-columns: auto 1fr;
  }

  .cookie-banner-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .cookie-banner {
    bottom: max(10px, env(safe-area-inset-bottom));
    width: calc(100% - 20px);
    gap: 12px;
    border-radius: 22px;
    padding: 15px;
  }

  .cookie-banner-icon { width: 42px; height: 42px; }
  .cookie-banner-copy h2 { font-size: 16px; }
  .cookie-banner-actions { display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; }
  .cookie-banner-actions .cookie-button--primary { grid-column: 1 / -1; grid-row: 1; }
  .cookie-button { width: 100%; }

  .cookie-preferences-modal {
    align-items: end;
    padding: 10px;
  }

  .cookie-preferences-dialog {
    max-height: calc(100dvh - 20px);
    overflow-y: auto;
    border-radius: 24px;
    padding: 26px 16px 18px;
  }

  .cookie-preference-row { gap: 12px; padding: 14px; }
  .cookie-preferences-actions { display: grid; grid-template-columns: 1fr; }

  .cookie-settings-trigger span { display: none; }
  .cookie-settings-trigger { width: 44px; justify-content: center; padding: 0; }

  .cookie-policy-table > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 15px;
  }
}

.contact-modal {
  position: fixed;
  inset: 0;
  z-index: 2147483640;
  display: grid;
  place-items: center;
  overflow-y: auto;
  background: rgba(3, 18, 11, 0.58);
  padding: max(20px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(20px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: opacity 220ms ease;
}

.contact-modal[hidden] {
  display: none;
}

.contact-dialog [hidden] {
  display: none;
}

.contact-modal.is-open { opacity: 1; }
.contact-modal-open { overflow: hidden; }

.contact-dialog {
  position: relative;
  width: min(720px, 100%);
  height: fit-content;
  min-height: 0;
  max-height: none;
  align-self: center;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 30px;
  background:
    radial-gradient(circle at 90% 6%, rgba(5, 237, 153, 0.16), transparent 26%),
    rgba(249, 255, 252, 0.98);
  padding: clamp(28px, 4vw, 44px);
  color: var(--text);
  box-shadow: 0 34px 100px rgba(3, 18, 11, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.88);
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transform-origin: 50% 50%;
  transition: opacity 220ms ease, transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

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

.contact-modal.is-closing .contact-dialog {
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  transition-duration: 180ms;
}

.contact-dialog-close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(5, 44, 28, 0.13);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--text);
  padding: 0;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.contact-dialog-close svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.contact-dialog-close:hover,
.contact-dialog-close:focus-visible {
  border-color: rgba(0, 166, 111, 0.34);
  background: #ffffff;
  transform: rotate(5deg) scale(1.04);
}

.contact-dialog-heading { max-width: 560px; padding-right: 46px; }

.contact-dialog-heading h2 {
  margin: 0 0 8px;
  font-size: clamp(30px, 4.5vw, 46px);
  line-height: 1;
  letter-spacing: -0.04em;
}

.contact-dialog-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

.contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
  margin-top: 28px;
}

.contact-field { display: grid; gap: 7px; min-width: 0; }
.contact-field--wide { grid-column: 1 / -1; }

.contact-field label {
  color: #183329;
  font-size: 13px;
  font-weight: 800;
}

.contact-field label span,
.contact-form-note span { color: #00875b; }

.contact-field input,
.contact-field select,
.contact-field textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(5, 44, 28, 0.16);
  border-radius: 14px;
  outline: none;
  background: rgba(255, 255, 255, 0.86);
  color: var(--text);
  padding: 12px 14px;
  font: inherit;
  font-size: 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

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

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus {
  border-color: var(--green-deep);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(5, 237, 153, 0.14);
}

.contact-field input:user-invalid,
.contact-field textarea:user-invalid {
  border-color: #c83a46;
  box-shadow: 0 0 0 3px rgba(200, 58, 70, 0.1);
}

.contact-form-note {
  margin: -3px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.contact-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.contact-turnstile {
  min-height: 65px;
}

.contact-error {
  margin: 0;
  border: 1px solid rgba(184, 45, 56, 0.24);
  border-radius: 12px;
  background: rgba(255, 239, 241, 0.9);
  color: #8f202b;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
}

.contact-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 1px solid rgba(0, 166, 111, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, #05ed99, #9bffcb);
  color: #03170e;
  padding: 12px 22px;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(0, 166, 111, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.62);
  transition: box-shadow 180ms ease, filter 180ms ease, transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.contact-submit:hover,
.contact-submit:focus-visible {
  filter: saturate(1.06);
  box-shadow: 0 20px 38px rgba(0, 166, 111, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.68);
  transform: translateY(-2px);
}

.contact-submit:active { transform: translateY(0) scale(0.975); }
.contact-submit:disabled { cursor: wait; filter: saturate(0.88); }

.contact-submit-icon {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
}

.contact-submit-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-submit.is-sending .contact-submit-icon {
  border: 2px solid rgba(3, 23, 14, 0.2);
  border-top-color: #03170e;
  border-radius: 999px;
  animation: contactSubmitSpin 680ms linear infinite;
}

.contact-submit.is-sending .contact-submit-icon svg { opacity: 0; }

.contact-success {
  display: grid;
  justify-items: center;
  min-height: 380px;
  align-content: center;
  padding: 30px 12px 12px;
  text-align: center;
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition: opacity 240ms ease, transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
}

.contact-success.is-visible { opacity: 1; transform: translateY(0) scale(1); }

.contact-success-icon {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: linear-gradient(135deg, #05ed99, #b9ffdd);
  color: #033b27;
  box-shadow: 0 18px 46px rgba(0, 166, 111, 0.24);
}

.contact-success-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-success.is-visible .contact-success-icon {
  animation: contactSuccessPop 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.contact-success h3 { margin: 20px 0 6px; font-size: clamp(28px, 4vw, 38px); line-height: 1.05; }
.contact-success p { margin: 0; color: var(--muted); }

.contact-success button {
  min-width: 150px;
  min-height: 46px;
  margin-top: 24px;
  border: 1px solid rgba(0, 166, 111, 0.3);
  border-radius: 999px;
  background: #ffffff;
  color: var(--text);
  padding: 10px 22px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

@keyframes contactSubmitSpin { to { transform: rotate(360deg); } }

@keyframes contactSuccessPop {
  0% { opacity: 0; transform: scale(0.65) rotate(-8deg); }
  70% { opacity: 1; transform: scale(1.08) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}

@media (max-width: 620px) {
  .contact-modal {
    align-items: start;
    padding: 12px 10px max(10px, env(safe-area-inset-bottom));
  }

  .contact-dialog {
    width: 100%;
    max-height: none;
    align-self: start;
    overflow: visible;
    border-radius: 26px;
    padding: 28px 18px 22px;
    transform: translateY(42px) scale(0.98);
  }

  .contact-dialog-close { top: 14px; right: 14px; }
  .contact-dialog-heading { padding-right: 42px; }
  .contact-dialog-heading h2 { font-size: 31px; }

  .contact-form {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 22px;
  }

  .contact-field--wide { grid-column: auto; }
  .contact-success { min-height: 420px; }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    animation: none !important;
  }

  .cookie-preferences-modal,
  .cookie-preferences-dialog,
  .cookie-button,
  .cookie-switch > span:last-child,
  .cookie-switch > span:last-child::after {
    transition-duration: 0.01ms !important;
  }

  .contact-modal,
  .contact-dialog,
  .contact-success,
  .contact-submit,
  .contact-dialog-close {
    transition-duration: 0.01ms !important;
  }

  .contact-submit.is-sending .contact-submit-icon,
  .contact-success.is-visible .contact-success-icon {
    animation: none !important;
  }

  .productivity-heading {
    --productivity-heading-opacity: 1 !important;
    --productivity-heading-entry-y: 0px !important;
    will-change: auto;
  }

  .productivity-item {
    --stack-scale: 1 !important;
    will-change: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  [data-reveal] {
    opacity: 1;
    transform: none;
  }

  .hero-aurora::after {
    animation: none;
  }

  .logo-track {
    animation: none;
    transform: none;
  }

  .dashboard {
    transform: none;
  }

  .final-cta-media img {
    transform: translateX(var(--tablet-shift-x));
  }
}

/* Mobile hardening: navegação, viewport e superfícies fixas. */
.nav-toggle {
  display: none;
}

@media (max-width: 720px) {
  html {
    overflow-x: clip;
  }

  body {
    min-width: 0;
  }

  img,
  video {
    max-width: 100%;
  }

  .hero {
    padding-right: max(14px, env(safe-area-inset-right));
    padding-left: max(14px, env(safe-area-inset-left));
  }

  .site-header {
    top: max(10px, env(safe-area-inset-top));
    right: max(12px, env(safe-area-inset-right));
    left: max(12px, env(safe-area-inset-left));
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    width: auto;
    max-width: none;
    gap: 6px;
    margin: 0;
    padding: 7px;
    border-radius: 28px;
    transform: none;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
    width: min(132px, 100%);
    min-height: 44px;
    padding-left: 7px;
  }

  .brand-logo {
    width: min(128px, 100%);
    max-height: 38px;
  }

  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(5, 44, 28, 0.13);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: var(--text);
    padding: 0;
    cursor: pointer;
  }

  .nav-toggle-lines,
  .nav-toggle-lines i {
    display: block;
  }

  .nav-toggle-lines {
    position: relative;
    width: 20px;
    height: 14px;
  }

  .nav-toggle-lines i {
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: top 180ms ease, transform 180ms ease;
  }

  .nav-toggle-lines i:first-child {
    top: 3px;
  }

  .nav-toggle-lines i:last-child {
    top: 9px;
  }

  .site-header.is-menu-open .nav-toggle-lines i:first-child {
    top: 6px;
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .nav-toggle-lines i:last-child {
    top: 6px;
    transform: rotate(-45deg);
  }

  .header-action {
    grid-column: 3;
    grid-row: 1;
    width: 44px;
    min-height: 44px;
    padding: 0;
  }

  .header-action > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .header-action-icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }

  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    display: none;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    gap: 2px;
    overflow: visible;
    border-radius: 21px;
    padding: 6px;
  }

  .site-header.is-menu-open .nav-links {
    display: flex;
  }

  .nav-cursor {
    display: none;
  }

  .nav-links a {
    flex: none;
    justify-content: flex-start;
    width: 100%;
    min-height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .nav-links a.is-active {
    background: linear-gradient(180deg, rgba(184, 255, 198, 0.96), rgba(119, 238, 179, 0.9));
  }

  .hero-content {
    width: 100%;
    max-width: 640px;
    padding-top: 96px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 76px);
  }

  .cookie-banner {
    right: max(10px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    left: max(10px, env(safe-area-inset-left));
    grid-template-columns: 42px minmax(0, 1fr);
    width: auto;
    max-height: calc(100dvh - 20px);
    align-items: start;
    overflow-y: auto;
    transform: none;
    animation: none;
  }

  .cookie-banner-copy {
    min-width: 0;
  }

  .cookie-banner-copy p {
    overflow-wrap: anywhere;
  }

  .cookie-banner-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .cookie-button {
    width: 100%;
    min-height: 48px;
  }

  .cookie-banner-actions .cookie-button--primary {
    grid-column: 1 / -1;
    order: -1;
  }

  .contact-field input,
  .contact-field select,
  .contact-field textarea {
    min-height: 50px;
    font-size: 16px;
  }

  .contact-turnstile {
    display: grid;
    justify-items: center;
    width: 100%;
  }
}

@media (max-width: 360px) {
  .site-header {
    right: 8px;
    left: 8px;
  }

  .brand {
    width: min(118px, 100%);
  }

  .brand-logo {
    width: min(114px, 100%);
  }

  .hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  .cookie-banner {
    right: 8px;
    left: 8px;
    padding: 13px;
  }

  .cookie-banner-actions {
    grid-template-columns: 1fr;
  }

  .cookie-banner-actions .cookie-button {
    grid-column: 1 / -1;
  }
}
