:root{
  --hm-navy:#10385d;
  --hm-navy-2:#0b2b49;
  --hm-blue:#1976e9;
  --hm-blue-2:#0e63cb;
  --hm-yellow:#f4b63f;
  --hm-green:#0d8a68;
  --hm-green-bg:#eaf7f2;
  --hm-amber:#a96800;
  --hm-amber-bg:#fff4db;
  --hm-red:#b42318;
  --hm-red-bg:#fef3f2;
  --hm-text:#132238;
  --hm-muted:#66758a;
  --hm-border:#dce3eb;
  --hm-border-strong:#c9d3df;
  --hm-surface:#ffffff;
  --hm-surface-2:#f7f9fc;
  --hm-bg:#f3f6fa;
  --hm-shadow:0 12px 30px rgba(19,34,56,.08);
  --hm-shadow-sm:0 4px 14px rgba(19,34,56,.06);
  --hm-radius:18px;
  --hm-radius-sm:12px;
  --hm-max:1180px;
  --hm-font:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

*{box-sizing:border-box}
html{font-family:var(--hm-font);background:var(--hm-bg);color:var(--hm-text)}
body{margin:0;min-height:100vh;background:linear-gradient(180deg,#f9fbfd 0,#f3f6fa 240px,#f3f6fa 100%)}
a{color:var(--hm-blue);text-decoration:none}
a:hover{text-decoration:underline}
button,input,textarea,select{font:inherit}
button{cursor:pointer}

.hm-shell{width:min(var(--hm-max),calc(100% - 40px));margin:0 auto}
.hm-topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(220,227,235,.9)}
.hm-topbar-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.hm-brand{font-weight:850;font-size:24px;letter-spacing:-.04em;color:var(--hm-navy);white-space:nowrap}
.hm-brand span{color:var(--hm-yellow)}
.hm-nav{display:flex;align-items:center;gap:8px}
.hm-nav a,.hm-nav button{color:#30445d;background:transparent;border:0;padding:10px 12px;border-radius:10px;font-weight:650;font-size:14px}
.hm-nav a:hover{background:#eef4fa;text-decoration:none}
.hm-user{display:flex;align-items:center;gap:12px;color:var(--hm-muted);font-size:14px}
.hm-avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--hm-blue),var(--hm-navy));color:#fff;display:grid;place-items:center;font-weight:800}
.hm-menu-btn{display:none;border:1px solid var(--hm-border);background:#fff;border-radius:10px;padding:9px 12px;color:var(--hm-navy)}

.hm-page{padding:40px 0 72px}
.hm-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.hm-page-title{margin:0;font-size:34px;line-height:1.1;letter-spacing:-.035em;color:#11243a}
.hm-page-subtitle{margin:8px 0 0;color:var(--hm-muted);font-size:16px;line-height:1.6}
.hm-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.11em;color:var(--hm-blue);font-weight:850;margin-bottom:8px}

.hm-tabs{display:flex;gap:10px;background:#eaf0f6;padding:6px;border-radius:14px;width:max-content;margin-bottom:26px}
.hm-tab{border:0;background:transparent;color:#40516a;padding:11px 18px;border-radius:10px;font-weight:750}
.hm-tab.active{background:#fff;color:var(--hm-navy);box-shadow:var(--hm-shadow-sm)}

.hm-grid{display:grid;gap:22px}
.hm-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.hm-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.hm-main-aside{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.72fr);gap:24px;align-items:start}

.hm-card{background:var(--hm-surface);border:1px solid var(--hm-border);border-radius:var(--hm-radius);box-shadow:var(--hm-shadow-sm)}
.hm-card-pad{padding:24px}
.hm-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 0}
.hm-card-body{padding:20px 24px 24px}
.hm-card-title{font-size:20px;font-weight:800;letter-spacing:-.02em;margin:0}
.hm-card-subtitle{margin:5px 0 0;color:var(--hm-muted);font-size:14px;line-height:1.5}

.hm-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:12px;line-height:1;font-weight:800;white-space:nowrap}
.hm-badge.blue{background:#e8f2ff;color:#0b63c8}
.hm-badge.green{background:var(--hm-green-bg);color:var(--hm-green)}
.hm-badge.amber{background:var(--hm-amber-bg);color:var(--hm-amber)}
.hm-badge.gray{background:#eef1f5;color:#5f6b7a}
.hm-badge.red{background:var(--hm-red-bg);color:var(--hm-red)}

.hm-btn{border:0;border-radius:11px;padding:12px 17px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;transition:.15s ease}
.hm-btn:hover{transform:translateY(-1px);text-decoration:none}
.hm-btn.primary{background:var(--hm-blue);color:#fff;box-shadow:0 7px 16px rgba(25,118,233,.2)}
.hm-btn.primary:hover{background:var(--hm-blue-2)}
.hm-btn.secondary{background:#fff;border:1px solid var(--hm-border-strong);color:var(--hm-navy)}
.hm-btn.ghost{background:#eef4fa;color:var(--hm-navy)}
.hm-btn.danger{background:#fff;border:1px solid #efc7c4;color:var(--hm-red)}
.hm-btn.full{width:100%}
.hm-btn.sm{min-height:36px;padding:8px 12px;font-size:13px}

.hm-field{display:flex;flex-direction:column;gap:7px}
.hm-field label{font-size:13px;font-weight:750;color:#2c3e55}
.hm-input,.hm-textarea,.hm-select{width:100%;border:1px solid var(--hm-border-strong);background:#fff;border-radius:11px;padding:12px 13px;color:var(--hm-text);outline:none;transition:.15s ease}
.hm-input:focus,.hm-textarea:focus,.hm-select:focus{border-color:var(--hm-blue);box-shadow:0 0 0 4px rgba(25,118,233,.1)}
.hm-textarea{min-height:110px;resize:vertical}
.hm-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.hm-form-grid .full{grid-column:1/-1}
.hm-help{font-size:12px;color:var(--hm-muted);line-height:1.5}

.hm-alert{border-radius:14px;padding:15px 16px;display:flex;gap:12px;align-items:flex-start;border:1px solid}
.hm-alert.amber{background:var(--hm-amber-bg);border-color:#f2dda9;color:#755019}
.hm-alert.blue{background:#edf5ff;border-color:#cadefa;color:#24578e}
.hm-alert.green{background:var(--hm-green-bg);border-color:#c7eadf;color:#12654f}
.hm-alert strong{display:block;color:inherit;margin-bottom:2px}
.hm-alert-icon{flex:0 0 28px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.7);font-weight:850}

.hm-list{display:flex;flex-direction:column}
.hm-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:19px 0;border-bottom:1px solid #edf1f5}
.hm-list-row:first-child{padding-top:0}
.hm-list-row:last-child{border-bottom:0;padding-bottom:0}
.hm-list-title{font-weight:800;font-size:16px;margin:0 0 5px}
.hm-list-meta{display:flex;flex-wrap:wrap;gap:8px 16px;color:var(--hm-muted);font-size:13px}
.hm-kv{display:grid;grid-template-columns:100px 1fr;gap:6px 14px;font-size:14px;line-height:1.5}
.hm-kv dt{color:var(--hm-muted)}
.hm-kv dd{margin:0;color:#34465d}

.hm-opportunity{position:relative;overflow:hidden}
.hm-opportunity:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--hm-yellow)}
.hm-opportunity .hm-card-body{padding-left:28px}
.hm-opportunity-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}
.hm-opportunity-title{font-size:19px;font-weight:850;margin:0;color:#11243a}
.hm-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}

.hm-stat{padding:20px 22px}
.hm-stat-label{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--hm-muted);font-weight:800}
.hm-stat-value{font-size:30px;font-weight:850;letter-spacing:-.04em;margin-top:7px;color:var(--hm-navy)}
.hm-stat-note{font-size:13px;color:var(--hm-muted);margin-top:4px}

.hm-profile-line{display:flex;align-items:center;gap:14px}
.hm-profile-avatar{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#d9eaff,#edf4ff);color:var(--hm-blue);display:grid;place-items:center;font-weight:900}
.hm-section-title{font-size:18px;font-weight:850;margin:0 0 14px;letter-spacing:-.02em}
.hm-chip-wrap{display:flex;flex-wrap:wrap;gap:8px}
.hm-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;background:#f2f6fa;border:1px solid #dde6ef;padding:8px 11px;font-size:13px;color:#34465d}

.hm-home-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(380px,.9fr);min-height:540px;background:#fff;border:1px solid var(--hm-border);border-radius:26px;overflow:hidden;box-shadow:var(--hm-shadow)}
.hm-home-copy{padding:58px 58px 48px;display:flex;flex-direction:column;justify-content:center}
.hm-home-copy h1{font-size:54px;line-height:1.02;letter-spacing:-.055em;margin:0 0 18px;color:#10243b}
.hm-home-copy p{font-size:18px;line-height:1.65;color:var(--hm-muted);max-width:650px;margin:0 0 28px}
.hm-searchbox{border:2px solid var(--hm-blue);border-radius:16px;padding:7px;display:flex;gap:8px;background:#fff;box-shadow:0 8px 24px rgba(25,118,233,.08)}
.hm-searchbox input{flex:1;border:0;outline:0;padding:13px 12px;font-size:17px;min-width:0}
.hm-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}
.hm-pill{border:1px solid var(--hm-border);background:#fff;border-radius:999px;padding:9px 12px;font-size:13px;color:#40516a}
.hm-home-visual{position:relative;background:linear-gradient(145deg,#0f3a61,#1d6ec0);min-height:100%;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}
.hm-home-visual:before,.hm-home-visual:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.08)}
.hm-home-visual:before{width:350px;height:350px;right:-100px;top:-80px}
.hm-home-visual:after{width:240px;height:240px;left:-80px;bottom:-70px}
.hm-worker-illustration{position:relative;z-index:2;width:78%;max-width:390px;aspect-ratio:.8;border-radius:220px 220px 30px 30px;background:linear-gradient(180deg,#f4c59f 0 18%,#173c62 18% 100%);box-shadow:0 24px 60px rgba(3,17,30,.28);margin-bottom:-30px;border:10px solid rgba(255,255,255,.12)}
.hm-worker-illustration:before{content:"HANDY\A MATCH PRO";white-space:pre;position:absolute;left:50%;top:43%;transform:translateX(-50%);color:#fff;font-size:22px;line-height:1.2;font-weight:900;text-align:center;letter-spacing:.02em}
.hm-worker-illustration:after{content:"";position:absolute;width:110px;height:36px;border-radius:60% 60% 22px 22px;background:#0d2d4b;left:50%;top:8%;transform:translateX(-50%)}
.hm-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}
.hm-trust-item{background:#fff;border:1px solid var(--hm-border);border-radius:14px;padding:14px 16px;display:flex;align-items:center;gap:12px;font-size:13px;color:#40516a}
.hm-trust-icon{width:34px;height:34px;border-radius:10px;background:#e9f3ff;color:var(--hm-blue);display:grid;place-items:center;font-weight:900}

.hm-admin-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:28px}
.hm-side{background:#fff;border:1px solid var(--hm-border);border-radius:16px;padding:14px;position:sticky;top:94px}
.hm-side a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;color:#42556e;font-size:14px;font-weight:700;margin:2px 0}
.hm-side a.active{background:#eaf3ff;color:var(--hm-blue)}
.hm-table-wrap{overflow:auto;border:1px solid var(--hm-border);border-radius:14px}
.hm-table{width:100%;border-collapse:collapse;min-width:720px;background:#fff}
.hm-table th{font-size:12px;text-transform:uppercase;letter-spacing:.07em;color:#718096;text-align:left;padding:13px 16px;background:#f7f9fc;border-bottom:1px solid var(--hm-border)}
.hm-table td{padding:16px;border-bottom:1px solid #edf1f5;font-size:14px;vertical-align:middle}
.hm-table tr:last-child td{border-bottom:0}

.hm-onboarding{display:grid;grid-template-columns:250px minmax(0,1fr);gap:30px;align-items:start}
.hm-stepper{background:#fff;border:1px solid var(--hm-border);border-radius:16px;padding:12px;position:sticky;top:94px}
.hm-step{display:flex;gap:11px;align-items:flex-start;padding:12px;border-radius:10px;color:#5a6a7f}
.hm-step.active{background:#edf5ff;color:var(--hm-blue)}
.hm-step.done{color:var(--hm-green)}
.hm-step-num{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#eef2f6;font-size:12px;font-weight:850;flex:0 0 26px}
.hm-step.active .hm-step-num{background:var(--hm-blue);color:#fff}
.hm-step.done .hm-step-num{background:var(--hm-green-bg);color:var(--hm-green)}
.hm-step small{display:block;color:#8a97a8;font-size:11px;margin-top:2px}

.hm-empty{padding:46px 28px;text-align:center;color:var(--hm-muted)}
.hm-empty-icon{width:58px;height:58px;margin:0 auto 14px;border-radius:18px;background:#edf4fb;color:var(--hm-blue);display:grid;place-items:center;font-size:26px;font-weight:900}
.hm-empty h3{margin:0 0 6px;color:var(--hm-text);font-size:18px}

.hm-footer{padding:28px 0 40px;color:#77869a;font-size:12px}
.hm-footer-inner{display:flex;justify-content:space-between;gap:20px;border-top:1px solid #dfe6ee;padding-top:22px}

@media (max-width:980px){
  .hm-shell{width:min(100% - 28px,900px)}
  .hm-nav{display:none}.hm-menu-btn{display:inline-flex}.hm-user span{display:none}
  .hm-main-aside,.hm-admin-layout,.hm-onboarding{grid-template-columns:1fr}
  .hm-side,.hm-stepper{position:static}
  .hm-side{display:flex;overflow:auto;gap:4px}.hm-side a{white-space:nowrap}
  .hm-stepper{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.hm-step{padding:9px 8px;display:block}.hm-step small{display:none}
  .hm-home-hero{grid-template-columns:1fr;min-height:0}.hm-home-visual{min-height:340px;order:-1}.hm-worker-illustration{width:240px}
  .hm-home-copy{padding:38px}.hm-home-copy h1{font-size:44px}
}

@media (max-width:720px){
  .hm-shell{width:min(100% - 20px,680px)}
  .hm-topbar-inner{min-height:64px}.hm-brand{font-size:21px}
  .hm-page{padding:26px 0 48px}.hm-page-head{align-items:flex-start;flex-direction:column}.hm-page-title{font-size:29px}
  .hm-grid-2,.hm-grid-3,.hm-form-grid{grid-template-columns:1fr}.hm-form-grid .full{grid-column:auto}
  .hm-tabs{width:100%;display:grid;grid-template-columns:repeat(3,1fr)}.hm-tab{padding:10px 8px;font-size:13px}
  .hm-card-head,.hm-card-body,.hm-card-pad{padding-left:18px;padding-right:18px}
  .hm-opportunity-top{display:block}.hm-opportunity-top .hm-badge{margin-top:10px}
  .hm-list-row{grid-template-columns:1fr}.hm-list-row>.hm-badge{justify-self:start}
  .hm-trust-strip{grid-template-columns:1fr}
  .hm-home-copy{padding:28px 22px}.hm-home-copy h1{font-size:38px}.hm-home-copy p{font-size:16px}.hm-searchbox{display:block}.hm-searchbox .hm-btn{width:100%}
  .hm-home-visual{min-height:260px}.hm-worker-illustration{width:190px;margin-bottom:-22px}
  .hm-stepper{grid-template-columns:1fr 1fr}.hm-step{display:flex}.hm-step small{display:block}
  .hm-footer-inner{flex-direction:column}
}

/* =========================================================
   V2 HOME PAGE — FULL-BLEED EDITORIAL HERO
   Purpose: remove the "cards inside cards" look from the public homepage.
   This layer intentionally uses open space, type, photography and rhythm
   instead of rounded containers as the primary visual language.
   ========================================================= */
.hm-home-page{background:#fff}
.hm-home-page .hm-topbar{position:absolute;left:0;right:0;top:0;background:rgba(7,30,52,.22);border-bottom:1px solid rgba(255,255,255,.16);backdrop-filter:blur(12px);color:#fff}
.hm-home-page .hm-brand{color:#fff}
.hm-home-page .hm-nav a{color:rgba(255,255,255,.92)}
.hm-home-page .hm-nav a:hover{background:rgba(255,255,255,.10)}
.hm-home-page .hm-topbar .hm-btn.secondary{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.32);color:#fff}
.hm-home-page .hm-menu-btn{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.3);color:#fff}

.hm-slider{position:relative;min-height:clamp(690px,88vh,900px);overflow:hidden;background:#0b2b49;color:#fff}
.hm-slide{position:relative;min-height:inherit;display:flex;align-items:center}
.hm-slide-bg{position:absolute;inset:0;background-image:linear-gradient(90deg,rgba(5,26,46,.96) 0%,rgba(5,26,46,.83) 34%,rgba(5,26,46,.34) 64%,rgba(5,26,46,.08) 100%),url("/assets/hero-home-services.jpg");background-size:cover;background-position:center 42%;transform:scale(1.012)}
.hm-slide-bg:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 76% 34%,rgba(25,118,233,.20),transparent 28%),linear-gradient(180deg,rgba(0,0,0,.03),rgba(0,0,0,.22))}
.hm-slide-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,18,33,.14),rgba(2,18,33,.02) 30%,rgba(2,18,33,.18))}
.hm-slide-content{position:relative;z-index:2;padding-top:92px;padding-bottom:74px}
.hm-hero-copy{width:min(840px,66vw)}
.hm-eyebrow-light{color:#8dc4ff}
.hm-hero-copy h1{font-size:clamp(52px,5.4vw,80px);line-height:.97;letter-spacing:-.06em;margin:0 0 22px;max-width:840px;color:#fff;font-weight:850}
.hm-hero-copy>p{font-size:clamp(18px,1.5vw,22px);line-height:1.55;color:rgba(255,255,255,.82);max-width:690px;margin:0 0 34px}

.hm-hero-search{width:min(760px,100%);height:68px;background:#fff;display:flex;align-items:center;padding:7px;border-radius:9px;box-shadow:0 18px 55px rgba(0,0,0,.20)}
.hm-hero-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 18px;font-size:17px;color:#16283d}
.hm-hero-search input::placeholder{color:#8492a4}
.hm-hero-search-btn{height:54px;border-radius:7px;padding-inline:24px;box-shadow:none}

.hm-hero-links{display:flex;align-items:center;flex-wrap:wrap;gap:8px 18px;margin-top:18px;font-size:13px}
.hm-hero-links span{color:rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:.08em;font-weight:800;font-size:11px}
.hm-hero-links a{color:#fff;border-bottom:1px solid rgba(255,255,255,.4);padding-bottom:2px}
.hm-hero-links a:hover{text-decoration:none;border-color:#fff}

.hm-hero-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.22);max-width:900px}
.hm-hero-proof div{display:flex;flex-direction:column;gap:6px}
.hm-hero-proof strong{font-size:14px;color:#fff}
.hm-hero-proof span{font-size:12px;line-height:1.45;color:rgba(255,255,255,.60)}

.hm-slider-controls{position:absolute;z-index:3;left:50%;bottom:28px;transform:translateX(-50%);display:flex;justify-content:flex-end;align-items:center;gap:15px;pointer-events:none}
.hm-slider-arrow{pointer-events:auto;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.34);background:rgba(5,25,45,.16);color:#fff;font-size:17px}
.hm-slider-dots{display:flex;gap:7px;align-items:center;pointer-events:auto}.hm-slider-dots span{width:22px;height:2px;background:rgba(255,255,255,.35);cursor:pointer}.hm-slider-dots span.active{background:#fff;width:38px}

.hm-home-intro{padding:96px 0 78px;background:#fff}
.hm-home-intro-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:90px;align-items:end}
.hm-home-intro h2{font-size:clamp(42px,4vw,64px);letter-spacing:-.055em;line-height:1.03;margin:0;color:#11243a;max-width:650px}
.hm-home-intro-text p{font-size:20px;line-height:1.75;color:#65758a;margin:0;max-width:670px}

.hm-process{padding:18px 0 110px;background:#fff}
.hm-process-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid #dbe3eb}
.hm-process-step{padding:30px 52px 0 0;min-height:190px;border-right:1px solid #dbe3eb}
.hm-process-step+ .hm-process-step{padding-left:52px}
.hm-process-step:last-child{border-right:0}
.hm-process-step>span{display:block;font-size:12px;letter-spacing:.12em;color:var(--hm-blue);font-weight:850;margin-bottom:22px}
.hm-process-step h3{font-size:24px;letter-spacing:-.035em;margin:0 0 10px;color:#132238}
.hm-process-step p{font-size:15px;line-height:1.65;color:#6d7c8f;margin:0;max-width:300px}

.hm-pro-band{background:linear-gradient(110deg,#0b2b49,#104d80);color:#fff;padding:78px 0}
.hm-pro-band-inner{display:flex;align-items:end;justify-content:space-between;gap:60px}
.hm-pro-band h2{font-size:clamp(36px,4vw,58px);line-height:1.02;letter-spacing:-.055em;margin:0 0 16px;max-width:720px;color:#fff}
.hm-pro-band p{margin:0;color:rgba(255,255,255,.72);font-size:18px;line-height:1.6;max-width:720px}
.hm-btn.light{background:#fff;color:#12385b;border-radius:8px;min-width:160px}
.hm-footer-home{background:#08233d;color:rgba(255,255,255,.56);padding-top:0}
.hm-footer-home .hm-footer-inner{border-top:1px solid rgba(255,255,255,.12);padding-top:24px}
.hm-visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

@media (max-width:980px){
  .hm-home-page .hm-topbar{position:absolute}
  .hm-slider{min-height:760px}
  .hm-slide-bg{background-position:66% center}
  .hm-slide-bg:before{content:"";position:absolute;inset:0;background:rgba(4,26,47,.30)}
  .hm-hero-copy{width:min(690px,92%)}
  .hm-hero-copy h1{font-size:clamp(42px,7vw,60px)}
  .hm-home-intro-grid{grid-template-columns:1fr;gap:28px}
  .hm-process-row{grid-template-columns:1fr}
  .hm-process-step,.hm-process-step+ .hm-process-step{padding:28px 0;border-right:0;border-bottom:1px solid #dbe3eb;min-height:0}
  .hm-process-step:last-child{border-bottom:0}
  .hm-pro-band-inner{align-items:flex-start;flex-direction:column}
}

@media (max-width:720px){
  .hm-slider{min-height:760px}
  .hm-slide-bg{background-image:linear-gradient(180deg,rgba(5,26,46,.46) 0%,rgba(5,26,46,.82) 52%,rgba(5,26,46,.98) 100%),url("/assets/hero-home-services-mobile.jpg");background-position:center top}
  .hm-slide-content{display:flex;align-items:flex-end;padding-top:118px;padding-bottom:86px;min-height:760px}
  .hm-hero-copy{width:100%;align-self:flex-end}
  .hm-hero-copy h1{font-size:49px;line-height:.98;margin-bottom:18px}
  .hm-hero-copy>p{font-size:16px;margin-bottom:24px}
  .hm-hero-search{height:auto;display:block;border-radius:8px;padding:7px}.hm-hero-search input{height:52px;padding:0 13px}.hm-hero-search-btn{width:100%;margin-top:4px}
  .hm-hero-links{display:none}
  .hm-hero-proof{grid-template-columns:1fr;gap:14px;margin-top:30px;padding-top:20px}.hm-hero-proof span{display:none}
  .hm-slider-controls{display:none}
  .hm-home-intro{padding:68px 0 50px}.hm-home-intro h2{font-size:40px}.hm-home-intro-text p{font-size:17px}
  .hm-process{padding-bottom:68px}
  .hm-pro-band{padding:58px 0}.hm-pro-band p{font-size:16px}.hm-btn.light{width:100%}
}
