.df-hero,
.df-hero * {
  box-sizing: border-box;
}

.df-hero {
  --df-ink: #14213d;
  --df-white: #ffffff;
  --df-gold: #fdc45e;
  position: relative;
  display: flex;
  min-height: 600px;
  align-items: center;
  overflow: hidden;
  padding: 72px 28px;
  color: var(--df-white);
  background: var(--df-ink);
  isolation: isolate;
}

.df-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 14, 31, 0.86) 0%, rgba(8, 14, 31, 0.7) 42%, rgba(8, 14, 31, 0.28) 100%),
    linear-gradient(180deg, rgba(8, 14, 31, 0.2), rgba(8, 14, 31, 0.54));
}

.df-hero__slideshow {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: var(--df-ink);
}

.df-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center;
  background-size: cover;
  animation: dfHeroFade 24s infinite;
  transform: scale(1);
}

.df-hero__slide--1 {
  animation-delay: 0s;
}

.df-hero__slide--2 {
  animation-delay: 6s;
}

.df-hero__slide--3 {
  animation-delay: 12s;
}

.df-hero__slide--4 {
  animation-delay: 18s;
}

.df-starburst {
  position: absolute;
  top: clamp(28px, 5vw, 58px);
  right: clamp(20px, 6vw, 82px);
  z-index: 1;
  display: inline-grid;
  width: clamp(136px, 13vw, 168px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  color: #2b1d09;
  background: linear-gradient(145deg, #f4ce63, #9b6a1f);
  clip-path: polygon(
    50% 0%, 57.5% 12.5%, 67.5% 5.5%, 70.5% 20%,
    84.5% 15.5%, 80% 29.5%, 94.5% 32.5%, 84.5% 43%,
    100% 50%, 84.5% 57%, 94.5% 67.5%, 80% 70.5%,
    84.5% 84.5%, 70.5% 80%, 67.5% 94.5%, 57.5% 87.5%,
    50% 100%, 42.5% 87.5%, 32.5% 94.5%, 29.5% 80%,
    15.5% 84.5%, 20% 70.5%, 5.5% 67.5%, 15.5% 57%,
    0% 50%, 15.5% 43%, 5.5% 32.5%, 20% 29.5%,
    15.5% 15.5%, 29.5% 20%, 32.5% 5.5%, 42.5% 12.5%
  );
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.26));
  font-family: "Poppins", Arial, sans-serif;
}

.df-starburst::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 35%,
    rgba(255, 255, 255, 0.72) 45%,
    rgba(255, 255, 255, 0.18) 52%,
    transparent 64%,
    transparent 100%
  );
  transform: translateX(-130%);
  animation: dfBurstLightSweep 2s ease-in-out infinite;
}

.df-starburst__text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 244, 196, 0.55);
}

.df-starburst__number {
  display: block;
  font-size: clamp(37px, 3.6vw, 46px);
  font-weight: 700;
  letter-spacing: 0;
}

.df-starburst__number sup {
  position: relative;
  top: -0.68em;
  margin-left: 1px;
  font-size: 0.32em;
  line-height: 0;
  letter-spacing: 0.02em;
}

.df-starburst__label {
  display: block;
  margin-top: -1px;
  font-size: clamp(14px, 1.3vw, 17px);
  font-weight: 700;
  letter-spacing: 0.06em;
}

.df-hero__copy {
  width: min(100%, 1180px);
  max-width: 740px;
  margin: 0;
  margin-left: max(28px, calc((100vw - 1180px) / 2));
  transform: translateY(-36px);
}

.df-hero__logo-wrap {
  position: relative;
  width: min(420px, 76vw);
  height: auto;
  margin-bottom: 30px;
  overflow: hidden;
}

.df-hero__logo-wrap::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(
    105deg,
    transparent 0%,
    transparent 31%,
    rgba(255, 245, 190, 0.35) 41%,
    rgba(255, 255, 255, 1) 49%,
    rgba(255, 239, 174, 0.72) 56%,
    transparent 70%,
    transparent 100%
  );
  background-size: 220% 100%;
  background-position: -150% 0;
  pointer-events: none;
  animation: dfLogoMaskedLightSweep 3.8s ease-in-out infinite;
  mask-image: var(--df-logo-mask);
  mask-mode: alpha;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-image: var(--df-logo-mask);
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}

.df-hero__logo {
  display: block;
  width: 100%;
  height: auto;
}

.df-hero__title {
  max-width: 680px;
  margin: 0 !important;
  color: var(--df-white) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(31px, 3.45vw, 46px) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.df-hero__details {
  max-width: 650px;
  margin: 26px 0 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: clamp(17px, 2vw, 22px) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.df-hero__details p {
  margin: 0 !important;
  color: inherit !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  text-transform: inherit !important;
}

.df-hero__details p + p {
  margin-top: 6px;
}

.df-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.df-hero__button {
  display: inline-flex;
  min-height: 46px !important;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--df-gold) !important;
  border-radius: 0 !important;
  padding: 0 18px !important;
  color: var(--df-ink) !important;
  background: var(--df-gold) !important;
  background-color: var(--df-gold) !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.22) !important;
  font-family: "Poppins", Arial, sans-serif !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}

.df-hero__button:hover,
.df-hero__button:focus-visible {
  color: var(--df-ink) !important;
  background: var(--df-gold) !important;
  background-color: var(--df-gold) !important;
  text-decoration: none !important;
  transform: translateY(4px);
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2) !important;
}

@media (max-width: 900px) {
  .df-hero {
    min-height: 560px;
    padding: 56px 20px 60px;
  }

    .df-hero__copy {
      margin-left: 0;
      transform: translateY(-18px);
  }

  .df-starburst {
    top: 22px;
    right: 18px;
    width: 112px;
  }

  .df-hero__logo-wrap {
    width: min(280px, 86vw);
    margin-bottom: 26px;
  }

  .df-hero__title {
      font-size: clamp(28px, 7.3vw, 38px) !important;
    line-height: 1.06;
  }
}

@media (max-width: 520px) {
  .df-hero__actions,
  .df-hero__button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .df-hero__slide,
  .df-starburst::after,
  .df-hero__logo-wrap::after {
    animation: none;
  }

  .df-starburst::after,
  .df-hero__logo-wrap::after {
    opacity: 0;
  }

  .df-hero__slide--1 {
    opacity: 1;
  }
}

@keyframes dfBurstLightSweep {
  0%,
  32% {
    transform: translateX(-130%);
  }

  72%,
  100% {
    transform: translateX(130%);
  }
}

@keyframes dfLogoMaskedLightSweep {
  0%,
  26% {
    opacity: 0;
    background-position: -150% 0;
  }

  34% {
    opacity: 1;
  }

  58% {
    opacity: 1;
    background-position: 150% 0;
  }

  74%,
  100% {
    opacity: 0;
    background-position: 150% 0;
  }
}

@keyframes dfHeroFade {
  0% {
    opacity: 0;
    transform: scale(1) translate3d(0, 0, 0);
  }

  6%,
  25% {
    opacity: 1;
  }

  31% {
    opacity: 0;
    transform: scale(1.12) translate3d(-1.5%, -1%, 0);
  }

  100% {
    opacity: 0;
    transform: scale(1.12) translate3d(-1.5%, -1%, 0);
  }
}
