:root{
  --hshb-ink:#071b25;
  --hshb-muted:#5d6c75;
  --hshb-blue:#0a84ff;
  --hshb-blue-2:#1fb6ff;
  --hshb-green:#17b26a;
  --hshb-gold:#d9a441;
  --hshb-cream:#fffaf1;
  --hshb-sky:#eef8ff;
  --hshb-mint:#eefcf7;
  --hshb-card:#ffffff;
  --hshb-line:rgba(7,27,37,.11);
  --hshb-shadow:0 22px 55px rgba(7,27,37,.10);
  --hshb-shadow-soft:0 14px 38px rgba(7,27,37,.08);
  --hshb-radius:24px;
  --hshb-radius-sm:16px;
  --hshb-max:1180px;
}

.hshb-wrap,
.hshb-header,
.hshb-footer{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--hshb-ink);
  box-sizing:border-box;
}

.hshb-wrap *,
.hshb-header *,
.hshb-footer *{box-sizing:border-box;}

.hshb-wrap a,
.hshb-header a,
.hshb-footer a{color:inherit;text-decoration:none;}

.hshb-header{
  width:100%;
  background:rgba(255,255,255,.92);
  backdrop-filter:saturate(160%) blur(14px);
  border-bottom:1px solid var(--hshb-line);
  position:relative;
  z-index:20;
}

.hshb-header__bar{
  width:min(var(--hshb-max),calc(100% - 36px));
  margin:0 auto;
  min-height:78px;
  display:flex;
  align-items:center;
  gap:22px;
}

.hshb-logo{display:inline-flex;align-items:center;gap:10px;font-weight:900;letter-spacing:-.03em;}
.hshb-logo__mark{
  width:34px;height:34px;border-radius:11px;
  display:inline-grid;place-items:center;
  color:#fff;background:linear-gradient(135deg,var(--hshb-blue),var(--hshb-green));
  box-shadow:0 9px 22px rgba(10,132,255,.22);
}
.hshb-logo__text{font-size:1.03rem;}

.hshb-nav{display:flex;align-items:center;gap:18px;margin-left:auto;font-size:.88rem;font-weight:780;color:#21343f;}
.hshb-nav a{padding:10px 0;border-bottom:2px solid transparent;white-space:nowrap;}
.hshb-nav a:hover{color:var(--hshb-blue);border-color:var(--hshb-blue);}

.hshb-header__contact{display:grid;gap:2px;font-size:.76rem;color:var(--hshb-muted);line-height:1.15;}
.hshb-header__contact a:first-child{font-weight:900;color:var(--hshb-ink);}

.hshb-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  border-radius:999px;padding:12px 18px;font-weight:900;font-size:.88rem;
  border:1px solid transparent;line-height:1.1;cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease;
  text-align:center;
}
.hshb-btn:hover{transform:translateY(-1px);}
.hshb-btn--primary{background:linear-gradient(135deg,var(--hshb-blue),var(--hshb-green));color:#fff!important;box-shadow:0 14px 32px rgba(10,132,255,.23);}
.hshb-btn--ghost{background:#fff;color:var(--hshb-ink)!important;border-color:var(--hshb-line);box-shadow:var(--hshb-shadow-soft);}
.hshb-btn--light{background:#fff;color:var(--hshb-ink)!important;box-shadow:0 14px 34px rgba(0,0,0,.16);}

.hshb-menu-toggle{display:none;margin-left:auto;width:44px;height:44px;border:1px solid var(--hshb-line);border-radius:14px;background:#fff;padding:10px;}
.hshb-menu-toggle span{display:block;height:2px;background:var(--hshb-ink);margin:5px 0;border-radius:99px;}
.hshb-mobile-panel{display:none;width:min(var(--hshb-max),calc(100% - 36px));margin:0 auto 18px;padding:18px;border:1px solid var(--hshb-line);border-radius:20px;background:#fff;box-shadow:var(--hshb-shadow-soft);}
.hshb-mobile-panel a{display:block;padding:12px 2px;border-bottom:1px solid var(--hshb-line);font-weight:850;}
.hshb-mobile-panel a:last-child{margin-top:12px;border-bottom:0;display:inline-flex;}
.hshb-mobile-panel__tagline{margin:0 0 8px;color:var(--hshb-muted);}

.hshb-page{width:min(var(--hshb-max),calc(100% - 36px));margin:0 auto;padding:34px 0 72px;}
.hshb-eyebrow{display:inline-block;color:var(--hshb-blue);font-weight:950;font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:10px;}

.hshb-hero{
  display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,480px);gap:34px;align-items:center;
  padding:58px 42px;margin:22px 0 28px;border-radius:34px;
  background:
    radial-gradient(circle at 15% 10%,rgba(31,182,255,.20),transparent 32%),
    radial-gradient(circle at 86% 72%,rgba(23,178,106,.19),transparent 34%),
    linear-gradient(135deg,#fff,var(--hshb-sky) 54%,var(--hshb-mint));
  border:1px solid rgba(10,132,255,.10);box-shadow:var(--hshb-shadow-soft);
}
.hshb-hero h1,.hshb-inner-hero h1{font-size:clamp(2.4rem,6vw,5.9rem);letter-spacing:-.075em;line-height:.88;margin:0 0 20px;max-width:820px;}
.hshb-hero p,.hshb-inner-hero p,.hshb-section__head p,.hshb-split p{color:var(--hshb-muted);font-size:1.04rem;line-height:1.65;max-width:760px;}
.hshb-hero__actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;}

.hshb-visual-panel{
  min-height:310px;border-radius:32px;background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(238,248,255,.92));
  border:1px solid rgba(7,27,37,.10);box-shadow:var(--hshb-shadow);position:relative;padding:28px;
}
.hshb-visual-panel:before{
  content:"";position:absolute;left:0;right:0;bottom:0;height:43%;border-radius:0 0 32px 32px;
  background:linear-gradient(135deg,rgba(31,182,255,.13),rgba(23,178,106,.18));
  clip-path:polygon(0 38%,22% 20%,45% 48%,69% 14%,100% 36%,100% 100%,0 100%);
}
.hshb-house-card{position:absolute;border:1px solid rgba(7,27,37,.18);background:rgba(255,255,255,.7);box-shadow:0 10px 25px rgba(7,27,37,.08);}
.hshb-house-card:after{content:"";position:absolute;width:8px;height:8px;border-radius:99px;background:rgba(10,132,255,.35);left:50%;top:50%;transform:translate(-50%,-50%);}
.hshb-house-card--one{width:92px;height:55px;left:52px;top:92px;}
.hshb-house-card--two{width:118px;height:72px;left:154px;top:62px;}
.hshb-house-card--three{width:78px;height:50px;right:54px;top:102px;}
.hshb-motion-line{position:absolute;left:70px;right:78px;top:184px;height:2px;background:linear-gradient(90deg,rgba(10,132,255,.08),rgba(10,132,255,.55),rgba(23,178,106,.32));}
.hshb-motion-line:after{content:"";position:absolute;right:-2px;top:-5px;width:12px;height:12px;border-top:2px solid rgba(23,178,106,.8);border-right:2px solid rgba(23,178,106,.8);transform:rotate(45deg);}
.hshb-visual-chip{position:absolute;background:#fff;border:1px solid var(--hshb-line);border-radius:12px;padding:9px 12px;font-weight:950;font-size:.78rem;box-shadow:0 12px 28px rgba(7,27,37,.12);}
.hshb-visual-chip--top{top:26px;left:28px;}
.hshb-visual-chip--bottom{right:28px;bottom:24px;}

.hshb-quick-grid,.hshb-card-grid,.hshb-process-grid{display:grid;gap:18px;}
.hshb-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin:26px 0;}
.hshb-quick-grid article,.hshb-card,.hshb-process-card{
  background:#fff;border:1px solid var(--hshb-line);border-radius:var(--hshb-radius-sm);padding:26px;box-shadow:var(--hshb-shadow-soft);
}
.hshb-quick-grid span,.hshb-process-card span{display:inline-block;color:var(--hshb-green);font-weight:950;font-size:.78rem;margin-bottom:10px;}
.hshb-quick-grid h3,.hshb-card h3,.hshb-process-card h3{margin:0 0 10px;font-size:1.35rem;letter-spacing:-.035em;line-height:1.05;}
.hshb-quick-grid p,.hshb-card p,.hshb-process-card p{margin:0;color:var(--hshb-muted);line-height:1.58;}

.hshb-section{padding:58px 0;}
.hshb-section--soft{margin:42px 0;padding:44px;border-radius:32px;background:linear-gradient(135deg,#fff,var(--hshb-sky));border:1px solid rgba(10,132,255,.10);box-shadow:var(--hshb-shadow-soft);}
.hshb-section__head{margin-bottom:24px;}
.hshb-section__head h2,.hshb-split h2,.hshb-form-card h2,.hshb-cta-band h2{font-size:clamp(2rem,4vw,4.2rem);line-height:.95;letter-spacing:-.065em;margin:0 0 16px;}
.hshb-card-grid--three,.hshb-process-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.hshb-process-grid{grid-template-columns:repeat(4,minmax(0,1fr));}

.hshb-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:38px;align-items:center;margin:50px 0;padding:42px;border-radius:32px;background:#fff;border:1px solid var(--hshb-line);box-shadow:var(--hshb-shadow-soft);}

.hshb-form-shell{padding:48px 0;}
.hshb-form-card{background:#fff;border:1px solid var(--hshb-line);border-radius:32px;padding:42px;box-shadow:var(--hshb-shadow);}
.hshb-form-card > p{color:var(--hshb-muted);line-height:1.6;}
.hshb-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:26px;}
.hshb-field{display:grid;gap:7px;}
.hshb-field--wide{grid-column:1/-1;}
.hshb-field span,.hshb-consent span{font-weight:850;font-size:.88rem;}
.hshb-field input,.hshb-field select,.hshb-field textarea{
  width:100%;border:1px solid rgba(7,27,37,.18);border-radius:13px;background:#fff;padding:13px 14px;color:var(--hshb-ink);font:inherit;min-height:48px;
}
.hshb-field textarea{resize:vertical;}
.hshb-field input:focus,.hshb-field select:focus,.hshb-field textarea:focus{outline:3px solid rgba(10,132,255,.18);border-color:var(--hshb-blue);}
.hshb-consent{display:grid;grid-template-columns:18px minmax(0,1fr);gap:12px;align-items:start;background:var(--hshb-sky);border:1px solid rgba(10,132,255,.14);border-radius:16px;padding:16px;}
.hshb-form__legal{font-size:.78rem;color:var(--hshb-muted);line-height:1.5;border-top:1px solid var(--hshb-line);padding-top:14px;}
.hshb-form__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
.hshb-form__message{margin:0;font-weight:800;color:var(--hshb-muted);}
.hshb-form__message.is-success{color:var(--hshb-green);}
.hshb-form__message.is-error{color:#c4352d;}
.hshb-submit[disabled]{opacity:.75;cursor:not-allowed;}
.hshb-spinner{display:none;width:16px;height:16px;border:2px solid rgba(255,255,255,.55);border-top-color:#fff;border-radius:50%;animation:hshb-spin .75s linear infinite;}
.hshb-submit.is-loading .hshb-spinner{display:inline-block;}
@keyframes hshb-spin{to{transform:rotate(360deg)}}

.hshb-cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:50px 0 20px;padding:40px;border-radius:28px;background:linear-gradient(135deg,#082232,var(--hshb-blue));color:#fff;box-shadow:var(--hshb-shadow);}
.hshb-cta-band .hshb-eyebrow{color:#8fe4ff;}
.hshb-cta-band h2{color:#fff;}
.hshb-cta-band p{margin:0;color:rgba(255,255,255,.82);line-height:1.6;max-width:720px;}

.hshb-inner-hero{padding:56px 42px;margin:22px 0 38px;border-radius:34px;background:linear-gradient(135deg,#fff,var(--hshb-sky));border:1px solid rgba(10,132,255,.10);box-shadow:var(--hshb-shadow-soft);}
.hshb-inner-hero--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:32px;align-items:center;}
.hshb-inner-hero h1{font-size:clamp(2.4rem,5vw,5rem);}

.hshb-legal-page{width:min(920px,calc(100% - 36px));margin:0 auto;padding:56px 0 72px;color:var(--hshb-ink);}
.hshb-legal-page h1{font-size:clamp(2.2rem,5vw,4rem);line-height:.95;letter-spacing:-.06em;margin:0 0 24px;}
.hshb-legal-page h2{font-size:1.35rem;margin:30px 0 8px;}
.hshb-legal-page p,.hshb-disclaimer p{color:var(--hshb-muted);line-height:1.7;}
.hshb-disclaimer{background:#fff;border:1px solid var(--hshb-line);border-radius:18px;padding:18px;margin:24px 0;}

.hshb-footer{background:#071b25;color:#dbeaf0;margin-top:40px;padding:54px 0 34px;}
.hshb-footer__grid{width:min(var(--hshb-max),calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:34px;}
.hshb-footer h3{margin:0 0 12px;color:#fff;font-size:1rem;}
.hshb-footer p{color:#b9cbd4;line-height:1.65;margin:0 0 14px;}
.hshb-footer__links{display:grid;align-content:start;gap:9px;}
.hshb-footer__links a{color:#e7f3f8;font-weight:760;}
.hshb-footer__links a:hover{color:#8fe4ff;}
.hshb-logo--footer{margin-bottom:14px;color:#fff;}
.hshb-footer__legal{width:min(var(--hshb-max),calc(100% - 36px));margin:34px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.13);font-size:.78rem;}
.hshb-footer__legal p{color:#9fb3be;margin-bottom:10px;}

@media (max-width:1080px){
  .hshb-header__bar{gap:14px;}
  .hshb-nav{gap:12px;font-size:.82rem;}
  .hshb-header__contact{display:none;}
  .hshb-hero{grid-template-columns:1fr;padding:46px 30px;}
  .hshb-split,.hshb-inner-hero--split{grid-template-columns:1fr;}
  .hshb-process-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:860px){
  .hshb-nav,.hshb-header__cta{display:none;}
  .hshb-menu-toggle{display:block;}
  .hshb-header.is-open .hshb-mobile-panel{display:block;}
  .hshb-quick-grid,.hshb-card-grid--three{grid-template-columns:1fr;}
  .hshb-cta-band{display:grid;text-align:left;}
  .hshb-footer__grid{grid-template-columns:1fr;}
}

@media (max-width:640px){
  .hshb-header__bar,.hshb-page,.hshb-footer__grid,.hshb-footer__legal,.hshb-mobile-panel,.hshb-legal-page{width:min(100% - 24px,var(--hshb-max));}
  .hshb-header__bar{min-height:68px;}
  .hshb-hero,.hshb-inner-hero,.hshb-section--soft,.hshb-split,.hshb-form-card,.hshb-cta-band{border-radius:22px;padding:28px 20px;}
  .hshb-hero h1,.hshb-inner-hero h1{font-size:clamp(2.5rem,14vw,4.6rem);}
  .hshb-section__head h2,.hshb-split h2,.hshb-form-card h2,.hshb-cta-band h2{font-size:clamp(2.1rem,11vw,3.35rem);}
  .hshb-form{grid-template-columns:1fr;}
  .hshb-process-grid{grid-template-columns:1fr;}
  .hshb-visual-panel{min-height:250px;}
  .hshb-house-card--one{left:30px;top:88px;width:78px;}
  .hshb-house-card--two{left:112px;top:58px;width:98px;}
  .hshb-house-card--three{right:30px;top:102px;width:68px;}
  .hshb-motion-line{left:44px;right:48px;top:170px;}
}

.hshb-hero{background-image:url('../img/hshbuys-aerial.svg'),radial-gradient(circle at 15% 10%,rgba(31,182,255,.20),transparent 32%),radial-gradient(circle at 86% 72%,rgba(23,178,106,.19),transparent 34%),linear-gradient(135deg,#fff,var(--hshb-sky) 54%,var(--hshb-mint));background-size:cover,auto,auto,auto;background-position:center,center,center,center;}

/* =========================================================
   HsHBuys v1.1 Pathway Graphic + Color Pop Upgrade
========================================================= */
:root{
  --hshb-ink:#06182a;
  --hshb-navy:#06182a;
  --hshb-blue:#0677f8;
  --hshb-blue-2:#00a6ff;
  --hshb-green:#12aa73;
  --hshb-teal:#049ca0;
  --hshb-sky:#e9f7ff;
  --hshb-mint:#e5faf3;
  --hshb-line:rgba(6,24,42,.14);
  --hshb-shadow:0 28px 70px rgba(6,24,42,.14);
  --hshb-shadow-soft:0 18px 42px rgba(6,24,42,.10);
}

.hshb-page{
  padding-top:42px;
}

.hshb-hero{
  grid-template-columns:minmax(0,.86fr) minmax(520px,1.24fr);
  gap:38px;
  background:
    radial-gradient(circle at 18% 8%,rgba(0,166,255,.30),transparent 34%),
    radial-gradient(circle at 88% 78%,rgba(18,170,115,.28),transparent 36%),
    linear-gradient(135deg,#ffffff 0%,#eef9ff 44%,#ddfbf2 100%) !important;
  border-color:rgba(6,119,248,.18);
  box-shadow:0 26px 70px rgba(6,24,42,.13);
}

.hshb-inner-hero{
  background:
    radial-gradient(circle at 12% 5%,rgba(0,166,255,.22),transparent 34%),
    linear-gradient(135deg,#ffffff 0%,#eef9ff 55%,#e5faf3 100%) !important;
  border-color:rgba(6,119,248,.16);
}

.hshb-inner-hero--split{
  grid-template-columns:minmax(0,.85fr) minmax(520px,1.15fr);
}

.hshb-hero h1,
.hshb-inner-hero h1{
  color:#06182a;
  text-shadow:0 2px 0 rgba(255,255,255,.55);
}

.hshb-pathway-visual,
.hshb-visual-panel.hshb-pathway-visual{
  min-height:0;
  margin:0;
  padding:0;
  border:0;
  border-radius:28px;
  background:linear-gradient(135deg,#06243e,#084f9d 48%,#079b91);
  box-shadow:0 26px 70px rgba(6,24,42,.23);
  overflow:hidden;
  position:relative;
}

.hshb-pathway-visual::before,
.hshb-pathway-visual::after{
  display:none !important;
  content:none !important;
}

.hshb-pathway-visual img{
  display:block;
  width:100%;
  height:auto;
  opacity:1 !important;
  filter:saturate(1.16) contrast(1.08) brightness(.91) !important;
  transform:none !important;
}

.hshb-section--soft{
  background:
    radial-gradient(circle at 8% 12%,rgba(0,166,255,.18),transparent 30%),
    linear-gradient(135deg,#f7fcff 0%,#e8f6ff 56%,#e5faf3 100%) !important;
  border-color:rgba(6,119,248,.15);
}

.hshb-quick-grid article,
.hshb-card,
.hshb-process-card{
  border-color:rgba(6,119,248,.12);
  box-shadow:0 18px 40px rgba(6,24,42,.09);
}

.hshb-quick-grid article:nth-child(1),
.hshb-card-grid article:nth-child(1),
.hshb-process-card:nth-child(1){border-top:5px solid var(--hshb-blue);}
.hshb-quick-grid article:nth-child(2),
.hshb-card-grid article:nth-child(2),
.hshb-process-card:nth-child(2){border-top:5px solid var(--hshb-teal);}
.hshb-quick-grid article:nth-child(3),
.hshb-card-grid article:nth-child(3),
.hshb-process-card:nth-child(3){border-top:5px solid var(--hshb-green);}
.hshb-card-grid article:nth-child(4),
.hshb-process-card:nth-child(4){border-top:5px solid #0b4fae;}
.hshb-card-grid article:nth-child(5){border-top:5px solid #0787d8;}
.hshb-card-grid article:nth-child(6){border-top:5px solid #10a675;}

.hshb-split{
  background:
    linear-gradient(135deg,#ffffff 0%,#f2fbff 58%,#e9fbf6 100%);
  border-color:rgba(6,119,248,.13);
}

.hshb-form-card{
  background:
    linear-gradient(180deg,#ffffff 0%,#fbfeff 100%);
  border-color:rgba(6,119,248,.13);
}

.hshb-cta-band{
  background:
    radial-gradient(circle at 12% 20%,rgba(0,166,255,.30),transparent 32%),
    linear-gradient(120deg,#06182a 0%,#075fc8 62%,#10a675 100%) !important;
}

@media (max-width:1080px){
  .hshb-hero,
  .hshb-inner-hero--split{
    grid-template-columns:1fr;
  }
  .hshb-pathway-visual,
  .hshb-visual-panel.hshb-pathway-visual{
    max-width:760px;
    margin-inline:auto;
  }
}

@media (max-width:640px){
  .hshb-pathway-visual,
  .hshb-visual-panel.hshb-pathway-visual{
    border-radius:18px;
  }
}


/* =========================================================
   HsHBuys v1.2 Full-Width Page Shell Fix
   Makes all HsHBuys shortcode pages escape theme/Astra width limits
   while keeping the actual content cards professionally contained.
========================================================= */
body:has(.hshb-wrap),
body:has(.hshb-wrap) .site,
body:has(.hshb-wrap) .site-content,
body:has(.hshb-wrap) .content-area,
body:has(.hshb-wrap) .site-main,
body:has(.hshb-wrap) .ast-container,
body:has(.hshb-wrap) .entry-content,
body:has(.hshb-wrap) .entry-content > *,
body:has(.hshb-wrap) .fl-builder-content,
body:has(.hshb-wrap) .fl-row-content-wrap,
body:has(.hshb-wrap) .fl-row-content,
body:has(.hshb-wrap) .fl-col-content,
body:has(.hshb-wrap) .fl-module-content{
  width:100% !important;
  max-width:none !important;
  margin-left:0 !important;
  margin-right:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
}

body:has(.hshb-wrap),
body:has(.hshb-wrap) .site,
body:has(.hshb-wrap) .site-content,
body:has(.hshb-wrap) .ast-container,
body:has(.hshb-wrap) .entry-content{
  background:
    radial-gradient(circle at 8% 7%, rgba(0,166,255,.12), transparent 32%),
    radial-gradient(circle at 92% 16%, rgba(18,170,115,.12), transparent 30%),
    linear-gradient(180deg,#f7fcff 0%,#eef8ff 42%,#f8fcff 100%) !important;
}

.hshb-page,
.hshb-legal-page{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  background:
    radial-gradient(circle at 8% 7%, rgba(0,166,255,.12), transparent 32%),
    radial-gradient(circle at 92% 16%, rgba(18,170,115,.12), transparent 30%),
    linear-gradient(180deg,#f7fcff 0%,#eef8ff 42%,#f8fcff 100%) !important;
}

.hshb-page > .hshb-hero,
.hshb-page > .hshb-inner-hero,
.hshb-page > .hshb-quick-grid,
.hshb-page > .hshb-section,
.hshb-page > .hshb-section--soft,
.hshb-page > .hshb-split,
.hshb-page > .hshb-form-shell,
.hshb-page > .hshb-cta-band,
.hshb-legal-page > *{
  width:min(var(--hshb-max), calc(100% - 36px)) !important;
  max-width:var(--hshb-max) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.hshb-page > .hshb-hero,
.hshb-page > .hshb-inner-hero{
  margin-top:34px !important;
}

.hshb-page > .hshb-section,
.hshb-page > .hshb-form-shell{
  padding-left:0 !important;
  padding-right:0 !important;
}

.hshb-page > .hshb-section--soft,
.hshb-page > .hshb-split,
.hshb-page > .hshb-cta-band{
  box-sizing:border-box;
}

@media (max-width:640px){
  .hshb-page > .hshb-hero,
  .hshb-page > .hshb-inner-hero,
  .hshb-page > .hshb-quick-grid,
  .hshb-page > .hshb-section,
  .hshb-page > .hshb-section--soft,
  .hshb-page > .hshb-split,
  .hshb-page > .hshb-form-shell,
  .hshb-page > .hshb-cta-band,
  .hshb-legal-page > *{
    width:min(100% - 24px, var(--hshb-max)) !important;
  }
}
