.hero-07 {
  --hero07-gold: #f0b92f;
  --hero07-gold-bright: #ffe88c;
  --hero07-gold-soft: #c78416;
  position: relative;
  isolation: isolate;
  min-height: 920px;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 110px 28px 120px;
  background:
    radial-gradient(ellipse at 50% 45%, rgba(176, 105, 9, 0.13) 0%, rgba(60, 33, 4, 0.045) 34%, transparent 66%),
    linear-gradient(180deg, #000 0%, #030200 52%, #000 100%);
  color: #fff;
}

.hero-07::before,
.hero-07::after {
  content: "";
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.hero-07::before {
  inset: 0;
  opacity: 0.5;
  background:
    linear-gradient(115deg, transparent 0 17%, rgba(255, 214, 91, 0.12) 17.15%, transparent 17.45%),
    linear-gradient(65deg, transparent 0 82%, rgba(255, 214, 91, 0.1) 82.15%, transparent 82.45%);
  mask-image: linear-gradient(180deg, transparent 3%, #000 30%, #000 78%, transparent 100%);
}

.hero-07::after {
  left: 50%;
  bottom: 55px;
  width: min(1180px, 92vw);
  height: 220px;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(234, 167, 37, 0.12), transparent 68%);
  filter: blur(24px);
}

.hero-07__stage {
  position: relative;
  width: min(1460px, 100%);
  min-height: 680px;
  display: grid;
  place-items: center;
  padding: 86px clamp(28px, 6vw, 100px) 74px;
  border: 1px solid rgba(238, 181, 53, 0.42);
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255, 232, 140, 0.055), transparent 22%),
    linear-gradient(315deg, rgba(205, 126, 15, 0.055), transparent 26%),
    rgba(4, 3, 1, 0.82);
  box-shadow:
    0 0 0 1px rgba(255, 228, 126, 0.055) inset,
    0 28px 90px rgba(0, 0, 0, 0.92),
    0 0 44px rgba(202, 128, 18, 0.085);
}

.hero-07__stage::before,
.hero-07__stage::after {
  content: "";
  position: absolute;
  top: -1px;
  width: 28%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--hero07-gold-bright), transparent);
  box-shadow: 0 0 16px rgba(255, 204, 68, 0.8);
}

.hero-07__stage::before { left: 7%; }
.hero-07__stage::after { right: 7%; }

.hero-07__ambient {
  position: absolute;
  top: 50%;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(234, 177, 54, 0.16);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.62;
}

.hero-07__ambient::before,
.hero-07__ambient::after {
  content: "";
  position: absolute;
  inset: 34px;
  border: 1px solid rgba(234, 177, 54, 0.1);
  border-radius: inherit;
}

.hero-07__ambient::after { inset: 82px; }
.hero-07__ambient--left { left: -250px; transform: translateY(-50%); }
.hero-07__ambient--right { right: -250px; transform: translateY(-50%); }

.hero-07__content {
  position: relative;
  z-index: 2;
  width: min(1180px, 100%);
  text-align: center;
}

.hero-07__eyebrow {
  margin: 0 0 27px;
  color: var(--hero07-gold);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(0.72rem, 0.72vw, 0.88rem);
  font-weight: 700;
  letter-spacing: 0.42em;
  line-height: 1.4;
}

.hero-07__title {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.35rem, 6.25vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 0.88;
  text-wrap: balance;
}

.hero-07__title span,
.hero-07__title strong { display: block; }

.hero-07__title span {
  color: #fffdf8;
  text-shadow: 0 5px 28px rgba(255, 255, 255, 0.08);
}

.hero-07__title strong {
  margin-top: 0.12em;
  color: var(--hero07-gold-bright);
  font-weight: 500;
  background: linear-gradient(180deg, #fff8cd 5%, #ffe582 34%, #efb52b 71%, #bb6b09 112%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 8px 25px rgba(205, 127, 10, 0.21));
}

.hero-07__divider {
  width: min(510px, 74%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 17px;
  margin: 42px auto 37px;
}

.hero-07__divider span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(239, 182, 50, 0.82));
}

.hero-07__divider span:last-child {
  background: linear-gradient(90deg, rgba(239, 182, 50, 0.82), transparent);
}

.hero-07__divider i {
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  background: var(--hero07-gold-bright);
  box-shadow: 0 0 14px #f7c84b, 0 0 32px rgba(247, 200, 75, 0.5);
}

.hero-07__statement {
  max-width: 1040px;
  margin: 0 auto;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.25vw, 3.75rem);
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-wrap: balance;
}

.hero-07__statement strong {
  display: block;
  margin-top: 0.12em;
  color: var(--hero07-gold-bright);
  font-weight: 500;
  text-shadow: 0 0 24px rgba(221, 151, 30, 0.22);
}

.hero-07__lead {
  max-width: 810px;
  margin: 28px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 1.25vw, 1.22rem);
  line-height: 1.65;
  text-wrap: balance;
}

.hero-07__cta {
  position: relative;
  width: fit-content;
  min-width: 260px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  overflow: hidden;
  margin-top: 40px;
  padding: 17px 30px;
  border: 1px solid #fff0ad;
  border-radius: 9px;
  background: linear-gradient(180deg, #ffe98c 0%, #f1bb36 44%, #ba6d0c 100%);
  box-shadow:
    0 0 0 1px rgba(255, 248, 208, 0.18) inset,
    0 9px 30px rgba(158, 85, 0, 0.32),
    0 0 25px rgba(246, 190, 51, 0.2);
  color: #160d02;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 260ms ease, box-shadow 260ms ease, filter 260ms ease;
}

.hero-07__cta::before {
  content: "";
  position: absolute;
  top: -110%;
  left: -34%;
  width: 24%;
  height: 320%;
  transform: rotate(23deg);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.76), transparent);
  transition: left 620ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.hero-07__cta span,
.hero-07__cta svg { position: relative; z-index: 1; }

.hero-07__cta svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 260ms ease;
}

.hero-07__cta:hover,
.hero-07__cta:focus-visible {
  transform: translateY(-4px) scale(1.025);
  filter: brightness(1.08) saturate(1.08);
  box-shadow:
    0 0 0 1px rgba(255, 252, 223, 0.42) inset,
    0 15px 42px rgba(166, 90, 0, 0.42),
    0 0 42px rgba(255, 202, 62, 0.34);
}

.hero-07__cta:hover::before,
.hero-07__cta:focus-visible::before { left: 116%; }
.hero-07__cta:hover svg,
.hero-07__cta:focus-visible svg { transform: translateX(4px); }

.hero-07__microcopy {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.47);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.76rem;
  letter-spacing: 0.055em;
  line-height: 1.5;
}

.hero-07__rail {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(940px, 76%);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 13px;
  transform: translate(-50%, 50%);
}

.hero-07__rail-line {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(226, 157, 34, 0.76));
}

.hero-07__rail-line:last-child {
  background: linear-gradient(90deg, rgba(226, 157, 34, 0.76), transparent);
}

.hero-07__rail-light {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff4b4;
  box-shadow: 0 0 10px #fff0a0, 0 0 30px #e3a21f, 0 0 70px rgba(227, 162, 31, 0.72);
  animation: hero07-pulse 3.8s ease-in-out infinite;
}

@keyframes hero07-pulse {
  0%, 100% { transform: scale(0.72); opacity: 0.76; }
  50% { transform: scale(1.06); opacity: 1; }
}

@media (max-width: 900px) {
  .hero-07 {
    min-height: 780px;
    padding: 76px 18px 86px;
  }

  .hero-07__stage {
    min-height: 620px;
    padding: 72px 24px 62px;
    border-radius: 24px;
  }

  .hero-07__title {
    font-size: clamp(2.9rem, 10.5vw, 5rem);
    line-height: 0.94;
  }

  .hero-07__statement { font-size: clamp(1.8rem, 6.3vw, 3rem); }
}

@media (max-width: 560px) {
  .hero-07 {
    min-height: auto;
    padding: 58px 12px 68px;
  }

  .hero-07__stage {
    min-height: 610px;
    padding: 62px 18px 56px;
    border-radius: 20px;
  }

  .hero-07__eyebrow {
    margin-bottom: 22px;
    font-size: 0.65rem;
    letter-spacing: 0.28em;
  }

  .hero-07__title {
    font-size: clamp(2.55rem, 12vw, 3.8rem);
    letter-spacing: -0.04em;
  }

  .hero-07__divider {
    width: 82%;
    margin: 32px auto 29px;
  }

  .hero-07__statement {
    font-size: clamp(1.65rem, 7.5vw, 2.35rem);
    line-height: 1.06;
  }

  .hero-07__lead {
    margin-top: 22px;
    font-size: 0.96rem;
    line-height: 1.55;
  }

  .hero-07__cta {
    width: 100%;
    min-width: 0;
    margin-top: 32px;
  }

  .hero-07__microcopy {
    max-width: 270px;
    margin-inline: auto;
  }

  .hero-07__ambient { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-07__rail-light { animation: none; }
  .hero-07__cta,
  .hero-07__cta::before,
  .hero-07__cta svg { transition: none; }
}
