/* =====================================================
   SEO-AUDITS.CSS — RankBoost Agency
   Page-specific styles for seo-audits.php
   Depends on: master.css → design-system.css
   Brand: --primary-purple #7B5DFF | --accent-lime #D4FF12
   ===================================================== */

/* =====================================================
   HERO — Two-column layout with audit dashboard visual
   ===================================================== */

.sa-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
  align-items: center;
}

@media (min-width: 1024px) {
  .sa-hero-grid {
    grid-template-columns: 1fr 400px;
    gap: 64px;
  }
}

.sa-hero-content {
  max-width: 680px;
}

.sa-hero-content h1 {
  font-size: var(--fs-h1);
  font-weight: 800;
  line-height: 1.1;
  color: #000000;
  margin: 16px 0 0;
}

/* ── Audit Dashboard Card ── */
.sa-hero-visual {
  width: 100%;
}

.sa-audit-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sa-audit-header {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* Score ring */
.sa-audit-score-ring {
  position: relative;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.sa-ring-svg {
  width: 80px;
  height: 80px;
}

.sa-ring-label {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.sa-ring-label strong {
  font-size: 22px;
  font-weight: 900;
  color: #000;
}

.sa-ring-label span {
  font-size: 11px;
  color: var(--muted);
  font-weight: 600;
}

.sa-audit-header-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sa-audit-domain {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  margin: 0;
}

.sa-audit-label {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
  margin: 0;
}

.sa-audit-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(212, 255, 18, 0.15);
  border: 1px solid rgba(212, 255, 18, 0.4);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 800;
  color: #2d4a00;
  margin-top: 4px;
}

/* Issue rows */
.sa-audit-issues {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sa-issue-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid transparent;
}

.sa-issue-critical {
  background: #fff2f2;
  border-color: rgba(220, 50, 50, 0.15);
}

.sa-issue-high {
  background: #fffaf0;
  border-color: rgba(230, 140, 30, 0.15);
}

.sa-issue-medium {
  background: #f2f0ff;
  border-color: rgba(123, 93, 255, 0.15);
}

.sa-issue-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex-shrink: 0;
}

.sa-issue-critical .sa-issue-dot { background: #dc3232; }
.sa-issue-high .sa-issue-dot     { background: #e68c1e; }
.sa-issue-medium .sa-issue-dot   { background: var(--primary-purple); }

.sa-issue-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  flex: 1;
  min-width: 0;
}

.sa-issue-info strong {
  font-size: 13px;
  font-weight: 800;
  color: #000;
}

.sa-issue-info span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.sa-issue-badge {
  font-size: 11px;
  font-weight: 800;
  padding: 3px 9px;
  border-radius: 5px;
  white-space: nowrap;
  flex-shrink: 0;
}

.sa-issue-badge.critical { background: #dc3232; color: #fff; }
.sa-issue-badge.high     { background: #e68c1e; color: #fff; }
.sa-issue-badge.medium   { background: var(--primary-purple); color: #fff; }

.sa-audit-footer {
  padding: 12px 16px;
  border-radius: 10px;
  background: #000;
  color: var(--accent-lime);
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

/* =====================================================
   INTRO STATS BAND
   ===================================================== */

.sa-intro-band {
  background: #000000;
  padding: 52px 0;
}

.sa-intro-stats {
  display: grid;
  gap: 32px;
  text-align: center;
}

@media (min-width: 640px) {
  .sa-intro-stats {
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
  }
}

.sa-intro-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sa-intro-stat strong {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 900;
  color: var(--accent-lime);
  line-height: 1;
}

.sa-intro-stat span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  max-width: 240px;
  line-height: 1.5;
}

/* =====================================================
   OVERVIEW GRID — 4 pillars
   ===================================================== */

.sa-overview-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 640px) {
  .sa-overview-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .sa-overview-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sa-overview-card {
  background: var(--soft-gray);
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.sa-overview-card:hover {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.sa-overview-num {
  font-size: 11px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.sa-overview-icon {
  font-size: 28px;
  margin-bottom: 14px;
  display: block;
}

.sa-overview-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin: 0 0 10px;
  line-height: 1.3;
}

.sa-overview-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0;
}

/* =====================================================
   INCLUDED SECTION — Copy + action list visual
   ===================================================== */

.sa-included-inner {
  display: grid;
  gap: 64px;
  align-items: start;
}

@media (min-width: 1024px) {
  .sa-included-inner {
    grid-template-columns: 1fr 380px;
    gap: 80px;
  }
}

.sa-included-copy .section-title {
  font-size: var(--fs-h2);
  font-weight: 800;
  color: #000;
  margin: 12px 0 0;
  line-height: 1.15;
}

.sa-included-copy .section-copy {
  font-size: var(--fs-body-lg);
  color: var(--muted);
  margin-top: 16px;
  line-height: 1.6;
}

.sa-included-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sa-included-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.sa-item-icon {
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 2px;
}

.sa-included-item strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #000;
  margin-bottom: 4px;
}

.sa-included-item p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* ── Action List Card ── */
.sa-included-visual {
  position: sticky;
  top: 100px;
}

.sa-action-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}

.sa-action-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  background: #fafafa;
}

.sa-action-icon {
  font-size: 20px;
}

.sa-action-header strong {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #000;
}

.sa-action-header span {
  font-size: 12px;
  color: var(--muted);
  font-weight: 600;
}

.sa-action-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.sa-action-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: background 150ms ease;
}

.sa-action-item:hover {
  background: #fafafa;
}

.sa-priority-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 20px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.04em;
  flex-shrink: 0;
  margin-top: 2px;
}

.sa-priority-tag.p1 { background: #dc3232; color: #fff; }
.sa-priority-tag.p2 { background: #e68c1e; color: #fff; }
.sa-priority-tag.p3 { background: var(--primary-purple); color: #fff; }

.sa-action-detail {
  flex: 1;
  min-width: 0;
}

.sa-action-detail strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
  line-height: 1.3;
}

.sa-action-meta {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sa-effort,
.sa-impact {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
}

.sa-action-footer {
  padding: 14px 20px;
  background: #000;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

/* =====================================================
   RESULTS BAND
   ===================================================== */

.sa-results-band {
  background: #000;
  padding: 80px 0;
}

.sa-results-grid {
  display: grid;
  gap: 2px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

@media (min-width: 640px) {
  .sa-results-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .sa-results-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sa-result-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 32px 28px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.sa-result-item strong {
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 900;
  color: var(--accent-lime);
  line-height: 1;
}

.sa-result-item span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  line-height: 1.5;
  max-width: 200px;
}

/* =====================================================
   AUDIT TYPES — 4 cards
   ===================================================== */

.sa-types-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 640px) {
  .sa-types-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.sa-type-card {
  background: var(--soft-gray);
  border-radius: 14px;
  padding: 32px 28px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.sa-type-card:hover {
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}

.sa-type-accent {
  background: #000;
  border-color: rgba(123, 93, 255, 0.25);
}

.sa-type-accent h3,
.sa-type-accent .sa-type-icon {
  color: #fff;
}

.sa-type-accent p {
  color: rgba(255, 255, 255, 0.65) !important;
}

.sa-type-accent .sa-type-num {
  color: rgba(255, 255, 255, 0.2) !important;
}

.sa-type-accent .sa-type-list li {
  color: rgba(255, 255, 255, 0.7) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.sa-type-accent .sa-type-list li::before {
  color: var(--accent-lime) !important;
}

.sa-type-num {
  font-size: 11px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.2);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
}

.sa-type-icon {
  font-size: 30px;
  display: block;
  margin-bottom: 14px;
}

.sa-type-card h3 {
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 800;
  color: #000;
  margin: 0 0 12px;
  line-height: 1.2;
}

.sa-type-card > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 20px;
}

.sa-type-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.sa-type-list li {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  padding: 9px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.4;
}

.sa-type-list li::before {
  content: "→";
  color: var(--primary-purple);
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
}

/* =====================================================
   PROCESS — Timeline
   ===================================================== */

.sa-process-section {
  background: var(--soft-gray);
}

.sa-process-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 860px;
  margin: 0 auto;
}

.sa-process-step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  padding-bottom: 48px;
}

.sa-step-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.sa-step-num {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--primary-purple);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
  z-index: 1;
}

.sa-step-line {
  width: 2px;
  flex: 1;
  background: rgba(0, 0, 0, 0.1);
  margin-top: 8px;
  min-height: 40px;
}

.sa-step-content {
  padding-top: 8px;
}

.sa-step-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--primary-purple);
  background: rgba(123, 93, 255, 0.08);
  border: 1px solid rgba(123, 93, 255, 0.18);
  border-radius: 5px;
  padding: 3px 10px;
  margin-bottom: 12px;
}

.sa-step-content h3 {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 800;
  color: #000;
  margin: 0 0 10px;
  line-height: 1.2;
}

.sa-step-content > p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 16px;
}

.sa-step-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sa-step-list li {
  font-size: 13px;
  font-weight: 600;
  color: var(--muted);
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}

.sa-step-list li::before {
  content: "✓";
  color: var(--primary-purple);
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

/* =====================================================
   MID-PAGE CTA
   ===================================================== */

.sa-mid-cta-section {
  background: #000;
  padding: 72px 0;
}

.sa-mid-cta-inner {
  display: grid;
  gap: 40px;
  align-items: center;
}

@media (min-width: 1024px) {
  .sa-mid-cta-inner {
    grid-template-columns: 1fr auto;
    gap: 80px;
  }
}

.sa-mid-cta-copy .eyebrow.lime {
  color: var(--accent-lime);
}

.sa-mid-cta-copy h2 {
  font-size: var(--fs-h2);
  font-weight: 800;
  color: #fff;
  margin: 12px 0 0;
  line-height: 1.15;
}

.sa-mid-cta-copy p {
  font-size: var(--fs-body-lg);
  color: rgba(255, 255, 255, 0.65);
  margin-top: 14px;
  line-height: 1.6;
  max-width: 560px;
}

.sa-mid-cta-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

@media (min-width: 480px) {
  .sa-mid-cta-actions {
    flex-direction: row;
    align-items: center;
  }
}

/* =====================================================
   AI ADVANTAGE SECTION
   ===================================================== */

.sa-ai-section {
  background: #fff;
}

.sa-ai-inner {
  display: grid;
  gap: 64px;
  align-items: center;
}

@media (min-width: 1024px) {
  .sa-ai-inner {
    grid-template-columns: 1fr 400px;
    gap: 80px;
  }
}

.sa-ai-copy p.eyebrow {
  /* inherits from master */
}

.sa-ai-copy h2 {
  font-size: var(--fs-h2);
  font-weight: 800;
  color: #000;
  margin: 12px 0 0;
  line-height: 1.15;
}

.sa-ai-copy > p {
  font-size: var(--fs-body-lg);
  color: var(--muted);
  margin-top: 16px;
  line-height: 1.6;
}

.sa-ai-points {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sa-ai-point {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.sa-ai-point-icon {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.sa-ai-point strong {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #000;
  margin-bottom: 6px;
}

.sa-ai-point p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

/* ── AI Analysis Card ── */
.sa-ai-visual {
  width: 100%;
}

.sa-ai-card {
  background: #000;
  border-radius: 16px;
  padding: 28px;
  border: 1px solid rgba(123, 93, 255, 0.2);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(123, 93, 255, 0.1);
}

.sa-ai-card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
  font-size: 13px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.9);
}

.sa-ai-pulse {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent-lime);
  box-shadow: 0 0 12px 3px rgba(212, 255, 18, 0.5);
  animation: aiPulse 2s ease-in-out infinite;
}

@keyframes aiPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.6; transform: scale(0.85); }
}

.sa-ai-metrics {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 24px;
}

.sa-ai-metric {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.sa-ai-metric-label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.sa-ai-metric-bar-track {
  width: 100%;
  height: 6px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  overflow: hidden;
}

.sa-ai-metric-bar {
  height: 100%;
  border-radius: 999px;
  background: var(--primary-purple);
  transition: width 1s ease;
}

.sa-ai-metric-bar.sa-bar-lime {
  background: var(--accent-lime);
}

.sa-ai-metric strong {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  align-self: flex-end;
  margin-top: -20px;
}

.sa-ai-status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.55);
}

.sa-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #3ea84a;
  flex-shrink: 0;
  box-shadow: 0 0 8px 2px rgba(62, 168, 74, 0.5);
}

/* =====================================================
   WHO IT'S FOR — Audience grid
   ===================================================== */

.sa-audience-section {
  background: var(--soft-gray);
}

.sa-audience-grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 640px) {
  .sa-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .sa-audience-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sa-audience-card {
  background: #fff;
  border-radius: 14px;
  padding: 28px 24px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: box-shadow 200ms ease, transform 200ms ease;
}

.sa-audience-card:hover {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.sa-audience-num {
  font-size: 11px;
  font-weight: 900;
  color: var(--primary-purple);
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.sa-audience-card h3 {
  font-size: 16px;
  font-weight: 800;
  color: #000;
  margin: 0 0 10px;
  line-height: 1.3;
}

.sa-audience-card > p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 18px;
}

.sa-audience-examples {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.sa-audience-examples li {
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  gap: 7px;
}

.sa-audience-examples li::before {
  content: "→";
  color: var(--primary-purple);
  font-size: 11px;
  font-weight: 900;
}

/* =====================================================
   RELATED SERVICES
   ===================================================== */

.sa-related-section {
  background: #fff;
  padding-bottom: 96px;
}

.sa-related-grid {
  display: grid;
  gap: 16px;
}

@media (min-width: 768px) {
  .sa-related-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.sa-related-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: var(--soft-gray);
  border-radius: 12px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  transition: box-shadow 200ms ease, transform 200ms ease, border-color 200ms ease;
}

.sa-related-card:hover {
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
  border-color: rgba(123, 93, 255, 0.2);
}

.sa-related-icon {
  font-size: 24px;
  flex-shrink: 0;
  margin-top: 2px;
}

.sa-related-card h4 {
  font-size: 15px;
  font-weight: 800;
  color: #000;
  margin: 0 0 6px;
  line-height: 1.3;
}

.sa-related-card p {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
  margin: 0;
}

.sa-related-arrow {
  width: 20px;
  height: 20px;
  color: var(--primary-purple);
  flex-shrink: 0;
  margin-top: 2px;
  margin-left: auto;
  opacity: 0.6;
  transition: opacity 150ms ease, transform 150ms ease;
}

.sa-related-card:hover .sa-related-arrow {
  opacity: 1;
  transform: translateX(3px);
}

.sa-related-arrow svg {
  width: 18px;
  height: 18px;
}

/* =====================================================
   EYEBROW LIME VARIANT
   ===================================================== */

.eyebrow.lime,
p.eyebrow.lime {
  color: var(--accent-lime);
}

/* reveal-up / reveal-scale visibility is controlled by master.css + inline script.
   No overrides needed here. */

/* =====================================================
   RESPONSIVE TWEAKS
   ===================================================== */

@media (max-width: 639px) {
  .sa-hero-content h1 {
    font-size: clamp(30px, 7vw, 42px);
  }

  .sa-audit-card {
    padding: 18px;
  }

  .sa-process-step {
    grid-template-columns: 40px 1fr;
    gap: 16px;
  }

  .sa-step-num {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }

  .sa-mid-cta-section {
    padding: 56px 0;
  }

  .sa-ai-card {
    padding: 20px;
  }

  .sa-included-inner {
    gap: 40px;
  }
}
