.home-front{max-width:1320px;margin:0 auto;padding:54px clamp(22px,5vw,72px) 30px}
.home-focus{max-width:1080px;margin:0 auto;text-align:center}
.home-front .eyebrow{margin:0 0 12px;color:#9edb55;font-size:11px;font-weight:950;letter-spacing:2.1px}
.home-front h1{max-width:1020px;margin:0 auto;font-family:Arial Black,Arial,sans-serif;font-size:clamp(48px,6vw,78px);line-height:.98;letter-spacing:-2.8px;text-wrap:balance}
.home-front h1 span{color:#b9f34d}
.home-front-lead{max-width:790px;margin:18px auto 0;color:#c5cbc2;font-size:clamp(17px,1.55vw,21px);line-height:1.48;text-wrap:balance}
.home-hero-search{max-width:940px;margin:28px auto 0;padding:19px;border:1px solid #526b42;border-radius:16px;background:linear-gradient(145deg,#11180e,#090b09);box-shadow:0 24px 70px rgba(0,0,0,.28);text-align:left}
.home-hero-search label{display:block;margin:0 0 9px;color:#eef4e9;font-size:12px;font-weight:900;letter-spacing:.2px}
.home-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
.home-search-row input{min-width:0;height:58px;margin:0;padding:0 17px;border:1px solid #45543e;border-radius:10px;background:#070907;color:#fff;font-size:16px;outline:none}
.home-search-row input::placeholder{color:#778072}
.home-search-row input:focus{border-color:#a9eb3f;box-shadow:0 0 0 3px rgba(169,235,63,.12)}
.home-search-row button{min-height:58px;padding:0 21px;border:1px solid #b9f34d;border-radius:10px;background:#b9f34d;color:#080a08;font-size:14px;font-weight:950;letter-spacing:.1px;cursor:pointer}
.home-search-row button:hover{filter:brightness(1.05)}
.home-hero-search small{display:block;margin-top:9px;color:#7f8a7a;font-size:10px;line-height:1.4}
.home-or{display:flex;align-items:center;justify-content:center;gap:7px;margin:20px 0 11px;color:#8f988b;font-size:12px}
.home-or span{color:#eef1ec;font-weight:900}
.home-path-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:940px;margin:0 auto}
.home-path{display:grid;grid-template-columns:33px 1fr auto;gap:10px;align-items:center;min-height:76px;padding:13px 14px;border:1px solid #30372d;border-radius:11px;background:#0b0e0b;color:#f5f6f3;text-align:left;text-decoration:none;transition:.16s ease}
.home-path:hover{transform:translateY(-1px);border-color:#638a4b;background:#11190e}
.home-path.primary{border-color:#5f8248;background:#13200f}
.home-path-num{display:grid;place-items:center;width:30px;height:30px;border:1px solid #485640;border-radius:50%;color:#d9ffae;font-size:10px;font-weight:950}
.home-path strong{display:block;font-size:14px;letter-spacing:.1px}
.home-path small{display:block;margin-top:4px;color:#909a8c;font-size:11px;line-height:1.35}
.home-path-arrow{color:#b9f34d;font-size:20px}
.home-service-row{max-width:940px;margin:12px auto 0;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #493e22;border-radius:10px;background:#100d06;text-align:left}
.home-service-row strong,.home-service-row span{display:block}
.home-service-row strong{color:#f1e7c9;font-size:12px;letter-spacing:.2px}
.home-service-row span{margin-top:3px;color:#8f866d;font-size:11px}
.home-service-row button{flex:0 0 auto;padding:10px 13px;border:1px solid #8a702f;border-radius:8px;background:#1a1407;color:#ffd76f;font-size:10px;font-weight:950;cursor:pointer}
.home-service-row button:hover{border-color:#c89f37;background:#211907}
.home-front-proof{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:15px}
.home-front-proof span{padding:6px 9px;border:1px solid #303a2d;border-radius:999px;color:#8fa186;font-size:8.5px;font-weight:900;letter-spacing:.4px}
@media(max-width:850px){
  .home-front{padding-top:38px}
  .home-front h1{font-size:clamp(46px,10.5vw,68px)}
  .home-path-list{grid-template-columns:1fr}
  .home-path{min-height:66px}
}
@media(max-width:650px){
  .home-front{padding:25px 15px 20px}
  .home-front .eyebrow{font-size:9px;letter-spacing:1.5px}
  .home-front h1{font-size:clamp(39px,12.8vw,54px);line-height:1;letter-spacing:-1.8px}
  .home-front-lead{margin-top:13px;font-size:15px}
  .home-hero-search{margin-top:20px;padding:13px;border-radius:13px}
  .home-search-row{grid-template-columns:1fr}
  .home-search-row input,.home-search-row button{height:52px;min-height:52px}
  .home-search-row button{width:100%}
  .home-or{display:block;margin:16px 0 9px;line-height:1.4}
  .home-or span{display:block}
  .home-path{padding:11px 12px}
  .home-service-row{align-items:flex-start;flex-direction:column;gap:9px}
  .home-service-row button{width:100%;min-height:43px}
  .home-front-proof{margin-top:12px;gap:6px}
}
