/* 文件输出保密审查辅助系统 — 与 terminal/cloud/dispatch 同系风格 */

.au-page {
  min-height: 100vh;
  background: #fff;
  color: hsl(0 0% 7%);
}

.au-container {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) { .au-container { padding: 0 1.5rem; } }

.au-section { width: 100%; padding: 4rem 0; }
@media (min-width: 768px) { .au-section { padding: 2rem 0; } }
/* py-16 md:py-24 */
.au-section-md { padding: 4rem 0; }
@media (min-width: 768px) { .au-section-md { padding: 2rem 0; } }

.au-bg-white { background: #fff; }
.au-bg-muted { background: #f7f8f9; }
.au-bg-overview { background: #f7f8f9; }

/* text-2xl md:text-3xl + INDUSTRY PAIN POINTS 副标题 */
.au-header { text-align: center; margin-bottom: 3.5rem; }
@media (min-width: 768px) { .au-header { margin-bottom: 4rem; } }
#overview .au-header { margin-bottom: 1rem; }
.au-h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--foreground);
}
@media (min-width: 768px) { .au-h2 { font-size: 1.875rem; } }
.au-h2 .au-accent { color: var(--primary); }
.au-subtitle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
.au-line { width: 2rem; height: 2px; background: var(--primary); }
.au-en {
  font-size: 0.875rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Hero — 对齐源站 max-w-7xl / py-24 md:py-32 lg:py-40 + 背景图 */
.au-hero {
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  color: #fff;
}
.au-hero-photo {
  position: absolute;
  inset: 0;
  background:
    url('/products/aadks6luahcci_ve_miaoda-e555bb89.png') center / cover no-repeat;
  pointer-events: none;
}
.au-hero-orb1 {
  position: absolute;
  top: 0; right: 0;
  width: 600px; height: 600px;
  border-radius: 50%;
  background: hsl(351 79% 54% / 0.2);
  filter: blur(120px);
  pointer-events: none;
}
.au-hero-orb2 {
  position: absolute;
  bottom: 0; left: 0;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: hsl(351 79% 54% / 0.1);
  filter: blur(100px);
  pointer-events: none;
}
.au-hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(10, 10, 10, 0.95), rgba(10, 10, 10, 0.8), rgba(10, 10, 10, 0.6));
  pointer-events: none;
}
.au-hero-fade {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 4rem;
  background: linear-gradient(to top, #fff, transparent);
  pointer-events: none;
  z-index: 10;
}
/* relative max-w-7xl mx-auto px-4 md:px-6 py-24 md:py-32 lg:py-40 */
.au-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding: 6rem 1rem;
}
@media (min-width: 768px) {
  .au-hero-inner { padding: 8rem 1.5rem; }
}
@media (min-width: 1024px) {
  .au-hero-inner { padding: 10rem 1.5rem; }
}
.au-hero-copy {
  max-width: 48rem; /* max-w-3xl */
}
.au-hero-label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}
.au-hero-label-line {
  width: 2.5rem;
  height: 2px;
  background: var(--primary);
  flex-shrink: 0;
}
.au-hero-label-text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}
/* text-4xl md:text-5xl lg:text-6xl */
.au-hero h1 {
  font-size: 2.25rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .au-hero h1 { font-size: 3rem; line-height: 1; }
}
@media (min-width: 1024px) {
  .au-hero h1 { font-size: 3.75rem; line-height: 1; }
}
.au-hero h1 .au-accent { color: var(--primary); }
.au-hero-desc {
  font-size: 1.125rem; /* text-lg */
  line-height: 1.625;
  color: hsl(0 0% 100% / 0.7);
  max-width: 42rem; /* max-w-2xl */
  margin-bottom: 2.5rem;
}
.au-hero-actions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem;
}
@media (min-width: 640px) {
  .au-hero-actions {
    flex-direction: row;
    align-items: center;
  }
}

/* 外发审查三步示意 */
.au-gate-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  max-width: 380px;
  margin-left: auto;
}
.au-gate {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 1.25rem;
  border-radius: 1rem;
  background: hsl(0 0% 100% / 0.96);
  border: 1px solid hsl(0 0% 100% / 0.18);
  box-shadow: 0 24px 56px hsl(0 0% 0% / 0.35);
  color: var(--foreground);
}
.au-gate-step {
  position: relative;
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 1rem;
  border-radius: 0.75rem;
  background: hsl(210 16% 97%);
  border: 1px solid hsl(214 13% 90%);
  transition: transform 0.3s, box-shadow 0.3s;
}
.au-gate-step.is-active {
  background: linear-gradient(145deg, hsl(351 79% 54% / 0.08), #fff 60%);
  border-color: hsl(351 79% 54% / 0.35);
  box-shadow: 0 10px 24px hsl(351 79% 54% / 0.12);
  grid-template-columns: 2.5rem 1fr;
}
.au-gate-num {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.55rem;
  font-size: 0.8125rem;
  font-weight: 800;
  color: var(--primary);
  background: hsl(351 79% 54% / 0.1);
}
.au-gate-step.is-active .au-gate-num {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 6px 14px hsl(351 79% 54% / 0.3);
}
.au-gate-step b {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: var(--foreground);
}
.au-gate-step.is-active b { color: var(--primary); }
.au-gate-step p {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--muted);
  margin: 0;
}
.au-gate-tags {
  grid-column: 2;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.65rem;
  padding: 0;
}
.au-gate-tags li {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.6875rem;
  font-weight: 600;
  color: #fff;
  background: var(--primary);
}
.au-gate-arrow {
  width: 2px;
  height: 0.85rem;
  margin: 0.15rem 0 0.15rem 2.15rem;
  background: linear-gradient(hsl(351 79% 54% / 0.45), hsl(351 79% 54% / 0.15));
  border-radius: 999px;
}
.au-scan-metrics {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.au-scan-metrics div {
  text-align: center;
  color: #fff;
}
.au-scan-metrics b {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 0.2rem;
}
.au-scan-metrics span {
  font-size: 0.75rem;
  color: hsl(0 0% 100% / 0.55);
}
@media (max-width: 959px) {
  .au-gate-wrap { max-width: 360px; margin: 0 auto; }
}

.au-hero-copy[data-reveal-immediate] {
  animation: au-hero-in 0.75s ease-out forwards;
}
@keyframes au-hero-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Challenge — 对齐源站 pain-points：2列卡片 + 顶部横条 + 警示图标 */
.au-challenge-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .au-challenge-grid { grid-template-columns: repeat(2, 1fr); }
}

.au-challenge-card {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid hsl(214 13% 90% / 0.6);
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
@media (min-width: 768px) {
  .au-challenge-card { padding: 1.75rem; }
}
.au-ch-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.au-challenge-card:hover {
  transform: translateY(-6px);
  border-color: hsl(351 79% 54% / 0.4);
  box-shadow: 0 12px 24px hsl(351 79% 54% / 0.05);
}
.au-challenge-card:hover .au-ch-bar { transform: scaleX(1); }
.au-challenge-card:hover .au-ch-num { color: hsl(351 79% 54% / 0.3); }
.au-challenge-card:hover .au-ch-title { color: var(--primary); }
.au-challenge-card:hover .au-ch-icon { background: hsl(351 79% 54% / 0.15); }
.au-ch-num {
  position: absolute;
  top: 1rem;
  right: 1.25rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: hsl(351 79% 54% / 0.2);
  user-select: none;
  pointer-events: none;
  transition: color 0.3s;
  margin: 0;
}
.au-ch-body { position: relative; z-index: 1; }
.au-ch-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background: hsl(351 79% 54% / 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  transition: background 0.3s;
}
.au-ch-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  transition: color 0.3s;
}
.au-ch-desc {
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--muted);
}

/* Overview — 对齐 Word_WPS文档防拷溯源系统 */
.au-overview-text {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.au-overview-text p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.8;
  color: hsl(0 0% 7% / 0.8);
}
@media (min-width: 768px) {
  .au-overview-text p { font-size: 1.125rem; }
}

/* Advantages — 对齐源站 CORE ADVANTAGES：3列勾选卡片 */
.au-adv-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .au-adv-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .au-adv-grid { grid-template-columns: repeat(3, 1fr); } }

.au-adv-card {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid hsl(214 13% 90% / 0.6);
  background: #fff;
  padding: 1.5rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
@media (min-width: 768px) {
  .au-adv-card { padding: 1.75rem; }
}
.au-adv-bar {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.au-adv-side {
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 0;
  background: hsl(351 79% 54% / 0.7);
  transform: translateY(-50%);
  transition: height 0.3s;
}
.au-adv-card:hover {
  transform: translateY(-6px);
  border-color: hsl(351 79% 54% / 0.4);
  box-shadow: 0 12px 24px hsl(351 79% 54% / 0.05);
}
.au-adv-card:hover .au-adv-bar { transform: scaleX(1); }
.au-adv-card:hover .au-adv-side { height: 2.5rem; }
.au-adv-card:hover .au-adv-icon {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 20px hsl(351 79% 54% / 0.3);
}
.au-adv-card:hover .au-adv-title { color: var(--primary); }
.au-adv-body { position: relative; z-index: 1; }
.au-adv-icon {
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: hsl(351 79% 54% / 0.1);
  color: var(--primary);
  margin-bottom: 1.25rem;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.au-adv-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  transition: color 0.3s;
}
.au-adv-desc {
  font-size: 0.875rem;
  line-height: 1.625;
  color: var(--muted);
}

/* Features */
.au-feat-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) { .au-feat-grid { grid-template-columns: 1fr 1fr; } }

.au-feat-panel {
  background: #fff;
  border-radius: 0.75rem;
  border: 1px solid hsl(214 13% 90% / 0.65);
  overflow: hidden;
  box-shadow: 0 1px 3px hsl(0 0% 0% / 0.04);
  transition: box-shadow 0.3s;
}
.au-feat-panel:hover { box-shadow: 0 12px 24px hsl(351 79% 54% / 0.06); }
.au-feat-head {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid hsl(214 13% 90% / 0.6);
  background: linear-gradient(to right, hsl(351 79% 54% / 0.07), transparent);
}
.au-feat-head h3 { font-size: 1.125rem; font-weight: 600; }
.au-feat-list { padding: 1rem 1.25rem 1.5rem; }
.au-feat-item {
  display: flex;
  gap: 0.875rem;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: background 0.2s;
}
.au-feat-item:hover { background: hsl(210 13% 96% / 0.7); }
.au-feat-item:hover h4 { color: var(--primary); }
.au-feat-item svg { flex-shrink: 0; margin-top: 2px; color: var(--primary); }
.au-feat-item h4 { font-size: 0.9375rem; font-weight: 500; margin-bottom: 0.25rem; transition: color 0.2s; }
.au-feat-item p { font-size: 0.8125rem; line-height: 1.65; color: var(--muted); }

/* Comparison — aligned with Word_WPS文档防拷溯源系统 */
.au-cmp-wrap {
  overflow: hidden;
  border-radius: 0.5rem;
  border: 1px solid hsl(214 13% 90% / 0.6);
  background: #fff;
}
.au-cmp-scroll { overflow-x: auto; }
.au-cmp-table {
  width: 100%;
  min-width: 640px;
  table-layout: fixed;
  border-collapse: collapse;
}
.au-cmp-table th, .au-cmp-table td {
  padding: 1.25rem 1.5rem;
  text-align: left;
  font-size: 0.875rem;
  border-bottom: 1px solid hsl(214 13% 90% / 0.4);
  vertical-align: top;
  word-break: break-word;
}
.au-cmp-table thead tr { background: #f1f5f9; }
.au-cmp-table th.col-label { width: 25%; font-weight: 600; }
.au-cmp-table th.col-old { width: 37.5%; font-weight: 600; color: var(--muted); }
.au-cmp-table th.col-new {
  width: 37.5%;
  font-weight: 600;
  color: var(--primary);
  background: #fff1f2;
}
.au-cmp-table td.col-label { font-weight: 500; }
.au-cmp-table td.col-old { color: var(--muted); }
.au-cmp-table td.col-new { background: #fff1f2; }
.au-cmp-table tbody tr:hover { background: #f8fafc; }
.au-cmp-table tbody tr:last-child td { border-bottom: 0; }
.au-cell { display: flex; align-items: flex-start; gap: 0.5rem; }
.au-cell svg { flex-shrink: 0; margin-top: 2px; color: var(--primary); }
.au-cell-muted svg { color: #9ca3af; }

/* Scenarios 2x2 */
.au-scenario-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) { .au-scenario-grid { grid-template-columns: repeat(2, 1fr); } }

.au-scenario-card {
  display: flex;
  gap: 1.25rem;
  background: #fff;
  border: 1px solid hsl(214 13% 90% / 0.65);
  border-radius: 0.75rem;
  padding: 1.75rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.au-scenario-card:hover {
  transform: translateY(-4px);
  border-color: hsl(351 79% 54% / 0.35);
  box-shadow: 0 12px 28px hsl(351 79% 54% / 0.07);
}
.au-scenario-card:hover .au-sc-icon { background: var(--primary); color: #fff; }
.au-scenario-card:hover .au-sc-title { color: var(--primary); }
.au-sc-icon {
  flex-shrink: 0;
  width: 3.25rem; height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  background: hsl(351 79% 54% / 0.1);
  color: var(--primary);
  transition: background 0.3s, color 0.3s;
}
.au-sc-title { font-size: 1.0625rem; font-weight: 600; margin-bottom: 0.5rem; transition: color 0.3s; }
.au-sc-desc { font-size: 0.875rem; line-height: 1.7; color: var(--muted); }

/* Deployment */
.au-deploy-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 1024px) { .au-deploy-grid { grid-template-columns: 1fr 1fr; } }

.au-deploy-card {
  position: relative;
  border-radius: 0.75rem;
  padding: 2rem;
  transition: box-shadow 0.3s, transform 0.3s;
}
.au-deploy-card:hover { transform: translateY(-4px); }
.au-deploy-card.integrated {
  background: linear-gradient(to bottom right, hsl(351 79% 54% / 0.05), #fff);
  border: 2px solid hsl(351 79% 54% / 0.28);
}
.au-deploy-card.integrated:hover { box-shadow: 0 16px 32px hsl(351 79% 54% / 0.1); }
.au-deploy-card.standalone {
  background: #fff;
  border: 1px solid hsl(214 13% 90% / 0.65);
}
.au-deploy-card.standalone:hover { box-shadow: 0 12px 24px hsl(0 0% 0% / 0.06); border-color: hsl(351 79% 54% / 0.25); }
.au-deploy-badge {
  position: absolute;
  top: 1.25rem; right: 1.25rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}
.au-deploy-head { display: flex; gap: 1rem; margin-bottom: 1.75rem; align-items: flex-start; }
.au-deploy-icon {
  width: 3.5rem; height: 3.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  transition: transform 0.3s;
}
.au-deploy-card:hover .au-deploy-icon.integrated { transform: scale(1.08); }
.au-deploy-icon.integrated { background: var(--primary); color: #fff; box-shadow: 0 8px 16px hsl(351 79% 54% / 0.25); }
.au-deploy-icon.standalone { background: hsl(210 13% 96%); color: var(--foreground); }
.au-deploy-card.standalone:hover .au-deploy-icon.standalone { background: hsl(351 79% 54% / 0.1); color: var(--primary); }
.au-deploy-title { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.25rem; }
.au-deploy-applicable { font-size: 0.875rem; color: var(--muted); line-height: 1.5; }
.au-deploy-steps { display: flex; flex-direction: column; gap: 1rem; }
.au-deploy-step { display: flex; gap: 0.875rem; align-items: flex-start; }
.au-step-num {
  width: 1.75rem; height: 1.75rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
}
.au-step-num.integrated { background: hsl(351 79% 54% / 0.12); color: var(--primary); }
.au-step-num.standalone { background: hsl(210 13% 96%); color: var(--muted); }
.au-deploy-step p { font-size: 0.875rem; line-height: 1.7; color: hsl(0 0% 7% / 0.82); padding-top: 2px; }

/* Value */
.au-value-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .au-value-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .au-value-grid { grid-template-columns: repeat(4, 1fr); } }

.au-value-card {
  text-align: center;
  background: #fff;
  border: 1px solid hsl(214 13% 90% / 0.65);
  border-radius: 0.75rem;
  padding: 1.75rem 1.5rem;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.au-value-card:hover {
  transform: translateY(-4px);
  border-color: hsl(351 79% 54% / 0.35);
  box-shadow: 0 12px 24px hsl(351 79% 54% / 0.06);
}
.au-value-card:hover .au-val-icon {
  transform: scale(1.08);
  background: var(--primary);
  color: #fff;
}
.au-val-tag {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: var(--primary);
  margin-bottom: 1rem;
}
.au-val-icon {
  width: 3.5rem; height: 3.5rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: hsl(351 79% 54% / 0.1);
  color: var(--primary);
  transition: background 0.3s, color 0.3s, transform 0.3s;
}
.au-val-title { font-size: 1.0625rem; font-weight: 600; margin-bottom: 0.5rem; }
.au-val-desc { font-size: 0.8125rem; line-height: 1.65; color: var(--muted); }

/* CTA — 深色简约 */
.au-cta {
  position: relative;
  overflow: hidden;
  background: hsl(0 0% 7%);
  color: #fff;
  padding: 5rem 0;
  text-align: center;
}
@media (min-width: 768px) { .au-cta { padding: 6.5rem 0; } }
.au-cta-orb {
  position: absolute;
  top: -8rem; left: 50%;
  transform: translateX(-50%);
  width: 70%; height: 20rem;
  border-radius: 50%;
  background: hsl(351 79% 54% / 0.15);
  filter: blur(90px);
  pointer-events: none;
}
.au-cta-grid {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background-image:
    linear-gradient(rgba(255,255,255,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px);
  background-size: 50px 50px;
}
.au-cta-inner { position: relative; z-index: 1; max-width: 40rem; margin: 0 auto; }
.au-cta h4 {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  margin-bottom: 1rem;
}
.au-cta h4 .au-accent { color: var(--primary); }
.au-cta p {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: hsl(0 0% 100% / 0.65);
  margin-bottom: 2rem;
}
.au-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .au-cta-actions { flex-direction: row; }
}
.au-cta .btn-ghost {
  border-color: hsl(0 0% 100% / 0.3);
  color: #fff;
}
.au-cta .btn-ghost:hover {
  background: hsl(0 0% 100% / 0.1);
}

.au-page .reveal-left,
.au-page .reveal-right {
  opacity: 0;
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.au-page .reveal-left { transform: translateX(-28px); }
.au-page .reveal-left.visible { opacity: 1; transform: translateX(0); }
.au-page .reveal-right { transform: translateX(28px); }
.au-page .reveal-right.visible { opacity: 1; transform: translateX(0); }
