.block-edan-hero-simple {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  overflow: hidden;
}

.block-edan-hero-simple__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.block-edan-hero-simple__bg-video,
.block-edan-hero-simple__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.block-edan-hero-simple__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(4, 22, 38, calc(var(--edan-hero-simple-overlay, 0.48) + 0.2)) 0%, rgba(4, 22, 38, var(--edan-hero-simple-overlay, 0.48)) 55%, rgba(4, 22, 38, 0.15) 100%);
}

.block-edan-hero-simple__accent-band {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180vmax;
  height: clamp(180px, 22vw, 340px);
  transform: translate(-50%, -50%) rotate(-18deg);
  background: var(--hero-simple-accent, #02558f);
  opacity: 0.95;
  z-index: 1;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.block-edan-hero-simple__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  flex: 1 1 auto;
  min-height: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-inline: clamp(20px, 3vw, 40px);
  padding-top: clamp(120px, 14vh, 180px);
  padding-bottom: clamp(72px, 10vh, 120px);
}

.block-edan-hero-simple__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  z-index: 3;
}

.block-edan-hero-simple__breadcrumbs {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.block-edan-hero-simple__breadcrumb {
  color: inherit;
  text-decoration: none;
}

.block-edan-hero-simple__breadcrumb:hover,
.block-edan-hero-simple__breadcrumb:focus-visible {
  color: #ffffff;
}

.block-edan-hero-simple__breadcrumb-sep {
  color: rgba(255, 255, 255, 0.42);
}

.block-edan-hero-simple__title {
  margin: 0;
  font-size: clamp(3.45rem, 5.2vw, 5rem);
  line-height: 1.04;
  font-weight: 500;
  text-wrap: balance;
  text-align: center;
}

.block-edan-hero-simple__title-row {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.2vw, 18px);
  vertical-align: middle;
}

.block-edan-hero-simple__title-row--bottom {
  display: block;

}

.block-edan-hero-simple__title-tile {
  display: inline-flex;
  width: clamp(60px, 8vw, 70px);
  height: clamp(34px, 6.4vw, 50px);
  border-radius: clamp(5px, 8vw, 10px);
  border: 1px solid white;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  flex: 0 0 auto;
  font-weight: 500;
}

.block-edan-hero-simple__title-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.block-edan-hero-simple__description {
  margin-top: 24px;
  max-width: min(860px, 95%);
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.5;
}

.block-edan-hero-simple__description p {
  margin: 0;
}

.block-edan-hero-simple__tiles {
  width: min(1600px, 100%);
  margin-top: 150px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.block-edan-hero-simple__tile {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  padding-bottom: 20px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.596);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.block-edan-hero-simple__tile-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  margin-top: 2px;
}

.block-edan-hero-simple__tile-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.block-edan-hero-simple__tile-title {
  margin: 0;
  font-size: clamp(1.02rem, 1.8vw, 1.2rem);
  line-height: 1.2;
  font-weight: 500;
}

.block-edan-hero-simple__tile-text {
  margin: 8px 0 0;
  font-size: 0.92rem;
  line-height: 1.42;
  color: rgba(255, 255, 255, 0.84);
}

.block-edan-hero-simple__tile-copy {
  min-width: 0;
}

.block-edan-hero-simple__buttons {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.block-edan-hero-simple__media {
  position: absolute;
  right: clamp(24px, 4vw, 80px);
  bottom: clamp(20px, 5vh, 70px);
  width: min(36vw, 620px);
  max-width: 620px;
  z-index: 2;
  pointer-events: none;
}

.block-edan-hero-simple__media-shape {
  position: absolute;
  pointer-events: none;
}

.block-edan-hero-simple__media-shape--back {
  inset: 12% auto 24% -20%;
  width: 76%;
  transform: rotate(18deg);
  background: var(--hero-simple-accent, #02558f);
  opacity: 0.88;
  z-index: 0;
  mix-blend-mode: lighten;
}

.block-edan-hero-simple__media-diagonal {
  position: absolute;
  inset: 8% auto -8% 2%;
  width: 72%;
  transform: rotate(18deg);
  background: var(--hero-simple-accent, #02558f);
  opacity: 0.88;
  z-index: 1;
  mix-blend-mode: lighten;
}

.block-edan-hero-simple__media-shape--front {
  inset: auto -8% 8% 50%;
  width: 38%;
  height: 20%;
  transform: rotate(18deg);
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  mix-blend-mode: screen;
}

.block-edan-hero-simple__media-image {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  .block-edan-hero-simple__title {
    font-size: clamp(2rem, 5.1vw, 3.4rem);
  }

  .block-edan-hero-simple__tiles {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .block-edan-hero-simple__media {
    width: min(42vw, 520px);
  }
}

@media (max-width: 1024px) {
  .block-edan-hero-simple__inner {
    justify-content: center;
    padding-top: 112px;
    padding-bottom: 60px;
  }

  .block-edan-hero-simple__title-row {
    justify-content: center;
  }

  .block-edan-hero-simple__media {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(720px, 100%);
    margin-top: 30px;
  }
}

@media (max-width: 640px) {
  .block-edan-hero-simple {
    min-height: 100vh;
  }

  .block-edan-hero-simple__inner {
    padding-top: 108px;
    padding-bottom: 44px;
  }

  .block-edan-hero-simple__title {
    font-size: clamp(1.72rem, 9vw, 2.4rem);
  }

  .block-edan-hero-simple__title-tile {
    border-radius: 12px;
  }

  .block-edan-hero-simple__tiles {
    margin-top: 56px;
    grid-template-columns: 1fr;
  }

  .block-edan-hero-simple__tile {
    flex-direction: column;
    gap: 10px;
  }

  .block-edan-hero-simple__tile-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .block-edan-hero-simple__media {
    width: 100%;
  }
}
