*{
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body{
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 15px/1.65 var(--body);
  -webkit-font-smoothing: antialiased;
}
button,
input,
textarea{
  font: inherit;
}
button,
a,
input,
textarea,
summary{
  -webkit-tap-highlight-color: transparent;
}
a{
  color: inherit;
  text-decoration: none;
}
button{
  cursor: pointer;
}
svg{
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
svg use[href="#brand"]{
  stroke: none;
}
p,
h1,
h2,
h3{
  margin: 0;
}
h1,
h2,
h3{;
  font-weight: 500;
}
h2{
  font-size: clamp(36px, 3.8vw, 56px);
  letter-spacing: -2.4px;
}
h3{
  letter-spacing: -0.7px;
}
p{
  color: var(--muted);
}
button{
  color: inherit;
}
button:disabled{
  cursor: wait;
}
button,
a,
input,
textarea,
summary{
  outline-offset: 5px;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible{
  outline: 3px solid #9dddb9;
}
input:focus-visible,
textarea:focus-visible{
  outline: 2px solid var(--brand);
  outline-offset: 2px;
}
[hidden]{
  display: none !important;
}
::selection{
  background: #e3f5eb;
  color: #163f28;
}
.section-space{
  padding: 110px 0;
}
.svg-library{
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.skip-link{
  position: fixed;
  top: 8px;
  left: 8px;
  background: var(--ink);
  color: white;
  padding: 12px 18px;
  z-index: 99;
  transform: translateY(-160%);
}
.skip-link:focus{
  transform: none;
}
.eyebrow{
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 1.6px;
  margin-bottom: 25px;
}
.status-dot{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px #1f6b4f0e;
  flex-shrink: 0;
}
.button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 17px 23px;
  color: #fff;
  background: var(--brand);
  border: 1px solid var(--brand);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  transition:
    background 0.2s,
    transform 0.2s,
    box-shadow 0.2s;
  white-space: nowrap;
}
.button svg{
  width: 19px;
  height: 19px;
  transition: transform 0.25s var(--ease);
}
.button:hover{
  background: var(--brand-hover);
  box-shadow: 0 7px 20px #1f6b4f21;
  transform: translateY(-2px);
}
.button:hover svg{
  transform: translateX(3px);
}
.button-small{
  padding: 12px 16px;
  gap: 16px;
  font-size: 12px;
}
.button-white{
  color: var(--brand);
  background: white;
  border-color: white;
}
.button-white:hover{
  background: #f1faf5;
}
.text-link{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.2s;
  background: none;
  border: 0;
  padding: 0;
}
.text-link:hover{
  color: var(--brand);
}
.text-link svg{
  width: 18px;
  height: 18px;
}
.hero{
  overflow: hidden;
  background: linear-gradient(118deg, #fcfefd 0%, #f5f7f4 45%, #f2faf5 100%);
}
.hero-grid{
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  align-items: center;
  gap: 20px;
  min-height: 628px;
  padding-top: 50px;
  padding-bottom: 60px;
}
.hero-copy{
  position: relative;
  z-index: 2;
}
.hero-copy .eyebrow{
  font-size: 10px;
  letter-spacing: 1.6px;
  margin-bottom: 29px;
}
h1{;
  letter-spacing: -4.8px;
  margin-bottom: 28px;
}
h1 > span{
  color: var(--brand);
  white-space: nowrap;
}
.hero-description{
  font-size: 15px;
  line-height: 1.85;
  max-width: 505px;
}
.hero-actions{
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 33px;
}
.play-icon{
  font-size: 20px;
  line-height: 1;
}
.hero-note{
  display: flex;
  align-items: center;
  gap: 7px;
  color: #728c7d;
  font-size: 10px;
  margin-top: 23px;
}
.hero-note svg{
  width: 14px;
  height: 14px;
  color: var(--brand);
}
.hero-note a{
  color: var(--ink);
  margin-left: 2px;
}
.hero-note a:hover{
  text-decoration: underline;
}
.hero-art{
  position: relative;
  aspect-ratio: 600/510;
  width: 100%;
  isolation: isolate;
}
.art-topline,
.art-bottomline{
  position: absolute;
  left: 25px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1.2px;
  font-weight: 500;
  color: #779986;
}
.art-topline{
  top: 6px;
}
.art-cross{
  font-size: 22px;
  font-weight: 400;
  color: #a6c0b1;
}
.art-bottomline{
  bottom: -1px;
  font-size: 7px;
  letter-spacing: 0.9px;
}
.motion-control{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 8px;
  letter-spacing: 0;
  border: 0;
  background: transparent;
  color: #71917f;
  padding: 6px;
}
.motion-control:hover{
  color: var(--brand);
}
.orbit{
  position: absolute;
  border: 1px solid #dcf0e5;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.orbit-one{
  width: 51%;
  aspect-ratio: 1;
}
.orbit-two{
  width: 75%;
  aspect-ratio: 1;
}
.orbit-three{
  width: 99%;
  aspect-ratio: 1;
  border-color: #e4f3ea;
}
.orbit-two:after{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  background: #c7ebd6;
  top: 13%;
  left: 13%;
}
.connection-lines{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  stroke-width: 1.2;
}
.wire{
  stroke: #c2e9d3;
}
.wire-pulse{
  stroke: var(--brand);
  stroke-width: 2;
  stroke-dasharray: 25 500;
  animation: flow 6s linear infinite;
}
.pulse-two{
  animation-delay: 2s;
}
.pulse-three{
  animation-delay: 3s;
}


@keyframes flow {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: -30;
  }
}
.system-node{
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e6f5ec;
  border-radius: 9px;
  box-shadow: 0 7px 22px #20573810;
  z-index: 2;
  white-space: nowrap;
  animation: float 7s ease-in-out infinite;
}
.system-node small{
  display: block;
  font-size: 7px;
  letter-spacing: 1px;
  color: #799b88;
  font-weight: 500;
  margin-bottom: 4px;
}
.system-node strong{
  display: block;
  font: 500 13px var(--display);
}
.node-commerce{
  left: 2%;
  top: 15.5%;
  animation-delay: -1s;
}
.node-erp{
  right: -1%;
  top: 15.5%;
  animation-delay: -3s;
}
.node-ops{
  left: 0;
  top: 62%;
  animation-delay: -5s;
}
.node-next{
  right: 0;
  top: 67%;
  animation-delay: -2s;
}
.node-icon{
  width: 33px;
  height: 33px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: #f2fbf6;
  color: #75ce9b;
}
.node-icon svg{
  width: 19px;
  height: 19px;
}
.commerce-icon{
  background: #eaf5e6 !important;
  color: #598c47 !important;
}
.erp-icon{
  background: #ecf8f1 !important;
  color: #52ac79 !important;
}
.ops-icon{
  background: #f9ede5 !important;
  color: #b87953 !important;
}
.next-icon{
  background: #effaf4;
  color: #82b297;
  font-size: 22px;
}
.node-check{
  font-size: 9px;
  color: #6b9c85;
  margin-left: 5px;
}
.flow-core{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 29%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #8cd7ac;
  background: linear-gradient(145deg, #8cd6ac, #5bc589);
  border-radius: 24%;
  color: #fff;
  box-shadow:
    0 0 0 9px #1f6b4f09,
    0 0 0 10px #1f6b4f0d,
    0 24px 40px #42bc7639;
  z-index: 3;
}
.flow-core > svg{
  width: 39px;
  height: 39px;
  margin-bottom: 7px;
}
.flow-core > span{
  font: 500 28px/1 var(--display);
  letter-spacing: -1.4px;
}
.flow-core small{
  font-size: 6px;
  letter-spacing: 1.4px;
  margin-top: 15px;
  color: #e3f5eb;
}
.core-glow{
  position: absolute;
  inset: -15px;
  border: 1px solid #9bdcb730;
  border-radius: 28%;
  animation: core-pulse 4s ease-in-out infinite;
  pointer-events: none;
}
.intent-pill{
  display: flex;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 50%;
  top: 83%;
  transform: translateX(-50%);
  padding: 10px 15px;
  border: 1px solid #e1f4e9;
  background: #ffffffdb;
  border-radius: 30px;
  font-size: 10px;
  color: #649278;
  box-shadow: 0 5px 15px #1f6b4f05;
  white-space: nowrap;
}
.intent-pill svg{
  width: 15px;
  height: 15px;
  color: var(--brand);
}


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


@keyframes core-pulse {
  0%,
  100% {
    opacity: 0.6;
    transform: scale(1);
  }
  50% {
    opacity: 0.25;
    transform: scale(1.05);
  }
}
.ecosystem-strip{
  display: flex;
  align-items: center;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-top: 29px;
  padding-bottom: 31px;
}
.ecosystem-strip p{
  font-size: 10px;
  line-height: 1.7;
  min-width: 170px;
}
.ecosystem-strip strong{
  font-weight: 500;
  color: var(--ink);
}
.ecosystem-names{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  flex: 1;
  color: #496a57;
}
.shopify-name{
  font-size: 28px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: -1px;
}
.netsuite-name{
  font-size: 23px;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: 500;
}
.netsuite-name small{
  display: block;
  font-size: 8px;
  letter-spacing: 1.5px;
  margin-bottom: 4px;
}
.adobe-name{
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -0.3px;
}
.adobe-name b{
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.sap-name{
  font: 600 italic 27px var(--body);
  letter-spacing: -1px;
  border-bottom: 3px solid currentColor;
  line-height: 1;
}
.dynamics-name{
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 1.2;
}
.dynamics-name svg{
  position: absolute;
  width: 20px;
  height: 27px;
  left: 0;
  top: 1px;
  stroke: none;
}
.section-heading{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 55px;
  margin-bottom: 48px;
}
.section-heading > p{
  max-width: 355px;
  font-size: 14px;
  line-height: 1.8;
  padding-bottom: 5px;
}
.section-heading .eyebrow{
  margin-bottom: 20px;
}
.opportunity{
  background: white;
}
.outcome-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.outcome-card{
  border: 1px solid #e3efe8;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s;
}
.outcome-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 15px 35px #17231d0c;
}
.outcome-art{
  height: 210px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3faf6;
  border-bottom: 1px solid #e8f2ec;
  overflow: hidden;
}
.art-systems{
  background: #f0f5f3;
}
.art-work{
  background: #f5f2ef;
}
.visual-caption{
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  text-align: center;
  color: #7a9385;
  font-size: 9px;
}
.visual-caption i{
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #a1c3b0;
  vertical-align: middle;
  margin-right: 5px;
}
.mini-tag{
  position: absolute;
  top: 34px;
  background: white;
  border: 1px solid #dff0e6;
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.7px;
  box-shadow: 0 4px 10px #34564305;
}
.branch-lines{
  position: absolute;
  top: 77px;
  left: 24%;
  right: 24%;
  height: 31px;
  border-top: 1px solid #bce5ce;
  border-left: 1px solid #bce5ce;
  border-right: 1px solid #bce5ce;
  border-radius: 7px 7px 0 0;
  transform: translateY(15px);
}
.branch-lines:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 54px;
  background: #bce5ce;
  left: 50%;
  top: -20px;
}
.channel-bubbles{
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 120px;
  left: 13%;
  right: 13%;
  gap: 10px;
}
.channel-bubbles span{
  background: #fff;
  border: 1px solid #dff0e6;
  padding: 8px 12px;
  font-size: 8px;
  font-weight: 500;
  border-radius: 5px;
  z-index: 1;
}
.channel-bubbles span:nth-child(2){
  background: var(--brand);
  color: white;
  border-color: var(--brand);
}
.system-stack{
  display: flex;
  flex-direction: column;
  width: 175px;
  gap: 8px;
  transform: translateY(-14px) rotate(-5deg);
}
.system-stack span{
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 9px 15px;
  background: #ffffffbf;
  border: 1px solid #dce8e2;
  border-radius: 5px;
  font-size: 11px;
  color: #6d8177;
}
.system-stack i{
  width: 9px;
  height: 9px;
  border: 1px solid #91b19e;
  border-radius: 2px;
}
.system-stack .highlight{
  transform: translateX(17px);
  color: #315f4b;
  background: #e0f3e7;
  border-color: #a4cbb7;
  box-shadow: 0 5px 12px #29473207;
}
.system-stack b{
  margin-left: auto;
  font-weight: 400;
}
.work-stream{
  width: 185px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateY(-14px);
}
.work-stream > span{
  width: 100%;
  padding: 11px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e6dfd7;
  border-radius: 6px;
  font-size: 10px;
}
.work-stream b{
  font-size: 9px;
  color: #64957a;
  background: #eaf5ed;
  border-radius: 50%;
  padding: 0 4px;
  font-weight: 400;
}
.work-stream i{
  font-style: normal;
  color: #baaa9c;
  line-height: 1.6;
}
.outcome-copy{
  padding: 29px 27px 31px;
}
.section-number{
  font-size: 9px;
  letter-spacing: 1px;
  color: #7e9889;
  font-weight: 500;
}
.outcome-copy h3{
  font-size: 23px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.outcome-copy p{
  font-size: 13px;
  line-height: 1.8;
  min-height: 96px;
}
.outcome-copy .text-link{
  font-size: 11px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.platform-section{
  background: #0c1a15;
  color: #fff;
  position: relative;
}
.platform-section .eyebrow{
  color: #a7cfb8;
}
.platform-section h2 span{
  color: #8ef0c4;
}
.platform-section .section-heading > p{
  color: #aac8b7;
}
.studio-demo{
  border: 1px solid #3c5948;
  border-radius: 11px;
  overflow: hidden;
  background: #f5faf7;
  box-shadow: 0 30px 70px #0000001a;
  color: var(--ink);
}
.studio-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 59px;
  padding: 0 25px;
  background: white;
  border-bottom: 1px solid #e0eee6;
}
.studio-brand{
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 11px;
  font-weight: 500;
}
.studio-brand svg{
  width: 22px;
  height: 22px;
  color: var(--brand);
}
.studio-brand span{
  color: #b9cec2;
  margin: 0 5px;
}
.demo-label{
  font-size: 8px;
  color: #668975;
  letter-spacing: 1px;
}
.demo-tabs{
  display: flex;
  gap: 5px;
  padding: 17px 25px 0;
}
.demo-tabs button{
  border: 1px solid transparent;
  background: transparent;
  color: #789785;
  border-radius: 5px;
  font-size: 10px;
  padding: 9px 17px;
  transition: all 0.2s;
}
.demo-tabs button:hover{
  color: var(--brand);
  background: #ecf8f1;
}
.demo-tabs button[aria-selected="true"]{
  color: var(--brand);
  background: #eef9f3;
  border-color: #e0f4e9;
}
.demo-content{
  padding: 21px 25px 14px;
}
.demo-prompt{
  display: flex;
  align-items: center;
  gap: 17px;
  max-width: 840px;
  margin: 0 auto 30px;
  border: 1px solid #d5ded8;
  border-radius: 9px;
  background: #fff;
  padding: 19px 22px;
  box-shadow: 0 3px 10px #24593b04;
}
.prompt-avatar{
  width: 33px;
  height: 33px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  background: #f4fbf7;
  border-radius: 7px;
  color: var(--brand);
}
.prompt-avatar svg{
  width: 19px;
  height: 19px;
}
.demo-prompt p{
  font-size: 13px;
  line-height: 1.8;
  color: #426852;
  flex: 1;
}
.prompt-send{
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--brand);
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
}
.workflow-canvas{
  background-color: #fcfefd;
  background-image: radial-gradient(#d9eae0 0.8px, transparent 0.8px);
  background-size: 17px 17px;
  border: 1px solid #e0efe6;
  border-radius: 8px;
  overflow: hidden;
}
.canvas-label{
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 19px 22px;
  font-size: 10px;
  color: #668975;
}
.canvas-label .status-dot{
  width: 4px;
  height: 4px;
  box-shadow: none;
}
.workflow-nodes{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 34px 39px;
  min-height: 224px;
}
.workflow-node{
  width: 185px;
  min-width: 0;
  min-height: 159px;
  background: white;
  border: 1px solid #dfede5;
  border-radius: 8px;
  box-shadow: 0 5px 13px #305b4206;
  padding: 17px 17px 16px;
  position: relative;
  flex: 1;
  max-width: 215px;
}
.workflow-icon{
  width: 28px;
  height: 28px;
  background: #f2fbf6;
  color: #73bd93;
  border-radius: 6px;
  display: grid;
  place-items: center;
  margin-bottom: 13px;
}
.workflow-icon svg{
  width: 16px;
  height: 16px;
}
.workflow-node small{
  position: absolute;
  top: 25px;
  left: 57px;
  font-size: 7px;
  letter-spacing: 1px;
  color: #668975;
}
.workflow-node strong{
  font-family: var(--display);
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
.workflow-node > span:last-child{
  display: block;
  font-size: 10px;
  color: #678775;
  margin-top: 5px;
}
.flow-connector{
  font-style: normal;
  color: #acd2bc;
  flex: 0 0 6%;
  text-align: center;
  position: relative;
}
.flow-connector:before{
  content: "";
  position: absolute;
  height: 1px;
  background: #bfdfcd;
  left: 0;
  right: 8px;
  top: 50%;
}
.flow-connector{
  font-size: 18px;
  text-align: right;
}
.canvas-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e7f1eb;
  background: #fff;
  padding: 15px 22px;
  font-size: 9px;
  color: #668975;
}
.canvas-bottom span:first-child{
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5b9574;
}
.canvas-bottom svg{
  width: 14px;
  height: 14px;
}
.canvas-bottom b{
  font-weight: 400;
  margin-left: 15px;
}
.demo-caption{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  color: #668975;
  padding: 16px 2px 2px;
}
.demo-caption a{
  color: var(--brand);
  font-weight: 500;
}
.demo-caption a span{
  margin-left: 10px;
}
.method-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
  margin-top: 47px;
}
.method-grid > div{
  position: relative;
  padding-left: 35px;
}
.method-grid > div > span{
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 10px;
  color: #87be9f;
}
.method-grid h3{
  font-size: 19px;
  letter-spacing: -0.3px;
  margin-bottom: 12px;
}
.method-grid p{
  font-size: 12px;
  color: #a2c5b1;
  line-height: 1.8;
}
.control-section{
  background: white;
}
.control-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.control-copy h2{
  font-size: 46px;
}
.control-copy h2 span{
  color: #658774;
}
.control-copy > p:not(.eyebrow){
  font-size: 14px;
  max-width: 410px;
  margin-top: 26px;
}
.control-copy > .text-link{
  margin-top: 28px;
  color: var(--brand);
}
.control-copy .eyebrow{
  font-size: 9px;
}
.control-list > div{
  display: flex;
  gap: 22px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.control-list > div:first-child{
  padding-top: 0;
}
.control-list > div:last-child{
  border-bottom: 0;
  padding-bottom: 0;
}
.control-icon{
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: #f2faf5;
  border-radius: 9px;
  color: var(--brand);
}
.control-icon svg{
  width: 21px;
  height: 21px;
}
.control-list h3{
  font-size: 20px;
  margin: 2px 0 10px;
}
.control-list p{
  font-size: 12px;
  line-height: 1.8;
  max-width: 390px;
}
.pricing-section{
  padding: 85px 0;
  background: var(--brand);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.pricing-section:after{
  content: "";
  position: absolute;
  right: -100px;
  top: -190px;
  border: 1px solid #ffffff16;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  pointer-events: none;
  box-shadow:
    0 0 0 70px #ffffff05,
    0 0 0 140px #ffffff03;
}
.pricing-grid{
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 100px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.pricing-grid .eyebrow{
  color: #e0f4e9;
}
.pricing-grid h2{
  font-size: 42px;
  letter-spacing: -1.7px;
}
.pricing-grid > div > p:not(.eyebrow){
  color: #e3f5eb;
  font-size: 13px;
  line-height: 1.9;
  max-width: 440px;
  margin-top: 23px;
}
.pricing-grid .button{
  margin-top: 30px;
}
.commercial-card{
  background: #ffffff0b;
  border: 1px solid #ffffff35;
  border-radius: 12px;
  padding: 29px 35px;
}
.zero-price{
  display: flex;
  align-items: center;
  gap: 25px;
  border-bottom: 1px solid #ffffff2b;
  padding-bottom: 24px;
}
.zero-price > span{
  font: 500 78px/1 var(--display);
  letter-spacing: -5px;
}
.zero-price > p{
  font-size: 12px;
  color: #fff;
  line-height: 1.7;
}
.commercial-card ul{
  list-style: none;
  margin: 25px 0 22px;
  padding: 0;
}
.commercial-card li{
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 12px;
  margin: 13px 0;
  color: #f4fbf7;
}
.commercial-card li svg{
  width: 14px;
  height: 14px;
  color: #c9ffd9;
}
.commercial-card > p{
  font-size: 9px;
  color: #daf2e4;
  line-height: 1.8;
}
.faq-section{
  background: #fff;
}
.faq-grid{
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
}
.faq-list details{
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child{
  border-top: 1px solid var(--line);
}
.faq-list summary{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  list-style: none;
  padding: 24px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
}
.faq-list summary::-webkit-details-marker{
  display: none;
}
.faq-list summary > span{
  font-size: 21px;
  color: #819d8d;
  font-weight: 400;
  transition: transform 0.2s;
}
.faq-list details[open] summary > span{
  transform: rotate(45deg);
  color: var(--brand);
}
.faq-list details[open] summary{
  color: var(--brand);
}
.faq-list details p{
  font-size: 12px;
  line-height: 1.85;
  padding: 0 40px 24px 0;
}
.demo-section{
  background: linear-gradient(110deg, #f3fbf6, #f5fcf8);
  border-top: 1px solid #eaf5ef;
}
.conversion-grid{
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: center;
}
.conversion-copy h2{
  font-size: 57px;
  letter-spacing: -2.8px;
}
.conversion-copy h2 span{
  color: var(--brand);
}
.conversion-copy > p:not(.eyebrow){
  font-size: 14px;
  max-width: 410px;
  margin-top: 27px;
  line-height: 1.85;
}
.demo-promises{
  margin: 32px 0;
}
.demo-promises > div{
  font-size: 13px;
  margin: 19px 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.demo-promises span{
  font: 400 11px var(--display);
  color: #8eaa9a;
}
.conversion-copy .conversion-note{
  font-size: 11px !important;
  color: #8aa596;
}
.form-card{
  padding: 34px;
  background: white;
  border: 1px solid #e1f1e8;
  border-radius: 12px;
  box-shadow: 0 16px 50px #265b3d08;
}
.form-heading h3{
  font-size: 25px;
  margin-bottom: 10px;
}
.form-heading p{
  font-size: 11px;
  margin-bottom: 25px;
}
.form-row{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.form-card label{
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 17px;
}
.form-card input,
.form-card textarea{
  display: block;
  width: 100%;
  border: 1px solid #ddede4;
  border-radius: 5px;
  background: #fcfefd;
  margin-top: 7px;
  padding: 11px 12px;
  font-size: 12px;
  color: var(--ink);
  line-height: 1.6;
  transition: border-color 0.2s;
}
.form-card input::placeholder,
.form-card textarea::placeholder{
  color: #91aa9c;
  font-weight: 400;
}
.form-card textarea{
  resize: vertical;
  min-height: 90px;
  max-height: 300px;
}
.form-card input:hover,
.form-card textarea:hover{
  border-color: #b4d4c2;
}
.optional{
  font-weight: 400;
  color: #698776;
  float: right;
  font-size: 9px;
}
.form-submit{
  width: 100%;
  justify-content: space-between;
  padding: 15px 19px;
  margin-top: 1px;
}
.form-note{
  font-size: 9px;
  text-align: center;
  line-height: 1.8;
  margin-top: 15px;
  color: #698776;
}
.form-status{
  font-size: 12px;
  color: #a33838;
  margin-top: 12px;
}
.form-status:empty{
  display: none;
}
.form-success{
  text-align: center;
  padding: 50px 10px;
}
.success-icon{
  margin: 0 auto 25px;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  background: #e9f5ee;
  color: #4f9373;
  border-radius: 50%;
}
.form-success h3{
  font-size: 29px;
}
.form-success p{
  font-size: 14px;
  margin: 20px 0;
}
.form-success .text-link{
  color: var(--brand);
}
.footer{
  padding: 58px 0 25px;
  background: #fff;
}
.footer-main{
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}
.footer-main > div > p{
  font-size: 13px;
  margin-top: 19px;
  line-height: 1.8;
}
.footer-links{
  display: flex;
  gap: 95px;
}
.footer-links > div{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-links span{
  font-size: 9px;
  letter-spacing: 1.4px;
  color: #658774;
  margin-bottom: 8px;
}
.footer-links a{
  font-size: 11px;
}
.footer-links a:hover{
  color: var(--brand);
}
.footer-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  border-top: 1px solid var(--line);
  font-size: 9px;
  color: #658774;
}
.footer-bottom a{
  color: #527762;
}
.reveal{
  opacity: 1;
  transform: none;
}
.js-motion .reveal:not(.is-visible){
  opacity: 0;
  transform: translateY(20px);
}
.js-motion .reveal{
  transition:
    opacity 0.75s var(--ease),
    transform 0.75s var(--ease);
}
.demo-changing .workflow-node{
  animation: node-in 0.4s var(--ease) both;
}
.demo-changing .workflow-node:nth-child(3){
  animation-delay: 0.05s;
}
.demo-changing .workflow-node:nth-child(5){
  animation-delay: 0.1s;
}
.demo-changing .workflow-node:nth-child(7){
  animation-delay: 0.15s;
}


@keyframes node-in {
  from {
    opacity: 0.3;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.motion-paused *{
  animation-play-state: paused !important;
}
.motion-paused{
  scroll-behavior: auto;
}
.motion-paused .reveal{
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
}


@media (min-width: 1600px) {.hero-grid{
    min-height: 690px;
  }
.hero-description{
    font-size: 16px;
  }
.hero-art{
    margin-left: 10px;
  }


}


@media (max-width: 1190px) {.hero-grid{
    gap: 15px;
    min-height: 580px;
  }
.hero-copy .eyebrow{
    font-size: 8px;
  }
h1{;
    letter-spacing: -3.5px;
  }
.hero-description{
    font-size: 13px;
  }
.hero-actions{
    gap: 16px;
  }
.hero-actions .button{
    padding: 15px 17px;
    font-size: 11px;
    gap: 14px;
  }
.hero-actions .text-link{
    font-size: 11px;
  }
.hero-note{
    font-size: 9px;
  }
.system-node{
    padding: 11px;
    gap: 7px;
  }
.system-node strong{
    font-size: 11px;
  }
.system-node small{
    font-size: 6px;
  }
.node-icon{
    width: 27px;
    height: 27px;
  }
.node-icon svg{
    width: 16px;
    height: 16px;
  }
.flow-core > span{
    font-size: 23px;
  }
.flow-core > svg{
    width: 30px;
    height: 30px;
  }
.flow-core small{
    font-size: 5px;
    letter-spacing: 1px;
    margin-top: 11px;
  }
.section-space{
    padding: 85px 0;
  }
.section-heading{
    gap: 30px;
  }
.section-heading > p{
    max-width: 320px;
    font-size: 12px;
  }
.outcome-copy{
    padding: 25px 20px;
  }
.outcome-copy h3{
    font-size: 20px;
  }
.outcome-copy p{
    font-size: 12px;
    min-height: 107px;
  }
.control-grid,
.pricing-grid,
.conversion-grid,
.faq-grid{
    gap: 55px;
  }
.control-copy h2{
    font-size: 38px;
  }
.pricing-grid h2{
    font-size: 36px;
  }
.conversion-copy h2{
    font-size: 47px;
  }
.workflow-node strong{
    font-size: 12px;
  }
.workflow-node small{
    font-size: 6px;
  }
.workflow-node{
    padding: 14px 12px;
  }
.workflow-node small{
    left: 47px;
  }
.method-grid{
    gap: 28px;
  }
.method-grid h3{
    font-size: 17px;
  }
.dynamics-name{
    font-size: 10px;
  }
.ecosystem-names{
    gap: 20px;
  }
.ecosystem-strip{
    gap: 20px;
  }


}


@media (max-width: 900px) {.hero-grid{
    grid-template-columns: 1fr;
    gap: 35px;
    padding-top: 61px;
    padding-bottom: 40px;
  }
.hero-copy{
    max-width: 690px;
  }
.hero-copy .eyebrow{
    font-size: 10px;
  }
h1{;
    letter-spacing: -4px;
  }
.hero-description{
    font-size: 15px;
    max-width: 540px;
  }
.hero-actions .button{
    font-size: 13px;
    padding: 17px 22px;
    gap: 25px;
  }
.hero-actions .text-link{
    font-size: 13px;
  }
.hero-actions{
    gap: 25px;
  }
.hero-note{
    font-size: 10px;
  }
.hero-art{
    max-width: 560px;
    margin: 0 auto;
    aspect-ratio: 600/490;
  }
.system-node{
    padding: 14px;
    gap: 10px;
  }
.system-node strong{
    font-size: 13px;
  }
.system-node small{
    font-size: 7px;
  }
.node-icon{
    width: 32px;
    height: 32px;
  }
.flow-core > span{
    font-size: 28px;
  }
.flow-core > svg{
    width: 38px;
    height: 38px;
  }
.flow-core small{
    font-size: 6px;
    letter-spacing: 1.2px;
    margin-top: 15px;
  }
.ecosystem-strip{
    flex-direction: column;
    align-items: stretch;
    padding: 27px 0 35px;
    gap: 25px;
  }
.ecosystem-strip p{
    text-align: center;
    font-size: 11px;
  }
.ecosystem-strip p br{
    display: none;
  }
.ecosystem-names{
    justify-content: space-around;
  }
.section-heading{
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 36px;
  }
.section-heading > p{
    max-width: 530px;
    font-size: 14px;
  }
.section-heading h2{
    font-size: 44px;
  }
.outcome-grid{
    gap: 15px;
  }
.outcome-copy{
    padding: 22px 18px;
  }
.outcome-copy h3{
    font-size: 22px;
    line-height: 1.2;
  }
.outcome-copy p{
    min-height: 145px;
    font-size: 12px;
  }
.outcome-copy .text-link{
    font-size: 10px;
  }
.channel-bubbles{
    left: 7%;
    right: 7%;
    gap: 6px;
  }
.channel-bubbles span{
    padding: 7px 8px;
    font-size: 6px;
  }
.outcome-art{
    height: 190px;
  }
.visual-caption{
    font-size: 7px;
  }
.method-grid{
    gap: 18px;
  }
.method-grid > div{
    padding-left: 0;
  }
.method-grid > div > span{
    position: static;
    display: block;
    margin-bottom: 14px;
  }
.method-grid h3{
    font-size: 18px;
  }
.control-grid,
.conversion-grid{
    grid-template-columns: 1fr;
    gap: 40px;
  }
.control-copy h2{
    font-size: 43px;
  }
.control-copy > p:not(.eyebrow){
    max-width: 530px;
  }
.control-list > div{
    padding: 22px 0;
  }
.control-list p{
    max-width: none;
  }
.control-list h3{
    font-size: 21px;
  }
.pricing-grid{
    gap: 30px;
  }
.pricing-grid h2{
    font-size: 34px;
  }
.commercial-card{
    padding: 23px;
  }
.zero-price > span{
    font-size: 65px;
  }
.zero-price{
    gap: 15px;
  }
.commercial-card li{
    font-size: 11px;
  }
.pricing-grid .button{
    font-size: 11px;
    gap: 14px;
  }
.faq-grid{
    gap: 40px;
    grid-template-columns: 0.7fr 1.3fr;
  }
.faq-grid h2{
    font-size: 39px;
  }
.faq-grid .eyebrow{
    font-size: 8px;
  }
.faq-list summary{
    font-size: 12px;
  }
.conversion-grid{
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
.conversion-copy h2{
    font-size: 39px;
  }
.conversion-copy .eyebrow{
    font-size: 8px;
  }
.form-card{
    padding: 25px;
  }
.form-heading h3{
    font-size: 23px;
  }
.demo-promises > div{
    font-size: 11px;
    gap: 10px;
  }
.conversion-copy > p:not(.eyebrow){
    font-size: 13px;
  }
.workflow-nodes{
    padding: 20px 20px 30px;
  }
.workflow-node{
    min-height: 151px;
    padding: 12px 9px;
  }
.workflow-node small{
    position: static;
    display: block;
    font-size: 6px;
    margin-bottom: 8px;
  }
.workflow-icon{
    margin-bottom: 8px;
  }
.workflow-node strong{
    font-size: 11px;
  }
.workflow-node > span:last-child{
    font-size: 8px;
  }
.flow-connector{
    flex-basis: 4%;
  }
.studio-top{
    padding: 0 20px;
  }
.demo-tabs{
    padding-left: 20px;
  }
.demo-content{
    padding: 20px 20px 14px;
  }


}


@media (max-width: 640px) {.button-small{
    font-size: 10px;
    padding: 11px 12px;
    gap: 10px;
  }
.button-small svg{
    width: 14px;
    height: 14px;
  }
.hero-grid{
    padding-top: 46px;
    padding-bottom: 32px;
    gap: 32px;
  }
.hero-copy .eyebrow{
    font-size: 7.5px;
    letter-spacing: 1.25px;
    margin-bottom: 24px;
  }
h1{;
    letter-spacing: -2.5px;
    margin-bottom: 22px;
  }
.hero-description{
    font-size: 13px;
    line-height: 1.9;
    max-width: 450px;
  }
.desktop-break{
    display: none;
  }
.hero-actions{
    gap: 17px;
    margin-top: 25px;
    flex-wrap: wrap;
  }
.hero-actions .button{
    font-size: 11px;
    padding: 15px 16px;
    gap: 15px;
  }
.hero-actions .text-link{
    font-size: 11px;
    gap: 6px;
  }
.hero-note{
    font-size: 8px;
    gap: 5px;
    margin-top: 18px;
  }
.hero-note svg{
    width: 12px;
    height: 12px;
  }
.hero-art{
    margin-top: 7px;
    max-width: 470px;
    aspect-ratio: 600/510;
  }
.system-node{
    padding: 9px;
    gap: 6px;
    border-radius: 7px;
  }
.system-node strong{
    font-size: 9px;
  }
.system-node small{
    font-size: 5px;
    letter-spacing: 0.6px;
    margin-bottom: 3px;
  }
.node-icon{
    width: 24px;
    height: 24px;
    border-radius: 5px;
  }
.node-icon svg{
    width: 14px;
    height: 14px;
  }
.node-check{
    font-size: 7px;
    margin-left: 2px;
  }
.flow-core > svg{
    width: 27px;
    height: 27px;
    margin-bottom: 5px;
  }
.flow-core > span{
    font-size: 20px;
    letter-spacing: -1px;
  }
.flow-core small{
    font-size: 4px;
    letter-spacing: 0.8px;
    margin-top: 9px;
  }
.art-topline{
    font-size: 6px;
    left: 4px;
    top: 0;
  }
.art-bottomline{
    font-size: 5px;
    left: 4px;
    letter-spacing: 0.5px;
  }
.motion-control{
    font-size: 6px;
    padding: 5px;
  }
.intent-pill{
    font-size: 7px;
    padding: 7px 10px;
    gap: 6px;
  }
.intent-pill svg{
    width: 12px;
    height: 12px;
  }
.orbit-three{
    width: 95%;
  }
.hero-note a{
    margin-left: 1px;
  }
.ecosystem-strip{
    padding-top: 24px;
    padding-bottom: 28px;
    gap: 22px;
  }
.ecosystem-strip p{
    font-size: 9px;
  }
.ecosystem-names{
    flex-wrap: wrap;
    gap: 23px 35px;
    justify-content: center;
  }
.shopify-name{
    font-size: 24px;
  }
.netsuite-name{
    font-size: 21px;
  }
.adobe-name{
    font-size: 12px;
  }
.adobe-name b{
    font-size: 18px;
  }
.sap-name{
    font-size: 24px;
  }
.dynamics-name{
    font-size: 10px;
  }
.section-space{
    padding: 64px 0;
  }
.section-heading{
    gap: 20px;
    margin-bottom: 28px;
  }
.section-heading h2,
h2{
    font-size: 35px;
    letter-spacing: -1.7px;
  }
.eyebrow{
    font-size: 8px;
    letter-spacing: 1.25px;
    margin-bottom: 20px;
  }
.section-heading > p{
    font-size: 12px;
    line-height: 1.9;
  }
.outcome-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }
.outcome-art{
    height: 205px;
  }
.visual-caption{
    font-size: 9px;
  }
.channel-bubbles{
    left: 16%;
    right: 16%;
    gap: 10px;
  }
.channel-bubbles span{
    padding: 8px 13px;
    font-size: 8px;
  }
.outcome-copy{
    padding: 24px;
  }
.outcome-copy h3{
    font-size: 25px;
    margin-top: 13px;
  }
.outcome-copy p{
    min-height: 0;
    font-size: 13px;
  }
.outcome-copy .text-link{
    font-size: 11px;
    margin-top: 22px;
  }
.section-number{
    font-size: 8px;
  }
.platform-section .section-heading h2{
    font-size: 32px;
  }
.studio-top{
    height: 52px;
    padding: 0 13px;
    gap: 8px;
  }
.studio-brand{
    font-size: 9px;
    gap: 7px;
  }
.studio-brand svg{
    width: 19px;
    height: 19px;
  }
.studio-brand span{
    margin: 0 1px;
  }
.demo-label{
    font-size: 6px;
    letter-spacing: 0.6px;
  }
.demo-tabs{
    padding: 12px 9px 0;
    gap: 1px;
  }
.demo-tabs button{
    font-size: 8px;
    padding: 9px 7px;
    flex: 1;
    white-space: nowrap;
  }
.demo-content{
    padding: 15px 12px 12px;
  }
.demo-prompt{
    padding: 12px;
    gap: 10px;
    margin-bottom: 17px;
    align-items: flex-start;
  }
.demo-prompt p{
    font-size: 11px;
    line-height: 1.8;
  }
.prompt-avatar{
    width: 25px;
    height: 25px;
    border-radius: 5px;
  }
.prompt-avatar svg{
    width: 14px;
    height: 14px;
  }
.prompt-send{
    display: none;
  }
.canvas-label{
    font-size: 8px;
    padding: 16px 13px;
  }
.workflow-nodes{
    flex-direction: column;
    gap: 0;
    padding: 4px 25px 23px;
  }
.workflow-node{
    flex: auto;
    width: 100%;
    max-width: 100%;
    min-height: 75px;
    padding: 15px 14px 15px 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
.workflow-icon{
    position: absolute;
    left: 14px;
    top: 24px;
    width: 28px;
    height: 28px;
  }
.workflow-node small{
    font-size: 6px;
    margin-bottom: 3px;
    letter-spacing: 0.7px;
  }
.workflow-node strong{
    font-size: 13px;
  }
.workflow-node > span:last-child{
    font-size: 9px;
    margin-top: 2px;
  }
.flow-connector{
    flex: 0 0 27px;
    width: 1px;
    line-height: 27px;
    text-align: center;
    font-size: 0;
    border-left: 1px solid #bbdfca;
  }
.flow-connector:before{
    display: none;
  }
.flow-connector:after{
    content: "↓";
    display: block;
    font-size: 14px;
    position: absolute;
    left: -6px;
    top: 1px;
    color: #a1c5b0;
  }
.canvas-bottom{
    font-size: 8px;
    padding: 12px 13px;
  }
.canvas-bottom > span:last-child{
    display: none;
  }
.demo-caption{
    font-size: 7px;
    gap: 15px;
    line-height: 1.8;
    padding-top: 13px;
  }
.demo-caption > a{
    white-space: nowrap;
    font-size: 8px;
  }
.demo-caption a span{
    margin-left: 3px;
  }
.method-grid{
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 33px;
  }
.method-grid > div{
    padding-left: 32px;
  }
.method-grid > div > span{
    position: absolute;
    top: 1px;
    font-size: 10px;
  }
.method-grid h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
.method-grid p{
    font-size: 12px;
    max-width: 400px;
  }
.control-grid{
    gap: 35px;
  }
.control-copy h2{
    font-size: 33px;
  }
.control-copy .eyebrow{
    font-size: 7px;
    letter-spacing: 0.9px;
  }
.control-copy > p:not(.eyebrow){
    font-size: 12px;
    margin-top: 20px;
  }
.control-copy > .text-link{
    font-size: 12px;
    margin-top: 22px;
  }
.control-list > div{
    gap: 17px;
    padding: 22px 0;
  }
.control-list h3{
    font-size: 19px;
  }
.control-list p{
    font-size: 12px;
  }
.control-icon{
    width: 35px;
    height: 35px;
    border-radius: 7px;
  }
.pricing-section{
    padding: 62px 0;
  }
.pricing-grid{
    grid-template-columns: 1fr;
    gap: 34px;
  }
.pricing-grid h2{
    font-size: 33px;
    letter-spacing: -1.4px;
  }
.pricing-grid > div > p:not(.eyebrow){
    font-size: 12px;
  }
.pricing-grid .button{
    font-size: 12px;
    margin-top: 24px;
  }
.commercial-card{
    padding: 28px;
  }
.zero-price > span{
    font-size: 76px;
  }
.zero-price{
    gap: 25px;
  }
.zero-price > p{
    font-size: 12px;
  }
.commercial-card li{
    font-size: 12px;
  }
.commercial-card > p{
    font-size: 9px;
  }
.faq-grid{
    grid-template-columns: 1fr;
    gap: 30px;
  }
.faq-grid h2{
    font-size: 35px;
  }
.faq-list summary{
    font-size: 12px;
    padding: 20px 0;
    gap: 18px;
  }
.faq-list p{
    padding-right: 12px;
  }
.conversion-grid{
    grid-template-columns: 1fr;
    gap: 32px;
  }
.conversion-copy h2{
    font-size: 40px;
    letter-spacing: -2px;
  }
.conversion-copy > p:not(.eyebrow){
    max-width: 420px;
    font-size: 13px;
    margin-top: 22px;
  }
.demo-promises{
    margin: 25px 0;
  }
.demo-promises > div{
    font-size: 12px;
    margin: 14px 0;
    gap: 17px;
  }
.form-card{
    padding: 25px 23px;
  }
.form-heading h3{
    font-size: 24px;
  }
.form-heading p{
    font-size: 11px;
    line-height: 1.7;
  }
.form-card label{
    font-size: 11px;
  }
.form-card input,
.form-card textarea{
    font-size: 16px;
    padding: 10px;
  }
.form-card input::placeholder,
.form-card textarea::placeholder{
    font-size: 12px;
  }
.form-row{
    gap: 12px;
  }
.form-card textarea{
    font-size: 14px;
  }
.form-note{
    font-size: 8px;
  }
.footer{
    padding: 42px 0 23px;
  }
.footer-main{
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
  }
.footer-main > div > p{
    font-size: 12px;
    margin-top: 15px;
  }
.footer-links{
    gap: 65px;
  }
.footer-links span{
    font-size: 8px;
  }
.footer-links a{
    font-size: 11px;
  }
.footer-bottom{
    flex-wrap: wrap;
    gap: 15px;
    font-size: 8px;
  }
.footer-bottom > span:nth-child(2){
    display: none;
  }
.form-success{
    padding: 30px 0;
  }
.form-success h3{
    font-size: 25px;
  }


}


@media (prefers-reduced-motion: reduce) {html{
    scroll-behavior: auto;
  }
*,
*:before,
*:after{
    animation: none !important;
    transition: none !important;
  }
.reveal{
    opacity: 1 !important;
    transform: none !important;
  }
.motion-control{
    display: none;
  }


}
.hero-copy{
  min-width: 0;
}
.form-row{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.form-card input,
.form-card textarea{
  min-width: 0;
}


@media (max-width: 360px) {.footer-links{
    gap: 40px;
  }


}
.hero .button{ background: #8ef0c4; border-color: #8ef0c4; color: #0c1a15; }
.hero .button:hover{ background: #b2f5d9; }
.hero{ background: radial-gradient(ellipse at 80% 45%, #1a3c2e 0%, #0c1a15 65%); color: #eaf3ee; }
.hero h1 > span{ color: #8ef0c4; }
.hero .eyebrow,
.hero-description,
.hero-note{ color: #b2c8bc; }
.hero-note a,
.hero-note svg,
.hero .text-link:hover{ color: #8ef0c4; }
.hero .status-dot{ background: #3ddc97; }
.hero .system-node{ color: #17231d; }
.hero .art-topline,
.hero .art-bottomline,
.hero .motion-control{ color: #aac1b4; }
.hero .motion-control:hover{ color: #8ef0c4; }
.hero .orbit{ border-color: #315342; }
.hero .wire{ stroke: #436e58; }
.hero .wire-pulse{ stroke: #8ef0c4; }
.pricing-section{ background: #122b20; }
.hero .ecosystem-strip{ border-color: #315342; }
.hero .ecosystem-strip p{ color: #aac1b4; }
.hero .ecosystem-strip strong,
.hero .ecosystem-names{ color: #c9dfd2; }
.flow-core{ background: linear-gradient(145deg, #1f6b4f, #18543e); border-color: #478f6d; }
.intent-pill{ color: #315f4b; }
.flow-core > .oto-brand{ width: 88px; height: 88px; margin: -12px 0 -3px; object-fit: contain; }
.flow-core > span{ font-size: 24px; letter-spacing: -1px; }
.studio-brand > .oto-brand{ width: 36px; height: 36px; object-fit: contain; }


@media (max-width: 640px) {.flow-core > .oto-brand{ width: 65px; height: 65px; margin: -8px 0 -3px; }
.flow-core > span{ font-size: 17px; }


}
.platform-name{ font: 500 23px/1.2 var(--display); letter-spacing: -.7px; }


@media(max-width:640px) {.platform-name{ font-size: 19px; }

 }
.hero-grid{ grid-template-columns: 1.08fr 1fr; gap: 60px; padding-top: 62px; padding-bottom: 62px; }
h1.operations-title{; letter-spacing: -2.7px; }
h1.operations-title > span{ white-space: normal; }
.operations-art{ position: relative; width: 100%; padding: 0 10px; isolation: isolate; }
.operations-art:before{ content: ''; position: absolute; inset: 10% -8% 0; z-index: -1; background: radial-gradient(ellipse, #3ddc9716, transparent 70%); }
.blueprint-heading,
.blueprint-footer{ display: flex; justify-content: space-between; align-items: center; gap: 15px; color: #a4beb0; font-size: 8px; letter-spacing: 1.2px; }
.blueprint-heading{ margin: 0 4px 17px; }
.business-brief{ margin: 0 10px 0 22px; padding: 21px 25px; border: 1px solid #52715f; border-radius: 3px 17px 17px 17px; background: linear-gradient(130deg,#203b2d,#14281f); transform: rotate(-2deg); box-shadow: 0 16px 30px #0002; }
.brief-label{ color: #94b5a2; font-size: 8px; letter-spacing: 1.2px; }
.business-brief p{ margin-top: 10px; color: #deeee4; font-size: 15px; line-height: 1.65; }
.business-brief strong{ font-weight: 500; color: #8ef0c4; }
.blueprint-bridge{ display: flex; align-items: center; justify-content: center; gap: 12px; height: 49px; color: #8ef0c4; }
.blueprint-bridge span{ width: 1px; height: 19px; background: #578c6d; transform: rotate(25deg); }
.blueprint-bridge svg{ width: 17px; animation: blueprint-light 4s ease-in-out infinite; }
.operation-board{ border: 1px solid #a9c3b4; background: #f2f6f1; color: #183a29; border-radius: 12px; box-shadow: 0 22px 60px #0004, 7px 8px 0 -1px #1d3829, 7px 8px 0 0 #567361; overflow: hidden; }
.board-header{ display: flex; align-items: center; padding: 14px 18px; border-bottom: 1px solid #d2dfd6; gap: 11px; background: #e8f0e7; }
.board-header img{ width: 43px; height: 43px; object-fit: contain; }
.board-header strong{ display: block; font: 500 17px/1.3 var(--display); letter-spacing: -.5px; }
.board-header div > span{ display: block; font-size: 7px; letter-spacing: 1px; margin-top: 5px; color: #597261; }
.plan-status{ margin-left: auto; font-size: 7px; letter-spacing: 1px; border: 1px solid #b6c9ba; border-radius: 4px; padding: 4px 6px; color: #4e6d59; }
.operation-track{ display: flex; gap: 16px; margin: 0 20px; padding: 17px 0; align-items: flex-start; position: relative; }
.operation-track + .operation-track{ border-top: 1px solid #d5e1d7; }
.track-number{ color: #648572; font: 500 11px var(--display); margin-top: 4px; }
.operation-track h3{ font-size: 19px; letter-spacing: -.5px; }
.operation-track p{ font-size: 11px; color: #617667; margin-top: 5px; }
.operation-track > svg{ width: 21px; margin-left: auto; color: #4b8667; }
.rule-tag{ display: inline-block; font-size: 8px; line-height: 1.5; padding: 4px 7px; background: #e3ece2; border-radius: 3px; margin-top: 8px; color: #41624b; }
.operation-track:after{ content: ''; position: absolute; left: -20px; top: 22px; width: 3px; height: 37px; background: #3c9b69; opacity: .25; animation: track-focus 9s ease-in-out infinite; }
.operation-track:nth-child(3):after{ animation-delay: -6s; }
.operation-track:nth-child(4):after{ animation-delay: -3s; }
.board-systems{ display: flex; gap: 12px; justify-content: center; align-items: center; padding: 13px; background: #e8efe6; border-top: 1px solid #d5e1d7; font-size: 9px; color: #3d654b; }
.board-systems i{ color: #80a088; font-style: normal; }
.blueprint-footer{ margin: 22px 0 0; font-size: 6px; letter-spacing: .6px; }
.blueprint-footer .motion-control{ position: static; color: #aac1b4; white-space: nowrap; }
.workflow-nodes{ gap: 14px; }


@keyframes blueprint-light { 0%,100% { opacity: .5; transform: translateY(-3px); } 50% { opacity: 1; transform: translateY(3px); } }


@keyframes track-focus { 0%,30%,100% { opacity: .2; } 10%,20% { opacity: 1; } }
.motion-paused .operation-track:after,
.motion-paused .blueprint-bridge svg{ animation-play-state: paused; }


@media(max-width:1190px) {.hero-grid{ gap: 28px; }
.business-brief{ padding: 18px; margin-left: 8px; }
.business-brief p{ font-size: 13px; }
.board-header{ padding: 12px; gap: 6px; }
.board-header strong{ font-size: 15px; }

 }


@media(max-width:900px) {.hero-grid{ grid-template-columns: 1fr; gap: 48px; }
.operations-art{ max-width: 540px; margin: 0 auto; }

 }


@media(max-width:640px) {.hero-grid{ padding-top: 45px; padding-bottom: 40px; gap: 42px; }
h1.operations-title{; letter-spacing: -1.6px; }
.operations-art{ padding: 0; }
.business-brief{ margin-left: 5px; }
.operation-track{ margin: 0 15px; padding: 15px 0; gap: 12px; }
.operation-track h3{ font-size: 17px; }
.operation-track p{ font-size: 10px; }
.operation-track:after{ left: -15px; }
.blueprint-footer{ gap: 5px; }
.blueprint-footer > span{ max-width: 180px; }
.board-header img{ width: 37px; height: 37px; }
.board-header strong{ font-size: 14px; }
.board-header div > span{ font-size: 6px; }
.workflow-nodes{ gap: 13px; }

 }


@media(prefers-reduced-motion:reduce) {.operation-track:after,
.blueprint-bridge svg{ animation: none; }

 }
.conversion-grid > *{ min-width: 0; }
.form-submit{ white-space: normal; }


@media(max-width:640px) {.form-submit{ gap: 10px; padding-left: 12px; padding-right: 12px; font-size: 12px; }

 }
.commerce-audience{ background: #e8efe6; padding: 40px 0 30px; border-bottom: 1px solid #d5dfd5; }
.commerce-audience .eyebrow{ font-size: 9px; margin-bottom: 23px; color: #526b59; }
.audience-grid{ display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; }
.audience-grid > div{ border-left: 1px solid #b9ccbe; padding-left: 18px; }
.audience-grid strong{ display: block; font: 500 27px/1.2 var(--display); letter-spacing: -.8px; color: #1c402a; }
.audience-grid span{ display: block; font-size: 11px; margin-top: 8px; color: #5f7364; }
.audience-note{ margin-top: 25px; font-size: 12px; color: #526b59; }


@media(max-width:640px) {.audience-grid{ grid-template-columns: repeat(2,minmax(0,1fr)); gap: 25px 18px; }
.audience-grid strong{ font-size: 22px; }
.audience-grid > div{ padding-left: 12px; }

 }
.hero-note{ flex-wrap: wrap; }
.hero-note strong{ font-weight: 600; color: #c9f1e2; }
.product-cinema{ min-width: 0; position: relative; perspective: 1400px; padding: 20px 0; }
.cinema-overline{ display: flex; justify-content: space-between; gap: 16px; margin: 0 0 22px; font-size: 7px; letter-spacing: 1.4px; color: #9db8a9; }
.cinema-frame{ position: relative; background: #eff4f0; border: 1px solid #7ca18b; border-radius: 11px; overflow: hidden; box-shadow: 0 38px 70px #0005, 0 0 90px #48af7420; transform: rotateY(-7deg) rotateX(3deg); transform-origin: center; transition: transform .6s var(--ease); }
.product-cinema:hover .cinema-frame,
.product-cinema:focus-within .cinema-frame{ transform: rotateY(0) rotateX(0); }
.cinema-toolbar{ height: 49px; display: flex; align-items: center; gap: 11px; padding: 0 17px; border-bottom: 1px solid #d5e2d9; background: #fcfefc; color: #183a29; }
.cinema-toolbar strong{ font: 500 13px var(--display); }
.canvas-glyph{ font-size: 22px; color: #257453; }
.capture-badge{ margin-left: auto; font-size: 7px; letter-spacing: 1px; color: #6a8474; }
.capture-window{ position: relative; aspect-ratio: 1.12; overflow: hidden; background: #f5f7fa; }
.capture-image{ position: absolute; max-width: none; height: auto; user-select: none; pointer-events: none; }
.capture-image[hidden]{ display: none; }
.capture-image-canvas{ width: 400%; left: -60%; top: -104%; }
.capture-image-review{ width: 310%; left: -215%; top: -88%; }
.cinema-bottom{ padding: 15px 17px; border-top: 1px solid #d5e2d9; display: flex; justify-content: space-between; gap: 15px; color: #42654f; font-size: 9px; background: #fcfefc; }
.capture-full{ white-space: nowrap; font-weight: 600; }
.capture-full:hover{ text-decoration: underline; }
.cinema-controls{ display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 26px; }
.cinema-controls [role=tablist]{ display: flex; gap: 5px; padding: 4px; border: 1px solid #365542; border-radius: 7px; background: #12241b; }
.cinema-controls [role=tab]{ border: 0; background: transparent; padding: 10px 14px; border-radius: 4px; color: #8baf9b; font-size: 9px; }
.cinema-controls [role=tab] span{ margin-left: 7px; font-size: 11px; }
.cinema-controls [role=tab][aria-selected=true]{ background: #c6eed9; color: #16492f; }
.cinema-controls .motion-control{ position: static; color: #aac1b4; white-space: nowrap; }
.capture-note{ font-size: 8px; color: #92af9f; margin-top: 14px; line-height: 1.7; }
.motion-paused .cinema-frame{ transform: none; transition: none; }


@media(max-width:900px) {.product-cinema{ max-width: 600px; width: 100%; margin: 0 auto; padding: 0; }

 }


@media(max-width:640px) {.cinema-frame{ transform: none; }
.cinema-overline{ font-size: 6px; letter-spacing: .8px; }
.cinema-toolbar{ height: 42px; padding: 0 12px; }
.cinema-bottom{ padding: 12px; font-size: 8px; gap: 7px; }
.cinema-controls [role=tab]{ padding: 9px 10px; }
.cinema-controls [role=tab] span{ font-size: 10px; margin-left: 4px; }
.capture-note{ font-size: 8px; }

 }


@media(prefers-reduced-motion:reduce) {.cinema-frame{ transform: none; transition: none; }

 }
.connection-sculpture{ min-width: 0; position: relative; padding: 30px 0; }
.sculpture-kicker{ color: #bee2cd; font-size: 8px; letter-spacing: 1.4px; display: flex; justify-content: space-between; gap: 12px; }
.sculpture-kicker span{ color: #739a83; }
.sculpture-art{ stroke: none; display: block; width: 100%; height: auto; overflow: visible; }
.sculpture-labels{ font-family: var(--body); }
.sculpture-streams{ animation: command-current 7s linear infinite; }
.sculpture-bottom{ display: flex; align-items: center; justify-content: space-between; gap: 15px; border-top: 1px solid #395e46; padding-top: 22px; color: #92b6a0; font-size: 11px; }
.sculpture-bottom strong{ color: #c9f3db; font-weight: 500; }
.sculpture-bottom .motion-control{ position: static; color: #92b6a0; white-space: nowrap; }


@keyframes command-current { to { stroke-dashoffset: -426; } }
.motion-paused .sculpture-streams{ animation-play-state: paused; }


@media(prefers-reduced-motion:reduce) {.sculpture-streams{ animation: none; }

 }


@media(max-width:900px) {.connection-sculpture{ width: 100%; max-width: 600px; margin: 0 auto; }

 }


@media(max-width:640px) {.connection-sculpture{ padding: 5px 0 15px; }
.sculpture-kicker{ font-size: 6px; letter-spacing: .6px; }
.sculpture-bottom{ font-size: 9px; gap: 5px; padding-top: 18px; }

 }
.demo-content{ display: grid; grid-template-columns: 1.12fr 1fr; gap: 20px; align-items: stretch; }
.studio-conversation{ grid-column: 2; grid-row: 1; min-width: 0; padding: 30px 25px; background: #f4f8f4; border: 1px solid #dfebe2; border-radius: 8px; }
.conversation-heading{ display: flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: 1.3px; color: #65836e; }
.studio-conversation h3{ font: 500 25px/1.3 var(--display); color: #244d34; letter-spacing: -.7px; margin: 24px 0; }
.studio-conversation .demo-prompt{ margin: 0 0 26px; padding: 20px; display: block; border-radius: 12px 12px 3px 12px; }
.studio-conversation .prompt-avatar,
.studio-conversation .prompt-send{ display: none; }
.studio-conversation .demo-prompt p{ font-size: 13px; }
.draft-response{ display: flex; align-items: flex-start; gap: 13px; color: #4d7058; }
.draft-response img{ width: 26px; height: 26px; background: #1b422c; padding: 4px; border-radius: 5px; }
.draft-response strong{ font-size: 12px; font-weight: 600; }
.draft-response p{ font-size: 12px; line-height: 1.8; margin-top: 7px; }
.conversation-note{ font-size: 10px; line-height: 1.9; color: #809585; margin-top: 30px; padding-top: 20px; border-top: 1px solid #dce7de; }
.demo-content .workflow-canvas{ grid-column: 1; grid-row: 1; min-width: 0; }
.demo-content .demo-caption{ grid-column: 1 / -1; }
.workflow-nodes{ flex-direction: column; gap: 26px; padding: 10px 32px 26px; min-height: 0; }
.workflow-node{ flex: none; width: 100%; max-width: 280px; min-height: 0; padding: 13px 15px 13px 53px; }
.workflow-node .workflow-icon{ position: absolute; left: 14px; top: 17px; width: 27px; height: 27px; margin: 0; }
.workflow-node small{ position: static; display: block; font-size: 7px; margin-bottom: 5px; }
.workflow-node strong{ font-size: 13px; }
.workflow-node > span:last-child{ margin-top: 3px; font-size: 10px; }
.workflow-node:not(:last-child):after{ content: '↓'; position: absolute; top: 100%; left: 50%; height: 26px; line-height: 26px; color: #679a7b; font-size: 17px; }
.operations-map{ min-width: 0; padding: 30px 0 18px; }
.map-heading{ display: flex; justify-content: space-between; gap: 12px; color: #9bbba7; font-size: 8px; letter-spacing: 1.3px; }
.map-example{ color: #6b907b; font-size: 7px; }
.map-title{ font: 400 34px/1.2 var(--display); letter-spacing: -1.2px; color: #d5ebdd; margin-top: 27px; }
.map-title em{ font-style: normal; color: #81b597; }
.operations-map-art{ display: block; width: 100%; height: auto; stroke: none; margin: 28px 0 0; }
.map-pulses{ animation: map-travel 9s linear infinite; }
.map-footer{ display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 18px; border-top: 1px solid #33533f; color: #83a790; font-size: 10px; }
.map-footer .motion-control{ position: static; white-space: nowrap; color: #83a790; }


@keyframes map-travel { to { stroke-dashoffset: -998; } }
.motion-paused .map-pulses{ animation-play-state: paused; }


@media(prefers-reduced-motion:reduce) {.map-pulses{ animation: none; }

 }


@media(max-width:900px) {.operations-map{ width: 100%; max-width: 600px; margin: 0 auto; }

 }


@media(max-width:700px) {.demo-content{ grid-template-columns: 1fr; }
.studio-conversation{ grid-column: 1; grid-row: 1; padding: 22px 18px; }
.demo-content .workflow-canvas{ grid-row: 2; }
.workflow-nodes{ padding: 10px 20px 26px; }
.studio-conversation h3{ font-size: 23px; margin: 17px 0; }
.conversation-note{ margin-top: 20px; }
.operations-map{ padding: 0 0 12px; }
.map-title{ font-size: 30px; }
.map-heading{ font-size: 6px; letter-spacing: .7px; }
.map-example{ font-size: 6px; }
.map-footer{ font-size: 8px; gap: 5px; }

 }
.customer-proof{ padding: 35px 0 40px; background: #fbfcf9; border-bottom: 1px solid #dce6dd; }
.customer-proof h2{ margin: 0 0 25px; font: 500 10px/1.5 var(--body); letter-spacing: 1.5px; text-transform: uppercase; text-align: center; color: #6a7f70; }
.customer-names{ display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 25px; list-style: none; padding: 0; margin: 0; align-items: center; }
.customer-names li{ text-align: center; color: #31503b; font: 500 21px/1.25 var(--display); letter-spacing: -.6px; }


@media(max-width:1000px) {.customer-names{ grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 27px; }

 }


@media(max-width:540px) {.customer-proof{ padding: 28px 0 32px; }
.customer-names{ grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 18px; }
.customer-names li{ font-size: 18px; }

 }
.integration-showcase{ padding: 65px 0 35px; background: #f5f8f2; border-bottom: 1px solid #dce6d8; scroll-margin-top: 90px; }
.integration-intro{ display: flex; justify-content: space-between; gap: 50px; align-items: flex-end; margin-bottom: 38px; }
.integration-intro .eyebrow{ color: #61806b; margin-bottom: 17px; font-size: 9px; }
.integration-intro h2{ font: 500 35px/1.2 var(--display); letter-spacing: -1.2px; color: #173c29; }
.integration-intro h2 span{ color: #71967c; }
.integration-intro > p{ max-width: 330px; font-size: 13px; line-height: 1.8; color: #6a8070; }
.integration-logos{ list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); border-top: 1px solid #dce6d8; border-left: 1px solid #dce6d8; }
.integration-logos li{ display: flex; align-items: center; gap: 13px; min-height: 103px; padding: 20px; border-right: 1px solid #dce6d8; border-bottom: 1px solid #dce6d8; background: #ffffff60; }
.integration-logos img{ width: 36px; height: 36px; object-fit: contain; flex-shrink: 0; }
.integration-logos span{ font: 500 15px/1.35 var(--display); color: #304a37; }
.integration-bottom{ display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-top: 25px; font-size: 11px; color: #7c907f; }
.integration-bottom .text-link{ font-size: 12px; }


@media(max-width:1000px) {.integration-logos{ grid-template-columns: repeat(2,minmax(0,1fr)); }
.integration-intro{ gap: 30px; }

 }


@media(max-width:640px) {.integration-showcase{ padding: 38px 0 28px; }
.integration-intro{ display: block; margin-bottom: 25px; }
.integration-intro h2{ font-size: 29px; }
.integration-intro > p{ margin-top: 18px; font-size: 12px; }
.integration-logos li{ padding: 16px 12px; gap: 9px; min-height: 87px; }
.integration-logos img{ width: 28px; height: 28px; }
.integration-logos span{ font-size: 12px; }
.integration-bottom{ flex-wrap: wrap; }

 }
.customer-feature{ background: #fff; padding: 65px 0 0; }
.customer-feature-grid{ display: grid; grid-template-columns: .95fr 1.05fr; gap: 65px; align-items: center; }
.urbandi-panel{ min-height: 310px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap:32px; padding: 30px 35px; background: #e8e9df; color: #3c4739; border-radius: 3px; }
.customer-panel-label{ align-self: flex-start; font-size: 8px; letter-spacing: 1.4px; color: #78816d; }
.urbandi-name{ font: 400 65px/1.1 Georgia,serif; letter-spacing: -3px; }
.customer-platform-pair{ display: flex; align-items: center; justify-content: center; gap: 33px; border-top: 1px solid #c7cdbd; padding-top: 23px; width: 100%; font: 500 19px/1.1 var(--display); }
.customer-platform-pair > span:nth-child(2){ font-size: 23px; color: #819375; }
.customer-platform-pair small{ display: block; font: 500 7px/1.2 var(--sans,sans-serif); letter-spacing: 1.2px; margin-bottom: 3px; }
.customer-story-copy .eyebrow{ color: #6d8674; font-size: 9px; margin-bottom: 22px; }
.customer-story-copy h2{ font: 500 36px/1.2 var(--display); letter-spacing: -1.1px; color: #244532; }
.customer-story-copy h2 span{ color: #71967c; }
.customer-story-copy > p:not(.eyebrow){ font-size: 14px; color: #6a7f70; line-height: 1.85; margin: 22px 0 27px; max-width: 420px; }
.customer-story-copy .text-link{ font-size: 12px; }
.customer-directory{ margin-top: 30px; border-bottom: 1px solid #dce6dd; }
.customer-directory summary{ cursor: pointer; list-style: none; font-size: 12px; color: #557360; padding: 20px 0; display: flex; justify-content: space-between; }
.customer-directory summary::-webkit-details-marker{ display: none; }
.customer-directory summary span{ font-size: 19px; }
.customer-directory[open] summary span{ transform: rotate(45deg); }
.customer-directory ul{ list-style: none; padding: 5px 0 25px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; color: #557360; font-size: 14px; }


@media(max-width:800px) {.customer-feature-grid{ grid-template-columns: 1fr; gap: 30px; }
.customer-feature{ padding-top: 40px; }
.urbandi-panel{ min-height: 260px; }

 }


@media(max-width:540px) {.customer-story-copy h2{ font-size: 29px; }
.customer-directory ul{ grid-template-columns: repeat(2,minmax(0,1fr)); font-size: 12px; }
.customer-platform-pair{ gap: 24px; font-size: 17px; }

 }
.integration-marquees{ display: grid; gap: 14px; margin: 0 -25px; mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); }
.logo-lane{ overflow: hidden; min-width: 0; padding: 2px 0; }
.logo-track{ display: flex; width: max-content; animation: platform-drift 95s linear infinite; }
.logo-lane-2 .logo-track{ animation-direction: reverse; animation-duration: 85s; }
.logo-lane-3 .logo-track{ animation-duration: 105s; }
.logo-set{ display: flex; flex: none; align-items: stretch; list-style: none; gap: 14px; margin: 0; padding: 0 14px 0 0; }
.logo-set li{ display: flex; align-items: center; justify-content: flex-start; gap: 13px; width: 210px; min-height: 82px; padding: 18px; background: #fff; border: 1px solid #dce6d8; border-radius: 9px; }
.logo-set img{ width: 34px; height: 34px; object-fit: contain; flex-shrink: 0; }
.logo-set span{ font: 500 14px/1.35 var(--display); color: #304a37; }
.logo-lane:hover .logo-track,
.logo-lane:focus-within .logo-track{ animation-play-state: paused; }
.logo-lane:focus-visible{ outline: 2px solid #558568; outline-offset: -2px; border-radius: 8px; }


@keyframes platform-drift { to { transform: translateX(-50%); } }


@media(max-width:640px) {.integration-marquees{ margin: 0 -10px; gap: 10px; }
.logo-set{ gap: 10px; padding-right: 10px; }
.logo-set li{ width: 180px; min-height: 72px; padding: 14px; gap: 10px; }
.logo-set span{ font-size: 12px; }
.logo-set img{ width: 30px; height: 30px; }

 }


@media(prefers-reduced-motion:reduce) {.logo-track{ animation: none; }
.logo-lane{ overflow-x: auto; }
.logo-copy{ display: none; }

 }



/* Align editorial columns after removal of their heading labels. */
.control-grid,.conversion-grid { align-items:start; }
.control-list>div:first-child h3 { margin-top:0; }
.conversion-copy { padding-top:35px; }
@media(max-width:900px) { .conversion-copy { padding-top:0; } }
