/* Final landing polish overrides. Loaded last to keep section cards consistent. */

.site-header{
  overflow:visible!important;
  padding-left:28px!important;
  padding-right:34px!important;
}

.site-header nav{
  padding-right:2px!important;
}

.brand img,
.brand-mark-image{
  display:block!important;
  width:34px!important;
  height:34px!important;
  border-radius:9px!important;
  object-fit:cover!important;
  background:#c5ff5b!important;
  box-shadow:0 12px 28px #c5ff5b22!important;
}

.brand-mark-hero.brand-mark-image{
  width:44px!important;
  height:44px!important;
  border-radius:13px!important;
}

.nav-cta{
  position:relative!important;
  z-index:1!important;
}

main{
  border-bottom:1px solid #2b3040!important;
}

.site-footer{
  border-top:0!important;
}

.section.split:not(#pricing){
  gap:14px!important;
}

.section.split:not(#pricing) p{
  margin-bottom:0!important;
}

.feature-list{
  margin-top:0!important;
}

#security{
  padding-bottom:54px;
}

#security h2{
  max-width:760px;
}

.trust-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:18px!important;
}

.trust-grid article{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-items:start!important;
  align-content:start!important;
  justify-items:start!important;
  gap:6px 12px!important;
  min-height:0!important;
  padding:16px!important;
  text-align:left!important;
}

.trust-grid article .home-icon{
  grid-row:1 / span 2!important;
  width:30px!important;
  height:30px!important;
  margin-top:1px!important;
}

.trust-grid article h3{
  grid-column:2!important;
  margin:3px 0 0!important;
  font-size:17px!important;
  line-height:1.2!important;
  overflow:visible!important;
}

.trust-grid article p{
  grid-column:2!important;
  max-width:260px!important;
  margin:0!important;
  color:#aeb2c0!important;
  font-size:12.5px!important;
  line-height:1.45!important;
}

#pricing{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:24px!important;
  padding-top:58px!important;
  text-align:left!important;
}

#pricing>div:first-child{
  max-width:720px!important;
}

#pricing .eyebrow,
#pricing h2,
#pricing p{
  margin-left:0!important;
  margin-right:0!important;
  text-align:left!important;
}

#pricing h2{
  max-width:680px!important;
}

#pricing p{
  max-width:620px!important;
}

.plan-cards{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:14px!important;
  width:100%!important;
}

.plan-cards article{
  display:grid!important;
  grid-template-rows:auto auto 1fr auto!important;
  align-content:start!important;
  justify-items:start!important;
  gap:14px!important;
  min-height:260px!important;
  padding:26px!important;
  border:1px solid #323645!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 86% 0,#c5ff5b12,transparent 34%),
    linear-gradient(145deg,#171923,#101119)!important;
  text-align:left!important;
}

.plan-cards article b{
  color:var(--accent)!important;
  font-size:15px!important;
  font-weight:900!important;
}

.plan-cards article strong{
  color:#f8f8ff!important;
  font:900 34px/1.05 Manrope,Inter,sans-serif!important;
  letter-spacing:0!important;
}

.plan-cards article span{
  max-width:240px!important;
  color:#aeb2c0!important;
  font-size:14px!important;
  line-height:1.55!important;
}

.plan-cards article a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:44px!important;
  border:1px solid #343849!important;
  border-radius:12px!important;
  background:#0c0e15!important;
  color:#f8f8ff!important;
  font-weight:900!important;
  text-decoration:none!important;
}

.plan-cards article:first-child a{
  border-color:transparent!important;
  background:var(--accent)!important;
  color:#10140b!important;
}

.landing-security .security-list{
  align-items:stretch!important;
}

.landing-security .security-list span{
  display:flex!important;
  align-items:center!important;
  min-height:52px!important;
  padding:14px 16px!important;
}

@media(max-width:980px){
  .trust-grid,
  .plan-cards{
    grid-template-columns:1fr!important;
  }

  #pricing,
  #pricing .eyebrow,
  #pricing h2,
  #pricing p{
    text-align:center!important;
  }

  #pricing>div:first-child,
  #pricing h2,
  #pricing p{
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .plan-cards article{
    min-height:0!important;
  }
}

@media(max-width:640px){
  .site-header{
    padding:14px 18px 12px!important;
  }

  .hero{
    justify-items:center!important;
    gap:18px!important;
    padding:34px 18px 24px!important;
    text-align:center!important;
  }

  .hero-copy{
    justify-items:center!important;
    width:100%!important;
    max-width:760px!important;
  }

  .hero h1{
    max-width:350px!important;
    margin:12px auto 12px!important;
    font-size:33px!important;
    line-height:1.04!important;
  }

  .hero p,
  .hero-copy>p:first-of-type{
    max-width:345px!important;
    margin-bottom:16px!important;
    font-size:14px!important;
    line-height:1.45!important;
  }

  .hero-actions{
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    gap:10px!important;
  }

  .hero-actions .button.primary{
    width:100%!important;
    max-width:320px!important;
    min-height:44px!important;
  }

  .hero-secondary-link{
    display:block!important;
    width:100%!important;
    margin-top:0!important;
    text-align:center!important;
  }

  .hero-proof-badges{
    justify-content:center!important;
    gap:8px!important;
    margin-top:8px!important;
  }

  .hero-proof-badges span{
    padding:6px 9px!important;
    font-size:11px!important;
  }

  .hero-proof-badges .home-icon{
    width:22px!important;
    height:22px!important;
  }

  .product-visual.hero-image-shot,
  .product-visual.hero-showcase-visual{
    width:100%!important;
    min-height:0!important;
    margin:4px 0 0!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    box-shadow:none!important;
    overflow:visible!important;
  }

  .hero-showcase-image{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    height:auto!important;
    margin:0 auto!important;
  }

  .section{
    padding-top:28px!important;
    padding-bottom:28px!important;
  }

  .section h2{
    margin-bottom:10px!important;
    font-size:31px!important;
    line-height:1.08!important;
  }

  .home-comparison{
    gap:14px!important;
    padding-top:24px!important;
    padding-bottom:24px!important;
  }

  .home-comparison h2{
    margin-bottom:0!important;
  }

  .home-comparison-grid{
    margin-top:0!important;
    gap:10px!important;
  }

  .home-comparison-col{
    padding:14px 16px!important;
  }

  .home-comparison-col span{
    margin-top:10px!important;
  }

  .section.split:not(#pricing){
    gap:8px!important;
  }

  .split p{
    margin-bottom:0!important;
    font-size:15px!important;
    line-height:1.55!important;
  }

  .feature-list{
    margin-top:0!important;
    gap:10px!important;
  }

  .feature-list span{
    min-height:50px!important;
    padding:12px 14px!important;
  }

  #pricing{
    gap:18px!important;
    padding-top:28px!important;
    padding-bottom:30px!important;
  }

  #pricing p{
    margin-bottom:0!important;
    font-size:15px!important;
    line-height:1.55!important;
  }

  .trust-grid article{
    grid-template-columns:auto minmax(0,1fr)!important;
    padding:13px 14px!important;
    gap:5px 10px!important;
  }

  .trust-grid article h3{
    font-size:15.5px!important;
  }

  .trust-grid article p{
    font-size:12px!important;
    line-height:1.4!important;
  }

  .plan-cards article{
    min-height:0!important;
    padding:16px 18px!important;
    gap:12px!important;
  }

  .plan-cards article strong{
    font-size:28px!important;
  }

  .plan-cards article a{
    min-height:42px!important;
  }
}

/* Compact workflow and analysis sections */
#workflow{
  padding-top:46px!important;
  padding-bottom:46px!important;
}

#workflow h2{
  max-width:720px!important;
  margin-bottom:20px!important;
}

.steps{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}

.steps article{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-content:center!important;
  align-items:center!important;
  justify-items:start!important;
  gap:5px 12px!important;
  min-height:88px!important;
  padding:14px 16px!important;
  text-align:left!important;
}

.steps article b{
  grid-row:1 / span 2!important;
  width:34px!important;
  height:34px!important;
  border-radius:11px!important;
  font-size:15px!important;
}

.steps article h3{
  grid-column:2!important;
  margin:0!important;
  font-size:16px!important;
  line-height:1.2!important;
}

.steps article p{
  grid-column:2!important;
  margin:0!important;
  font-size:12.5px!important;
  line-height:1.4!important;
}

.analysis-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin-top:16px!important;
}

.analysis-grid article{
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  grid-template-rows:auto auto!important;
  align-content:start!important;
  align-items:start!important;
  justify-items:start!important;
  gap:5px 10px!important;
  min-height:86px!important;
  padding:12px!important;
  text-align:left!important;
}

.analysis-grid article .home-icon{
  grid-row:1 / span 2!important;
  width:28px!important;
  height:28px!important;
}

.analysis-grid article h3{
  grid-column:2!important;
  margin:1px 0 0!important;
  font-size:15.5px!important;
  line-height:1.2!important;
}

.analysis-grid article p{
  grid-column:2!important;
  max-width:none!important;
  margin:0!important;
  color:#aeb2c0!important;
  font-size:12px!important;
  line-height:1.4!important;
  text-align:left!important;
}

@media(max-width:980px){
  .steps,
  .analysis-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:640px){
  #workflow{
    padding-top:30px!important;
    padding-bottom:30px!important;
  }

  #workflow h2{
    margin-bottom:18px!important;
  }

  .steps,
  .analysis-grid{
    grid-template-columns:1fr!important;
  }

  .steps article{
    min-height:66px!important;
    padding:13px 15px!important;
  }

  .analysis-grid article{
    min-height:62px!important;
    padding:10px 12px!important;
    gap:4px 10px!important;
  }

  .analysis-grid article .home-icon{
    width:28px!important;
    height:28px!important;
  }

  .analysis-grid article h3{
    font-size:15px!important;
  }

  .analysis-grid article p{
    font-size:12px!important;
    line-height:1.35!important;
  }
}
