@font-face {
  font-family: "Anton";
  src: url("../fonts/anton-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-500.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-600.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo-800.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

.hdm-ez-raider-hero {
  --hdm-ez-green: #43b02a;
  --hdm-ez-green-dark: #368923;
  --hdm-ez-lime: #a9e070;
  --hdm-ez-navy: #080e1c;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  color: #fff;
}

.hdm-ez-raider-hero * {
  box-sizing: border-box;
}

.hdm-ez-raider-hero a {
  text-decoration: none;
}

.hdm-ez-raider-hero__panel {
  position: relative;
  overflow: hidden;
  background: #0a1220;
  box-shadow: none;
}

.hdm-ez-raider-hero__panel--desktop {
  display: block;
  aspect-ratio: 1363 / 580;
  min-height: 580px;
  border-radius: 0;
}

.hdm-ez-raider-hero__panel--mobile {
  display: none;
  min-height: clamp(620px, 78vw, 760px);
  border-radius: 0;
}

.hdm-ez-raider-hero__bg,
.hdm-ez-raider-hero__vignette {
  position: absolute;
  inset: 0;
}

.hdm-ez-raider-hero__bg {
  background: none;
  overflow: hidden;
  pointer-events: none;
}

.hdm-ez-raider-hero__bg-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
  user-select: none;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__bg-image {
  object-fit: cover;
  object-position: center 2%;
  filter: saturate(1.05) contrast(1.03) brightness(1.02);
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__vignette {
  background: linear-gradient(
    to top,
    rgba(8, 14, 28, 0.78) 0%,
    rgba(8, 14, 28, 0.57) 24%,
    rgba(8, 14, 28, 0.41) 48%,
    rgba(0, 0, 0, 0.39) 72%
  );
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__bg-image {
  inset: auto;
  top: 0;
  left: 50%;
  width: auto;
  height: clamp(400px, 52vw, 520px);
  max-width: none;
  transform: translateX(-50%);
  filter: saturate(1.05) contrast(1.03);
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__vignette {
  background: linear-gradient(
    to bottom,
    rgba(8, 14, 28, 0.45) 0%,
    rgba(8, 14, 28, 0) 22%,
    rgba(8, 14, 28, 0.35) 38%,
    rgba(8, 14, 28, 0.78) 55%,
    rgba(8, 14, 28, 0.94) 78%,
    rgba(8, 14, 28, 0.98) 100%
  );
}

.hdm-ez-raider-hero__eyebrow {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  color: var(--hdm-ez-lime);
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 700;
}

.hdm-ez-raider-hero__eyebrow::before {
  content: "";
  background: var(--hdm-ez-lime);
  flex-shrink: 0;
}

.hdm-ez-raider-hero__eyebrow-sep {
  color: rgba(169, 224, 112, 0.5);
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__eyebrow {
  top: 7.5%;
  left: 5.5%;
  gap: 14px;
  font-size: 13.5px;
  letter-spacing: 0.24em;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__eyebrow::before {
  width: 34px;
  height: 1.5px;
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__eyebrow {
  top: 22px;
  left: 22px;
  right: 22px;
  gap: 10px;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__eyebrow::before {
  width: 24px;
  height: 1.5px;
}

.hdm-ez-raider-hero__content {
  position: absolute;
  z-index: 3;
  color: #fff;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__content {
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 5% 6.5% 5.5%;
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__content {
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px 22px 26px;
}

.hdm-ez-raider-hero__title {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 22px rgba(0, 0, 0, 0.35);
  font-family: "Anton", "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: 0.005em;
}

.hdm-ez-raider-hero__title-line {
  display: block;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__title {
  max-width: 820px;
  margin-bottom: 20px;
  font-size: clamp(46px, 7.2vw, 108px);
  line-height: 0.92;
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__title {
  font-size: 56px;
  line-height: 0.88;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.45);
}

.hdm-ez-raider-hero__headline-block {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hdm-ez-raider-hero__sub {
  color: rgba(255, 255, 255, 0.92);
  text-transform: uppercase;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 500;
}

.hdm-ez-raider-hero__sub-dot {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__sub {
  margin-bottom: 28px;
  font-size: clamp(13px, 1.1vw, 17px);
  letter-spacing: 0.22em;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__sub-dot {
  margin: 0 12px;
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__sub {
  font-size: 10.5px;
  letter-spacing: 0.24em;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__sub-dot {
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.42);
}

.hdm-ez-raider-hero__cta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  max-width: 700px;
}

.hdm-ez-raider-hero__cta-stack {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.hdm-ez-raider-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  transition: all 0.18s ease;
  font-family: "Archivo", Arial, sans-serif;
}

.hdm-ez-raider-hero__btn:hover {
  color: #fff;
}

.hdm-ez-raider-hero__btn-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.hdm-ez-raider-hero__btn--primary {
  background: var(--hdm-ez-green);
  box-shadow: 0 6px 22px -4px rgba(67, 176, 42, 0.55);
}

.hdm-ez-raider-hero__btn--primary:hover {
  background: var(--hdm-ez-green-dark);
  transform: translateY(-1px);
}

.hdm-ez-raider-hero__btn--secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.hdm-ez-raider-hero__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.9);
  transform: translateY(-1px);
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__btn--primary {
  padding: 15px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__btn--secondary {
  padding: 14px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__btn--secondary .hdm-ez-raider-hero__btn-icon {
  width: 14px;
  height: 14px;
  opacity: 0.9;
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__btn--primary {
  width: 100%;
  padding: 14px 18px;
  border-radius: 8px;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 20px -4px rgba(67, 176, 42, 0.55);
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__btn--secondary {
  width: 100%;
  padding: 13px 18px;
  border-radius: 8px;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__btn--secondary .hdm-ez-raider-hero__btn-icon {
  width: 13px;
  height: 13px;
  opacity: 0.9;
}

.hdm-ez-raider-hero__phone {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-family: "Archivo", Arial, sans-serif;
}

.hdm-ez-raider-hero__phone:hover {
  color: #fff;
}

.hdm-ez-raider-hero__phone-icon {
  flex-shrink: 0;
}

.hdm-ez-raider-hero__phone-number {
  font-weight: 700;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__phone {
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  opacity: 0.95;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__phone-icon {
  width: 16px;
  height: 16px;
  opacity: 0.85;
}

.hdm-ez-raider-hero__proof-card {
  position: absolute;
  z-index: 4;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 28%;
  max-width: 360px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 50px -12px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.hdm-ez-raider-hero__proof-card-photo,
.hdm-ez-raider-hero__proof-strip-photo {
  background-image: url("../images/ez-raider/hero-proof.jpg");
  background-position: center;
  background-size: cover;
}

.hdm-ez-raider-hero__proof-card-photo {
  aspect-ratio: 4 / 3;
  border-radius: 8px;
}

.hdm-ez-raider-hero__proof-card-caption {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 2px 2px 4px;
}

.hdm-ez-raider-hero__proof-badge {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: var(--hdm-ez-green);
}

.hdm-ez-raider-hero__proof-badge-icon {
  color: #fff;
}

.hdm-ez-raider-hero__proof-copy {
  color: #fff;
  line-height: 1.18;
  font-family: "Archivo", Arial, sans-serif;
}

.hdm-ez-raider-hero__proof-title {
  display: block;
  font-weight: 700;
}

.hdm-ez-raider-hero__proof-detail {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.78);
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__proof-card {
  top: 9.5%;
  right: 4.5%;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__proof-badge {
  width: 32px;
  height: 32px;
  border-radius: 7px;
  box-shadow: 0 4px 12px -2px rgba(67, 176, 42, 0.5);
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__proof-badge-icon {
  width: 16px;
  height: 16px;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__proof-title {
  font-size: 15px;
  letter-spacing: 0.01em;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__proof-detail {
  font-size: 12.5px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hdm-ez-raider-hero__specs {
  position: absolute;
  right: 5%;
  bottom: 7%;
  z-index: 3;
  display: flex;
  gap: 22px;
  color: #fff;
  font-family: "Archivo", Arial, sans-serif;
}

.hdm-ez-raider-hero__spec {
  text-align: right;
}

.hdm-ez-raider-hero__spec + .hdm-ez-raider-hero__spec {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.hdm-ez-raider-hero__spec-num {
  display: block;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  font-family: "Anton", "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.005em;
}

.hdm-ez-raider-hero__spec-unit {
  margin-left: 4px;
  opacity: 0.75;
  vertical-align: 0.3em;
  font-family: "Archivo", Arial, sans-serif;
  font-weight: 700;
}

.hdm-ez-raider-hero__spec-label {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.78);
  text-transform: uppercase;
  font-weight: 700;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__spec-num {
  font-size: clamp(26px, 2.8vw, 42px);
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__spec-unit {
  font-size: 0.42em;
  letter-spacing: 0.04em;
}

.hdm-ez-raider-hero__panel--desktop .hdm-ez-raider-hero__spec-label {
  font-size: 11.5px;
  letter-spacing: 0.24em;
}

.hdm-ez-raider-hero__proof-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 28px -10px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.hdm-ez-raider-hero__proof-strip-photo {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 8px;
}

.hdm-ez-raider-hero__proof-strip-copy {
  min-width: 0;
  flex: 1;
  color: #fff;
  font-family: "Archivo", Arial, sans-serif;
}

.hdm-ez-raider-hero__proof-strip-title {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.01em;
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__proof-badge {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  box-shadow: 0 2px 6px -1px rgba(67, 176, 42, 0.5);
}

.hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__proof-badge-icon {
  width: 10px;
  height: 10px;
}

.hdm-ez-raider-hero__proof-strip-detail {
  display: block;
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.hdm-ez-raider-hero__mobile-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 2px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.hdm-ez-raider-hero__mobile-phone {
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.hdm-ez-raider-hero__mobile-phone .hdm-ez-raider-hero__phone-icon {
  width: 13px;
  height: 13px;
  opacity: 0.8;
}

.hdm-ez-raider-hero__mini-specs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Archivo", Arial, sans-serif;
}

.hdm-ez-raider-hero__mini-spec {
  text-align: center;
}

.hdm-ez-raider-hero__mini-divider {
  width: 1px;
  height: 22px;
  background: rgba(255, 255, 255, 0.18);
}

.hdm-ez-raider-hero__mini-num {
  display: block;
  color: #fff;
  font-family: "Anton", "Arial Narrow", sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.005em;
}

.hdm-ez-raider-hero__mini-unit {
  margin-left: 1px;
  opacity: 0.75;
  vertical-align: 0.25em;
  font-family: "Archivo", Arial, sans-serif;
  font-size: 0.55em;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.hdm-ez-raider-hero__mini-label {
  display: block;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 8.75px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

@media (max-width: 1000px) {
  .hdm-ez-raider-hero__panel--desktop {
    display: none;
  }

  .hdm-ez-raider-hero__panel--mobile {
    display: block;
  }
}

@media (max-width: 640px) {
  .hdm-ez-raider-hero__panel--mobile {
    min-height: 635px;
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  .hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__content {
    padding: 18px 20px 24px;
  }

  .hdm-ez-raider-hero__panel--mobile .hdm-ez-raider-hero__title {
    font-size: 54px;
  }

  .hdm-ez-raider-hero__mobile-footer {
    gap: 10px;
  }

  .hdm-ez-raider-hero__mini-specs {
    gap: 8px;
  }
}
