/* Hero preview: replace empty placeholder boxes with useful Lithuanian steps */
.preview-grid .preview-step{
  min-height:116px;
  height:auto;
  padding:18px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:10px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 18% 0%,rgba(51,181,255,.18),transparent 38%),
    linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 38px rgba(0,0,0,.22);
}
.preview-step b{
  width:max-content;
  padding:6px 9px;
  border-radius:999px;
  color:#9fdcff;
  background:rgba(51,181,255,.1);
  border:1px solid rgba(51,181,255,.2);
  font-family:'Azeret Mono',monospace;
  font-size:11px;
  letter-spacing:.08em;
}
.preview-step strong{
  display:block;
  color:#fff;
  font-size:16px;
  line-height:1.1;
  letter-spacing:-.035em;
}
.preview-step span{
  display:block;
  color:rgba(221,232,247,.72);
  font-size:13px;
  line-height:1.35;
}
.final-cta,
#contact,
#work,
#services,
#pricing,
#process{
  scroll-margin-top:120px;
}
@media (max-width:560px){
  .site-header{
    width:calc(100% - 24px);
  }
  .brand{
    min-width:0;
  }
  .brand span{
    font-size:18px;
    white-space:nowrap;
  }
  .menu-toggle{
    flex:0 0 auto;
    padding:12px 15px;
  }
  h1{
    font-size:clamp(43px,12.4vw,50px);
    line-height:.92;
    letter-spacing:-.067em;
    max-width:100%;
  }
  .hero-copy,
  .hero-text{
    max-width:100%;
  }
  .hero-actions{
    grid-template-columns:1fr;
  }
  .hero-actions .btn{
    justify-content:center;
  }
  .main-preview{
    width:100%;
    max-width:100%;
  }
  .browser-card{
    border-radius:26px;
  }
  .browser-top{
    padding:0 14px;
  }
  .browser-top span{
    font-size:11px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .preview-inner{
    padding:20px;
    min-height:auto;
  }
  .mini-nav{
    gap:13px;
    font-size:12px;
    overflow:hidden;
  }
  .mini-nav span{
    white-space:nowrap;
  }
  .preview-hero{
    margin:42px 0 34px;
  }
  .preview-hero h2{
    font-size:clamp(34px,10vw,40px);
    line-height:.96;
    letter-spacing:-.06em;
  }
  .preview-grid{
    gap:12px;
  }
  .preview-grid .preview-step{
    min-height:auto;
    padding:16px;
    display:grid;
    grid-template-columns:auto 1fr;
    align-items:start;
    column-gap:12px;
    row-gap:4px;
  }
  .preview-step b{
    grid-row:1 / span 2;
  }
  .preview-step strong{
    font-size:15px;
  }
  .preview-step span{
    font-size:12.5px;
  }
  .final-cta,
  #contact,
  #work,
  #services,
  #pricing,
  #process{
    scroll-margin-top:150px;
  }
  #contact.final-cta{
    margin-top:150px;
    padding-top:96px;
  }
}
@media (max-width:390px){
  .brand span{
    font-size:16px;
  }
  .menu-toggle{
    padding:11px 13px;
  }
  .mini-nav span:nth-of-type(2){
    display:none;
  }
}
