.editorial-hero-01 {
  --editorial-hero-bg: var(--color-primary-dark, #0a2540);
  --editorial-hero-bg-soft: var(--color-primary, #0f5e97);
  --editorial-hero-overlay: var(--color-primary-dark, #0a2540);
  --editorial-hero-accent: var(--color-secondary, #c88e3b);
  --editorial-hero-surface: var(--color-surface, #ffffff);
  --editorial-hero-surface-dark: var(--color-surface-dark, #eef3f8);
  --editorial-hero-text: var(--color-text-primary, #10243e);
  --editorial-hero-muted: var(--color-text-secondary, #61748b);
  --editorial-hero-border: var(--color-border, rgba(16, 36, 62, 0.14));
  --editorial-hero-line: rgba(255, 255, 255, 0.18);
  background:
    radial-gradient(86% 120% at 12% 8%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(135deg, var(--editorial-hero-bg) 0%, var(--editorial-hero-bg-soft) 100%);
  color: #fff;
  overflow: hidden;
  padding: 34px 15px;
  position: relative;
}

.editorial-hero-01 *,
.editorial-hero-01 *::before,
.editorial-hero-01 *::after {
  box-sizing: border-box;
}

.editorial-hero-01__bg,
.editorial-hero-01__bg::before,
.editorial-hero-01__bg::after {
  inset: 0;
  position: absolute;
}

.editorial-hero-01__bg {
  pointer-events: none;
}

.editorial-hero-01__bg::before {
  background: linear-gradient(248.19deg, rgba(0, 0, 0, 0) 18%, color-mix(in srgb, var(--editorial-hero-overlay) 92%, transparent) 76%);
  content: "";
  z-index: 1;
}

.editorial-hero-01__bg::after {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  opacity: 0.34;
  z-index: 2;
}

.editorial-hero-01__bg-image {
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  width: 100%;
}

.editorial-hero-01__shape {
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.editorial-hero-01__shape--seal {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.16);
  display: flex;
  font-family: Georgia, serif;
  font-size: 54px;
  font-weight: 700;
  height: 178px;
  justify-content: center;
  left: 4%;
  top: 72px;
  width: 178px;
}

.editorial-hero-01__shape--seal::before {
  border: 1px dashed rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  content: "";
  inset: 14px;
  position: absolute;
}

.editorial-hero-01__shape--grid {
  border-bottom: 94px solid rgba(255, 255, 255, 0.1);
  border-right: 94px solid rgba(255, 255, 255, 0.1);
  bottom: 34px;
  height: 204px;
  right: 36px;
  width: 204px;
}

.editorial-hero-01__container {
  max-width: 1360px;
  overflow: hidden;
  padding: 42px 54px 54px;
  position: relative;
  z-index: 3;
}

.editorial-hero-01__breadcrumb {
  margin-bottom: 38px;
}

.editorial-hero-01__breadcrumb ol {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.editorial-hero-01__breadcrumb li {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
}

.editorial-hero-01__breadcrumb li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.42);
  content: "/";
  margin: 0 10px;
}

.editorial-hero-01__breadcrumb a {
  color: var(--editorial-hero-accent);
  text-decoration: none;
}

.editorial-hero-01__breadcrumb span {
  color: #fff;
}

.editorial-hero-01__grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.82fr);
}

.editorial-hero-01__content {
  max-width: 790px;
  position: relative;
  z-index: 2;
}

.editorial-hero-01__eyebrow {
  color: var(--editorial-hero-accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.editorial-hero-01__title {
  color: #fff;
  font-size: clamp(42px, 5vw, 74px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.07;
  margin: 0;
  max-width: 820px;
  text-transform: none;
}

.editorial-hero-01__title mark {
  background: transparent;
  color: var(--editorial-hero-accent);
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 500;
  padding: 0;
}

.editorial-hero-01__description {
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  margin: 26px 0 0;
  max-width: 705px;
}

.editorial-hero-01__trust-badges,
.editorial-hero-01__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.editorial-hero-01__trust-badges {
  gap: 10px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.editorial-hero-01__trust-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--editorial-hero-line);
  border-radius: var(--radius-pill);
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 8px;
  line-height: 1;
  min-height: 38px;
  padding: 10px 14px;
}

.editorial-hero-01__trust-badge--primary {
  background: rgba(255, 255, 255, 0.16);
}

.editorial-hero-01__trust-icon,
.editorial-hero-01__stat-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.editorial-hero-01__trust-icon::before,
.editorial-hero-01__stat-icon::before {
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free";
  font-weight: 900;
}

.editorial-hero-01__trust-icon--shield-check::before {
  content: "\f3ed";
}

.editorial-hero-01__trust-icon--award::before {
  content: "\f559";
}

.editorial-hero-01__stat-icon--users::before {
  content: "\f0c0";
}

.editorial-hero-01__stat-icon--globe::before {
  content: "\f0ac";
}

.editorial-hero-01__actions {
  gap: 14px;
  margin-top: 36px;
}

.editorial-hero-01__button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 52px;
  padding: 17px 24px;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.editorial-hero-01__button:hover,
.editorial-hero-01__button:focus-visible {
  transform: translateY(-1px);
}

.editorial-hero-01__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.45);
  outline-offset: 3px;
}

.editorial-hero-01__button--primary {
  background: var(--editorial-hero-accent);
  color: var(--editorial-hero-text);
}

.editorial-hero-01__button--secondary {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.editorial-hero-01__visual {
  min-height: 560px;
  position: relative;
}

.editorial-hero-01__image-wrap {
  background: var(--editorial-hero-surface-dark);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.2);
  height: 100%;
  margin: 0;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.editorial-hero-01__image-wrap::after {
  background: linear-gradient(180deg, transparent 44%, color-mix(in srgb, var(--editorial-hero-overlay) 42%, transparent) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.editorial-hero-01__image {
  display: block;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  width: 100%;
}

.editorial-hero-01__quality-badge {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-pill);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  color: var(--editorial-hero-text);
  display: inline-flex;
  gap: 10px;
  left: -28px;
  max-width: 285px;
  padding: 12px 16px;
  position: absolute;
  top: 36px;
  z-index: 3;
}

.editorial-hero-01__quality-badge span {
  color: var(--editorial-hero-accent);
}

.editorial-hero-01__quality-badge strong {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.editorial-hero-01__stats-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 22px;
  bottom: 36px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.22);
  color: var(--editorial-hero-text);
  display: grid;
  gap: 0;
  min-width: 330px;
  overflow: hidden;
  position: absolute;
  right: -22px;
  z-index: 3;
}

.editorial-hero-01__stat {
  display: grid;
  gap: 3px 12px;
  grid-template-columns: 42px 1fr;
  padding: 18px 20px;
}

.editorial-hero-01__stat + .editorial-hero-01__stat {
  border-top: 1px solid var(--editorial-hero-border);
}

.editorial-hero-01__stat-icon {
  align-self: center;
  background: color-mix(in srgb, var(--editorial-hero-accent) 22%, white);
  border-radius: 14px;
  color: var(--editorial-hero-bg);
  grid-row: span 3;
  height: 42px;
  width: 42px;
}

.editorial-hero-01__stat strong {
  color: var(--editorial-hero-text);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.editorial-hero-01__stat span {
  color: var(--editorial-hero-text);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.3;
}

.editorial-hero-01__stat small {
  color: var(--editorial-hero-muted);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.editorial-hero-01--centered .editorial-hero-01__grid {
  grid-template-columns: 1fr;
  text-align: center;
}

.editorial-hero-01--centered .editorial-hero-01__content,
.editorial-hero-01--centered .editorial-hero-01__title,
.editorial-hero-01--centered .editorial-hero-01__description {
  margin-left: auto;
  margin-right: auto;
}

.editorial-hero-01--centered .editorial-hero-01__trust-badges,
.editorial-hero-01--centered .editorial-hero-01__actions {
  justify-content: center;
}

.editorial-hero-01--centered .editorial-hero-01__visual {
  margin: 0 auto;
  max-width: 720px;
  width: 100%;
}

.editorial-hero-01--compact {
  padding-bottom: 24px;
  padding-top: 24px;
}

.editorial-hero-01--compact .editorial-hero-01__container {
  padding-bottom: 42px;
  padding-top: 34px;
}

.editorial-hero-01--compact .editorial-hero-01__visual,
.editorial-hero-01--compact .editorial-hero-01__image,
.editorial-hero-01--compact .editorial-hero-01__image-wrap {
  min-height: 430px;
}

.editorial-hero-01--split .editorial-hero-01__grid {
  grid-template-columns: minmax(360px, 0.82fr) minmax(0, 1.04fr);
}

.editorial-hero-01--split .editorial-hero-01__content {
  order: 2;
}

.editorial-hero-01--split .editorial-hero-01__visual {
  order: 1;
}

@media (max-width: 1199.98px) {
  .editorial-hero-01__container {
    padding: 36px 38px 46px;
  }

  .editorial-hero-01__grid,
  .editorial-hero-01--split .editorial-hero-01__grid {
    gap: 38px;
    grid-template-columns: 1fr;
  }

  .editorial-hero-01--split .editorial-hero-01__content,
  .editorial-hero-01--split .editorial-hero-01__visual {
    order: initial;
  }

  .editorial-hero-01__visual,
  .editorial-hero-01__image,
  .editorial-hero-01__image-wrap {
    min-height: 480px;
  }

  .editorial-hero-01__quality-badge {
    left: 24px;
  }

  .editorial-hero-01__stats-card {
    right: 24px;
  }
}

@media (max-width: 767.98px) {
  .editorial-hero-01 {
    padding: 0;
  }

  .editorial-hero-01__container {
    border-radius: 0;
    padding: 30px 22px 34px;
  }

  .editorial-hero-01__breadcrumb {
    margin-bottom: 28px;
  }

  .editorial-hero-01__title {
    font-size: clamp(36px, 11vw, 48px);
  }

  .editorial-hero-01__description {
    font-size: 16px;
    line-height: 1.68;
  }

  .editorial-hero-01__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .editorial-hero-01__button {
    width: 100%;
  }

  .editorial-hero-01__visual,
  .editorial-hero-01__image,
  .editorial-hero-01__image-wrap {
    min-height: 390px;
  }

  .editorial-hero-01__image-wrap {
    border-radius: 22px;
  }

  .editorial-hero-01__quality-badge {
    left: 14px;
    max-width: calc(100% - 28px);
    top: 14px;
  }

  .editorial-hero-01__stats-card {
    bottom: 14px;
    left: 14px;
    min-width: 0;
    right: 14px;
  }

  .editorial-hero-01__stat {
    padding: 14px 16px;
  }

  .editorial-hero-01__stat strong {
    font-size: 26px;
  }

  .editorial-hero-01__shape--seal,
  .editorial-hero-01__shape--grid {
    display: none;
  }
}
