/* TuoAgente AI — accessibility, interaction and interface quality fixes. */
:root{
  -webkit-tap-highlight-color:rgba(36,93,255,.18);
}
html{
  scroll-padding-top:100px;
}
body{
  overflow-x:clip;
}
.skip-link{
  position:fixed;
  z-index:100000;
  top:12px;
  left:12px;
  padding:12px 16px;
  border-radius:10px;
  background:#fff;
  color:#0f1c47;
  font-weight:800;
  box-shadow:0 10px 30px rgba(5,18,48,.25);
  transform:translateY(-160%);
  transition:transform .18s ease;
}
.skip-link:focus-visible{
  transform:translateY(0);
}
[id]{
  scroll-margin-top:100px;
}
h1,h2,h3{
  text-wrap:balance;
}
p,blockquote{
  text-wrap:pretty;
}
a,button,select,summary{
  touch-action:manipulation;
}
a:focus-visible,
button:focus-visible,
select:focus-visible,
summary:focus-visible{
  outline:3px solid #e79a2d;
  outline-offset:4px;
}
select{
  background-color:#fff;
  color:#0f1c47;
}
.menu-button{
  min-width:44px;
  min-height:44px;
}
.operation-dots{
  gap:0;
}
.operation-dots button,
.operation-dots button.active{
  position:relative;
  width:44px;
  height:44px;
  background:transparent;
  border-radius:50%;
}
.operation-dots button::before{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#c4ccda;
  transform:translate(-50%,-50%);
}
.operation-dots button.active::before{
  width:30px;
  border-radius:8px;
  background:var(--blue);
}
.footer-links a,
.legal a{
  display:inline-flex;
  align-items:center;
  min-height:44px;
}
.operation-workspace .chat-heading small,
.operation-workspace .chat-message small,
.operation-workspace .workflow-app small,
.operation-workspace .workflow-head span,
.operation-workspace .workflow-result>span,
.operation-workspace .workflow-result small{
  font-size:10px;
}
.modal-backdrop{
  overscroll-behavior:contain;
}
.nav a,
.button,
.button span,
.agent-card,
.faq-list summary span,
.fabbrica-bridge,
.pain-signals article,
.problem-stream article,
.connection-app-card,
.modern-price-card,
.instagram-link,
.hero-network-visual figcaption i,
.connection-app-card>.tool-logo,
.footer-contact .instagram-link,
.email-link{
  transition-property:color,background-color,border-color,box-shadow,transform,opacity;
}
.operation-image img{
  transition-property:transform;
}
@media (prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto;
  }
  *,
  *::before,
  *::after{
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}

.blog-header .brand span{
  white-space:nowrap;
}
@media (max-width:480px){
  .blog-header .header-inner{
    gap:10px;
    min-height:70px;
  }
  .blog-header .brand{
    font-size:17px;
  }
  .blog-header .brand img{
    width:40px;
    height:40px;
    margin-right:6px;
  }
  .blog-nav .cta{
    max-width:138px;
    padding:9px 11px;
    font-size:12px;
    line-height:1.25;
  }
}
