html,
body {
  margin: 0;
  min-height: 100%;
  background: #050f1f;
}

body {
  overflow-x: hidden;
}

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

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

.page {
  --wd-blue-900: #050f1f;
  --wd-blue-850: #071833;
  --wd-blue-800: #0a2344;
  --wd-text: #f7fbff;
  --wd-soft: #d7e9ed;
  --wd-orange: #ff7a1f;
  --wd-orange-soft: #ffd0a8;
  --wd-amber: #24d296;
  --wd-amber-bright: #8be8c1;
  --wd-amber-deep: #0b8d72;
  --wd-brand-orange: #ff7a1f;
  --wd-brand-orange-soft: #ffd0a8;
  --wd-green: #24d296;
  --wd-green-soft: #8be8c1;
  --wd-proof-text: #f7fbff;
  --wd-proof-muted: rgba(255, 255, 255, .7);
  --wd-proof-label: rgba(255, 255, 255, .88);
  --wd-proof-panel: linear-gradient(180deg, #063145 0%, var(--wd-blue-850) 100%);
  --wd-proof-panel-hover: linear-gradient(180deg, #0b4260 0%, var(--wd-blue-850) 100%);
  --wd-proof-wash: rgba(36, 210, 150, .13);
  min-height: 100vh;
  background:
    radial-gradient(circle at 68% 8%, rgba(28, 80, 150, .2), transparent 36%),
    var(--wd-blue-900);
  color: #f7fbff;
  font-family: Arial, sans-serif;
}

html[data-landing-theme="teal"] .page {
  --wd-amber: #24d296;
  --wd-amber-bright: #8be8c1;
  --wd-amber-deep: #0b8d72;
  --wd-green: #24d296;
  --wd-green-soft: #b9f7df;
  --wd-proof-panel: linear-gradient(180deg, #063145 0%, #071833 100%);
  --wd-proof-panel-hover: linear-gradient(180deg, #0b4260 0%, #071833 100%);
  --wd-proof-wash: rgba(36, 210, 150, .13);
}

html[data-landing-theme="sapphire"] .page {
  --wd-amber: #68b7ff;
  --wd-amber-bright: #b9dcff;
  --wd-amber-deep: #2e68b9;
  --wd-green: #24d296;
  --wd-green-soft: #8be8c1;
  --wd-proof-panel: linear-gradient(180deg, #0b2c63 0%, #071833 100%);
  --wd-proof-panel-hover: linear-gradient(180deg, #123a7a 0%, #071833 100%);
  --wd-proof-wash: rgba(104, 183, 255, .13);
}

html[data-landing-theme="graphite"] .page {
  --wd-amber: #b8c4d4;
  --wd-amber-bright: #e1e8f0;
  --wd-amber-deep: #6f7d8c;
  --wd-green: #8be8c1;
  --wd-green-soft: #c9f8e8;
  --wd-proof-panel: linear-gradient(180deg, #101827 0%, #071221 100%);
  --wd-proof-panel-hover: linear-gradient(180deg, #172237 0%, #071221 100%);
  --wd-proof-wash: rgba(216, 199, 163, .1);
}

.hero {
  position: relative;
  min-height: 88vh;
  overflow: hidden;
  clip-path: inset(0);
  display: grid;
  align-items: end;
  padding: 28px clamp(20px, 5vw, 72px) 70px;
  isolation: isolate;
}

.heroImage {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
  z-index: -2;
  transform: translateZ(0) scale(1.04);
  will-change: transform;
}

.heroShade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(3, 9, 20, .96) 0%, rgba(5, 15, 31, .76) 42%, rgba(5, 15, 31, .42) 100%),
    linear-gradient(0deg, var(--wd-blue-900) 0%, rgba(5, 15, 31, 0) 34%);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 62px;
  padding: 0 34px;
  border-bottom: 0;
  background: rgba(5, 15, 31, .88);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .16);
  animation: nav-drop .46s ease both;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  color: var(--wd-text);
  text-decoration: none;
}

.platformLogo {
  position: relative;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  animation: header-logo-spin 5.8s cubic-bezier(.2, .72, .16, 1) .35s both, header-logo-breathe 7s ease-in-out 6.2s infinite;
}

.platformLogo span {
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid rgba(255, 255, 255, .46);
  border-radius: 4px;
  background: linear-gradient(145deg, rgba(43, 196, 140, .96), rgba(6, 184, 135, .78));
  box-shadow: 0 8px 18px rgba(0, 0, 0, .28), 0 0 20px rgba(43, 196, 140, .28);
}

.logoNorth {
  left: 9px;
  top: 0;
  animation: header-square-north 5.8s cubic-bezier(.2, .72, .16, 1) .35s both, header-square-north-loop 7s ease-in-out 6.2s infinite;
}

.logoEast {
  right: 0;
  top: 9px;
  animation: header-square-east 5.8s cubic-bezier(.2, .72, .16, 1) .5s both, header-square-east-loop 7s ease-in-out 6.2s infinite;
}

.logoSouth {
  left: 9px;
  bottom: 0;
  animation: header-square-south 5.8s cubic-bezier(.2, .72, .16, 1) .65s both, header-square-south-loop 7s ease-in-out 6.2s infinite;
}

.logoWest {
  left: 0;
  top: 9px;
  animation: header-square-west 5.8s cubic-bezier(.2, .72, .16, 1) .8s both, header-square-west-loop 7s ease-in-out 6.2s infinite;
}

.brandWordmark {
  position: relative;
  overflow: visible;
  color: #f8fbff;
  font-size: 18px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.16;
  text-shadow: 0 0 16px rgba(255, 255, 255, .12);
  isolation: isolate;
}

.brandWordmark span,
.brandWordmark em {
  position: relative;
  z-index: 1;
  color: transparent;
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  animation: header-text-shimmer 5.8s ease-in-out 1.2s infinite;
}

.brandWordmark span {
  background-image: linear-gradient(110deg, #f8fbff 0%, #f8fbff 34%, #bfffe9 46%, #ffffff 52%, #f8fbff 66%, #f8fbff 100%);
}

.brandWordmark em {
  background-image: linear-gradient(110deg, var(--wd-orange) 0%, var(--wd-orange) 34%, var(--wd-orange-soft) 47%, #ffffff 52%, #ff8d3d 66%, var(--wd-orange) 100%);
  font-style: normal;
  text-shadow: 0 0 15px rgba(255, 122, 31, .24);
}

.navLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: var(--wd-soft);
  font-size: 14px;
}

.navLinks a {
  position: relative;
  padding: 8px 0;
  color: inherit;
  text-decoration: none;
  transition: color .18s ease;
}

.navLinks a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: var(--wd-orange);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .18s ease;
}

.navLinks a:hover,
.navLinks a[aria-current="page"] {
  color: var(--wd-text);
}

.navLinks a:hover::after,
.navLinks a[aria-current="page"]::after {
  transform: scaleX(1);
}

.navButtons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 8px;
  padding: 0 17px;
  background: transparent;
  color: var(--wd-text);
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}

.button.primary {
  border-color: var(--wd-orange);
  background: var(--wd-orange);
  color: #041014;
  box-shadow: 0 14px 30px rgba(255, 122, 31, .22);
}

.button.login {
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--wd-soft);
  box-shadow: none;
  padding-inline: 10px;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(139, 232, 193, .62);
  background: rgba(139, 232, 193, .12);
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22);
}

.button.login:hover,
.button.login:focus-visible {
  border: 0;
  outline: 0;
  background: rgba(139, 232, 193, .08);
  color: var(--wd-text);
  box-shadow: none;
}

.button.primary:hover,
.button.primary:focus-visible,
.button.is-pressed {
  border-color: var(--wd-green-soft);
  background: var(--wd-green-soft);
  color: #031018;
  box-shadow: 0 20px 38px rgba(139, 232, 193, .26), 0 0 0 4px rgba(139, 232, 193, .08);
}

.floatingTry {
  position: fixed;
  right: clamp(18px, 3.2vw, 42px);
  bottom: clamp(18px, 3.2vw, 36px);
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid rgba(255, 122, 31, .5);
  border-radius: 999px;
  padding: 0 22px;
  background:
    linear-gradient(135deg, rgba(255, 122, 31, .96), rgba(255, 138, 55, .98));
  color: #031018;
  font-size: 14px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(255, 122, 31, .28), 0 0 0 1px rgba(255, 255, 255, .08) inset;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 18px, 0) scale(.96);
  transition: opacity .22s ease, transform .22s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.floatingTry.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.floatingTry:hover,
.floatingTry:focus-visible {
  border-color: rgba(139, 232, 193, .76);
  background:
    linear-gradient(135deg, var(--wd-orange), var(--wd-green-soft));
  box-shadow: 0 22px 54px rgba(36, 210, 150, .24), 0 0 0 4px rgba(255, 122, 31, .08);
  transform: translate3d(0, -3px, 0) scale(1.01);
}

.floatingTry svg {
  flex: 0 0 auto;
}


@keyframes header-logo-spin {
  0%, 28% { transform: rotate(0deg) scale(.92); }
  52% { transform: rotate(180deg) scale(1.08); }
  78% { transform: rotate(360deg) scale(.96); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes header-logo-breathe {
  0%, 100% { transform: rotate(360deg) scale(1); }
  42% { transform: rotate(430deg) scale(1.04); }
  72% { transform: rotate(540deg) scale(.98); }
}

@keyframes header-square-north {
  0% { transform: translateY(-24px) rotate(-90deg); opacity: 0; }
  26% { opacity: 1; }
  72% { transform: translateY(2px) rotate(10deg); }
  100% { transform: translateY(0) rotate(0deg); opacity: 1; }
}

@keyframes header-square-east {
  0% { transform: translateX(24px) rotate(90deg); opacity: 0; }
  26% { opacity: 1; }
  72% { transform: translateX(-2px) rotate(-10deg); }
  100% { transform: translateX(0) rotate(0deg); opacity: 1; }
}

@keyframes header-square-south {
  0% { transform: translateY(24px) rotate(90deg); opacity: 0; }
  26% { opacity: 1; }
  72% { transform: translateY(-2px) rotate(-10deg); }
  100% { transform: translateY(0) rotate(0deg); opacity: 1; }
}

@keyframes header-square-west {
  0% { transform: translateX(-24px) rotate(-90deg); opacity: 0; }
  26% { opacity: 1; }
  72% { transform: translateX(2px) rotate(10deg); }
  100% { transform: translateX(0) rotate(0deg); opacity: 1; }
}

@keyframes header-square-north-loop {
  0%, 16%, 100% { transform: translate(0, 0) rotate(0deg); }
  34% { transform: translateY(-3px) rotate(-7deg); }
  58% { transform: translateY(1px) rotate(4deg); }
}

@keyframes header-square-east-loop {
  0%, 16%, 100% { transform: translate(0, 0) rotate(0deg); }
  34% { transform: translateX(3px) rotate(7deg); }
  58% { transform: translateX(-1px) rotate(-4deg); }
}

@keyframes header-square-south-loop {
  0%, 16%, 100% { transform: translate(0, 0) rotate(0deg); }
  34% { transform: translateY(3px) rotate(7deg); }
  58% { transform: translateY(-1px) rotate(-4deg); }
}

@keyframes header-square-west-loop {
  0%, 16%, 100% { transform: translate(0, 0) rotate(0deg); }
  34% { transform: translateX(-3px) rotate(-7deg); }
  58% { transform: translateX(1px) rotate(4deg); }
}

@keyframes header-orbit-loop {
  0%, 14%, 100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(.94);
    opacity: 0;
    border-top-color: rgba(255, 194, 72, .1);
  }
  24% {
    opacity: .9;
    border-top-color: rgba(255, 194, 72, .92);
  }
  74% {
    transform: translate(-50%, -50%) rotate(620deg) scale(1.08);
    opacity: .72;
    border-top-color: rgba(255, 194, 72, .88);
  }
  86% {
    transform: translate(-50%, -50%) rotate(720deg) scale(1);
    opacity: 0;
  }
}

@keyframes header-text-shimmer {
  0%, 100% { background-position: 0% 50%; }
  48% { background-position: 100% 50%; }
}

@keyframes landing-logo-spin {
  0%, 28% { transform: rotate(0deg) scale(.92); }
  52% { transform: rotate(180deg) scale(1.08); }
  78% { transform: rotate(360deg) scale(.96); }
  100% { transform: rotate(360deg) scale(1); }
}

@keyframes landing-logo-breathe {
  0%, 100% { transform: rotate(360deg) scale(1); }
  42% { transform: rotate(430deg) scale(1.04); }
  72% { transform: rotate(540deg) scale(.98); }
}

@keyframes landing-square-north {
  0% { transform: translateY(-24px) rotate(-90deg); opacity: 0; }
  26% { opacity: 1; }
  72% { transform: translateY(2px) rotate(10deg); }
  100% { transform: translateY(0) rotate(0deg); opacity: 1; }
}

@keyframes landing-square-east {
  0% { transform: translateX(24px) rotate(90deg); opacity: 0; }
  26% { opacity: 1; }
  72% { transform: translateX(-2px) rotate(-10deg); }
  100% { transform: translateX(0) rotate(0deg); opacity: 1; }
}

@keyframes landing-square-south {
  0% { transform: translateY(24px) rotate(90deg); opacity: 0; }
  26% { opacity: 1; }
  72% { transform: translateY(-2px) rotate(-10deg); }
  100% { transform: translateY(0) rotate(0deg); opacity: 1; }
}

@keyframes landing-square-west {
  0% { transform: translateX(-24px) rotate(-90deg); opacity: 0; }
  26% { opacity: 1; }
  72% { transform: translateX(2px) rotate(10deg); }
  100% { transform: translateX(0) rotate(0deg); opacity: 1; }
}

@keyframes landing-square-north-loop {
  0%, 16%, 100% { transform: translate(0, 0) rotate(0deg); }
  34% { transform: translate(-4px, -8px) rotate(-14deg); }
  58% { transform: translate(4px, -5px) rotate(20deg); }
  78% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes landing-square-east-loop {
  0%, 16%, 100% { transform: translate(0, 0) rotate(0deg); }
  34% { transform: translate(8px, -4px) rotate(14deg); }
  58% { transform: translate(5px, 4px) rotate(-20deg); }
  78% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes landing-square-south-loop {
  0%, 16%, 100% { transform: translate(0, 0) rotate(0deg); }
  34% { transform: translate(4px, 8px) rotate(-14deg); }
  58% { transform: translate(-4px, 5px) rotate(20deg); }
  78% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes landing-square-west-loop {
  0%, 16%, 100% { transform: translate(0, 0) rotate(0deg); }
  34% { transform: translate(-8px, 4px) rotate(14deg); }
  58% { transform: translate(-5px, -4px) rotate(-20deg); }
  78% { transform: translate(0, 0) rotate(0deg); }
}

@keyframes landing-text-shimmer {
  0%, 58%, 100% {
    background-position: 130% 50%;
  }
  74% {
    background-position: 45% 50%;
  }
  86% {
    background-position: -20% 50%;
  }
}

@keyframes landing-button-glass-sweep {
  0%, 58%, 100% {
    opacity: 0;
    transform: translateX(-118%) skewX(-16deg);
  }
  66% {
    opacity: .82;
  }
  78% {
    opacity: 0;
    transform: translateX(118%) skewX(-16deg);
  }
}

@keyframes landing-clock-quarter-turn {
  0%,
  12% {
    transform: rotate(0deg);
  }
  25%,
  37% {
    transform: rotate(90deg);
  }
  50%,
  62% {
    transform: rotate(180deg);
  }
  75%,
  87% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes landing-language-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.primaryAction,
.secondaryAction {
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 18px;
  font: inherit;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.primaryAction:hover,
.secondaryAction:hover {
  transform: translateY(-2px);
}

.themePicker {
  position: absolute;
  right: clamp(20px, 5vw, 72px);
  top: 82px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: min(260px, calc(100vw - 40px));
  opacity: .76;
  transition: opacity .18s ease;
}

.themePicker:hover {
  opacity: 1;
}

.themeButton,
.themeButtonActive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 28px;
  min-width: 28px;
  min-height: 28px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  padding: 0;
  background: rgba(5, 15, 31, .38);
  color: #d7e9ed;
  font: 800 12px/1 Arial, sans-serif;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.themeButton:hover,
.themeButtonActive {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--wd-amber) 58%, white 18%);
  background: rgba(5, 15, 31, .72);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--wd-amber) 18%, transparent);
}

.themeSwatch {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  box-shadow: 0 0 14px rgba(255, 255, 255, .12);
}

.themeLabel {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.themeSwatchchampagne {
  background: linear-gradient(135deg, #d8c7a3, #24d296);
}

.themeSwatchteal {
  background: linear-gradient(135deg, #24d296, #b9f7df);
}

.themeSwatchsapphire {
  background: linear-gradient(135deg, #68b7ff, #24d296);
}

.themeSwatchgraphite {
  background: linear-gradient(135deg, #d8c7a3, #101827);
}

.heroContent {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.eyebrow,
.sectionKicker {
  margin: 0;
  color: var(--wd-green-soft);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1,
.splitSection h2,
.productIntro h2,
.cta h2 {
  margin: 14px 0 0;
  font-size: clamp(36px, 4.4vw, 56px);
  line-height: 1;
  letter-spacing: 0;
}

.lede {
  max-width: 590px;
  margin: 22px 0 0;
  color: #d7e9ed;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.38;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.primaryAction {
  position: relative;
  overflow: hidden;
  background: var(--wd-brand-orange);
  color: #041116;
  box-shadow: 0 14px 30px rgba(255, 122, 31, .22);
}

.primaryAction:hover {
  box-shadow: 0 18px 38px rgba(255, 122, 31, .3);
}

.primaryAction::after {
  content: "";
  position: absolute;
  inset: -42% -28%;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 36%, rgba(255, 255, 255, .28) 44%, rgba(255, 255, 255, .84) 50%, rgba(255, 255, 255, .24) 56%, transparent 66%);
  opacity: 0;
  transform: translateX(-118%) skewX(-16deg);
  animation: landing-button-glass-sweep 5.4s ease-in-out 1.4s infinite;
  mix-blend-mode: screen;
}

.secondaryAction {
  border: 1px solid rgba(139, 232, 193, .28);
  color: #f7fbff;
  background: rgba(255, 255, 255, .04);
}

.proofBand {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  border-bottom: 1px solid rgba(9, 34, 54, .2);
  background: rgba(9, 32, 51, .92);
  overflow: hidden;
}

.proofCard {
  position: relative;
  min-height: 150px;
  padding: 24px clamp(20px, 5vw, 72px);
  background:
    radial-gradient(circle at 20% 10%, var(--wd-proof-wash), transparent 34%),
    var(--wd-proof-panel);
  overflow: hidden;
  transition: background .24s ease, transform .24s ease;
}

.proofCard::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--wd-green), var(--wd-brand-orange));
  transform: scaleX(.26);
  transform-origin: left;
  opacity: .86;
  transition: transform .28s ease;
}

.proofCard:hover {
  transform: translateY(-3px);
  background:
    radial-gradient(circle at 20% 16%, var(--wd-proof-wash), transparent 40%),
    var(--wd-proof-panel-hover);
}

.proofCard:hover::after {
  transform: scaleX(.86);
}

.proofCard::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 122, 31, .16), rgba(36, 210, 150, .11) 48%, rgba(255, 122, 31, .06));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .34s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.proofCard:hover::before {
  transform: scaleX(1);
}

.proofCard > * {
  position: relative;
  z-index: 1;
  transition: color .2s ease, transform .24s ease;
}

.proofCard:hover > * {
  transform: translateX(5px);
}

.proofCard::after {
  z-index: 1;
}

.proofBand strong {
  display: block;
  color: var(--wd-amber-bright);
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1;
  text-shadow: 0 8px 26px rgba(9, 34, 54, .22);
}

.proofBand span {
  display: block;
  margin-top: 9px;
  color: var(--wd-proof-label);
  font-size: 14px;
  font-weight: 760;
  text-transform: uppercase;
}

.proofCard p {
  max-width: 340px;
  margin: 16px 0 0;
  color: var(--wd-proof-muted);
  font-size: 15px;
  line-height: 1.4;
}

.languageTicker strong {
  animation: landing-language-rise .48s ease both;
}

.languageTicker span {
  animation: landing-language-rise .48s ease .05s both;
}

.briefTime {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.briefTime strong {
  min-width: 120px;
  font-variant-numeric: tabular-nums;
}

.briefTime em {
  color: var(--wd-proof-label);
  font-size: 15px;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.briefProgressTrack {
  width: min(230px, 100%);
  height: 5px;
  margin-top: 16px;
  border-radius: 999px;
  background: rgba(9, 32, 51, .24);
  overflow: hidden;
}

.briefProgressTrack i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--wd-green), var(--wd-green-soft));
  box-shadow: 0 0 18px rgba(36, 210, 150, .26);
  transition: width .1s linear;
}

.splitSection,
.featuresSection,
.productBand,
.cta {
  padding: 64px clamp(20px, 5vw, 72px);
}

.splitSection {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 520px);
  gap: 42px;
  align-items: end;
  background:
    radial-gradient(circle at 88% 10%, rgba(28, 80, 150, .16), transparent 30%),
    var(--wd-blue-850);
  color: #fff;
}

.splitSection .sectionKicker {
  color: var(--wd-green-soft);
}

.splitSection h2 {
  color: #fff;
  text-shadow: none;
}

.splitSection h2,
.productIntro h2,
.cta h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.splitSection p:last-child,
.cta p {
  margin: 0;
  color: #c6dbe0;
  font-size: 18px;
  line-height: 1.45;
}

.splitSection p:last-child {
  color: #c6dbe0;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0 clamp(20px, 5vw, 72px) 82px;
  counter-reset: workflow;
  background:
    radial-gradient(circle at 82% 16%, rgba(28, 80, 150, .12), transparent 32%),
    var(--wd-blue-850);
  color: #f7fbff;
}

.steps article {
  position: relative;
  min-height: 214px;
  border-top: 1px solid rgba(139, 232, 193, .18);
  padding: 28px 34px 0 0;
  background: transparent;
  transition: transform .2s ease;
}

.steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 18px;
  top: -5px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--wd-brand-orange);
  box-shadow: 0 0 18px rgba(255, 122, 31, .24);
}

.steps article:hover {
  transform: translateY(-4px);
}

.stepIcon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-top: 18px;
  border: 1px solid rgba(255, 122, 31, .32);
  border-radius: 999px;
  color: var(--wd-brand-orange);
  background: rgba(255, 122, 31, .08);
}

.stepNumber {
  display: block;
  color: var(--wd-brand-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
}

.steps h3,
.products h3 {
  margin: 22px 0 0;
  color: #f7fbff;
  font-size: 21px;
  line-height: 1.08;
}

.steps p,
.products p {
  margin: 14px 0 0;
  color: #b8cbd3;
  font-size: 15px;
  line-height: 1.45;
}

.productBand {
  background:
    radial-gradient(circle at 88% 0%, rgba(201, 121, 43, .1), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, #edf4f7 100%);
  color: #102027;
}

.productIntro {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  max-width: 900px;
}

.productIntro svg {
  flex: 0 0 auto;
  margin-top: 8px;
  color: var(--wd-brand-orange);
}

.products {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(6, 44, 52, .14);
}

.products article {
  display: grid;
  grid-template-columns: 170px minmax(180px, 260px) minmax(0, 1fr);
  align-items: baseline;
  gap: 24px;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(6, 44, 52, .12);
  border-radius: 0;
  padding: 24px 0;
  background: transparent;
  transition: background .2s ease, padding-left .2s ease;
}

.products article:hover {
  padding-left: 10px;
  background: rgba(10, 35, 52, .05);
}

.featuresSection {
  display: grid;
  grid-template-columns: minmax(300px, 520px) minmax(0, 1fr);
  gap: 42px;
  align-items: start;
  border-top: 1px solid rgba(97, 151, 182, .2);
  background:
    radial-gradient(circle at 8% 18%, rgba(28, 80, 150, .16), transparent 30%),
    var(--wd-blue-850);
}

.featuresIntro h2 {
  margin: 14px 0 0;
  max-width: 520px;
  color: #fff;
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.03;
}

.featuresIntro p:last-child {
  max-width: 500px;
  margin: 18px 0 0;
  color: #c6dbe0;
  font-size: 17px;
  line-height: 1.48;
}

.featureGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid rgba(139, 232, 193, .18);
}

.featureGrid article {
  position: relative;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  overflow: hidden;
  min-height: 0;
  border: 0;
  border-bottom: 1px solid rgba(139, 232, 193, .16);
  border-radius: 0;
  padding: 22px 0;
  background: transparent;
  transition: padding-left .24s ease, border-color .24s ease;
}

.featureGrid article::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(90deg, rgba(255, 122, 31, .16), rgba(36, 210, 150, .11) 48%, rgba(255, 122, 31, .06));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .34s cubic-bezier(.2, .8, .2, 1);
  pointer-events: none;
}

.featureGrid article::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--wd-brand-orange), var(--wd-green-soft));
  opacity: 0;
  transition: opacity .24s ease;
}

.featureGrid article:hover {
  padding-left: 16px;
  border-color: rgba(255, 122, 31, .28);
}

.featureGrid article:hover::before {
  transform: scaleX(1);
}

.featureGrid article:hover::after {
  opacity: 1;
}

.featureGrid span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(36, 210, 150, .28);
  border-radius: 999px;
  background: rgba(36, 210, 150, .08);
  transition: border-color .22s ease, background .22s ease, color .22s ease, transform .24s ease;
}

.featureGrid svg {
  color: var(--wd-green-soft);
}

.featureGrid article:hover span {
  border-color: rgba(255, 122, 31, .62);
  background: rgba(255, 122, 31, .12);
  transform: translateX(4px);
}

.featureGrid h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1.1;
  transition: color .2s ease, transform .24s ease;
}

.featureGrid p {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #abc3ca;
  font-size: 15px;
  line-height: 1.45;
  transition: color .2s ease, transform .24s ease;
}

.featureGrid article:hover h3 {
  color: var(--wd-brand-orange-soft);
  transform: translateX(4px);
}

.featureGrid article:hover p {
  color: #f7fbff;
  transform: translateX(4px);
}

.products span {
  color: var(--wd-brand-orange);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.productBand .sectionKicker {
  color: var(--wd-brand-orange);
}

.products h3 {
  margin: 0;
  color: #102027;
}

.products p {
  margin: 0;
  color: #52676d;
}

.cta {
  min-height: 360px;
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background:
    linear-gradient(110deg, #071833 0%, #0a2344 58%, #10182b 100%);
}

.cta h2 {
  max-width: 860px;
}

.cta h2 span {
  color: var(--wd-brand-orange);
}

.cta svg {
  color: var(--wd-brand-orange);
}

.clockSparkleWrap {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  transform-origin: center;
  animation: landing-clock-quarter-turn 8s ease-in-out infinite;
}

.clockSparkle {
  display: block;
}

.cta p {
  max-width: 640px;
  margin-top: 14px;
}

.cta .primaryAction {
  margin-top: 28px;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(139, 232, 193, .14);
  padding: 22px clamp(20px, 5vw, 72px);
  background: #041116;
  color: #8eaab2;
  font-size: 13px;
}

.footer p {
  margin: 0;
}

.footer strong {
  color: #f8fbff;
}

.footer strong span {
  color: var(--wd-brand-orange);
}

.footer a {
  color: var(--wd-green-soft);
  font-weight: 760;
  text-decoration: none;
}

.footer a:hover {
  color: var(--wd-brand-orange);
}

.modalBackdrop {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(2, 8, 13, .74);
  backdrop-filter: blur(10px);
}

.modalBackdrop[hidden] {
  display: none;
}

.contactModal {
  position: relative;
  width: min(680px, calc(100vw - 48px));
  max-height: calc(100dvh - 48px);
  overflow: auto;
  scrollbar-gutter: stable;
  border: 1px solid rgba(139, 232, 193, .22);
  border-radius: 8px;
  padding: clamp(24px, 3vw, 34px);
  background:
    linear-gradient(145deg, rgba(11, 38, 52, .98), rgba(5, 20, 31, .98)),
    #081925;
  box-shadow: 0 30px 90px rgba(0, 0, 0, .42);
  text-align: left;
}

.modalClose {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .04);
  color: #d7e9ed;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.modalClose:hover,
.modalClose:focus-visible {
  border-color: rgba(139, 232, 193, .42);
  background: rgba(139, 232, 193, .1);
  color: #ffffff;
}

.contactModal h2 {
  max-width: 560px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 38px);
  line-height: 1.08;
}

.modalKicker {
  margin: 0;
  color: #d7e9ed;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.modalKicker span {
  color: var(--wd-brand-orange);
}

.modalIntro,
.confirmationState p {
  max-width: 590px;
  margin: 16px 0 0;
  color: #c6dbe0;
  font-size: 16px;
  line-height: 1.45;
}

.contactForm {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 14px;
  margin-top: 26px;
}

.contactForm label {
  display: grid;
  min-width: 0;
  gap: 8px;
  color: #b2c8cf;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .045em;
  text-transform: uppercase;
}

.contactForm input,
.contactForm select,
.contactForm textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid rgba(139, 232, 193, .18);
  border-radius: 8px;
  min-height: 44px;
  padding: 12px 13px;
  background: rgba(2, 12, 19, .72);
  color: #f7fbff;
  font: 600 15px/1.3 Arial, sans-serif;
  outline: none;
}

.contactForm select {
  appearance: none;
  padding-right: 36px;
  background:
    linear-gradient(45deg, transparent 50%, #8be8c1 50%) right 18px center / 6px 6px no-repeat,
    linear-gradient(135deg, #8be8c1 50%, transparent 50%) right 13px center / 6px 6px no-repeat,
    rgba(2, 12, 19, .72);
}

.contactForm textarea {
  min-height: 102px;
  resize: vertical;
}

.contactForm input:focus,
.contactForm select:focus,
.contactForm textarea:focus {
  border-color: rgba(36, 210, 150, .72);
  box-shadow: 0 0 0 3px rgba(36, 210, 150, .12);
}

.fullField {
  grid-column: 1 / -1;
}

.modalFooter {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 2px;
}

.contactForm .primaryAction {
  flex: 0 0 auto;
  min-width: 132px;
  background: #ff7a1f;
  color: #041116;
  box-shadow: 0 14px 34px rgba(255, 122, 31, .24);
}

.emailFallback {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #b9f7df;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.emailFallback:hover,
.emailFallback:focus-visible {
  color: #ffffff;
  text-decoration: none;
}

.confirmationState {
  display: grid;
  justify-items: start;
  padding: 12px 0 4px;
}

.confirmationState .primaryAction {
  margin-top: 24px;
}

@media (max-width: 820px) {
  .nav {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
  }

  .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .navLinks {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .navButtons {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    flex-wrap: wrap;
    justify-self: end;
    justify-content: flex-end;
    width: auto;
    max-width: 220px;
    gap: 7px;
  }

  .hero {
    min-height: 70vh;
    padding-bottom: 46px;
  }

  .nav {
    align-items: flex-start;
  }

  .themePicker {
    left: 20px;
    right: auto;
    top: 78px;
    justify-content: flex-start;
    max-width: calc(100vw - 40px);
  }

  .themeButton,
  .themeButtonActive {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    padding: 0;
  }

  .navButtons .button {
    width: auto;
    min-height: 38px;
    padding: 0 13px;
    font-size: 13px;
  }

  .navButtons .button.login {
    padding-inline: 6px;
  }

  .floatingTry {
    left: 50%;
    right: auto;
    bottom: 14px;
    min-height: 46px;
    padding-inline: 20px;
    transform: translate3d(-50%, 18px, 0) scale(.96);
  }

  .floatingTry.is-visible {
    transform: translate3d(-50%, 0, 0) scale(1);
  }

  .floatingTry:hover,
  .floatingTry:focus-visible {
    transform: translate3d(-50%, -3px, 0) scale(1.01);
  }

  .proofBand,
  .steps,
  .products,
  .featuresSection,
  .featureGrid,
  .splitSection {
    grid-template-columns: 1fr;
  }

  .proofCard {
    min-height: 136px;
    padding: 22px 20px;
  }

  .steps {
    padding-bottom: 54px;
  }

  .steps article {
    min-height: 0;
    border-top: 0;
    border-left: 1px solid rgba(12, 63, 91, .18);
    padding: 0 0 32px 22px;
  }

  .steps article:not(:last-child)::after {
    left: -5px;
    right: auto;
    top: 4px;
  }

  .stepIcon {
    margin-top: 14px;
  }

  .products article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .featureGrid article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }

  .contactModal {
    width: min(100%, calc(100vw - 28px));
    max-height: calc(100dvh - 20px);
    padding: 22px 18px;
  }

  .contactModal h2 {
    font-size: 28px;
  }

  .modalIntro,
  .confirmationState p {
    margin-top: 12px;
    font-size: 15px;
  }

  .contactForm {
    grid-template-columns: 1fr;
    row-gap: 12px;
    margin-top: 20px;
  }

  .contactForm textarea {
    min-height: 84px;
  }

  .modalFooter {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .contactForm .primaryAction {
    width: 100%;
  }

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