/* Mobile-first conversion improvements for paid-traffic visitors */
.mobile-contact{display:none}

@media (max-width: 650px){
  body{padding-bottom:76px}
  .container{width:calc(100% - 32px)}

  .nav-wrap{height:62px;position:relative}
  .nav-actions{display:none}
  .logo{font-size:18px}
  .logo-mark{width:25px;height:25px}

  .hero{
    min-height:570px;
    background-image:url('https://images.unsplash.com/photo-1499750310107-5fef28a66643?auto=format&fit=crop&w=900&q=85');
    background-position:center;
  }
  .hero-shade{background:linear-gradient(180deg,rgba(10,14,20,.58),rgba(10,14,20,.9))}
  .hero-content{padding:54px 0 30px}
  .eyebrow{font-size:10px;line-height:1.5;letter-spacing:1.35px}
  .eyebrow span:first-child{width:20px;flex:0 0 20px}
  h1{font-size:40px;line-height:1.04;margin:17px 0 23px}
  h1 em:after{height:4px;bottom:-8px}
  .hero-content>p{font-size:15px;line-height:1.65;margin:0}
  .hero-actions{margin-top:27px}
  .hero-actions .btn{min-height:52px;width:100%;font-size:15px}
  .hero-actions .btn-ghost{display:none}
  .trust-row{margin-top:34px;padding-top:20px;border-top:1px solid rgba(255,255,255,.2)}
  .trust-row div{padding:0 12px;border-left-color:rgba(255,255,255,.18)}
  .trust-row div:first-child{padding-left:0}
  .trust-row strong{font-size:18px}
  .trust-row span{font-size:10px;line-height:1.3;margin-top:4px}

  .section{padding:58px 0}
  .section-heading{margin-bottom:27px;gap:14px}
  .section-heading h2,.process h2,.about h2,.cta h2{font-size:32px}
  .section-heading>p{font-size:14px;line-height:1.65}
  .job-grid{gap:14px}
  .job-card{display:grid;grid-template-columns:112px 1fr}
  .job-card img{height:100%;min-height:180px}
  .job-content{padding:20px 17px}
  .job-content h3{font-size:20px;margin:8px 0}
  .job-content p{font-size:12px;line-height:1.55;min-height:0}
  .job-content a{margin-top:5px}

  .process-layout{gap:28px}
  .process-copy>p{font-size:14px}
  .steps li{gap:17px;padding:19px 0}
  .steps h3{font-size:16px}
  .steps p{font-size:12px;line-height:1.5}

  .about-image{display:none}
  .about-copy>p{font-size:14px}
  .about-copy li{font-size:14px;line-height:1.45}
  .cta{display:none}
  footer{padding:25px 0}
  .footer-inner{gap:8px}

  .mobile-contact{
    position:fixed;display:flex;left:10px;right:10px;bottom:10px;z-index:50;
    min-height:60px;padding:9px 10px 9px 16px;align-items:center;justify-content:space-between;
    color:#fff;background:#d4212e;border-radius:8px;box-shadow:0 10px 32px rgba(90,0,8,.35)
  }
  .mobile-contact span{display:flex;flex-direction:column;line-height:1.2}
  .mobile-contact strong{font-size:13px}
  .mobile-contact small{font-size:10px;color:rgba(255,255,255,.75);margin-top:3px}
  .mobile-contact b{background:#fff;color:#c71825;padding:12px 13px;border-radius:5px;font-size:12px}
}

@media (max-width: 390px){
  h1{font-size:36px}
  .job-card{grid-template-columns:96px 1fr}
  .job-content{padding:17px 14px}
  .mobile-contact span{display:none}
  .mobile-contact b{width:100%;text-align:center;font-size:14px}
}
