body.burn-page {
  background:
    radial-gradient(circle at 80% 5%, rgba(168, 85, 247, 0.16), transparent 34rem),
    radial-gradient(circle at 18% 18%, rgba(92, 131, 255, 0.08), transparent 28rem),
    linear-gradient(180deg, #050812 0%, #070911 44%, #05070d 100%),
    var(--home-bg);
}

.burn-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.76fr) minmax(30rem, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: min(680px, calc(100vh - 4rem));
  padding: clamp(3.5rem, 6.5vw, 5.4rem) 0 clamp(2.5rem, 4.8vw, 4rem);
}

.burn-hero::before {
  content: "";
  position: absolute;
  inset: -4rem calc(50% - 50vw) -2rem;
  z-index: -1;
  background:
    radial-gradient(ellipse at 74% 16%, rgba(124, 58, 237, 0.2), transparent 36rem),
    radial-gradient(ellipse at 16% 36%, rgba(92, 131, 255, 0.08), transparent 30rem),
    linear-gradient(180deg, rgba(8, 11, 16, 0.06), rgba(8, 11, 16, 0.88));
  pointer-events: none;
}

.burn-hero__copy {
  display: grid;
  gap: clamp(1rem, 1.35vw, 1.3rem);
  min-width: 0;
}

.burn-hero__title {
  max-width: 13.4ch;
  margin: 0;
  color: #fff;
  font-size: clamp(3.05rem, 4.45vw, 4.75rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.burn-hero__lead {
  max-width: 38rem;
  margin: 0;
  color: rgba(235, 239, 248, 0.82);
  font-size: clamp(1.02rem, 1.18vw, 1.16rem);
  line-height: 1.68;
}

.burn-export-visual {
  position: relative;
  justify-self: end;
  overflow: hidden;
  width: min(100%, 700px);
  padding: clamp(0.72rem, 1.5vw, 1rem);
  border: 1px solid rgba(127, 149, 194, 0.18);
  border-radius: 10px;
  background: rgba(6, 10, 20, 0.86);
  box-shadow:
    0 32px 70px rgba(0, 0, 0, 0.3),
    0 0 54px rgba(124, 58, 237, 0.12);
}

.burn-export-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 24%),
    radial-gradient(circle at 52% 100%, rgba(168, 85, 247, 0.13), transparent 42%);
  pointer-events: none;
}

.burn-export-visual > * {
  position: relative;
  z-index: 1;
}

.burn-export-visual__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.7rem;
  color: #fff;
}

.burn-export-visual__header span {
  color: rgba(235, 239, 248, 0.86);
  font-size: 0.82rem;
  font-weight: 820;
}

.burn-export-visual__header strong {
  min-height: 1.75rem;
  padding: 0.4rem 0.62rem;
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: 999px;
  background: rgba(34, 197, 94, 0.1);
  color: #a7f3d0;
  font-size: 0.7rem;
  font-weight: 800;
}

.burn-export-visual__image {
  position: relative;
  overflow: hidden;
}

.burn-export-visual__image img {
  display: block;
  width: 100%;
  height: auto;
}

.burn-note {
  display: contents;
}

.burn-note__icon {
  display: none;
}

.burn-note__content,
.burn-quality__intro {
  display: grid;
  gap: 0.8rem;
}

.burn-note .home-section-title,
.burn-quality .home-section-title {
  max-width: 16ch;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  line-height: 1.08;
}

.burn-note__copy {
  max-width: 34rem;
  margin: 0;
  color: rgba(235, 239, 248, 0.66);
  font-size: 0.98rem;
  line-height: 1.65;
}

.burn-quality {
  display: contents;
}

.burn-quality__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  border-block: 1px solid rgba(127, 149, 194, 0.13);
}

.burn-quality-card {
  display: grid;
  gap: 0.55rem;
  min-height: 8.2rem;
  padding: clamp(1rem, 1.65vw, 1.35rem);
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.burn-quality-card + .burn-quality-card {
  border-left: 1px solid rgba(127, 149, 194, 0.12);
}

.burn-quality-card h3 {
  margin: 0;
  color: #fff;
  font-size: 0.96rem;
  font-weight: 820;
}

.burn-quality-card p {
  margin: 0;
  color: rgba(235, 239, 248, 0.62);
  font-size: 0.86rem;
  line-height: 1.55;
}

.burn-style-preview__screen p {
  width: min(60%, 32rem);
}

@media (max-width: 1260px) {
  .burn-hero {
    grid-template-columns: minmax(0, 0.92fr) minmax(23rem, 0.82fr);
    gap: clamp(1.5rem, 3.2vw, 2.75rem);
    min-height: auto;
  }

  .burn-hero__title {
    max-width: 13ch;
    font-size: clamp(2.7rem, 4vw, 3.65rem);
  }

  .burn-export-visual {
    width: min(100%, 560px);
  }
}

@media (min-width: 1121px) and (max-height: 820px) {
  .burn-hero {
    gap: clamp(2rem, 3.5vw, 3.25rem);
    min-height: auto;
    padding: 1.45rem 0 1.9rem;
  }

  .burn-hero__title {
    max-width: 13.2ch;
    font-size: clamp(2.7rem, 3.45vw, 3.5rem);
  }

  .burn-hero__lead {
    max-width: 34rem;
    font-size: 0.98rem;
    line-height: 1.55;
  }
}

@media (max-width: 1120px) {
  .burn-hero {
    grid-template-columns: 1fr;
  }

  .burn-export-visual {
    justify-self: stretch;
    width: 100%;
    max-width: 58rem;
  }

  .burn-quality__grid {
    grid-template-columns: 1fr;
  }

  .burn-quality-card + .burn-quality-card {
    border-top: 1px solid rgba(127, 149, 194, 0.12);
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .burn-hero {
    gap: 2rem;
    padding-top: 3.3rem;
  }

  .burn-hero__title {
    max-width: 11.2ch;
    font-size: clamp(2.4rem, 11vw, 3rem);
  }
}
