:root{
  --blue:#2979ff;
  --purple:#883dff;
  --cyan:#00d4ff;
  --pink:#d444ff;
  --dark:#0d1117;
  --white:#f7f9fc
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth
}
body{
  margin:0;
  background:var(--dark);
  color:var(--white);
  font-family:Manrope,sans-serif;
  overflow-x:hidden
}

.footer-legal{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:12px 24px;
  width:auto
}
.footer-legal a{
  color:#9da5b4;
  font-size:12px;
  font-weight:600;
  text-decoration:none;
  transition:color .2s
}
.footer-legal a:hover{
  color:#fff
}
.noise{
  position:fixed;
  inset:0;
  opacity:.035;
  pointer-events:none;
  z-index:5;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")
}
.topbar{
  height:82px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  max-width:1200px;
  margin:auto;
  padding:0 26px;
  position:relative;
  z-index:10
}
.brand{
  display:flex;
  align-items:center;
  gap:10px;
  color:#fff;
  text-decoration:none;
  font-size:20px;
  font-weight:800;
  letter-spacing:-1px
}
.brand>span:last-child>span{
  color:var(--cyan)
}
.brand-mark{
  width:24px;
  height:24px;
  display:flex;
  align-items:flex-end;
  gap:3px;
  transform:skew(-14deg)
}
.brand-mark i{
  display:block;
  width:5px;
  border-radius:3px;
  background:linear-gradient(var(--cyan),var(--purple))
}
.brand-mark i:nth-child(1){
  height:13px
}
.brand-mark i:nth-child(2){
  height:20px
}
.brand-mark i:nth-child(3){
  height:16px
}
.nav-links{
  display:flex;
  gap:36px;
  margin-left:100px
}
.nav-links a,.login,.footer-links a{
  color:#9da5b4;
  text-decoration:none;
  font-size:12px;
  font-weight:600;
  transition:.2s
}
.nav-links a:hover,.login:hover,.footer-links a:hover{
  color:#fff
}
.nav-actions{
  display:flex;
  align-items:center;
  gap:25px
}
.button{
  display:inline-flex;
  align-items:center;
  gap:26px;
  padding:16px 20px;
  border-radius:5px;
  background:linear-gradient(110deg,var(--blue),var(--purple));
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  box-shadow:0 0 30px #2979ff30;
  transition:.25s
}
.button:hover{
  transform:translateY(-3px);
  box-shadow:0 10px 35px #883dff55
}
.button span{
  font-size:17px
}
.button-small{
  padding:12px 15px;
  gap:14px
}
.menu-toggle{
  display:none;
  background:none;
  border:0
}
.section-grid{
  max-width:1200px;
  margin:auto;
  padding:0 26px
}
.hero{
  min-height:685px;
  display:grid;
  grid-template-columns:47% 53%;
  align-items:center;
  position:relative
}
.hero:before{
  content:"";
  position:absolute;
  left:-180px;
  top:10px;
  width:600px;
  height:600px;
  background:radial-gradient(circle,#2979ff1c,transparent 68%);
  pointer-events:none
}
.eyebrow{
  font:500 10px 'DM Mono',monospace;
  letter-spacing:1.4px;
  text-transform:uppercase;
  color:#9aa6b9;
  display:flex;
  align-items:center;
  gap:10px
}
.pulse{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 0 5px #00d4ff1c,0 0 15px var(--cyan)
}
h1,h2,h3,p{
  margin-top:0
}
h1{
  font-size:70px;
  line-height:1.05;
  letter-spacing:-4px;
  margin:28px 0 20px;
  font-weight:800
}
h1 em,h2 em,blockquote em{
  font-style:normal;
  background:linear-gradient(100deg,var(--cyan),var(--purple),var(--pink));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
h1 span{
  color:var(--cyan)
}
.hero-description{
  max-width:390px;
  color:#8f99a9;
  line-height:1.7;
  font-size:14px;
  margin-bottom:32px
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:25px
}
.play-link{
  color:#c3c9d4;
  text-decoration:none;
  font-size:12px;
  font-weight:700
}
.play{
  display:inline-grid;
  place-items:center;
  width:29px;
  height:29px;
  margin-right:8px;
  border:1px solid #ffffff4a;
  border-radius:50%;
  font-size:9px;
  padding-left:2px
}
.trusted{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:55px
}
.trusted p{
  font-size:10px;
  line-height:1.6;
  color:#748095
}
.trusted strong{
  color:#dfe5ef
}
.avatars{
  display:flex
}
.avatars span{
  height:27px;
  width:27px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-size:8px;
  font-weight:800;
  background:#172b4c;
  border:2px solid var(--dark);
  margin-left:-6px
}
.avatars span:first-child{
  margin-left:0;
  background:#684b3b
}
.avatars span:nth-child(2){
  background:#4a315b
}
.avatars span:nth-child(3){
  background:#31546a
}
.avatars span:last-child{
  background:#18202d;
  color:#7d8ba1
}
.hero-visual{
  height:580px;
  position:relative;
  display:grid;
  place-items:center
}
.glow{
  position:absolute;
  border-radius:50%;
  filter:blur(35px)
}
.glow-blue{
  width:300px;
  height:300px;
  background:#2979ff22;
  top:70px;
  right:90px
}
.glow-purple{
  width:270px;
  height:270px;
  background:#883dff22;
  bottom:35px;
  left:40px
}
.orbit{
  border:1px solid #ffffff0d;
  border-radius:50%;
  position:absolute;
  transform:rotate(-28deg)
}
.orbit-one{
  width:500px;
  height:230px
}
.orbit-two{
  width:400px;
  height:180px;
  transform:rotate(38deg)
}
.chat-window{
  width:360px;
  border:1px solid #ffffff1a;
  border-radius:14px;
  background:#111821eb;
  backdrop-filter:blur(20px);
  box-shadow:0 25px 80px #0008;
  overflow:hidden;
  z-index:2;
  transform:perspective(1000px) rotateY(-9deg) rotateX(3deg);
  animation:float 5s ease-in-out infinite
}
.chat-top{
  height:72px;
  border-bottom:1px solid #ffffff0d;
  display:flex;
  align-items:center;
  padding:15px 20px;
  gap:11px
}
.bot-avatar{
  width:34px;
  height:34px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--cyan),var(--purple))
}
.chat-top b{
  font-size:12px;
  display:block
}
.chat-top small{
  font-size:9px;
  color:#8591a1;
  display:block;
  margin-top:3px
}
.chat-top small i{
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#36db91;
  margin-right:4px
}
.dots{
  margin-left:auto;
  color:#8793a6;
  letter-spacing:2px
}
.chat-body{
  padding:22px 20px 16px;
  min-height:310px
}
.date{
  text-align:center;
  color:#596579;
  font:9px 'DM Mono',monospace;
  margin-bottom:18px
}
.message{
  padding:12px 14px;
  border-radius:3px 12px 12px 12px;
  font-size:11px;
  line-height:1.6;
  max-width:225px;
  margin-bottom:13px
}
.message.bot{
  background:#1c2736;
  color:#e6ebf2
}
.message.user{
  background:linear-gradient(110deg,#2067df,#6840d8);
  margin-left:auto;
  border-radius:12px 3px 12px 12px
}
.quick-options{
  display:grid;
  gap:6px;
  margin-bottom:14px
}
.quick-options button{
  background:#162130;
  border:1px solid #2979ff55;
  border-radius:5px;
  padding:9px 12px;
  color:#80b2ff;
  text-align:left;
  font:10px Manrope;
  cursor:pointer
}
.quick-options span{
  float:right
}
.typing{
  padding:11px 14px;
  width:55px;
  display:flex;
  gap:4px
}
.typing span{
  width:4px;
  height:4px;
  border-radius:50%;
  background:#7f8da2;
  animation:blink 1s infinite
}
.typing span:nth-child(2){
  animation-delay:.2s
}
.typing span:nth-child(3){
  animation-delay:.4s
}
.chat-input{
  margin:0 12px 12px;
  border:1px solid #ffffff14;
  background:#0d131b;
  color:#596579;
  padding:12px;
  border-radius:5px;
  font-size:10px
}
.chat-input b{
  float:right;
  color:var(--cyan);
  font-size:14px
}
.floating-tag{
  position:absolute;
  z-index:3;
  padding:11px 13px;
  background:#161e2bdf;
  border:1px solid #ffffff18;
  border-radius:8px;
  display:flex;
  align-items:center;
  gap:9px;
  box-shadow:0 10px 30px #0005;
  animation:float 4s ease-in-out infinite reverse
}
.floating-tag b{
  font-size:11px;
  display:block
}
.floating-tag small{
  font-size:9px;
  color:#758197
}
.tag-icon,.check{
  display:grid;
  place-items:center;
  width:26px;
  height:26px;
  border-radius:7px;
  background:#2979ff29;
  color:var(--cyan)
}
.check{
  background:#22d89520;
  color:#38dfa0
}
.tag-one{
  top:120px;
  right:12px
}
.tag-two{
  bottom:104px;
  left:8px;
  animation-delay:1s
}
.signal{
  position:absolute;
  right:22px;
  bottom:70px;
  display:flex;
  align-items:center;
  gap:3px;
  color:#708097;
  font:8px 'DM Mono';
  z-index:3
}
.signal span{
  width:3px;
  background:var(--cyan);
  height:8px;
  opacity:.5
}
.signal span:nth-child(2){
  height:15px
}
.signal span:nth-child(3){
  height:11px
}
.signal span:nth-child(4){
  height:20px
}
.signal small{
  margin-left:7px;
  font-size:7px;
  line-height:1.4
}
.logo-strip{
  border-top:1px solid #ffffff0d;
  border-bottom:1px solid #ffffff0d;
  padding:26px max(26px,calc((100% - 1150px)/2));
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#5e6c80
}
.logo-strip p{
  font-size:10px
}
.logos{
  display:flex;
  align-items:center;
  gap:42px;
  font-size:17px;
  color:#8390a2
}
.logo-accent{
  color:var(--cyan)
}
.logo-bold{
  font-weight:800
}
.logo-serif{
  font-family:Georgia;
  font-style:italic
}
.logo-wide{
  font:500 13px 'DM Mono'
}
.features{
  display:grid;
  grid-template-columns:35% 65%;
  padding-top:145px;
  padding-bottom:145px;
  gap:40px
}
.section-intro h2,.process-heading h2{
  font-size:43px;
  line-height:1.13;
  letter-spacing:-2px;
  margin:22px 0
}
.section-intro>p{
  font-size:13px;
  color:#798699;
  line-height:1.8;
  max-width:275px;
  margin-bottom:27px
}
.text-link{
  font-size:11px;
  color:#fff;
  text-decoration:none;
  font-weight:800
}
.text-link span{
  color:var(--cyan);
  margin-left:8px
}
.feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px
}
.feature-card{
  min-height:210px;
  border:1px solid #ffffff12;
  border-radius:8px;
  padding:27px;
  position:relative;
  background:linear-gradient(135deg,#141d29,#10161f);
  overflow:hidden
}
.feature-card:hover{
  border-color:#2979ff66
}
.card-large{
  grid-column:span 2;
  min-height:250px;
  display:flex;
  justify-content:space-between
}
.card-icon{
  width:35px;
  height:35px;
  border:1px solid #ffffff18;
  border-radius:8px;
  display:grid;
  place-items:center;
  color:var(--cyan);
  font-size:17px;
  margin-bottom:28px
}
.icon-gradient{
  background:linear-gradient(135deg,var(--cyan),var(--purple));
  color:#fff;
  border:0
}
.feature-card h3{
  font-size:17px;
  line-height:1.35;
  letter-spacing:-.5px
}
.feature-card p{
  color:#768397;
  font-size:11px;
  line-height:1.7;
  max-width:270px
}
.card-arrow{
  position:absolute;
  right:25px;
  bottom:22px;
  color:#5e6d82
}
.node-network{
  width:210px;
  height:150px;
  position:relative;
  align-self:flex-end;
  background:radial-gradient(circle at center,#2979ff20,transparent 60%)
}
.node-network:before,.node-network:after{
  content:"";
  position:absolute;
  border:1px solid #2979ff55;
  border-radius:50%;
  inset:22px;
  transform:rotate(50deg)
}
.node-network:after{
  inset:42px;
  transform:rotate(-35deg);
  border-color:#d444ff66
}
.node-network i{
  position:absolute;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--cyan);
  box-shadow:0 0 10px var(--cyan)
}
.node-network i:nth-child(1){
  top:25px;
  left:30px
}
.node-network i:nth-child(2){
  top:18px;
  right:35px;
  background:var(--pink)
}
.node-network i:nth-child(3){
  bottom:30px;
  left:55px
}
.node-network i:nth-child(4){
  bottom:25px;
  right:25px;
  background:var(--purple)
}
.node-network b{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  font:14px 'DM Mono';
  color:#dfe9ff
}
.marquee{
  overflow:hidden;
  border-top:1px solid #ffffff0b;
  border-bottom:1px solid #ffffff0b;
  padding:17px 0;
  color:#59677a;
  font:11px 'DM Mono';
  white-space:nowrap
}
.marquee-track{
  display:flex;
  justify-content:space-around;
  min-width:100%;
  gap:40px;
  animation:marquee 28s linear infinite
}
.marquee b{
  color:var(--cyan)
}
.process{
  padding-top:140px;
  padding-bottom:140px
}
.process-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:65px
}
.process-heading h2{
  margin-bottom:0
}
.steps{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:15px
}
.step{
  border-top:1px solid #ffffff20;
  padding:22px 0;
  display:grid;
  grid-template-columns:50px 1fr 20px;
  gap:12px;
  transition:.2s
}
.step:hover{
  border-color:var(--cyan);
  transform:translateY(-4px)
}
.step-number{
  color:var(--cyan);
  font:11px 'DM Mono'
}
.step h3{
  font-size:17px;
  margin-bottom:10px
}
.step p{
  font-size:11px;
  color:#788699;
  line-height:1.7;
  max-width:220px
}
.step-arrow{
  color:#56667b
}
.testimonial{
  text-align:center;
  padding:125px 20px;
  background:radial-gradient(ellipse at center,#1b1738 0%,#0d1117 63%);
  border-top:1px solid #ffffff09
}
.quote-mark{
  font:100px Georgia;
  color:var(--purple);
  height:72px;
  line-height:1
}
.testimonial blockquote{
  font-size:31px;
  line-height:1.35;
  letter-spacing:-1.4px;
  margin:0 auto 35px;
  max-width:670px
}
.quote-author{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  text-align:left
}
.author-avatar{
  width:35px;
  height:35px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#ffb86c,#d444ff);
  font-size:10px;
  font-weight:bold
}
.quote-author b,.quote-author span{
  display:block;
  font-size:10px
}
.quote-author span{
  color:#778397;
  margin-top:3px
}
.quote-dots{
  margin-left:45px;
  color:var(--cyan);
  font-size:9px;
  letter-spacing:5px
}
.cta{
  margin:100px auto 110px;
  max-width:1148px;
  border-radius:12px;
  text-align:center;
  padding:90px 20px;
  position:relative;
  overflow:hidden;
  background:linear-gradient(115deg,#1b4fc6,#4d1fa8 57%,#771d88)
}
.cta:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:linear-gradient(#ffffff0b 1px,transparent 1px),linear-gradient(90deg,#ffffff0b 1px,transparent 1px);
  background-size:50px 50px
}
.cta-glow{
  position:absolute;
  width:350px;
  height:350px;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background:#00d4ff38;
  filter:blur(70px);
  border-radius:50%
}
.cta>*:not(.cta-glow){
  position:relative
}
.cta .eyebrow{
  justify-content:center;
  color:#d0d9ff
}
.cta h2{
  font-size:42px;
  line-height:1.15;
  letter-spacing:-2px;
  margin:18px 0
}
.cta p{
  font-size:12px;
  color:#d3d8ef;
  margin-bottom:27px
}
.button-light{
  background:#fff;
  color:#263d97;
  box-shadow:0 10px 30px #14104b66
}
.button-light:hover{
  box-shadow:0 15px 35px #0e0a3c99
}
footer{
  max-width:1200px;
  margin:auto;
  padding:28px 26px 40px;
  border-top:1px solid #ffffff0d;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  align-items:center
}
footer p,footer small{
  font-size:10px;
  color:#69778a
}
.footer-links{
  display:flex;
  gap:22px
}
footer small{
  text-align:right
}
@keyframes float{
  0%,100%{
    transform:perspective(1000px) rotateY(-9deg) rotateX(3deg) translateY(0)
  }
50%{
  transform:perspective(1000px) rotateY(-9deg) rotateX(3deg) translateY(-10px)
}
}
@keyframes blink{
  0%,100%{
    opacity:.25
  }
50%{
  opacity:1
}
}
@keyframes marquee{
  to{
    transform:translateX(-25%)
  }
}
.reveal{
  opacity:0;
  transform:translateY(22px);
  transition:opacity .7s ease,transform .7s ease
}
.reveal.visible{
  opacity:1;
  transform:translateY(0)
}
.reveal-delay{
  transition-delay:.15s
}
@media(max-width:800px){
  .nav-links,.nav-actions{
    display:none
  }
.menu-toggle{
  display:flex;
  flex-direction:column;
  gap:5px
}
.menu-toggle span{
  width:24px;
  height:1px;
  background:#fff
}
.nav-links.open{
  display:flex;
  position:absolute;
  top:70px;
  left:20px;
  right:20px;
  margin:0;
  padding:20px;
  flex-direction:column;
  gap:20px;
  background:#141d29;
  border:1px solid #ffffff1a;
  border-radius:8px
}
.hero{
  grid-template-columns:1fr;
  padding-top:60px
}
.hero-visual{
  height:510px
}
.hero h1{
  font-size:54px
}
.logo-strip{
  display:block;
  text-align:center
}
.logos{
  justify-content:center;
  flex-wrap:wrap;
  margin-top:20px;
  gap:20px
}
.features{
  grid-template-columns:1fr;
  padding-top:90px;
  padding-bottom:90px
}
.feature-grid{
  grid-template-columns:1fr
}
.card-large{
  grid-column:auto
}
.node-network{
  position:absolute;
  right:-20px;
  opacity:.55
}
.process{
  padding-top:90px;
  padding-bottom:90px
}
.process-heading{
  display:block;
  margin-bottom:40px
}
.steps{
  grid-template-columns:1fr
}
.testimonial blockquote{
  font-size:25px
}
.cta{
  margin:60px 20px 70px
}
.cta h2{
  font-size:32px
}
footer{
  grid-template-columns:1fr;
  gap:16px
}
footer small{
  text-align:left
}
.footer-links{
  order:2
}
.signal{
  right:5px
}
.tag-one{
  right:-3px
}
.chat-window{
  width:min(360px,90vw)
}
}
/* Refinamentos de direção visual: mais respiro, contraste e hierarquia */
body{
  background:#0d1117;
  letter-spacing:-.01em
}
.topbar{
  height:88px;
  border-bottom:1px solid transparent;
  transition:background .3s,border-color .3s
}
.topbar.scrolled{
  background:#0d1117e8;
  border-bottom-color:#ffffff12;
  backdrop-filter:blur(18px)
}
.brand{
  font-family:Sora,Manrope,sans-serif;
  letter-spacing:-1.3px
}
h1,h2,h3,.testimonial blockquote,.cta h2{
  font-family:Sora,Manrope,sans-serif
}
h2{
  font-weight:700
}
.nav-links a{
  letter-spacing:.01em
}
.logo-strip{
  min-height:92px;
  background:#0f141c
}
.logo-strip p{
  letter-spacing:.04em;
  text-transform:uppercase
}
.mini-line{
  display:inline-block;
  width:24px;
  height:1px;
  background:linear-gradient(90deg,var(--cyan),var(--purple))
}
.features{
  position:relative;
  padding-top:170px;
  padding-bottom:170px;
  gap:88px
}
.features:before{
  content:"";
  position:absolute;
  z-index:-1;
  left:50%;
  top:8%;
  width:620px;
  height:620px;
  transform:translateX(-15%);
  background:radial-gradient(circle,#883dff0d,transparent 66%);
  pointer-events:none
}
.section-intro{
  padding-top:10px
}
.section-intro h2,.process-heading h2{
  font-size:46px;
  line-height:1.16;
  margin:26px 0 25px
}
.section-intro>p{
  max-width:305px;
  font-size:13px;
  line-height:1.9;
  color:#8793a6
}
.text-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:11px;
  padding-bottom:7px;
  border-bottom:1px solid #ffffff25;
  transition:.25s
}
.text-link:hover{
  border-color:var(--cyan);
  color:var(--cyan)
}
.feature-grid{
  gap:18px
}
.feature-card{
  min-height:230px;
  padding:30px;
  background:linear-gradient(145deg,#151f2c,#10161f);
  transition:transform .3s,border-color .3s,background .3s;
  box-shadow:0 15px 50px #00000012
}
.feature-card:hover{
  transform:translateY(-7px);
  background:linear-gradient(145deg,#172842,#121a28);
  border-color:#2979ff88
}
.card-large{
  min-height:270px;
  padding:32px
}
.card-icon{
  margin-bottom:25px
}
.feature-card h3{
  font-size:18px;
  line-height:1.4
}
.feature-card p{
  font-size:12px;
  line-height:1.8;
  color:#8290a4
}
.marquee{
  background:#0b1017;
  padding:20px 0
}
.process{
  padding-top:175px;
  padding-bottom:175px
}
.process-heading{
  margin-bottom:75px
}
.process-heading h2{
  margin-top:25px
}
.step{
  padding:28px 0 30px;
  border-top-color:#ffffff22
}
.step-number{
  font-size:12px
}
.step h3{
  font-family:Sora,Manrope,sans-serif;
  font-size:18px;
  margin-bottom:12px
}
.step p{
  font-size:12px;
  line-height:1.8;
  color:#8290a4
}
.step-arrow{
  font-size:18px
}
.testimonial{
  padding:150px 20px 145px;
  background:radial-gradient(ellipse at 50% 35%,#241b4b 0%,#121522 31%,#0d1117 71%)
}
.quote-mark{
  margin-bottom:8px
}
.testimonial blockquote{
  font-size:36px;
  line-height:1.4;
  font-weight:500;
  letter-spacing:-1.8px
}
.cta{
  margin-top:120px;
  margin-bottom:135px;
  padding:105px 20px;
  border:1px solid #ffffff1c;
  box-shadow:0 30px 90px #00000045
}
.cta h2{
  font-size:46px;
  line-height:1.2
}
footer{
  padding-top:35px
}
@media(min-width:801px){
  .topbar:has(+ main){
  }
}
@media(max-width:800px){
  .features{
    gap:45px;
    padding-top:110px;
    padding-bottom:110px
  }
.section-intro h2,.process-heading h2{
  font-size:36px
}
.feature-card,.card-large{
  min-height:225px
}
.process{
  padding-top:110px;
  padding-bottom:110px
}
.process-heading{
  margin-bottom:50px
}
.testimonial{
  padding-top:105px;
  padding-bottom:105px
}
.testimonial blockquote{
  font-size:27px
}
.cta{
  margin-top:70px;
  margin-bottom:85px;
  padding:75px 20px
}
.cta h2{
  font-size:34px
}
}
/* Fechamento mais sutil: atmosfera luminosa, sem cartão central */
.features{
  padding-top:130px;
  padding-bottom:130px
}
.process{
  padding-top:125px;
  padding-bottom:125px
}
.process-heading{
  margin-bottom:58px
}
.testimonial{
  padding-top:110px;
  padding-bottom:110px
}
.cta{
  max-width:1000px;
  margin:80px auto 95px;
  padding:75px 20px;
  border:0;
  border-radius:0;
  box-shadow:none;
  background:radial-gradient(ellipse at 50% 48%,#25205c 0%,#16172e 18%,#0d111700 69%)
}
.cta:before{
  display:none
}
.cta:after{
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  width:360px;
  height:170px;
  transform:translate(-50%,-50%);
  background:linear-gradient(90deg,#2979ff45,#883dff65,#d444ff35);
  filter:blur(70px);
  opacity:.6;
  border-radius:50%;
  pointer-events:none
}
.cta-glow{
  width:220px;
  height:220px;
  background:#00d4ff30;
  filter:blur(75px);
  opacity:.7
}
.cta .eyebrow,.cta h2,.cta p,.cta a{
  z-index:1
}
.cta h2{
  font-size:44px
}
@media(max-width:800px){
  .features{
    padding-top:100px;
    padding-bottom:100px
  }
.process{
  padding-top:95px;
  padding-bottom:95px
}
.process-heading{
  margin-bottom:45px
}
.testimonial{
  padding-top:90px;
  padding-bottom:90px
}
.cta{
  margin-top:55px;
  margin-bottom:70px;
  padding:60px 18px
}
.cta h2{
  font-size:34px
}
.cta:after{
  width:280px;
  height:140px
}
}
/* Nova direção visual: tecnologia confiável, clara e feita por pessoas */
:root{
  --paper:#f6f8fb;
  --ink:#101827;
  --line:#e4e9f0;
  --soft:#667085
}
body{
  background:var(--paper);
  color:var(--ink)
}
.noise{
  opacity:.012
}
.topbar{
  background:#f6f8fbe8;
  border-bottom-color:transparent
}
.topbar.scrolled{
  background:#f6f8fbea;
  border-bottom-color:var(--line);
  box-shadow:0 5px 20px #14213d0b
}
.brand,.login,.nav-links a{
  color:var(--ink)
}
.nav-links a:hover,.login:hover{
  color:var(--blue)
}
.hero{
  min-height:650px
}
.hero:before{
  display:none
}
.eyebrow{
  color:#68758a
}
h1{
  color:var(--ink)
}
.hero-description{
  color:var(--soft)
}
.play-link{
  color:#344054
}
.play{
  border-color:#b8c2d0
}
.trusted p{
  color:#667085
}
.trusted strong{
  color:var(--ink)
}
.button{
  background:var(--blue);
  box-shadow:0 8px 20px #2979ff25
}
.button:hover{
  background:#1765e8;
  box-shadow:0 10px 24px #2979ff35
}
.hero-visual{
  height:540px
}
.orbit,.glow,.signal{
  display:none
}
.chat-window{
  background:#fff;
  border-color:#dfe5ed;
  border-radius:12px;
  box-shadow:0 22px 55px #1b345117;
  transform:none;
  animation:float-clean 6s ease-in-out infinite
}
.chat-top{
  border-bottom-color:var(--line)
}
.bot-avatar{
  background:var(--ink);
  border-radius:9px;
  font-family:Sora,Manrope,sans-serif;
  font-weight:700
}
.chat-top small{
  color:#768399
}
.chat-body{
  background:#fbfcfe
}
.date{
  color:#98a2b3
}
.message.bot{
  background:#eef2f7;
  color:#344054
}
.message.user{
  background:var(--blue)
}
.quick-options button{
  background:#fff;
  border-color:#cbd8ea;
  color:#2166d3
}
.chat-input{
  background:#fff;
  border-color:#dfe5ed;
  color:#98a2b3
}
.floating-tag{
  background:#fff;
  border-color:#e1e7ef;
  box-shadow:0 12px 28px #1b345114;
  animation:float-clean 5s ease-in-out infinite reverse
}
.floating-tag small{
  color:#7b8798
}
.tag-icon{
  background:#eaf2ff;
  color:var(--blue)
}
.check{
  background:#eaf8f1;
  color:#15915d
}
.logo-strip{
  background:#fff;
  border-color:var(--line);
  color:#7a8798
}
.logos{
  color:#657287
}
.features{
  background:var(--paper)
}
.features:before{
  display:none
}
.section-intro>p,.feature-card p,.step p{
  color:var(--soft)
}
.feature-card{
  background:#fff;
  border-color:var(--line);
  box-shadow:0 10px 35px #1b345108
}
.feature-card:hover{
  background:#fff;
  border-color:#a9c7f8;
  box-shadow:0 15px 38px #1b345115
}
.card-icon{
  border-color:#dfe5ed
}
.icon-gradient{
  background:var(--blue);
  color:#fff;
  border:0
}
.node-network{
  opacity:.45
}
.node-network{
  display:none
}
.card-large{
  display:block
}
.hero h1 em,.section-intro h2 em,.process-heading h2 em,.testimonial blockquote em{
  background:none;
  color:var(--blue)
}
.marquee{
  background:#172742;
  border-color:#172742;
  color:#d2dbea
}
.marquee b{
  color:var(--cyan)
}
.process{
  background:#fff;
  max-width:none;
  padding-left:max(26px,calc((100% - 1148px)/2));
  padding-right:max(26px,calc((100% - 1148px)/2))
}
.step{
  border-top-color:#dce3eb
}
.step:hover{
  border-color:var(--blue)
}
.step-number{
  color:var(--blue)
}
.step-arrow{
  color:#718096
}
.testimonial{
  background:#eef2f7;
  border-top-color:#e0e6ee
}
.quote-mark{
  color:var(--blue)
}
.testimonial blockquote{
  color:var(--ink)
}
.quote-author span{
  color:#667085
}
.quote-dots{
  color:var(--blue)
}
.cta{
  background:radial-gradient(ellipse at 50% 48%,#dfe8ff 0%,#eef2ff 18%,#f6f8fb00 68%)
}
.cta:after{
  background:linear-gradient(90deg,#2979ff2b,#883dff35,#d444ff20);
  opacity:.5
}
.cta .eyebrow{
  color:#667085
}
.cta h2{
  color:var(--ink)
}
.cta p{
  color:#667085
}
.button-light{
  background:var(--ink);
  color:#fff;
  box-shadow:0 8px 20px #1018271f
}
.button-light:hover{
  background:#25344e;
  box-shadow:0 10px 24px #1018272b
}
footer{
  background:var(--paper);
  border-top-color:var(--line)
}
footer p,footer small{
  color:#7a8798
}
@keyframes float-clean{
  0%,100%{
    transform:translateY(0)
  }
50%{
  transform:translateY(-6px)
}
}
@media(max-width:800px){
  .topbar{
    background:var(--paper)
  }
.nav-links.open{
  background:#fff;
  border-color:var(--line);
  box-shadow:0 15px 35px #1b345118
}
.hero{
  min-height:auto
}
.hero-visual{
  height:500px
}
.process{
  padding-left:26px;
  padding-right:26px
}
.floating-tag{
  transform:scale(.9)
}
}
/* Restauração da direção visual anterior */
body{
  background:var(--dark);
  color:var(--white)
}
.noise{
  opacity:.035
}
.topbar{
  background:transparent;
  border-bottom-color:transparent
}
.topbar.scrolled{
  background:#0d1117e8;
  border-bottom-color:#ffffff12;
  box-shadow:none
}
.brand{
  color:#fff
}
.brand>span:last-child>span{
  color:var(--cyan)
}
.nav-links a,.login{
  color:#9da5b4
}
.nav-links a:hover,.login:hover{
  color:#fff
}
.hero{
  min-height:650px
}
.hero:before{
  display:block
}
.eyebrow{
  color:#9aa6b9
}
h1{
  color:var(--white)
}
.hero-description{
  color:#8f99a9
}
.play-link{
  color:#c3c9d4
}
.play{
  border-color:#ffffff4a
}
.trusted p{
  color:#748095
}
.trusted strong{
  color:#dfe5ef
}
.button{
  background:linear-gradient(110deg,var(--blue),var(--purple));
  box-shadow:0 0 30px #2979ff30
}
.button:hover{
  box-shadow:0 10px 35px #883dff55
}
.hero-visual{
  height:540px
}
.orbit,.glow,.signal{
  display:block
}
.chat-window{
  background:#111821eb;
  border-color:#ffffff1a;
  box-shadow:0 25px 80px #0008;
  transform:perspective(1000px) rotateY(-9deg) rotateX(3deg);
  animation:float 5s ease-in-out infinite
}
.chat-top{
  border-bottom-color:#ffffff0d
}
.bot-avatar{
  background:linear-gradient(135deg,var(--cyan),var(--purple));
  border-radius:11px;
  font-family:Manrope,sans-serif
}
.chat-top small{
  color:#8591a1
}
.chat-body{
  background:transparent
}
.date{
  color:#596579
}
.message.bot{
  background:#1c2736;
  color:#e6ebf2
}
.message.user{
  background:linear-gradient(110deg,#2067df,#6840d8)
}
.quick-options button{
  background:#162130;
  border-color:#2979ff55;
  color:#80b2ff
}
.chat-input{
  background:#0d131b;
  border-color:#ffffff14;
  color:#596579
}
.floating-tag{
  background:#161e2bdf;
  border-color:#ffffff18;
  box-shadow:0 10px 30px #0005;
  animation:float 4s ease-in-out infinite reverse
}
.floating-tag small{
  color:#758197
}
.tag-icon{
  background:#2979ff29;
  color:var(--cyan)
}
.check{
  background:#22d89520;
  color:#38dfa0
}
.logo-strip{
  background:#0f141c;
  border-color:#ffffff0d;
  color:#5e6c80
}
.logos{
  color:#8390a2
}
.features{
  background:var(--dark)
}
.features:before{
  display:block
}
.section-intro>p,.feature-card p,.step p{
  color:#798699
}
.feature-card{
  background:linear-gradient(145deg,#151f2c,#10161f);
  border-color:#ffffff12;
  box-shadow:0 15px 50px #00000012
}
.feature-card:hover{
  background:linear-gradient(145deg,#172842,#121a28);
  border-color:#2979ff88;
  box-shadow:0 15px 50px #00000012
}
.card-icon{
  border-color:#ffffff18
}
.icon-gradient{
  background:linear-gradient(135deg,var(--cyan),var(--purple));
  color:#fff;
  border:0
}
.node-network{
  display:block;
  opacity:1
}
.card-large{
  display:flex
}
.hero h1 em,.section-intro h2 em,.process-heading h2 em,.testimonial blockquote em{
  background:linear-gradient(100deg,var(--cyan),var(--purple),var(--pink));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.marquee{
  background:#0b1017;
  border-color:#ffffff0b;
  color:#59677a
}
.marquee b{
  color:var(--cyan)
}
.process{
  background:transparent;
  max-width:1200px;
  padding-left:26px;
  padding-right:26px
}
.step{
  border-top-color:#ffffff22
}
.step:hover{
  border-color:var(--cyan)
}
.step-number{
  color:var(--cyan)
}
.step-arrow{
  color:#56667b
}
.testimonial{
  background:radial-gradient(ellipse at 50% 35%,#241b4b 0%,#121522 31%,#0d1117 71%);
  border-top-color:#ffffff09
}
.quote-mark{
  color:var(--purple)
}
.testimonial blockquote{
  color:var(--white)
}
.quote-author span{
  color:#778397
}
.quote-dots{
  color:var(--cyan)
}
.cta{
  background:radial-gradient(ellipse at 50% 48%,#25205c 0%,#16172e 18%,#0d111700 69%)
}
.cta:after{
  background:linear-gradient(90deg,#2979ff45,#883dff65,#d444ff35);
  opacity:.6
}
.cta .eyebrow{
  color:#d0d9ff
}
.cta h2{
  color:var(--white)
}
.cta p{
  color:#d3d8ef
}
.button-light{
  background:#fff;
  color:#263d97;
  box-shadow:0 10px 30px #14104b66
}
.button-light:hover{
  box-shadow:0 15px 35px #0e0a3c99
}
footer{
  background:var(--dark);
  border-top-color:#ffffff0d
}
footer p,footer small{
  color:#69778a
}
@media(max-width:800px){
  .topbar{
    background:transparent
  }
.nav-links.open{
  background:#141d29;
  border-color:#ffffff1a;
  box-shadow:none
}
.hero{
  min-height:auto
}
.hero-visual{
  height:510px
}
.process{
  padding-left:26px;
  padding-right:26px
}
.floating-tag{
  transform:none
}
}
.hero h1 span:last-child{
  color:#fff;
  font-size:.62em;
  vertical-align:.08em;
  margin-left:2px
}
.hero-visual .signal{
  display:none
}
.topbar,.section-grid,footer{
  width:100%;
  max-width:1280px
}
.process{
  max-width:1280px
}
body{
  max-width:100vw;
  overflow-x:hidden
}
.footer-links+small{
  grid-column:1 / -1;
  text-align:center;
  margin-top:18px
}
.footer-copyright{
  font-size:10px;
  color:#69778a
}
.footer-cnpj{
  position:absolute;
  right:26px;
  font-size:10px;
  color:#69778a
}
footer{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:center;
  justify-content:center;
  min-height:110px
}
.footer-brand-group{
  position:absolute;
  left:26px;
  display:flex;
  align-items:center
}
@media(max-width:800px){
  .topbar,.section-grid,footer,.process{
    max-width:100%;
    padding-left:20px;
    padding-right:20px
  }
}
@media(max-width:800px){
  .footer-brand-group{
    position:static;
    width:100%;
    justify-content:center;
    margin-bottom:18px
  }
.footer-cnpj{
  position:static;
  margin-top:10px
}
footer{
  flex-direction:column;
  gap:0;
  padding-top:25px;
  padding-bottom:25px
}
}
.nav-links a,.login{
  font-size:14px
}
.button{
  font-size:14px
}
.eyebrow{
  font-size:11px
}
.hero-description{
  font-size:17px
}
.play-link{
  font-size:14px
}
.trusted p{
  font-size:13px
}
.logo-strip p{
  font-size:12px
}
.kanban-toolbar b{
  font-size:15px
}
.kanban-toolbar small{
  font-size:12px
}
.kanban-live{
  font-size:12px
}
.kanban-add{
  font-size:13px
}
.column-head{
  font-size:14px
}
.lead-card>b{
  font-size:14px
}
.lead-card>small{
  font-size:13px
}
.lead-foot{
  font-size:12px
}
.kanban-hint{
  font-size:12px
}
.integrations-copy>p{
  font-size:16px
}
.integration-points div{
  font-size:14px
}
.integration-caption{
  font-size:12px
}
.integration-core b{
  font-size:14px
}
.integration-core small{
  font-size:11px
}
.pricing-heading p{
  font-size:14px
}
.billing-control{
  font-size:14px
}
.price-card small{
  font-size:11px
}
.price-card p{
  font-size:14px
}
.price-value span{
  font-size:15px
}
.price-value em{
  font-size:12px
}
.saving{
  font-size:11px
}
.detailed-card li{
  font-size:13px
}
.subscribe-button{
  font-size:14px
}
.contact-content p{
  font-size:15px
}
.contact-email{
  font-size:13px
}
.contact-note b{
  font-size:13px
}
.contact-note small{
  font-size:12px
}
.footer-copyright,.footer-cnpj{
  font-size:12px
}
@media(max-width:800px){
  .nav-links a,.login{
    font-size:14px
  }
.hero-description{
  font-size:16px
}
.trusted p{
  font-size:12px
}
.kanban-board{
  font-size:inherit
}
.integrations-copy>p{
  font-size:15px
}
.integration-points div{
  font-size:13px
}
.pricing-heading p{
  font-size:14px
}
.price-card p{
  font-size:14px
}
.detailed-card li{
  font-size:13px
}
.contact-content p{
  font-size:14px
}
}
.scroll-progress{
  position:fixed;
  z-index:100;
  left:0;
  top:0;
  width:100%;
  height:2px;
  transform:scaleX(0);
  transform-origin:left center;
  background:linear-gradient(90deg,var(--cyan),var(--blue),var(--purple),var(--pink));
  box-shadow:0 0 12px #2979ffcc;
  pointer-events:none
}
.reveal:nth-child(2){
  transition-delay:.08s
}
.reveal:nth-child(3){
  transition-delay:.16s
}
.reveal:nth-child(4){
  transition-delay:.24s
}
.button,.subscribe-button,.kanban-add{
  position:relative;
  overflow:hidden
}
.button:before,.subscribe-button:before,.kanban-add:before{
  content:"";
  position:absolute;
  inset:0;
  transform:translateX(-110%) skewX(-18deg);
  background:linear-gradient(100deg,transparent,#ffffff45,transparent);
  transition:transform .7s ease
}
.button:hover:before,.subscribe-button:hover:before,.kanban-add:hover:before{
  transform:translateX(110%) skewX(-18deg)
}
.feature-card,.price-card,.kanban-demo,.contact-note{
  will-change:transform
}
.feature-card,.price-card{
  transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease
}
.feature-card:hover,.price-card:hover{
  box-shadow:0 18px 50px #00000035
}
.lead-card{
  will-change:transform
}
.lead-card:hover{
  box-shadow:0 8px 20px #0005
}
.kanban-demo{
  animation:panel-breathe 8s ease-in-out infinite
}
.integration-core{
  will-change:transform
}
.integration-core:hover{
  animation:core-pulse 2.2s ease-in-out infinite;
  transform:scale(1.04)
}
.contact-section:after{
  content:"";
  position:absolute;
  inset:0;
  opacity:.22;
  pointer-events:none;
  background-image:linear-gradient(#ffffff06 1px,transparent 1px),linear-gradient(90deg,#ffffff06 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:radial-gradient(ellipse at center,black,transparent 72%)
}
.contact-note{
  transition:transform .35s ease,border-color .35s ease
}
.contact-note:hover{
  transform:translateX(-5px);
  border-color:#2979ff88
}
@keyframes panel-breathe{
  0%,100%{
    box-shadow:0 25px 70px #00000030
  }
50%{
  box-shadow:0 28px 85px #2979ff1c
}
}
@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    scroll-behavior:auto!important;
    transition-duration:.01ms!important
  }
.scroll-progress{
  display:none
}
}
.play-link{
  display:none
}
.nav-links a,.login{
  font-size:15px
}
.button{
  font-size:15px
}
.eyebrow{
  font-size:12px
}
.hero-description{
  font-size:18px
}
.trusted p{
  font-size:14px
}
.kanban-toolbar b{
  font-size:16px
}
.kanban-toolbar small{
  font-size:13px
}
.kanban-live{
  font-size:13px
}
.kanban-add{
  font-size:14px
}
.column-head{
  font-size:15px
}
.lead-card>b{
  font-size:15px
}
.lead-card>small{
  font-size:14px
}
.lead-foot{
  font-size:13px
}
.kanban-hint{
  font-size:13px
}
.integrations-copy>p{
  font-size:17px
}
.integration-points div{
  font-size:15px
}
.integration-caption{
  font-size:13px
}
.integration-core b{
  font-size:15px
}
.integration-core small{
  font-size:12px
}
.pricing-heading p{
  font-size:15px
}
.billing-control{
  font-size:15px
}
.price-card p{
  font-size:15px
}
.price-value span{
  font-size:16px
}
.price-value em{
  font-size:13px
}
.saving{
  font-size:12px
}
.detailed-card li{
  font-size:14px
}
.subscribe-button{
  font-size:15px
}
.contact-content p{
  font-size:16px
}
.contact-email{
  font-size:14px
}
.contact-note b{
  font-size:14px
}
.contact-note small{
  font-size:13px
}
.footer-copyright,.footer-cnpj{
  font-size:13px
}
@media(max-width:800px){
  .hero-description{
    font-size:17px
  }
.trusted p{
  font-size:13px
}
.integrations-copy>p{
  font-size:16px
}
.integration-points div{
  font-size:14px
}
.pricing-heading p{
  font-size:15px
}
.price-card p{
  font-size:15px
}
.detailed-card li{
  font-size:14px
}
.contact-content p{
  font-size:15px
}
}
.kanban-intro p{
  font-size:17px
}
.kanban-intro .text-link{
  font-size:15px
}
.contact-content p{
  font-size:17px
}
.contact-email{
  font-size:15px
}
.contact-note b{
  font-size:15px
}
.contact-note small{
  font-size:14px
}
.contact-actions .button{
  font-size:15px
}
@media(max-width:800px){
  .kanban-intro p{
    font-size:16px
  }
.kanban-intro .text-link{
  font-size:14px
}
.contact-content p{
  font-size:16px
}
.contact-note b{
  font-size:14px
}
.contact-note small{
  font-size:13px
}
}
.nav-links a,.login,.button,.eyebrow,.hero-description,.play-link,.trusted p,.kanban-toolbar small,.kanban-live,.kanban-add,.column-head,.lead-card>b,.lead-card>small,.lead-foot,.kanban-hint,.kanban-intro p,.kanban-intro .text-link,.integrations-copy>p,.integration-points div,.integration-caption,.integration-core b,.integration-core small,.pricing-heading p,.billing-control,.price-card p,.price-value span,.price-value em,.saving,.detailed-card li,.subscribe-button,.contact-content p,.contact-email,.contact-note b,.contact-note small,.footer-copyright,.footer-cnpj,.logo-strip p{
  font-size:14px
}
.kanban-showcase,.integrations-showcase,.pricing-section,.contact-section{
  padding-top:90px;
  padding-bottom:90px
}
@media(max-width:900px){
  .kanban-showcase,.integrations-showcase,.pricing-section,.contact-section{
    padding-top:72px;
    padding-bottom:72px
  }
}
/* Responsividade de base e tolerância para telas muito estreitas */
html,body{
  width:100%;
  min-width:320px
}
img,svg{
  max-width:100%
}
button,a{
  touch-action:manipulation
}
p,small,li{
  overflow-wrap:anywhere
}
@media(max-width:600px){
  .topbar{
    padding-left:16px;
    padding-right:16px
  }
.brand{
  font-size:17px;
  gap:7px
}
.brand-mark{
  transform:scale(.85) skew(-14deg);
  transform-origin:left center
}
.hero{
  padding-left:20px;
  padding-right:20px
}
.hero h1{
  font-size:46px;
  letter-spacing:-3px
}
.hero-actions{
  align-items:flex-start;
  flex-direction:column;
  gap:16px
}
.trusted{
  margin-top:38px
}
.hero-visual{
  height:440px
}
.chat-window{
  max-width:92vw
}
.tag-one,.tag-two{
  transform:scale(.78)
}
.tag-one{
  right:-13px
}
.tag-two{
  left:-13px
}
.kanban-showcase{
  padding-left:16px;
  padding-right:16px
}
.kanban-demo{
  overflow-x:hidden
}
.kanban-toolbar{
  height:auto;
  min-height:68px;
  padding:14px;
  flex-wrap:wrap
}
.kanban-live{
  margin-left:0
}
.kanban-add{
  margin-left:auto
}
.kanban-board{
  min-width:0;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  padding:12px
}
.kanban-column{
  padding:0 3px 8px
}
.column-head{
  font-size:11px;
  align-items:flex-start;
  min-height:34px
}
.lead-card{
  padding:9px
}
.lead-card>b{
  font-size:11px
}
.lead-card>small{
  font-size:10px
}
.lead-foot{
  font-size:9px
}
.kanban-hint{
  padding:0 12px 14px;
  font-size:9px
}
.integrations-showcase{
  padding-left:16px;
  padding-right:16px
}
.integration-visual{
  height:350px;
  transform:scale(.78);
  transform-origin:center center;
  margin:-35px 0
}
.pricing-section{
  padding-left:16px;
  padding-right:16px
}
.price-top{
  padding-left:18px;
  padding-right:18px
}
.contact-section{
  padding-left:20px;
  padding-right:20px
}
.footer-brand-group{
  gap:0
}
.footer-brand-group .brand{
  font-size:17px
}
}
.kanban-showcase{
  max-width:1280px;
  margin:0 auto;
  padding:100px 26px 112px;
  display:grid;
  grid-template-columns:28% 72%;
  gap:55px;
  align-items:center;
  border-bottom:1px solid #ffffff0d
}
.kanban-intro h2{
  font-family:Sora,Manrope,sans-serif;
  font-size:40px;
  line-height:1.15;
  letter-spacing:-2px;
  margin:24px 0
}
.kanban-intro h2 em{
  font-style:normal;
  background:linear-gradient(100deg,var(--cyan),var(--purple),var(--pink));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.kanban-intro p{
  max-width:290px;
  color:#8995a8;
  font-size:12px;
  line-height:1.85;
  margin-bottom:24px
}
.kanban-demo{
  min-width:0;
  border:1px solid #ffffff14;
  border-radius:12px;
  background:#111923e8;
  box-shadow:0 25px 70px #00000030;
  overflow:hidden
}
.kanban-toolbar{
  height:68px;
  display:flex;
  align-items:center;
  gap:18px;
  padding:0 20px;
  border-bottom:1px solid #ffffff10
}
.kanban-toolbar b{
  display:block;
  font-size:12px
}
.kanban-toolbar small{
  display:block;
  color:#778499;
  font-size:9px;
  margin-top:4px
}
.kanban-live{
  margin-left:auto;
  color:#8090a5;
  font:9px 'DM Mono',monospace
}
.kanban-live i{
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:4px;
  border-radius:50%;
  background:#3fdda1;
  box-shadow:0 0 10px #3fdda1
}
.kanban-add{
  border:1px solid #2979ff66;
  background:#2979ff18;
  color:#8bb9ff;
  padding:9px 11px;
  border-radius:5px;
  font:10px Manrope;
  cursor:pointer
}
.kanban-board{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
  padding:18px;
  min-height:250px
}
.kanban-column{
  min-width:0;
  padding:0 7px 9px;
  border-radius:7px;
  transition:.2s
}
.kanban-column.drag-over{
  background:#2979ff10;
  outline:1px dashed #2979ff88
}
.column-head{
  display:flex;
  align-items:center;
  gap:7px;
  color:#a9b4c5;
  font-size:10px;
  font-weight:700;
  padding:2px 2px 13px
}
.column-head b{
  display:grid;
  place-items:center;
  width:18px;
  height:18px;
  border-radius:5px;
  background:#ffffff0b;
  color:#748298;
  font-size:9px
}
.lead-card{
  margin-bottom:9px;
  padding:12px;
  border:1px solid #ffffff12;
  border-radius:7px;
  background:#182331;
  cursor:grab;
  transition:transform .2s,border-color .2s,opacity .2s
}
.lead-card:hover{
  transform:translateY(-2px);
  border-color:#2979ff66
}
.lead-card.dragging{
  opacity:.4
}
.lead-card>b{
  display:block;
  font-size:10px;
  margin:10px 0 5px
}
.lead-card>small{
  display:block;
  color:#7f8da1;
  font-size:9px;
  line-height:1.5;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis
}
.lead-top,.lead-foot{
  display:flex;
  align-items:center;
  justify-content:space-between
}
.lead-time{
  color:#718096;
  font:8px 'DM Mono',monospace
}
.lead-avatar{
  display:grid;
  place-items:center;
  width:23px;
  height:23px;
  border-radius:6px;
  color:#fff;
  font-size:7px;
  font-weight:800
}
.avatar-purple{
  background:#7044bd
}
.avatar-orange{
  background:#a96743
}
.avatar-blue{
  background:#276ac2
}
.avatar-green{
  background:#258b70
}
.avatar-cyan{
  background:#238ea8
}
.lead-foot{
  border-top:1px solid #ffffff0d;
  margin-top:11px;
  padding-top:8px;
  color:#687a91;
  font-size:8px
}
.won{
  border-color:#2a9d8266
}
.won .lead-foot span:first-child{
  color:#42d2a5
}
.kanban-hint{
  text-align:right;
  padding:0 20px 15px;
  color:#66758b;
  font:8px 'DM Mono',monospace
}
.kanban-hint span{
  color:var(--cyan);
  font-size:13px;
  margin-left:5px
}
@media(max-width:900px){
  .kanban-showcase{
    grid-template-columns:1fr;
    gap:40px;
    padding-top:90px;
    padding-bottom:90px
  }
.kanban-intro h2{
  font-size:36px
}
.kanban-intro p{
  max-width:460px
}
.kanban-demo{
  overflow-x:auto
}
.kanban-toolbar,.kanban-board{
  min-width:760px
}
}
.integrations-showcase{
  max-width:1280px;
  margin:0 auto;
  padding:120px 26px 130px;
  display:grid;
  grid-template-columns:38% 62%;
  align-items:center;
  gap:45px;
  overflow:hidden
}
.integrations-copy h2{
  font-family:Sora,Manrope,sans-serif;
  font-size:39px;
  line-height:1.18;
  letter-spacing:-2px;
  margin:24px 0
}
.integrations-copy h2 em{
  font-style:normal;
  background:linear-gradient(100deg,var(--cyan),var(--purple),var(--pink));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.integrations-copy>p{
  max-width:355px;
  color:#8995a8;
  font-size:12px;
  line-height:1.9;
  margin-bottom:28px
}
.integration-points{
  display:grid;
  gap:13px
}
.integration-points div{
  display:flex;
  align-items:center;
  gap:12px;
  color:#b4c0d0;
  font-size:10px;
  line-height:1.5
}
.integration-points b{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border:1px solid #2979ff66;
  border-radius:6px;
  color:#78aaff;
  font:9px 'DM Mono',monospace
}
.integration-visual{
  height:420px;
  position:relative;
  display:grid;
  place-items:center
}
.integration-visual:before{
  content:"";
  position:absolute;
  width:330px;
  height:220px;
  background:radial-gradient(ellipse,#2979ff1f,transparent 65%);
  filter:blur(20px)
}
.integration-orbit{
  position:absolute;
  border:1px solid #ffffff18;
  border-radius:50%;
  transform:rotate(-24deg);
  animation:orbit-spin 28s linear infinite
}
.orbit-main{
  width:450px;
  height:240px
}
.orbit-inner{
  width:310px;
  height:165px;
  transform:rotate(34deg);
  animation-direction:reverse;
  animation-duration:22s;
  border-color:#ffffff12
}
.orbit-logo{
  position:absolute;
  display:grid;
  place-items:center;
  padding:9px 12px;
  border:1px solid #ffffff18;
  border-radius:7px;
  background:#151f2ce8;
  color:#b9c5d5;
  font-size:10px;
  font-weight:700;
  white-space:nowrap;
  box-shadow:0 8px 20px #0005
}
.logo-hubspot{
  top:-16px;
  left:80px;
  color:#ff916d
}
.logo-sheets{
  right:16px;
  top:72px;
  color:#79d99b
}
.logo-slack{
  bottom:-15px;
  right:102px;
  color:#d8a7ff
}
.logo-shopify{
  bottom:22px;
  left:8px;
  color:#a5dca9
}
.logo-pipedrive{
  top:5px;
  right:13px;
  color:#f7bd72
}
.logo-calendar{
  bottom:3px;
  left:27px;
  color:#8ec4ff
}
.integration-core{
  position:relative;
  z-index:2;
  width:138px;
  height:138px;
  border:1px solid #2979ff66;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#111b29e8;
  box-shadow:0 0 45px #2979ff25
}
.infinity-symbol{
  font:62px Sora,Manrope,sans-serif;
  line-height:.8;
  background:linear-gradient(100deg,var(--cyan),var(--purple));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.integration-core b{
  font-size:11px;
  margin-top:10px
}
.integration-core small{
  color:#748398;
  font:8px 'DM Mono',monospace;
  margin-top:4px
}
.integration-caption{
  position:absolute;
  bottom:0;
  display:flex;
  align-items:center;
  gap:7px;
  color:#75849a;
  font:9px 'DM Mono',monospace
}
.integration-caption i{
  width:6px;
  height:6px;
  background:#36d99a;
  border-radius:50%;
  box-shadow:0 0 10px #36d99a
}
@keyframes orbit-spin{
  to{
    transform:rotate(336deg)
  }
}
@media(max-width:900px){
  .integrations-showcase{
    grid-template-columns:1fr;
    padding:95px 20px 100px;
    gap:35px
  }
.integrations-copy h2{
  font-size:35px
}
.integration-visual{
  height:360px;
  transform:scale(.9)
}
.integrations-copy>p{
  max-width:480px
}
}
.orbit-logo{
  width:43px;
  height:36px;
  padding:7px 10px
}
.orbit-logo img{
  display:block;
  width:21px;
  height:21px;
  object-fit:contain
}
.logo-rd{
  overflow:hidden
}
.logo-rd img{
  display:none!important
}
.logo-rd:after{
  content:none
}
.kanban-toolbar small{
  font-size:10px
}
.kanban-live{
  font-size:10px
}
.kanban-add{
  font-size:11px
}
.column-head{
  font-size:11px
}
.lead-card>b{
  font-size:11px
}
.lead-card>small{
  font-size:10px
}
.lead-foot{
  font-size:9px
}
.kanban-hint{
  font-size:9px
}
.integrations-copy>p{
  font-size:13px
}
.integration-points div{
  font-size:11px
}
.integration-caption{
  font-size:10px
}
.integration-core b{
  font-size:12px
}
.integration-core small{
  font-size:9px
}
.kanban-toolbar small{
  font-size:11px
}
.kanban-live{
  font-size:11px
}
.kanban-add{
  font-size:12px
}
.column-head{
  font-size:12px
}
.lead-card>b{
  font-size:12px
}
.lead-card>small{
  font-size:11px
}
.lead-foot{
  font-size:10px
}
.kanban-hint{
  font-size:10px
}
.integrations-copy>p{
  font-size:14px
}
.integration-points div{
  font-size:12px
}
.integration-caption{
  font-size:11px
}
.integration-core b{
  font-size:13px
}
.integration-core small{
  font-size:10px
}
.integration-orbit{
  will-change:transform;
  animation-timing-function:linear!important;
  animation-iteration-count:infinite!important
}
.orbit-main{
  animation:orbit-main-spin 26s linear infinite!important
}
.orbit-inner{
  animation:orbit-inner-spin 20s linear infinite!important
}
.orbit-logo{
  width:48px;
  height:40px;
  padding:7px;
  border-radius:10px;
  background:#182334f2;
  box-shadow:0 8px 24px #0006;
  backface-visibility:hidden
}
.orbit-logo img{
  width:22px;
  height:22px
}
.logo-fallback{
  font-size:8px;
  text-align:center;
  color:#c1cee0;
  line-height:1.1
}
@keyframes orbit-main-spin{
  from{
    transform:rotate(-24deg)
  }
to{
  transform:rotate(336deg)
}
}
@keyframes orbit-inner-spin{
  from{
    transform:rotate(34deg)
  }
to{
  transform:rotate(394deg)
}
}
.integration-caption{
  display:none
}
.integration-orbit{
  width:310px;
  height:200px;
  top:50%;
  left:calc(50% - 80px);
  border-color:#ffffff20;
  transform:translate(-50%,-50%) rotate(-24deg)
}
.orbit-inner{
  left:calc(50% + 80px);
  transform:translate(-50%,-50%) rotate(34deg);
  border-color:#ffffff15
}
.orbit-main{
  animation:infinity-left 26s linear infinite!important
}
.orbit-inner{
  animation:infinity-right 20s linear infinite!important
}
.integration-core{
  width:128px;
  height:128px;
  animation:core-pulse 5s ease-in-out infinite
}
.infinity-symbol{
  font-size:64px;
  animation:infinity-pulse 5s ease-in-out infinite
}
.integration-core b{
  font-size:13px;
  margin-top:7px
}
.integration-core small{
  font-size:9px;
  margin-top:3px
}
@keyframes infinity-left{
  from{
    transform:translate(-50%,-50%) rotate(-24deg)
  }
to{
  transform:translate(-50%,-50%) rotate(336deg)
}
}
@keyframes infinity-right{
  from{
    transform:translate(-50%,-50%) rotate(34deg)
  }
to{
  transform:translate(-50%,-50%) rotate(394deg)
}
}
@keyframes core-pulse{
  0%,100%{
    box-shadow:0 0 35px #2979ff20,0 0 0 1px #2979ff25
  }
50%{
  box-shadow:0 0 60px #883dff45,0 0 0 1px #00d4ff55
}
}
@keyframes infinity-pulse{
  0%,100%{
    transform:scale(1);
    opacity:.9
  }
50%{
  transform:scale(1.08);
  opacity:1
}
}
@media(max-width:900px){
  .integration-orbit{
    width:270px;
    height:178px
  }
.integration-orbit{
  left:calc(50% - 60px)
}
.orbit-inner{
  left:calc(50% + 60px)
}
.integration-core{
  width:118px;
  height:118px
}
.infinity-symbol{
  font-size:58px
}
}
.integration-orbit{
  border:0!important;
  background:transparent
}
.integration-visual:before{
  content:"";
  position:absolute;
  width:470px;
  height:280px;
  background:url("data:image/svg+xml,%3Csvg width='470' height='280' viewBox='0 0 470 280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='20' y1='30' x2='450' y2='250' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300D4FF'/%3E%3Cstop offset='.48' stop-color='%232979FF'/%3E%3Cstop offset='1' stop-color='%23D444FF'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M235 140C190 32 78 34 78 140C78 246 190 248 235 140C280 32 392 34 392 140C392 246 280 248 235 140Z' stroke='url(%23g)' stroke-width='2.5' stroke-linecap='round' stroke-dasharray='2 10'/%3E%3Cpath d='M235 140C190 65 111 65 111 140C111 215 190 215 235 140C280 65 359 65 359 140C359 215 280 215 235 140Z' stroke='%232979FF' stroke-opacity='.2' stroke-width='1'/%3E%3C/svg%3E") center/contain no-repeat;
  filter:drop-shadow(0 0 9px #2979ff80);
  opacity:.9;
  transform:none
}
.integration-visual:after{
  content:"";
  position:absolute;
  width:360px;
  height:180px;
  border-radius:50%;
  background:radial-gradient(ellipse,#883dff18,transparent 68%);
  filter:blur(22px);
  pointer-events:none
}
.integration-orbit{
  z-index:2
}
.integration-core{
  z-index:3
}
.orbit-logo{
  background:#121c2de8;
  border-color:#ffffff26;
  box-shadow:0 0 0 1px #2979ff12,0 8px 24px #0008
}
.integration-core{
  background:#101a2ae8
}
@media(max-width:900px){
  .integration-visual:before{
    width:390px;
    height:235px
  }
}
.integration-visual{
  height:500px
}
.integration-visual:before{
  width:560px;
  height:340px
}
.integration-orbit{
  width:370px;
  height:245px
}
.orbit-main{
  left:calc(50% - 95px)
}
.orbit-inner{
  left:calc(50% + 95px)
}
.orbit-logo{
  width:56px;
  height:46px;
  padding:9px
}
.orbit-logo img{
  width:27px;
  height:27px
}
.integration-core{
  width:148px;
  height:148px
}
.infinity-symbol{
  font-size:73px
}
@media(max-width:900px){
  .integration-visual{
    height:430px
  }
.integration-visual:before{
  width:455px;
  height:280px
}
.integration-orbit{
  width:315px;
  height:210px
}
.orbit-main{
  left:calc(50% - 72px)
}
.orbit-inner{
  left:calc(50% + 72px)
}
.orbit-logo{
  width:50px;
  height:42px
}
.orbit-logo img{
  width:24px;
  height:24px
}
.integration-core{
  width:128px;
  height:128px
}
.infinity-symbol{
  font-size:63px
}
}
.pricing-section{
  max-width:1280px;
  margin:0 auto;
  padding:115px 26px 125px;
  border-top:1px solid #ffffff0d
}
.pricing-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:48px
}
.pricing-heading h2{
  font-family:Sora,Manrope,sans-serif;
  font-size:40px;
  line-height:1.15;
  letter-spacing:-2px;
  margin:22px 0 0
}
.pricing-heading h2 em{
  font-style:normal;
  background:linear-gradient(100deg,var(--cyan),var(--purple),var(--pink));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.pricing-heading p{
  width:290px;
  color:#8995a8;
  font-size:12px;
  line-height:1.8;
  margin:0
}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px
}
.price-card{
  position:relative;
  min-height:245px;
  padding:27px;
  border:1px solid #ffffff14;
  border-radius:9px;
  background:#121b27;
  transition:.25s
}
.price-card:hover{
  transform:translateY(-5px);
  border-color:#2979ff66
}
.price-card small{
  color:#73839a;
  font:9px 'DM Mono',monospace;
  letter-spacing:1px
}
.price-card h3{
  font-family:Sora,Manrope,sans-serif;
  font-size:17px;
  line-height:1.4;
  margin:23px 0 12px
}
.price-card p{
  max-width:240px;
  color:#8995a8;
  font-size:11px;
  line-height:1.7
}
.price-link{
  position:absolute;
  bottom:25px;
  color:#dce6f7;
  text-decoration:none;
  font-size:11px;
  font-weight:800
}
.price-link span{
  color:var(--cyan);
  margin-left:8px
}
.price-featured{
  border-color:#2979ff88;
  background:linear-gradient(140deg,#172842,#171827)
}
.popular-tag{
  position:absolute;
  right:18px;
  top:18px;
  color:#79b0ff;
  font:8px 'DM Mono',monospace
}
.price-featured .button{
  position:absolute;
  bottom:22px;
  padding:12px 14px
}
.contact-section{
  max-width:1280px;
  margin:0 auto;
  padding:105px 76px 110px;
  border-top:1px solid #ffffff0d;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-columns:1fr 270px;
  gap:80px;
  background:radial-gradient(ellipse at 50% 50%,#1b2045 0%,#0d111700 65%)
}
.contact-glow{
  position:absolute;
  width:400px;
  height:240px;
  left:35%;
  top:35%;
  background:linear-gradient(90deg,#2979ff22,#883dff2c,#00d4ff18);
  filter:blur(70px);
  border-radius:50%
}
.contact-content,.contact-note{
  position:relative;
  z-index:1
}
.contact-content h2{
  font-family:Sora,Manrope,sans-serif;
  font-size:43px;
  line-height:1.15;
  letter-spacing:-2px;
  margin:22px 0 17px
}
.contact-content h2 em{
  font-style:normal;
  background:linear-gradient(100deg,var(--cyan),var(--purple),var(--pink));
  background-clip:text;
  -webkit-background-clip:text;
  color:transparent
}
.contact-content p{
  max-width:460px;
  color:#8995a8;
  font-size:12px;
  line-height:1.8
}
.contact-actions{
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:27px
}
.contact-email{
  color:#aebbd0;
  font:11px 'DM Mono',monospace;
  text-decoration:none;
  border-bottom:1px solid #ffffff38;
  padding-bottom:4px
}
.contact-note{
  align-self:center;
  display:grid;
  grid-template-columns:28px 1fr;
  gap:3px 10px;
  padding-left:24px;
  border-left:1px solid #ffffff22
}
.contact-note span{
  grid-column:1;
  color:var(--cyan);
  font:10px 'DM Mono',monospace;
  margin-top:2px
}
.contact-note b{
  font-size:11px
}
.contact-note small{
  grid-column:2;
  color:#78879c;
  font-size:10px;
  line-height:1.6;
  margin-bottom:13px
}
@media(max-width:900px){
  .pricing-section{
    padding:90px 20px
  }
.pricing-heading{
  display:block
}
.pricing-heading p{
  width:auto;
  max-width:470px;
  margin-top:20px
}
.pricing-grid{
  grid-template-columns:1fr
}
.price-card{
  min-height:220px
}
.contact-section{
  padding:85px 20px;
  grid-template-columns:1fr;
  gap:45px
}
.contact-content h2{
  font-size:35px
}
.contact-note{
  max-width:370px
}
.contact-actions{
  flex-wrap:wrap
}
}
.pricing-heading{
  display:block;
  text-align:center
}
.pricing-heading h2{
  margin:22px auto 34px
}
.billing-control{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:13px;
  color:#aebbd0;
  font-size:12px;
  font-weight:700
}
.annual-label{
  color:#738197
}
.billing-toggle{
  width:56px;
  height:30px;
  padding:3px;
  border:0;
  border-radius:20px;
  background:#2b3445;
  cursor:pointer;
  transition:.25s
}
.billing-toggle i{
  display:block;
  width:24px;
  height:24px;
  border-radius:50%;
  background:#fff;
  transition:.25s;
  box-shadow:0 2px 8px #0005
}
.billing-toggle.active{
  background:linear-gradient(100deg,var(--blue),var(--purple))
}
.billing-toggle.active i{
  transform:translateX(26px)
}
.pricing-grid{
  grid-template-columns:repeat(4,1fr);
  gap:14px
}
.detailed-card{
  min-height:470px;
  padding:0;
  overflow:visible;
  background:#121b27
}
.price-top{
  padding:28px 21px 23px;
  border-bottom:1px solid #ffffff18
}
.detailed-card small{
  color:#91a0b6;
  font-size:9px
}
.detailed-card h3{
  font-family:Manrope,sans-serif;
  font-size:17px;
  font-weight:700;
  margin:15px 0 21px;
  white-space:nowrap
}
.price-value{
  display:flex;
  align-items:baseline;
  gap:5px
}
.price-value span{
  font-size:13px;
  color:#b3bfd0
}
.price-value b{
  font-family:Sora,Manrope,sans-serif;
  font-size:35px;
  letter-spacing:-2px
}
.price-value em{
  font-style:normal;
  color:#8290a4;
  font-size:10px
}
.saving{
  display:inline-block;
  margin-top:15px;
  padding:7px 10px;
  border-radius:20px;
  background:#2979ff22;
  color:#8fbcff;
  font-size:9px;
  white-space:nowrap
}
.detailed-card ul{
  list-style:none;
  padding:20px 21px 0;
  margin:0;
  display:grid;
  gap:13px
}
.detailed-card li{
  position:relative;
  padding-left:24px;
  color:#c6d0df;
  font-size:10px;
  line-height:1.45
}
.detailed-card li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:-2px;
  width:17px;
  height:17px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#2979ff;
  color:#fff;
  font-size:10px;
  font-weight:800
}
.subscribe-button{
  position:absolute;
  left:21px;
  right:21px;
  bottom:22px;
  display:block;
  padding:14px 10px;
  border-radius:6px;
  text-align:center;
  background:linear-gradient(100deg,var(--blue),var(--purple));
  color:#fff;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
  transition:.25s
}
.subscribe-button:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 22px #2979ff35
}
.featured-plan{
  border-color:#2979ff88;
  background:linear-gradient(145deg,#182944,#161a2d)
}
.featured-plan .popular-tag{
  top:-14px;
  right:50%;
  transform:translateX(50%);
  padding:8px 20px;
  border-radius:20px;
  background:linear-gradient(100deg,var(--blue),var(--purple));
  color:#fff;
  font-size:8px
}
.annual-active .saving{
  color:#7ce5bf;
  background:#36d99a20
}
.annual-active .featured-plan{
  box-shadow:0 0 35px #883dff1f
}
@media(max-width:1100px){
  .detailed-card h3{
    white-space:normal
  }
.price-value b{
  font-size:30px
}
}
@media(max-width:900px){
  .pricing-heading h2{
    margin-bottom:28px
  }
.pricing-grid{
  grid-template-columns:1fr 1fr
}
.detailed-card{
  min-height:450px
}
}
@media(max-width:560px){
  .pricing-grid{
    grid-template-columns:1fr
  }
.detailed-card{
  min-height:450px
}
}
.orbit-logo{
  transform-origin:center;
  backface-visibility:hidden
}
.orbit-main .orbit-logo{
  animation:logo-counter-main 26s linear infinite
}
.orbit-inner .orbit-logo{
  animation:logo-counter-inner 20s linear infinite
}
@keyframes logo-counter-main{
  from{
    transform:rotate(24deg)
  }
to{
  transform:rotate(-336deg)
}
}
@keyframes logo-counter-inner{
  from{
    transform:rotate(-34deg)
  }
to{
  transform:rotate(-394deg)
}

.contact-note span{
  font-size:14px
}
.contact-note b{
  font-size:16px
}
.contact-note small{
  font-size:16px
}
.contact-note span{font-size:14px!important}.contact-note b{font-size:16px!important}.contact-note small{font-size:16px!important}
.kanban-intro>p,.integrations-copy>p,.contact-content>p{font-size:16px!important}
@media(max-width:800px){.kanban-intro>p,.integrations-copy>p,.contact-content>p{font-size:15px!important}}
.contact-email{font-size:18px!important}
@media(max-width:800px){.contact-email{font-size:16px!important}}
}
