/* HART front page overrides. Kept separate so the home mockup is not distorted by shared page styles. */

@media (min-width: 900px) {
  :root {
    --hart-front-container: min(1200px, calc(100% - 96px));
  }

  .hart-header {
    background: #fff;
    border-bottom: 1px solid #dde2e8;
    box-shadow: none;
  }

  .hart-header__row {
    width: var(--hart-front-container);
    min-height: 78px;
  }

  .hart-brand img {
    width: 154px;
  }

  .hart-nav {
    gap: clamp(18px, 2vw, 34px);
  }

  .hart-nav__link {
    min-height: 78px;
    font-size: 13px;
    font-weight: 700;
  }

  .hart-lang {
    font-size: 13px;
    font-weight: 700;
  }

  .hart-cta {
    min-width: 124px;
    min-height: 44px;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 16px 30px rgba(217, 13, 24, .18);
  }

  .hart-home-hero {
    min-height: 450px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0 35%, rgba(255,255,255,.7) 50%, rgba(255,255,255,.04) 72%),
      url("../images/v3-hero-house.jpg") center right / cover no-repeat;
  }

  .hart-home-hero__grid {
    width: var(--hart-front-container);
    min-height: 450px;
    grid-template-columns: minmax(500px, 620px) minmax(330px, 380px);
    gap: 56px;
    align-items: center;
  }

  .hart-home-hero h1 {
    max-width: 620px;
    margin: 0;
    font-size: clamp(42px, 4vw, 58px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: 0;
  }

  .hart-home-hero h1 strong {
    display: block;
    font-size: clamp(48px, 4.4vw, 64px);
    line-height: 1.02;
    font-weight: 800;
  }

  .hart-home-hero p {
    max-width: 520px;
    margin: 26px 0 0;
    color: #111827;
    font-size: 16px;
    line-height: 1.65;
  }

  .hart-home-hero__actions {
    display: flex;
    gap: 18px;
    margin-top: 34px;
  }

  .hart-home-hero__actions .hart-btn {
    min-height: 44px;
    border-radius: 4px;
    padding: 0 22px;
    font-size: 12px;
    font-weight: 800;
  }

  .hart-home-hero__panel {
    width: 380px;
    min-height: 330px;
    justify-self: end;
    padding: 38px 32px 34px 88px;
    background: rgba(11, 12, 14, .78);
    color: #fff;
  }

  .hart-home-hero__panel li {
    position: relative;
  }

  .hart-home-hero__panel li + li {
    margin-top: 30px;
  }

  .hart-home-hero__panel li::before {
    content: "";
    position: absolute;
    left: -52px;
    top: 1px;
    width: 28px;
    height: 28px;
    border: 1.7px solid rgba(255,255,255,.85);
    border-radius: 50%;
  }

  .hart-home-hero__panel li:nth-child(2)::before {
    border-radius: 0;
    transform: rotate(45deg);
  }

  .hart-home-hero__panel li:nth-child(3)::before {
    border-radius: 4px;
  }

  .hart-home-hero__panel li:nth-child(4)::before {
    border-radius: 50% 50% 5px 5px;
  }

  .hart-home-hero__panel strong {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.25;
  }

  .hart-home-hero__panel span {
    display: block;
    max-width: 230px;
    color: rgba(255,255,255,.84);
    font-size: 13px;
    line-height: 1.45;
  }

  .hart-trustline {
    background: #fff;
    border-bottom: 1px solid #dde2e8;
  }

  .hart-trustline .hart-container {
    width: var(--hart-front-container);
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .hart-trustline span {
    position: relative;
    min-height: 76px;
    padding: 0 22px 0 64px;
    font-size: 13px;
    border-right: 1px solid #dde2e8;
  }

  .hart-trustline span:last-child {
    border-right: 0;
  }

  .hart-trustline span::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 24px;
    width: 28px;
    height: 28px;
    border: 1.7px solid #6d7480;
    border-radius: 50%;
  }

  .hart-trustline span:nth-child(1)::before {
    border-radius: 0;
    transform: rotate(45deg);
  }

  .hart-trustline span:nth-child(4)::before {
    border-radius: 50% 50% 5px 5px;
  }

  .hart-trustline b {
    line-height: 1.25;
  }

  .hart-trustline small {
    margin-top: 4px;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.25;
  }

  .hart-system-block {
    width: var(--hart-front-container);
    grid-template-columns: 280px minmax(380px, 1fr) 380px;
    gap: 48px;
    min-height: 410px;
    padding: 56px 0 46px;
  }

  .hart-system-block h2 {
    margin: 0 0 22px;
    font-size: 23px;
    line-height: 1.25;
    font-weight: 500;
  }

  .hart-system-block > div:last-child h2 {
    max-width: 360px;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 700;
  }

  .hart-system-block ol {
    counter-reset: hart-layer;
    padding: 0;
    list-style: none;
    color: #202938;
    font-size: 15px;
    line-height: 1.45;
  }

  .hart-system-block ol li {
    position: relative;
    min-height: 26px;
    margin: 10px 0;
    padding-left: 38px;
    counter-increment: hart-layer;
  }

  .hart-system-block ol li::before {
    content: counter(hart-layer);
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--hart-red);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
  }

  .hart-system-block img {
    width: 100%;
    max-width: 430px;
    max-height: 330px;
    object-fit: contain;
    justify-self: center;
  }

  .hart-system-block p {
    max-width: 340px;
    margin: 0 0 26px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
  }

  .hart-system-block .hart-btn {
    min-height: 42px;
    border-radius: 4px;
    padding: 0 22px;
    font-size: 12px;
  }

  .hart-home-cats {
    width: 100%;
    max-width: none;
    padding: 28px max(48px, calc((100vw - 1200px) / 2)) 48px;
    background: #fff;
  }

  .hart-home-cats h2 {
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
  }

  .hart-home-cats__grid {
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .hart-home-cats__grid a {
    min-height: 132px;
    grid-template-columns: minmax(0, 1fr) 120px;
    gap: 14px;
    align-items: center;
    border: 0;
    border-radius: 6px;
    padding: 18px 18px 16px;
    background: #f7f8fa;
    box-shadow: none;
  }

  .hart-home-cats__grid strong {
    display: block;
    max-width: 170px;
    color: #111827;
    font-size: 15px;
    line-height: 1.2;
  }

  .hart-home-cats__grid p {
    max-width: 170px;
    margin: 8px 0 14px;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.35;
  }

  .hart-home-cats__grid span {
    color: var(--hart-red);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .hart-home-cats__grid img {
    width: 120px;
    height: 88px;
    object-fit: contain;
  }

  .hart-audience {
    background:
      linear-gradient(rgba(13, 15, 18, .84), rgba(13, 15, 18, .84)),
      url("../images/v3-hero-house.jpg") center 70% / cover no-repeat;
  }

  .hart-audience .hart-container {
    width: var(--hart-front-container);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hart-audience a {
    position: relative;
    min-height: 158px;
    padding: 40px 32px 30px 120px;
    border-right: 1px solid rgba(255,255,255,.16);
  }

  .hart-audience a:last-child {
    border-right: 0;
  }

  .hart-audience a::before {
    content: "";
    position: absolute;
    left: 54px;
    top: 44px;
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 4px;
  }

  .hart-audience a:nth-child(2)::before {
    border-radius: 50%;
  }

  .hart-audience strong {
    margin: 0 0 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
  }

  .hart-audience span {
    display: block;
    max-width: 270px;
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.45;
  }

  .hart-contact-band {
    padding: 44px 0;
    background: #f7f8fa;
  }

  .hart-contact-band .hart-container {
    width: var(--hart-front-container);
    grid-template-columns: minmax(280px, 350px) minmax(420px, 1fr) 270px;
    gap: 46px;
    align-items: center;
  }

  .hart-contact-band h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: 30px;
    line-height: 1.16;
    font-weight: 500;
  }

  .hart-contact-band p {
    max-width: 320px;
    margin: 0;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.55;
  }

  .hart-mini-form {
    gap: 12px;
  }

  .hart-mini-form input,
  .hart-mini-form select {
    min-height: 44px;
    border: 0;
    border-radius: 2px;
    background: #fff;
    color: #4b5563;
    font-size: 14px;
  }

  .hart-mini-form button {
    min-height: 44px;
    border-radius: 3px;
    font-size: 12px;
  }

  .hart-contact-band__details {
    color: #374151;
    font-size: 14px;
    line-height: 1.45;
  }

  .hart-contact-band__details li + li {
    margin-top: 14px;
  }

  .hart-footer {
    padding: 42px 0 24px;
  }

  .hart-footer__grid,
  .hart-footer__bottom {
    width: var(--hart-front-container);
  }

  .hart-footer__grid {
    grid-template-columns: 1.2fr repeat(4, minmax(140px, 1fr));
    gap: 34px;
  }

  .hart-footer__logo img {
    width: 128px;
  }

  .hart-footer__about p,
  .hart-footer__col a,
  .hart-footer__col span {
    font-size: 13px;
    line-height: 1.5;
  }

  .hart-footer__col h2 {
    font-size: 12px;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  :root {
    --hart-front-container: min(960px, calc(100% - 64px));
  }

  .hart-brand img {
    width: 132px;
  }

  .hart-nav {
    gap: 18px;
  }

  .hart-nav__link {
    font-size: 11px;
  }

  .hart-home-hero__grid {
    grid-template-columns: 470px 330px;
  }

  .hart-home-hero h1 {
    font-size: 38px;
  }

  .hart-home-hero h1 strong {
    font-size: 44px;
  }

  .hart-system-block {
    grid-template-columns: 240px 350px 300px;
    gap: 30px;
  }

  .hart-system-block > div:last-child h2 {
    font-size: 30px;
  }

  .hart-home-cats__grid {
    max-width: 960px;
  }

  .hart-home-cats__grid a {
    grid-template-columns: minmax(0, 1fr) 92px;
  }

  .hart-home-cats__grid img {
    width: 92px;
  }

  .hart-contact-band .hart-container {
    grid-template-columns: 300px 390px 220px;
    gap: 26px;
  }
}

/* Final hero composition fix: hide all baked text zones with CSS layers, keep sharp HTML on top. */
@media (min-width: 900px) {
  .hart-home-hero {
    height: 430px !important;
    min-height: 430px !important;
    background:
      linear-gradient(90deg, #fff 0%, rgba(255,255,255,.995) 30%, rgba(255,255,255,.92) 43%, rgba(255,255,255,.35) 58%, rgba(255,255,255,0) 68%),
      linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 60%, rgba(10,11,13,.97) 60%, rgba(10,11,13,.97) 100%),
      linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,.92) 100%),
      url("../images/hart-front-hero-2x.png") center center / cover no-repeat !important;
  }

  .hart-home-hero::before,
  .hart-home-hero::after {
    display: none !important;
  }

  .hart-home-hero__grid {
    width: 100% !important;
    max-width: none !important;
    height: 430px !important;
    min-height: 430px !important;
    padding-left: clamp(72px, 5vw, 104px) !important;
    padding-right: clamp(56px, 4vw, 86px) !important;
    grid-template-columns: minmax(570px, 650px) 382px !important;
    justify-content: space-between !important;
  }

  .hart-home-hero__copy {
    padding-top: 0 !important;
  }

  .hart-home-hero__panel {
    width: 382px !important;
    min-height: 354px !important;
    background: rgba(13, 14, 16, .99) !important;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .hart-home-hero__grid {
    padding-left: 54px !important;
    padding-right: 42px !important;
    grid-template-columns: 500px 330px !important;
  }
}

/* Exact hero reference pass: use the supplied design crop for the hero and benefits row. */
@media (min-width: 900px) {
  .hart-home-hero {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1024 / 359;
    overflow: hidden;
    background: url("../images/hart-front-hero.png") center center / 100% 100% no-repeat !important;
  }

  .hart-home-hero::after {
    display: none !important;
  }

  .hart-home-hero__grid {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: 100% !important;
    opacity: 0;
    pointer-events: none;
  }

  .hart-home-hero__actions,
  .hart-home-hero__actions a {
    pointer-events: auto;
  }

  .hart-trustline {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 1024 / 93;
    overflow: hidden;
    border: 0 !important;
    background: url("../images/hart-front-trust.png") center center / 100% 100% no-repeat !important;
  }

  .hart-trustline .hart-container {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    min-height: 0 !important;
    height: 100% !important;
    opacity: 0;
    pointer-events: none;
  }
}

/* Hero-only correction pass: match supplied hero reference more closely. */
@media (min-width: 900px) {
  .hart-home-hero {
    position: relative;
    min-height: 430px;
    height: 430px;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 31%, rgba(255,255,255,.62) 47%, rgba(255,255,255,.08) 68%, rgba(255,255,255,0) 100%),
      url("../images/v3-hero-house.jpg") center right / auto 100% no-repeat,
      #eef3f7;
  }

  .hart-home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 86px;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.82));
    pointer-events: none;
  }

  .hart-home-hero__grid {
    position: relative;
    z-index: 1;
    width: min(1200px, calc(100% - 96px));
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(520px, 620px) 370px;
    gap: 58px;
    align-items: center;
    justify-content: space-between;
  }

  .hart-home-hero__copy {
    padding: 0 0 22px;
  }

  .hart-home-hero h1 {
    max-width: 650px;
    color: #05070b;
    font-size: 42px;
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: 0;
  }

  .hart-home-hero h1 strong {
    display: block;
    margin-top: 4px;
    font-size: 52px;
    line-height: 1.04;
    font-weight: 800;
  }

  .hart-home-hero p {
    max-width: 535px;
    margin-top: 24px;
    color: #111827;
    font-size: 16px;
    line-height: 1.55;
  }

  .hart-home-hero__actions {
    gap: 20px;
    margin-top: 34px;
  }

  .hart-home-hero__actions .hart-btn {
    min-height: 44px;
    border-radius: 4px;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 800;
  }

  .hart-home-hero__actions .hart-btn--primary {
    min-width: 150px;
  }

  .hart-home-hero__actions .hart-btn--outline {
    min-width: 132px;
    border-color: rgba(217, 13, 24, .75);
  }

  .hart-home-hero__actions .hart-btn--light {
    min-width: 220px;
    border-color: #d3d8df;
    background: rgba(255,255,255,.92);
  }

  .hart-home-hero__panel {
    position: relative;
    width: 370px;
    min-height: 350px;
    margin: 0;
    padding: 38px 34px 34px 92px;
    background: rgba(12, 13, 15, .78);
    backdrop-filter: none;
  }

  .hart-home-hero__panel li {
    position: relative;
    min-height: 48px;
  }

  .hart-home-hero__panel li + li {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,.12);
  }

  .hart-home-hero__panel li::before {
    content: "";
    position: absolute;
    left: -55px;
    top: 0;
    width: 30px;
    height: 30px;
    border: 1.8px solid rgba(255,255,255,.88);
    border-radius: 50%;
  }

  .hart-home-hero__panel li + li::before {
    top: 24px;
  }

  .hart-home-hero__panel li:nth-child(2)::before {
    border-radius: 0;
    transform: rotate(45deg);
  }

  .hart-home-hero__panel li:nth-child(3)::before {
    border-radius: 5px;
  }

  .hart-home-hero__panel li:nth-child(4)::before {
    border-radius: 50% 50% 6px 6px;
  }

  .hart-home-hero__panel strong {
    margin-bottom: 7px;
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
  }

  .hart-home-hero__panel span {
    max-width: 245px;
    color: rgba(255,255,255,.84);
    font-size: 13px;
    line-height: 1.42;
  }

  .hart-trustline {
    background: #fff;
    border-top: 0;
    border-bottom: 1px solid #e1e5ea;
  }

  .hart-trustline .hart-container {
    width: min(1200px, calc(100% - 96px));
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .hart-trustline span {
    position: relative;
    min-height: 96px;
    padding: 0 24px 0 74px;
    justify-content: center;
    border-right: 1px solid #d8dde4;
    font-size: 13px;
  }

  .hart-trustline span:last-child {
    border-right: 0;
  }

  .hart-trustline span::before {
    content: "";
    position: absolute;
    left: 26px;
    top: 33px;
    width: 32px;
    height: 32px;
    border: 1.7px solid #69717d;
    border-radius: 50%;
  }

  .hart-trustline span:nth-child(1)::before {
    border-radius: 0;
    transform: rotate(45deg);
  }

  .hart-trustline span:nth-child(4)::before {
    border-radius: 50% 50% 6px 6px;
  }

  .hart-trustline b {
    color: #111827;
    font-size: 13px;
    line-height: 1.25;
  }

  .hart-trustline small {
    margin-top: 4px;
    color: #5f6875;
    font-size: 12px;
    line-height: 1.25;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .hart-home-hero {
    min-height: 390px;
    height: 390px;
  }

  .hart-home-hero__grid {
    width: min(960px, calc(100% - 64px));
    min-height: 390px;
    grid-template-columns: 500px 330px;
    gap: 34px;
  }

  .hart-home-hero h1 {
    font-size: 36px;
  }

  .hart-home-hero h1 strong {
    font-size: 44px;
  }

  .hart-home-hero__panel {
    width: 330px;
    min-height: 320px;
  }

  .hart-trustline .hart-container {
    width: min(960px, calc(100% - 64px));
  }

  .hart-trustline span {
    min-height: 84px;
    padding-left: 62px;
  }
}

/* Sharp vector hero: keep the reference composition, render text/buttons/icons in CSS. */
@media (min-width: 900px) {
  .hart-home-hero {
    position: relative !important;
    height: 430px !important;
    min-height: 430px !important;
    overflow: hidden;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.94) 32%, rgba(255,255,255,.56) 47%, rgba(255,255,255,.08) 67%, rgba(255,255,255,0) 100%),
      url("../images/hart-front-bg-clean-2x.jpg") center center / cover no-repeat !important;
  }

  .hart-home-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 53%;
    background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.985) 66%, rgba(255,255,255,.62) 86%, rgba(255,255,255,0) 100%);
    pointer-events: none;
  }

  .hart-home-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 78px;
    display: block !important;
    background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,.84));
    pointer-events: none;
  }

  .hart-home-hero__grid {
    position: relative !important;
    z-index: 1;
    inset: auto !important;
    width: min(1200px, calc(100% - 96px)) !important;
    height: 430px !important;
    min-height: 430px !important;
    display: grid !important;
    grid-template-columns: minmax(560px, 650px) 382px !important;
    gap: 58px !important;
    align-items: center !important;
    justify-content: space-between !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .hart-home-hero__copy {
    padding: 0 0 10px !important;
  }

  .hart-home-hero h1 {
    max-width: 660px !important;
    margin: 0 !important;
    color: #05070b !important;
    font-size: 38px !important;
    line-height: 1.18 !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-rendering: geometricPrecision;
  }

  .hart-home-hero h1 strong {
    display: block !important;
    margin: 6px 0 0 !important;
    color: #05070b !important;
    font-size: 51px !important;
    line-height: 1.04 !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
  }

  .hart-home-hero p {
    max-width: 540px !important;
    margin: 24px 0 0 !important;
    color: #111827 !important;
    font-size: 16px !important;
    line-height: 1.58 !important;
    font-weight: 500 !important;
  }

  .hart-home-hero__actions {
    display: flex !important;
    gap: 20px !important;
    margin-top: 34px !important;
    pointer-events: auto !important;
  }

  .hart-home-hero__actions .hart-btn {
    min-height: 46px !important;
    border-radius: 4px !important;
    padding: 0 28px !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .08);
  }

  .hart-home-hero__actions .hart-btn--primary {
    min-width: 150px !important;
    background: #d90d18 !important;
    border-color: #d90d18 !important;
    color: #fff !important;
  }

  .hart-home-hero__actions .hart-btn--outline {
    min-width: 134px !important;
    background: rgba(255,255,255,.92) !important;
    border-color: rgba(217, 13, 24, .65) !important;
    color: #111827 !important;
  }

  .hart-home-hero__actions .hart-btn--light {
    min-width: 218px !important;
    background: rgba(255,255,255,.94) !important;
    border-color: #d1d6de !important;
    color: #111827 !important;
  }

  .hart-home-hero__panel {
    position: relative !important;
    width: 382px !important;
    min-height: 354px !important;
    margin: 0 !important;
    padding: 38px 34px 32px 92px !important;
    background: rgba(13, 14, 16, .98) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .hart-home-hero__panel ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .hart-home-hero__panel li {
    position: relative !important;
    min-height: 50px !important;
  }

  .hart-home-hero__panel li + li {
    margin-top: 24px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
  }

  .hart-home-hero__panel li::before {
    content: "" !important;
    position: absolute !important;
    left: -56px !important;
    top: 0 !important;
    width: 31px !important;
    height: 31px !important;
    border: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    opacity: .95 !important;
    transform: none !important;
  }

  .hart-home-hero__panel li + li::before {
    top: 22px !important;
  }

  .hart-home-hero__panel li:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='17' r='13.5' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M17 9v8l5 3' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M12 12h10M12 25h10' stroke='white' stroke-width='1.2' stroke-linecap='round' opacity='.75'/%3E%3C/svg%3E") !important;
  }

  .hart-home-hero__panel li:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 4v26M4 17h26M8 8l18 18M26 8L8 26' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Ccircle cx='17' cy='17' r='4' stroke='white' stroke-width='1.4'/%3E%3C/svg%3E") !important;
  }

  .hart-home-hero__panel li:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 8h12l2 8-3 10H12L9 16l2-8Z' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M13 16h8M14 22h6M17 8v18' stroke='white' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  }

  .hart-home-hero__panel li:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17' cy='11' r='5' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M9 28c1.3-5 4-8 8-8s6.7 3 8 8' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6 25l4-4M28 25l-4-4' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  }

  .hart-home-hero__panel strong {
    display: block !important;
    margin: 0 0 7px !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
  }

  .hart-home-hero__panel span {
    display: block !important;
    max-width: 250px !important;
    color: rgba(255,255,255,.86) !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 500 !important;
  }

  .hart-trustline {
    position: relative !important;
    width: 100% !important;
    min-height: 96px !important;
    height: auto !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
    border-top: 0 !important;
    border-bottom: 1px solid #e1e5ea !important;
    background: #fff !important;
  }

  .hart-trustline .hart-container {
    position: relative !important;
    inset: auto !important;
    width: min(1200px, calc(100% - 96px)) !important;
    min-height: 96px !important;
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .hart-trustline span {
    position: relative !important;
    min-height: 96px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding: 0 24px 0 76px !important;
    border-right: 1px solid #d8dde4 !important;
    color: #111827 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
  }

  .hart-trustline span:last-child {
    border-right: 0 !important;
  }

  .hart-trustline span::before {
    content: "" !important;
    position: absolute !important;
    left: 28px !important;
    top: 31px !important;
    width: 34px !important;
    height: 34px !important;
    border: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    opacity: .72 !important;
    transform: none !important;
  }

  .hart-trustline span:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 4v28M4 18h28M9 9l18 18M27 9L9 27' stroke='%236b7280' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M18 4l-3 4h6l-3-4ZM18 32l3-4h-6l3 4ZM4 18l4 3v-6l-4 3ZM32 18l-4-3v6l4-3Z' fill='%236b7280'/%3E%3C/svg%3E") !important;
  }

  .hart-trustline span:nth-child(2)::before,
  .hart-trustline span:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='9' stroke='%236b7280' stroke-width='1.7'/%3E%3Cpath d='M18 2v5M18 29v5M2 18h5M29 18h5M6.7 6.7l3.5 3.5M25.8 25.8l3.5 3.5M29.3 6.7l-3.5 3.5M10.2 25.8l-3.5 3.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  }

  .hart-trustline span:nth-child(4)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='9' r='5' stroke='%236b7280' stroke-width='1.5'/%3E%3Cpath d='M9 31c1.4-7 4.4-11 9-11s7.6 4 9 11M7 25l5-5M29 25l-5-5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") !important;
  }

  .hart-trustline span:nth-child(5)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 4l4 5 6 1-2 6 3 6-6 2-3 6-6-3-6 2-1-7-5-4 5-4 1-7 6 2 4-5Z' stroke='%236b7280' stroke-width='1.5'/%3E%3Ccircle cx='18' cy='18' r='5' stroke='%236b7280' stroke-width='1.4'/%3E%3C/svg%3E") !important;
  }

  .hart-trustline b {
    color: #111827 !important;
    font-size: 13px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
  }

  .hart-trustline small {
    display: block !important;
    margin-top: 4px !important;
    color: #5f6875 !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 500 !important;
  }
}

@media (min-width: 900px) and (max-width: 1120px) {
  .hart-home-hero,
  .hart-home-hero__grid {
    height: 390px !important;
    min-height: 390px !important;
  }

  .hart-home-hero__grid {
    width: min(960px, calc(100% - 64px)) !important;
    grid-template-columns: 500px 330px !important;
    gap: 34px !important;
  }

  .hart-home-hero h1 {
    font-size: 34px !important;
  }

  .hart-home-hero h1 strong {
    font-size: 42px !important;
  }

  .hart-home-hero p {
    font-size: 14px !important;
  }

  .hart-home-hero__panel {
    width: 330px !important;
    min-height: 318px !important;
    padding-left: 82px !important;
  }

  .hart-trustline .hart-container {
    width: min(960px, calc(100% - 64px)) !important;
  }

  .hart-trustline span {
    min-height: 84px !important;
    padding-left: 62px !important;
  }

  .hart-trustline span::before {
    left: 20px !important;
    top: 27px !important;
  }
}
