:root {
  --bg: #f5f7fb;
  --bg-elevated: rgba(255, 255, 255, 0.72);
  --surface: rgba(255, 255, 255, 0.82);
  --surface-strong: rgba(255, 255, 255, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.58);
  --line: rgba(15, 23, 42, 0.08);
  --line-strong: rgba(15, 23, 42, 0.14);
  --text: #0f172a;
  --muted: #667085;
  --accent: #2563eb;
  --accent-strong: #1d4ed8;
  --accent-soft: rgba(37, 99, 235, 0.1);
  --signal: #0f766e;
  --shadow-xs: 0 4px 18px rgba(15, 23, 42, 0.04);
  --shadow-sm: 0 10px 28px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 18px 46px rgba(15, 23, 42, 0.08);
  --shadow-lg: 0 28px 72px rgba(15, 23, 42, 0.12);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.06), transparent 30%),
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.05), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #f5f7fb 100%);
  color: var(--text);
  font-family: 'Manrope', system-ui, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p, h1, h2, h3, h4 { margin: 0; }

.container {
  width: min(var(--container), calc(100% - 32px));
  margin: 0 auto;
}

.site-shell { position: relative; }
.section { padding: 56px 0 0; }
.hero, .page-hero { padding-top: 28px; }

.panel,
.glass,
.surface,
.access-tier,
.faq-item,
.department-modal-panel {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.panel,
.glass,
.surface,
.faq-item,
.department-card,
.metric-card,
.report-card,
.path-card,
.doctrine-card,
.access-tier {
  border-radius: var(--radius);
}

.panel,
.department-card,
.metric-card,
.report-card,
.path-card,
.doctrine-card,
.access-tier {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.panel:hover,
.department-card:hover,
.metric-card:hover,
.report-card:hover,
.path-card:hover,
.doctrine-card:hover,
.access-tier:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-color: var(--line-strong);
}

.topbar {
  position: sticky;
  top: 18px;
  z-index: 30;
  margin-top: 20px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-radius: var(--radius-pill);
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: var(--shadow-xs);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand-mark {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--signal), var(--accent));
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.08);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 0.93rem;
}

.nav a,
.footer-nav a,
.link-accent {
  transition: color 180ms ease;
}

.nav a:hover,
.footer-nav a:hover,
.link-accent:hover { color: var(--accent); }
.nav-cta { display: flex; gap: 10px; align-items: center; }

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--text);
  font-size: 1.75rem;
  line-height: 1;
}

.btn,
.btn-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover,
.btn-solid:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.16);
}

.btn-primary,
.btn-solid.highlight {
  background: var(--accent);
  color: #fff;
}

.btn-primary:hover,
.btn-solid.highlight:hover { background: var(--accent-strong); }

.btn-secondary {
  background: rgba(255,255,255,0.88);
  color: var(--text);
  border-color: var(--line);
}

.btn-tertiary,
.btn-solid {
  background: rgba(255,255,255,0.78);
  color: var(--text);
  border-color: var(--line-strong);
}

.btn.block,
.block { width: 100%; }

.eyebrow,
.detail-heading,
.department-expand,
.preview-demo-footer,
.number-mark,
.card-kicker,
.metric-label,
.plan-tag,
.report-badge,
.pillar-tag {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow {
  color: var(--signal);
  margin-bottom: 12px;
}

h1, h2, h3, h4 {
  color: var(--text);
  font-weight: 800;
  letter-spacing: -0.04em;
}

h1 { font-size: clamp(2.6rem, 5vw, 4rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); line-height: 1.06; }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); line-height: 1.18; }
h4 { font-size: 1rem; line-height: 1.3; }

.lede,
.section-lede,
.panel p,
.metric-note,
.path-card p,
.report-card p,
.doctrine-card p,
.footer-copy p,
.faq-answer p,
.privacy-text p,
.privacy-bullets li,
.reading-list li,
.bullet-list li,
.detail-desc,
.tier-intro,
.video-caption,
.page-subtitle,
.muted {
  color: var(--muted);
}

.lede { font-size: 0.98rem; max-width: 62ch; line-height: 1.72; }
.section-lede { font-size: 0.98rem; max-width: 84ch; line-height: 1.72; }
.link-accent { color: var(--accent); font-weight: 800; }
.text-center { text-align: left !important; }

.hero-grid,
.report-grid,
.footer-grid,
.doctrine-grid,
.thank-you-grid,
.proof-grid,
.department-grid,
.pricing-stack {
  display: grid;
  gap: 20px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: center;
  min-height: calc(100vh - 140px);
}

.hero-copy,
.report-main,
.report-side,
.footer-copy,
.privacy-text,
.section-head {
  display: grid;
  gap: 14px;
}

.hero-copy h1 { max-width: 10ch; }
.hero-actions,
.inline-actions,
.nav-cta,
.newsletter-action {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.newsletter-action .btn,
.newsletter-action [data-formkit-toggle] {
  min-width: 160px !important;
  width: auto !important;
  height: 44px !important;
  padding: 0 24px !important;
  border-radius: var(--radius-pill) !important;
  aspect-ratio: auto !important;
}

/* FormKit Overrides */
.formkit-form[data-uid="8d83b7f1f7"] {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px !important;
}

.formkit-input,
.formkit-submit {
  border-radius: var(--radius-pill) !important;
}

.formkit-submit {
  height: 44px !important;
  padding: 0 24px !important;
}

.section-head { margin-bottom: 28px; }

.hero-visual {
  position: relative;
  min-height: 620px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 18%, rgba(37, 99, 235, 0.1), transparent 20%),
    radial-gradient(circle at 20% 78%, rgba(15, 118, 110, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.6), rgba(255,255,255,0.26));
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  isolation: isolate;
}

.network-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.72;
}

.network-line {
  position: absolute;
  height: 1px;
  transform-origin: left center;
  background: linear-gradient(90deg, transparent 0%, rgba(37, 99, 235, 0.14) 18%, rgba(37, 99, 235, 0.26) 50%, rgba(37, 99, 235, 0.14) 82%, transparent 100%);
  animation: pulseLine 6s ease-in-out infinite;
}
.line-1 { width: 220px; top: 160px; left: 170px; transform: rotate(22deg); }
.line-2 { width: 220px; top: 420px; left: 170px; transform: rotate(-22deg); animation-delay: -1.5s; }
.line-3 { width: 210px; top: 220px; left: 380px; transform: rotate(-14deg); animation-delay: -2.7s; }
.line-4 { width: 210px; top: 390px; left: 395px; transform: rotate(15deg); animation-delay: -3.9s; }

.network-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.08), 0 0 18px rgba(37, 99, 235, 0.18);
  animation: pulseNode 4.8s ease-in-out infinite;
}
.node-1 { top: 156px; left: 166px; }
.node-2 { top: 416px; left: 166px; animation-delay: -1.2s; }
.node-3 { top: 214px; left: 585px; animation-delay: -2.3s; }
.node-4 { top: 383px; left: 599px; animation-delay: -3.2s; }
.node-core { width: 10px; height: 10px; top: 292px; left: 355px; }

.orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(10px);
  opacity: 0.48;
  z-index: 0;
  background: radial-gradient(circle at 35% 35%, rgba(255,255,255,0.95), rgba(37, 99, 235, 0.16) 46%, transparent 78%);
  animation: drift 8.5s ease-in-out infinite;
}
.orb-1 { width: 180px; height: 180px; top: 42px; left: calc(50% - 90px); }
.orb-2 { width: 140px; height: 140px; left: 80px; bottom: 62px; animation-delay: -2s; }
.orb-3 { width: 130px; height: 130px; right: 70px; bottom: 130px; animation-delay: -3.5s; }

.floating-card {
  position: absolute;
  z-index: 2;
  width: 255px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.56);
  border: 1px solid rgba(255,255,255,0.66);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  animation: floatCard 7s ease-in-out infinite;
}

.floating-card strong {
  display: block;
  font-size: 1.16rem;
  line-height: 1.16;
  letter-spacing: -0.03em;
}

.floating-card small {
  display: block;
  font-size: 0.85rem;
  line-height: 1.56;
  color: var(--muted);
}

.floating-card .card-kicker,
.metric-label,
.plan-tag,
.report-badge,
.pillar-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: var(--radius-pill);
  color: var(--accent);
  background: var(--accent-soft);
}

.floating-card.new-1 { top: 34px; left: 30px; }
.floating-card.right { top: 122px; right: 24px; animation-delay: -1.1s; }
.floating-card.left { left: 24px; bottom: 112px; animation-delay: -2.2s; }
.floating-card.new-2 { right: 30px; bottom: 36px; animation-delay: -3.1s; }

.page-banner,
.report-shell,
.privacy-block {
  padding: 28px;
  border-radius: var(--radius-lg);
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}

.page-title { max-width: 12ch; }
.page-subtitle { max-width: 62ch; }

.thank-you-grid,
.doctrine-grid,
.proof-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.department-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.department-card,
.metric-card,
.report-card,
.path-card,
.doctrine-card,
.access-tier {
  position: relative;
  overflow: hidden;
  padding: 22px;
}

.department-card::before,
.metric-card::before,
.report-card::before,
.path-card::before,
.doctrine-card::before,
.access-tier::before,
.page-banner::before,
.report-shell::before,
.privacy-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(255,255,255,0.28), rgba(255,255,255,0.02));
  pointer-events: none;
}

.department-card > *,
.metric-card > *,
.report-card > *,
.path-card > *,
.doctrine-card > *,
.access-tier > *,
.page-banner > *,
.report-shell > *,
.privacy-block > * { position: relative; }

.department-card h3,
.metric-card h3,
.report-card h3,
.path-card h3,
.doctrine-card h3 { margin: 14px 0 10px; }

.department-trigger {
  cursor: pointer;
  display: grid;
  grid-template-rows: auto auto auto 1fr auto;
  gap: 8px;
  min-height: 212px;
}

.department-trigger:hover,
.department-trigger:focus-visible {
  outline: none;
  border-color: rgba(37, 99, 235, 0.22);
}

.department-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--accent);
}
.department-icon i { width: 20px; height: 20px; }
.department-expand { color: var(--accent); }
.number-mark { color: rgba(15, 23, 42, 0.36); }

.report-grid { grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); }
.report-header,
.footer-bottom,
.privacy-head,
.privacy-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.report-header { padding-bottom: 18px; border-bottom: 1px solid var(--line); margin-bottom: 18px; }
.report-score { text-align: right; }
.score-value,
.metric-value {
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.05em;
}

.readout {
  padding: 18px;
  border-radius: 16px;
  background: #eff4ff;
  border: 1px solid rgba(37, 99, 235, 0.1);
  color: #1e293b;
  font-size: 0.9rem;
  line-height: 1.72;
}
.status-bar { color: var(--accent); display: inline-block; margin-bottom: 10px; }

.inline-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 6px; }

.video-wrapper { max-width: 860px; }
.video-container {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255,255,255,0.64);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
}
.video-container iframe { width: 100%; height: 100%; border: 0; }
.video-caption { margin-top: 10px; font-size: 0.9rem; }

.privacy-block { margin-top: 8px; }
.privacy-head { justify-content: flex-start; align-items: center; margin-bottom: 18px; }
.privacy-head i { width: 20px; height: 20px; color: var(--accent); }
.privacy-head h3 { color: var(--accent); }
.privacy-content { align-items: start; }
.privacy-text h4 { margin-bottom: 8px; }
.privacy-bullets,
.bullet-list,
.reading-list,
.footer-nav,
.faq-list,
.tier-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.bullet-list li,
.reading-list li,
.privacy-bullets li {
  position: relative;
  padding-left: 18px;
}
.bullet-list li::before,
.reading-list li::before,
.privacy-bullets li::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--accent);
  font-weight: 800;
}
.preview-demo-footer {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.pricing-stack { 
  grid-template-columns: repeat(3, minmax(0, 1fr)); 
  margin-top: 32px; 
  align-items: stretch; 
  gap: 32px;
}
.tier-header { margin-bottom: 20px; }
.tier-header h3 { margin: 10px 0 6px; }
.tier-body { display: grid; gap: 18px; flex: 1; }
.tier-details {
  min-height: 136px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(255,255,255,0.62);
  border: 1px solid var(--line);
}
.detail-heading { color: var(--signal); display: inline-block; margin-bottom: 10px; }
.detail-desc { font-size: 0.92rem; line-height: 1.68; }
.tier-footer { margin-top: 20px; }
.selection-item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 14px;
  background: rgba(255,255,255,0.58);
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.selection-item:hover { border-color: var(--line-strong); box-shadow: var(--shadow-xs); }
.selection-item.active { border-color: rgba(37, 99, 235, 0.26); background: rgba(37, 99, 235, 0.06); }
.selection-item.disabled { opacity: 0.5; cursor: not-allowed; }
.active-indicator {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 60%;
  border-radius: 0 3px 3px 0;
  background: var(--accent);
  opacity: 0;
}
.selection-item.active .active-indicator { opacity: 1; }
.item-price-tag {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: var(--radius-pill);
  background: rgba(37, 99, 235, 0.08);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 800;
}
.item-price-tag.muted-price { color: var(--muted); background: rgba(15, 23, 42, 0.06); }

.faq-list { gap: 12px; }
.faq-item { overflow: hidden; }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 16px 18px;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); }
.faq-answer { padding: 16px 18px 18px; display: grid; gap: 10px; }
.faq-answer .bullet-list { gap: 12px; }

.footer-grid {
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding-top: 36px;
}
.footer-nav { gap: 8px; }
.footer-bottom {
  margin-top: 24px;
  padding: 18px 0 32px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.84rem;
}

.department-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.department-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.department-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.department-modal-panel {
  position: relative;
  z-index: 1;
  width: min(760px, calc(100% - 32px));
  margin: 10vh auto 4vh;
  padding: 28px;
  transform: translateY(18px) scale(0.985);
  opacity: 0;
  transition: transform 220ms ease, opacity 220ms ease;
}
.department-modal.is-open .department-modal-panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.department-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.8);
  color: var(--text);
  font-size: 1.25rem;
  cursor: pointer;
}
.department-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 520ms ease, transform 520ms ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -10px, 0); }
}
@keyframes pulseNode {
  0%, 100% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}
@keyframes pulseLine {
  0%, 100% { opacity: 0.26; }
  50% { opacity: 0.65; }
}

@media (max-width: 1080px) {
  .hero-grid,
  .report-grid,
  .footer-grid,
  .pricing-stack,
  .privacy-content {
    grid-template-columns: 1fr;
  }
  .department-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-grid { min-height: auto; }
}

@media (max-width: 980px) {
  .nav, .nav-cta { display: none; }
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .topbar.open {
    flex-wrap: wrap;
    border-radius: 22px;
    padding-bottom: 16px;
  }
  .topbar.open .nav,
  .topbar.open .nav-cta {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .hero-visual {
    min-height: auto;
    display: grid;
    gap: 14px;
    padding: 16px;
  }
  .network-layer, .orb { display: none; }
  .floating-card {
    position: relative !important;
    inset: auto !important;
    width: 100%;
    min-height: auto;
    animation: none;
  }
  .thank-you-grid,
  .doctrine-grid,
  .proof-grid,
  .department-modal-grid { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .section { padding-top: 44px; }
  .container { width: min(var(--container), calc(100% - 24px)); }
  .topbar { top: 10px; padding: 11px 14px; }
  .page-banner,
  .report-shell,
  .privacy-block,
  .department-card,
  .metric-card,
  .report-card,
  .path-card,
  .doctrine-card,
  .access-tier,
  .department-modal-panel { padding: 20px; }
  .department-grid { grid-template-columns: 1fr; }
  .department-trigger { min-height: auto; }
  .report-header,
  .footer-bottom { flex-direction: column; }
  .report-score { text-align: left; }
  .faq-item summary,
  .faq-answer { padding-left: 16px; padding-right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
