/* Home conversion layout: scoped so service pages keep their existing structure. */
.home{
  --landing-ink:#12202a;
  --landing-muted:#5d6b74;
  --landing-dark:#0b151b;
  --landing-blue:#0077b7;
  --landing-blue-dark:#005f94;
  --landing-sky:#eaf5fa;
  --landing-amber:#f4b23b;
  --landing-line:#d7e1e5;
  --landing-paper:#f6f8f8;
  background:#fff;
  color:var(--landing-ink);
  min-width:0;
  overflow-x:hidden;
}
.home .hero-grid,.home .final-grid,.home .hero-content,.home .lead-form{min-width:0}
.home .lead-form{width:100%}
.home .lead-form input,.home .lead-form select,.home .lead-form textarea{min-width:0;max-width:100%}
.home .container{width:min(calc(100% - 48px),1180px)}
.home .site-header{background:rgba(8,18,24,.96);border-bottom:1px solid rgba(255,255,255,.13)}
.home .header-inner{min-height:74px;grid-template-columns:auto auto 1fr auto;gap:24px}
.home .logo img{height:38px}
.home .header-label{color:rgba(255,255,255,.64);font-size:13px;white-space:nowrap}
.home .main-nav{gap:20px;justify-content:flex-end}
.home .main-nav a{font-size:14px;font-weight:700}
.home .main-nav a:hover{color:#b3e6ff}
.home .header-contact{gap:16px}
.home .phone{font-size:15px;white-space:nowrap}
.home .header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 15px;background:var(--landing-amber);border-radius:6px;color:#182026;font-size:13px;font-weight:900}
.home .header-cta:hover{background:#ffc960}
.home .hero{min-height:690px;display:block;padding:116px 0 52px;background:var(--landing-dark)}
.home .hero-bg:after{background:rgba(3,11,16,.66)}
.home .hero-grid{min-height:522px;grid-template-columns:minmax(0,1fr) 390px;gap:68px;padding:0;align-items:center}
.home .hero-content{max-width:700px}
.home .eyebrow,.home .form-kicker{margin:0 0 14px;color:var(--landing-amber);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.home .hero h1{margin:0;color:#fff;font-size:58px;line-height:1.06;letter-spacing:0}
.home .hero-lead{max-width:650px;margin:22px 0 0;color:rgba(255,255,255,.86);font-size:19px;line-height:1.56}
.home .hero-actions{margin-top:30px;gap:12px}
.home .btn{min-height:52px;padding:0 22px;border-radius:7px;font-weight:900;letter-spacing:0;transition:background .18s ease,box-shadow .18s ease,transform .18s ease}
.home .btn:hover{transform:translateY(-2px)}
.home .btn-primary{background:var(--landing-amber);box-shadow:0 12px 28px rgba(0,0,0,.24);color:#172029}
.home .btn-primary:hover{background:#ffc960;box-shadow:0 16px 34px rgba(0,0,0,.28)}
.home .btn-secondary{border:1px solid rgba(255,255,255,.6);background:rgba(0,0,0,.12);color:#fff}
.home .btn-secondary:hover{background:rgba(255,255,255,.12)}
.home .hero-points{display:flex;flex-wrap:wrap;gap:9px 22px;margin:34px 0 0;padding:0;list-style:none;color:rgba(255,255,255,.78);font-size:13px;font-weight:700}
.home .hero-points li{display:flex;align-items:center;gap:8px}
.home .hero-points li:before{width:7px;height:7px;border-radius:50%;background:var(--landing-amber);content:""}
.home .lead-form{border:0;border-radius:8px;padding:28px;background:#fff;box-shadow:0 22px 54px rgba(0,0,0,.25);color:var(--landing-ink)}
.home .lead-form h2{margin:0 0 10px;color:var(--landing-ink);font-size:28px;line-height:1.16;letter-spacing:0}
.home .lead-form .form-kicker{margin-bottom:8px;color:var(--landing-blue-dark)}
.home .lead-form .form-intro{margin:0 0 18px;color:var(--landing-muted);font-size:14px;line-height:1.45}
.home .lead-form label{margin-bottom:12px;color:var(--landing-ink);font-size:13px;font-weight:800}
.home .lead-form input,.home .lead-form select,.home .lead-form textarea{border:1px solid #c6d3d9;border-radius:6px;background:#fff;padding:12px 13px;color:var(--landing-ink)}
.home .lead-form textarea{min-height:78px}
.home .lead-form input:focus,.home .lead-form select:focus,.home .lead-form textarea:focus{border-color:var(--landing-blue);box-shadow:0 0 0 3px rgba(0,119,183,.16);outline:0}
.home .lead-form .btn-primary{margin-top:3px;background:var(--landing-blue);color:#fff;box-shadow:none}
.home .lead-form .btn-primary:hover{background:var(--landing-blue-dark)}
.home .form-result{min-height:20px;margin-top:9px;font-size:13px}
.home .form-privacy{margin:12px 0 0!important;color:#728089!important;font-size:11px!important;line-height:1.4!important}
.home .form-privacy a{color:var(--landing-blue-dark);text-decoration:underline;text-underline-offset:2px}
.home .decision-strip{border-bottom:1px solid var(--landing-line);background:#fff}
.home .decision-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.home .decision-grid>div{display:grid;grid-template-columns:43px 1fr;gap:14px;padding:25px 26px;border-right:1px solid var(--landing-line)}
.home .decision-grid>div:first-child{padding-left:0}
.home .decision-grid>div:last-child{border-right:0}
.home .decision-grid span{color:var(--landing-blue);font-size:12px;font-weight:900;padding-top:3px}
.home .decision-grid p{margin:0;color:var(--landing-muted);font-size:13px;line-height:1.45}
.home .decision-grid strong{display:block;margin-bottom:4px;color:var(--landing-ink);font-size:16px;line-height:1.23}
.home .section{padding:94px 0}
.home .section-heading{max-width:770px;margin-bottom:34px}
.home .section-heading .eyebrow{color:var(--landing-blue-dark)}
.home .section-heading h2,.home .specialist-copy h2,.home .final-copy h2{margin:0;color:var(--landing-ink);font-size:46px;line-height:1.1;letter-spacing:0}
.home .section-heading>p:not(.eyebrow){margin:16px 0 0;color:var(--landing-muted);font-size:17px;line-height:1.6}
.home .services{background:var(--landing-paper)}
.home .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.home .service-card{position:relative;display:flex;min-height:230px;flex-direction:column;justify-content:flex-end;overflow:hidden;border:1px solid #cfdbdf;border-radius:8px;background:#fff;color:#fff;isolation:isolate;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
.home .service-card:hover{transform:translateY(-4px);border-color:#a8c2cb;box-shadow:0 18px 32px rgba(18,32,42,.15)}
.home .service-card-image:after{position:absolute;z-index:1;inset:0;background:rgba(4,14,20,.48);content:""}
.home .service-card img{position:absolute;z-index:0;inset:0;display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.home .service-card:hover img{transform:scale(1.04)}
.home .service-card>span:not(.service-card-mark),.home .service-card small{position:relative;z-index:2;padding:0 20px}
.home .service-card>span:not(.service-card-mark){padding-bottom:5px;font-size:21px;font-weight:900;line-height:1.13}
.home .service-card small{padding-bottom:20px;color:rgba(255,255,255,.82);font-size:13px;line-height:1.35}
.home .service-card-cta{justify-content:center;background:var(--landing-blue);color:#fff}
.home .service-card-cta:after{position:absolute;right:14px;bottom:8px;color:rgba(255,255,255,.16);font-size:130px;font-weight:900;line-height:1;content:"?"}
.home .service-card-mark{display:grid;place-items:center;width:44px;height:44px;margin:0 20px 18px;border:1px solid rgba(255,255,255,.6);border-radius:50%;font-size:24px;font-weight:900}
.home .works{background:var(--landing-dark)}
.home .works-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:56px;align-items:start}
.home .section-heading-light h2{color:#fff}
.home .section-heading-light .eyebrow{color:var(--landing-amber)}
.home .section-heading-light>p:not(.eyebrow){color:rgba(255,255,255,.73)}
.home .btn-light{margin-top:26px;background:#fff;color:var(--landing-ink)}
.home .btn-light:hover{background:var(--landing-amber)}
.home .works-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:188px;gap:12px}
.home .work-card{position:relative;margin:0;overflow:hidden;border-radius:7px;background:#111}
.home .work-card-large{grid-row:span 2}
.home .work-card img{width:100%;height:100%;object-fit:cover}
.home .work-card:after{position:absolute;inset:0;background:rgba(2,9,13,.45);content:""}
.home .work-card figcaption{position:absolute;z-index:1;right:16px;bottom:15px;left:16px;color:#fff}
.home .work-card strong,.home .work-card span{display:block}
.home .work-card strong{font-size:16px}
.home .work-card span{margin-top:3px;color:rgba(255,255,255,.77);font-size:12px;line-height:1.32}
.home .specialist{background:#fff}
.home .specialist-layout{display:grid;grid-template-columns:410px minmax(0,1fr);gap:86px;align-items:center}
.home .specialist-photo{width:100%;border-radius:8px;box-shadow:none}
.home .specialist-copy{max-width:650px}
.home .specialist-copy>p:not(.eyebrow){margin:18px 0 0;color:var(--landing-muted);font-size:17px;line-height:1.6}
.home .check-list{display:grid;gap:12px;margin:26px 0;padding:0;list-style:none}
.home .check-list li{position:relative;padding-left:26px;color:var(--landing-ink);font-size:15px;line-height:1.5}
.home .check-list li:before{position:absolute;left:0;top:3px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:var(--landing-amber);color:#192128;font-size:11px;font-weight:900;content:"✓"}
.home .text-action{display:inline-flex;gap:10px;align-items:center;color:var(--landing-blue-dark);font-weight:900}
.home .text-action span{font-size:21px;line-height:1;transition:transform .18s ease}
.home .text-action:hover span{transform:translateX(4px)}
.home .how{border-top:1px solid var(--landing-line);background:var(--landing-sky)}
.home .how-list{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin:0;padding:0;list-style:none;counter-reset:step}
.home .how-list li{display:grid;grid-template-columns:48px 1fr;gap:15px;border-top:2px solid var(--landing-blue);padding-top:18px}
.home .how-list>li>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--landing-blue);color:#fff;font-size:15px;font-weight:900}
.home .how-list h3{margin:4px 0 7px;color:var(--landing-ink);font-size:20px;line-height:1.2}
.home .how-list p{margin:0;color:var(--landing-muted);font-size:14px;line-height:1.5}
.home .final-cta{padding:94px 0;background:var(--landing-dark)}
.home .final-grid{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:76px;align-items:center}
.home .final-copy{max-width:630px}
.home .final-copy h2{color:#fff}
.home .final-copy>p:not(.eyebrow):not(.contact-meta){margin:20px 0 0;color:rgba(255,255,255,.76);font-size:18px;line-height:1.6}
.home .final-copy .eyebrow{color:var(--landing-amber)}
.home .final-contacts{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}
.home .final-contacts a{display:inline-flex;align-items:center;min-height:46px;padding:0 18px;border:1px solid rgba(255,255,255,.42);border-radius:6px;color:#fff;font-weight:900}
.home .final-contacts a:first-child{border-color:var(--landing-amber);background:var(--landing-amber);color:#182028}
.home .contact-meta{margin-top:22px!important;color:rgba(255,255,255,.55)!important;font-size:13px!important}
.home .final-form{box-shadow:none}
.home .footer{padding:24px 0;background:#071015}
.home .footer-row{display:flex;align-items:center;justify-content:space-between;gap:24px;color:rgba(255,255,255,.64);font-size:13px}
.home .footer-row img{height:34px;width:auto}
.home .footer-row a:not(:first-child){color:rgba(255,255,255,.78);text-decoration:underline;text-underline-offset:3px}
.home .mobile-cta{background:#081319}
.home a:focus-visible,.home button:focus-visible{outline:3px solid var(--landing-amber);outline-offset:3px}
@media(max-width:1040px){
  .home .header-inner{grid-template-columns:auto 1fr auto;gap:16px}
  .home .header-label{display:none}
  .home .main-nav{gap:14px}
  .home .hero-grid,.home .final-grid{grid-template-columns:minmax(0,1fr) 360px;gap:38px}
  .home .hero h1{font-size:48px}
  .home .works-layout{grid-template-columns:1fr;gap:34px}
  .home .section-heading{margin-bottom:28px}
}
@media(max-width:820px){
  .home .header-inner{grid-template-columns:auto 1fr auto}
  .home .menu-btn{display:block;justify-self:end}
  .home .main-nav{position:fixed;top:74px;right:0;left:0;display:none;gap:0;padding:12px 24px 20px;background:#0b151b;border-bottom:1px solid rgba(255,255,255,.14)}
  .home .menu-open .main-nav{display:grid}
  .home .main-nav a{padding:13px 0;border-bottom:1px solid rgba(255,255,255,.1)}
  .home .header-contact{display:flex}
  .home .header-contact .phone{display:none}
  .home .hero{min-height:0;padding:105px 0 38px}
  .home .hero-grid,.home .final-grid{grid-template-columns:1fr;gap:34px}
  .home .hero-grid{min-height:0}
  .home .hero-content{max-width:620px}
  .home .hero h1{font-size:45px}
  .home .hero-form{max-width:620px}
  .home .decision-grid{grid-template-columns:1fr}
  .home .decision-grid>div,.home .decision-grid>div:first-child{padding:19px 0;border-right:0;border-bottom:1px solid var(--landing-line)}
  .home .decision-grid>div:last-child{border-bottom:0}
  .home .services-grid{grid-template-columns:1fr 1fr}
  .home .specialist-layout{grid-template-columns:minmax(250px,360px) 1fr;gap:40px}
  .home .how-list{gap:18px}
}
@media(max-width:620px){
  .home .container{width:100%;margin:0;padding-right:16px;padding-left:16px}
  .home .site-header{position:fixed}
  .home .header-inner{display:flex;min-height:66px;gap:12px}
  .home .logo img{height:33px}
  .home .menu-btn{margin-left:auto}
  .home .header-contact{flex:0 0 auto}
  .home .header-contact{display:none}
  .home .main-nav{top:66px}
  .home .header-cta{min-height:36px;padding:0 12px}
  .home .hero,.home .decision-strip,.home .services,.home .works,.home .specialist,.home .how,.home .final-cta{width:100%;max-width:100vw;overflow-x:clip}
  .home .hero{padding-top:96px;padding-bottom:28px}
  .home .hero-grid,.home .final-grid{display:block;width:100%}
  .home .hero-content{width:100%}
  .home .hero-form{width:100%;margin-top:26px}
  .home .hero h1{font-size:36px;line-height:1.1}
  .home .hero h1{overflow-wrap:anywhere}
  .home .hero-lead{margin-top:16px;font-size:16px;line-height:1.52}
  .home .hero-actions{display:grid;grid-template-columns:1fr;margin-top:24px}
  .home .hero-points{display:grid;gap:8px;margin-top:25px;font-size:12px}
  .home .lead-form{width:100%;max-width:100%;padding:22px 18px;overflow:hidden}
  .home .lead-form label,.home .lead-form input,.home .lead-form select,.home .lead-form textarea{width:100%;min-width:0;max-width:100%}
  .home .lead-form h2{font-size:25px}
  .home .decision-grid>div{grid-template-columns:36px 1fr;gap:10px}
  .home .section{padding:65px 0}
  .home .section-heading h2,.home .specialist-copy h2,.home .final-copy h2{font-size:33px;line-height:1.13}
  .home .section-heading>p:not(.eyebrow){font-size:16px}
  .home .services-grid{grid-template-columns:1fr;gap:12px}
  .home .service-card{min-height:190px}
  .home .works-grid{grid-template-columns:1fr;grid-auto-rows:230px;gap:9px}
  .home .work-card-large{grid-row:span 1}
  .home .specialist-layout{grid-template-columns:1fr;gap:28px}
  .home .specialist-photo{max-width:340px;margin:0 auto}
  .home .how-list{grid-template-columns:1fr;gap:22px}
  .home .final-cta{padding:65px 0}
  .home .final-contacts{display:grid;grid-template-columns:1fr;margin-top:24px}
  .home .final-contacts a{justify-content:center}
  .home .footer{padding:22px 0 82px}
  .home .footer-row{align-items:flex-start;flex-direction:column;gap:12px}
  .home .mobile-cta{right:12px;bottom:12px;left:12px;grid-template-columns:1fr 1fr;gap:8px;padding:8px;border:1px solid rgba(255,255,255,.16);border-radius:10px}
  .home .mobile-cta a{min-height:48px;border-radius:6px;background:var(--landing-blue)}
  .home .mobile-cta a:last-child{background:var(--landing-amber);color:#172029}
}
