.export-hero {
  background:
    radial-gradient(circle at 16% 16%, rgba(232, 196, 192, 0.38), transparent 24%),
    linear-gradient(135deg, #3b1f3a 0%, #1a2744 100%);
  border: 1px solid rgba(232, 196, 192, 0.16);
  border-radius: 18px;
  color: var(--cream);
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr auto;
  margin-bottom: 18px;
  overflow: hidden;
  padding: 24px;
  position: relative;
}
.export-hero::after {
  color: rgba(232, 196, 192, 0.13);
  content: "HERESAI   PRIVACY   EVIDENCE   TRUTH   HER + AI";
  font-family: var(--fm);
  font-size: 11px;
  letter-spacing: 0.18em;
  line-height: 2.8;
  max-width: 320px;
  position: absolute;
  right: 20px;
  text-align: right;
  text-transform: uppercase;
  top: 18px;
}
.export-kicker {
  color: var(--gold);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.export-title {
  color: var(--cream);
  font-family: var(--fd);
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 8px;
  max-width: 620px;
}
.export-title em {
  color: var(--blush);
  font-style: italic;
}
.export-copy {
  color: rgba(245, 238, 240, 0.62);
  font-size: 12px;
  line-height: 1.7;
  max-width: 660px;
}
.export-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
.export-mark {
  align-self: center;
  background: rgba(232, 196, 192, 0.12);
  border: 7px solid var(--rose);
  border-bottom-width: 10px;
  border-radius: 58px 58px 8px 8px;
  box-shadow: 0 18px 35px rgba(14, 22, 40, 0.24);
  display: grid;
  height: 132px;
  place-items: center;
  position: relative;
  width: 112px;
  z-index: 1;
}
.export-mark span {
  color: var(--blush);
  font-family: var(--fd);
  font-size: 56px;
  font-weight: 600;
}
.export-strip {
  align-items: center;
  background: rgba(196, 164, 90, 0.12);
  border: 1px solid rgba(196, 164, 90, 0.22);
  border-radius: 14px;
  color: #7c6b2b;
  display: flex;
  flex-wrap: wrap;
  font-size: 11px;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 12px 15px;
}
.export-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.export-card {
  background: white;
  border: 1px solid rgba(124, 92, 122, 0.1);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s;
}
.export-card:hover {
  border-color: rgba(201, 137, 126, 0.45);
  box-shadow: 0 12px 30px rgba(59, 31, 58, 0.08);
  transform: translateY(-2px);
}
.export-preview {
  background:
    linear-gradient(90deg, rgba(201, 137, 126, 0.13) 1px, transparent 1px),
    linear-gradient(rgba(201, 137, 126, 0.09) 1px, transparent 1px),
    var(--cream);
  background-size: 36px 36px;
  border-bottom: 1px solid rgba(124, 92, 122, 0.08);
  min-height: 160px;
  padding: 16px;
}
.export-mini-page {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(201, 137, 126, 0.28);
  border-radius: 10px;
  box-shadow: 0 10px 22px rgba(59, 31, 58, 0.08);
  min-height: 126px;
  padding: 12px;
  position: relative;
}
.export-mini-page::before,
.export-mini-page::after {
  color: rgba(201, 137, 126, 0.55);
  content: "HERESAI";
  font-family: var(--fm);
  font-size: 8px;
  letter-spacing: 0.12em;
  position: absolute;
  right: 12px;
  top: 11px;
}
.export-mini-page::after {
  bottom: 10px;
  left: 12px;
  right: auto;
  top: auto;
}
.export-mini-band {
  background: var(--plum);
  border-radius: 8px;
  height: 26px;
  margin-bottom: 10px;
  width: 64%;
}
.export-mini-line {
  background: rgba(124, 92, 122, 0.18);
  border-radius: 999px;
  height: 7px;
  margin-bottom: 7px;
}
.export-mini-line.short {
  width: 58%;
}
.export-mini-row {
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  margin-top: 10px;
}
.export-mini-box {
  background: rgba(232, 196, 192, 0.32);
  border-radius: 7px;
  height: 26px;
}
.export-card-body {
  padding: 15px;
}
.export-card-label {
  color: var(--gold);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.14em;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.export-card-title {
  color: var(--plum);
  font-family: var(--fd);
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 6px;
}
.export-card-copy {
  color: #85808a;
  font-size: 12px;
  line-height: 1.6;
  min-height: 58px;
}
.export-card-foot {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  margin-top: 12px;
}
.export-card-foot .btn-ol,
.export-card-foot .btn-d {
  font-size: 11px;
  padding: 7px 13px;
}
.export-chip {
  background: rgba(59, 31, 58, 0.06);
  border: 1px solid rgba(124, 92, 122, 0.12);
  border-radius: 999px;
  color: var(--mauve);
  font-family: var(--fm);
  font-size: 10px;
  padding: 3px 8px;
}
@media (max-width: 768px) {
  .export-hero {
    grid-template-columns: 1fr;
  }
  .export-hero::after {
    display: none;
  }
  .export-mark {
    display: none;
  }
}
