/* ============================================================
   AP Copilot — precision-light finance SaaS
   Palette, type & layout system
   ============================================================ */

:root {
  --ivory: #FAFAFB;
  --surface: #FFFFFF;
  --ink: #0A0B0D;
  --slate: #5B6472;
  --slate-soft: #8A93A2;
  --hairline: #E7E9EE;
  --hairline-2: #EFF1F5;
  --accent: #4F46E5;
  --accent-hover: #4338CA;
  --accent-tint: #EEEDFB;
  --green: #0FA968;
  --green-tint: #E7F6EF;
  --amber: #D9822B;
  --amber-tint: #FBF1E6;

  --shadow-frame: 0 1px 2px rgba(10,11,13,.04), 0 24px 48px -20px rgba(10,11,13,.16);
  --shadow-soft: 0 1px 2px rgba(10,11,13,.04), 0 12px 28px -18px rgba(10,11,13,.14);

  --font-ui: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;

  --wrap: 1160px;
  --gutter: clamp(20px, 5vw, 48px);
  --radius: 14px;
  --radius-sm: 10px;

  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- reset-ish ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-ui);
  background: var(--ivory);
  color: var(--ink);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0; letter-spacing: -0.02em; line-height: 1.08; font-weight: 700; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }

.mono { font-family: var(--font-mono); font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--gutter); }

.visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px;
  transition: top .2s var(--ease);
}
.skip-link:focus { top: 12px; }

:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .5em;
  font-weight: 600; font-size: .96rem; letter-spacing: -0.01em;
  padding: 12px 20px; border-radius: 10px; border: 1px solid transparent;
  cursor: pointer; transition: background .18s var(--ease), color .18s var(--ease),
    border-color .18s var(--ease), transform .18s var(--ease), box-shadow .18s var(--ease);
  white-space: nowrap;
}
.btn-primary {
  background: var(--accent); color: #fff;
  box-shadow: 0 1px 2px rgba(79,70,229,.24), 0 8px 20px -10px rgba(79,70,229,.55);
}
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.btn-ghost {
  background: transparent; color: var(--ink); border-color: var(--hairline);
}
.btn-ghost:hover { border-color: var(--slate); background: var(--surface); }
.btn-lg { padding: 15px 26px; font-size: 1.02rem; }

/* ============================================================
   HEADER
   ============================================================ */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(250,250,251,.82);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--hairline);
}
.header-inner {
  display: flex; align-items: center; gap: 20px;
  height: 68px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -0.02em; }
.brand-mark { display: inline-flex; }
.brand-word { font-size: 1.06rem; }

.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav a { color: var(--slate); font-size: .95rem; font-weight: 500; transition: color .16s var(--ease); }
.site-nav a:hover { color: var(--ink); }
.built-by { display: inline-flex; align-items: center; gap: 4px; }
.header-cta { margin-left: 26px; }

.nav-toggle {
  display: none; margin-left: auto; background: none; border: 1px solid var(--hairline);
  border-radius: 8px; padding: 7px; color: var(--ink); cursor: pointer;
}
.mobile-nav {
  display: none; flex-direction: column; gap: 4px; padding: 12px var(--gutter) 20px;
  border-bottom: 1px solid var(--hairline); background: var(--surface);
}
.mobile-nav a { padding: 12px 4px; color: var(--slate); font-weight: 500; border-bottom: 1px solid var(--hairline-2); }
.mobile-nav a:last-child { border: 0; margin-top: 8px; color: #fff; justify-content: center; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; padding: clamp(56px, 8vw, 104px) 0 clamp(48px, 6vw, 88px); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background-image:
    linear-gradient(var(--hairline-2) 1px, transparent 1px),
    linear-gradient(90deg, var(--hairline-2) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(120% 80% at 78% 12%, #000 0%, transparent 62%);
  mask-image: radial-gradient(120% 80% at 78% 12%, #000 0%, transparent 62%);
  opacity: .7;
}
.hero-grid {
  display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.eyebrow {
  font-size: .74rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .16em; color: var(--slate); margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2.35rem, 5.4vw, 4rem);
  line-height: 1.02; margin-bottom: 22px; max-width: 15ch;
}
.hero-sub {
  font-size: 1.14rem; color: var(--slate); max-width: 46ch; margin-bottom: 30px;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }

.trust-strip {
  display: flex; flex-wrap: wrap; gap: 22px;
  padding-top: 22px; border-top: 1px solid var(--hairline);
  font-size: .88rem; color: var(--slate); font-weight: 500;
}
.trust-strip li { display: inline-flex; align-items: center; gap: 8px; }
.trust-strip .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ---------- signature extraction card ---------- */
.hero-visual { display: flex; justify-content: center; }
.extract-card {
  width: 100%; max-width: 420px; background: var(--surface);
  border: 1px solid var(--hairline); border-radius: 18px;
  box-shadow: var(--shadow-frame); padding: 22px 22px 20px;
}
.ec-head {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 16px; margin-bottom: 6px; border-bottom: 1px solid var(--hairline);
}
.ec-file { display: inline-flex; align-items: center; gap: 9px; color: var(--slate); }
.ec-name { font-family: var(--font-mono); font-size: .82rem; color: var(--ink); }
.ec-badge {
  font-size: .68rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--accent); background: var(--accent-tint); padding: 5px 10px; border-radius: 999px;
}
.extract-card.done .ec-badge { color: var(--green); background: var(--green-tint); }

.ec-fields { display: flex; flex-direction: column; }
.ec-field {
  display: grid; grid-template-columns: 1fr auto; align-items: center;
  gap: 6px 14px; padding: 13px 0; border-bottom: 1px solid var(--hairline-2);
  opacity: 0; transform: translateY(6px);
  transition: opacity .5s var(--ease), transform .5s var(--ease);
}
.ec-field.in { opacity: 1; transform: none; }
.ec-field:last-child { border-bottom: 0; }
.ec-label {
  grid-column: 1; font-size: .7rem; font-weight: 600; text-transform: uppercase;
  letter-spacing: .1em; color: var(--slate-soft);
}
.ec-value {
  grid-column: 1; grid-row: 2; font-weight: 600; font-size: 1rem; color: var(--ink);
}
.ec-value.mono { font-family: var(--font-mono); }
.ec-ring {
  grid-column: 2; grid-row: 1 / span 2; align-self: center;
  width: 40px; height: 40px; display: inline-flex;
}

.ec-foot {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--hairline);
  font-size: .84rem; font-weight: 500;
  opacity: 0; transform: translateY(6px);
  transition: opacity .5s var(--ease) .1s, transform .5s var(--ease) .1s;
}
.extract-card.done .ec-foot { opacity: 1; transform: none; }
.ec-match { display: inline-flex; align-items: center; gap: 8px; color: var(--green); }
.ec-check {
  width: 16px; height: 16px; border-radius: 50%; background: var(--green);
  position: relative; flex: none;
}
.ec-check::after {
  content: ""; position: absolute; left: 5px; top: 3px; width: 4px; height: 8px;
  border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(42deg);
}
.ec-route { color: var(--slate); }

/* ============================================================
   METRICS BAND
   ============================================================ */
.metrics { border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); background: var(--surface); }
.metric-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.metric {
  padding: clamp(34px, 4vw, 52px) 28px; text-align: center;
  border-left: 1px solid var(--hairline);
}
.metric:first-child { border-left: 0; }
.metric-num {
  display: block; font-family: var(--font-mono); font-weight: 600;
  font-variant-numeric: tabular-nums;
  font-size: clamp(2.1rem, 3.6vw, 3rem); letter-spacing: -0.03em; color: var(--ink);
  line-height: 1;
}
.metric-label {
  display: block; margin-top: 12px; font-size: .74rem; font-weight: 600;
  text-transform: uppercase; letter-spacing: .12em; color: var(--slate);
}

/* ============================================================
   SECTIONS
   ============================================================ */
.section { padding: clamp(60px, 8vw, 108px) 0; border-top: 1px solid var(--hairline); }
.section-label {
  font-family: var(--font-mono); font-size: .78rem; font-weight: 500;
  letter-spacing: .04em; color: var(--accent); text-transform: uppercase;
  margin-bottom: 20px;
}
.section h2 {
  font-size: clamp(1.7rem, 3.4vw, 2.6rem); max-width: 20ch;
}
.lede { font-size: 1.12rem; color: var(--slate); max-width: 52ch; margin-top: 18px; }

/* ---------- problem ---------- */
.problem-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.problem-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.pcol {
  background: var(--surface); border: 1px solid var(--hairline);
  border-radius: var(--radius); padding: 22px 20px;
}
.pcol-tag {
  display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; padding: 4px 9px; border-radius: 6px; margin-bottom: 14px;
}
.pcol-tag-amber { color: var(--amber); background: var(--amber-tint); }
.pcol-tag-green { color: var(--green); background: var(--green-tint); }
.pcol ul { display: flex; flex-direction: column; gap: 12px; }
.pcol li { font-size: .95rem; color: var(--slate); padding-left: 20px; position: relative; }
.pcol-before li::before {
  content: ""; position: absolute; left: 0; top: 8px; width: 9px; height: 9px;
  border-radius: 2px; background: var(--amber); opacity: .55;
}
.pcol-after li::before {
  content: ""; position: absolute; left: 2px; top: 6px; width: 6px; height: 10px;
  border: solid var(--green); border-width: 0 2px 2px 0; transform: rotate(42deg);
}

/* ---------- how it works ---------- */
.how h2 { margin-top: 8px; margin-bottom: 46px; }
.steps { position: relative; display: flex; flex-direction: column; gap: 8px; }
.step {
  display: grid; grid-template-columns: auto auto 1fr; gap: 22px; align-items: start;
  padding: 26px 4px; border-top: 1px solid var(--hairline);
}
.step:first-child { border-top: 0; }
.step-index { font-size: .82rem; color: var(--slate-soft); padding-top: 12px; }
.step-icon {
  width: 52px; height: 52px; border-radius: 12px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-tint); color: var(--accent);
}
.step-body h3 { font-size: 1.35rem; margin-bottom: 8px; }
.step-body p { color: var(--slate); max-width: 60ch; }

/* ---------- product tour ---------- */
.tour h2 { margin-top: 8px; margin-bottom: 48px; }
.tour-row {
  display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(28px, 5vw, 64px);
  align-items: center; margin-bottom: clamp(40px, 6vw, 72px);
}
.tour-row:last-child { margin-bottom: 0; }
.tour-row-rev .tour-text { order: 2; }
.tour-text h3 { font-size: 1.5rem; margin-bottom: 14px; }
.tour-text p { color: var(--slate); font-size: 1.05rem; }

.browser-frame {
  border: 1px solid var(--hairline); border-radius: var(--radius);
  overflow: hidden; background: var(--surface); box-shadow: var(--shadow-frame);
}
.browser-bar {
  display: flex; align-items: center; gap: 14px; padding: 10px 14px;
  background: #FCFCFD; border-bottom: 1px solid var(--hairline);
}
.dots { display: inline-flex; gap: 6px; }
.dots i { width: 10px; height: 10px; border-radius: 50%; background: var(--hairline); }
.dots i:nth-child(1){ background:#E6C4B9;} .dots i:nth-child(2){ background:#EAE0BC;} .dots i:nth-child(3){ background:#C6E4CE;}
.browser-url {
  font-family: var(--font-mono); font-size: .76rem; color: var(--slate-soft);
  background: var(--surface); border: 1px solid var(--hairline-2); border-radius: 6px;
  padding: 4px 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.browser-frame img { width: 100%; }
.tour-figure figcaption {
  margin-top: 16px; font-size: .88rem; color: var(--slate); max-width: 60ch;
}

/* ---------- feature grid ---------- */
.features h2 { margin-top: 8px; margin-bottom: 46px; }
.feature-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px;
  background: var(--hairline); border: 1px solid var(--hairline); border-radius: var(--radius);
  overflow: hidden;
}
.feature { background: var(--surface); padding: 30px 26px; transition: background .2s var(--ease); }
.feature:hover { background: #FCFCFE; }
.feature-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 46px; height: 46px; border-radius: 11px;
  background: var(--accent-tint); color: var(--accent); margin-bottom: 18px;
}
.feature h3 { font-size: 1.14rem; margin-bottom: 8px; }
.feature p { color: var(--slate); font-size: .96rem; }

/* ---------- control & audit ---------- */
.control-inner {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(28px, 5vw, 72px);
  align-items: start;
}
.control-list { display: flex; flex-direction: column; gap: 4px; }
.control-list li {
  display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: start;
  padding: 20px 4px; border-top: 1px solid var(--hairline);
}
.control-list li:first-child { border-top: 0; }
.control-list div { color: var(--slate); font-size: 1rem; }
.control-list strong { color: var(--ink); font-weight: 600; }
.ctrl-tick {
  width: 24px; height: 24px; border-radius: 50%; flex: none; margin-top: 2px;
  background: var(--green-tint); position: relative;
}
.ctrl-tick::after {
  content: ""; position: absolute; left: 8px; top: 6px; width: 5px; height: 10px;
  border: solid var(--green); border-width: 0 2px 2px 0; transform: rotate(42deg);
}

/* ---------- tech strip ---------- */
.tech h2 { margin-top: 8px; margin-bottom: 30px; }
.tech-chips { display: flex; flex-wrap: wrap; gap: 12px; }
.tech-chips li {
  font-family: var(--font-mono); font-size: .84rem; color: var(--slate);
  background: var(--surface); border: 1px solid var(--hairline);
  padding: 9px 16px; border-radius: 999px;
}

/* ---------- CTA ---------- */
.cta { border-top: 1px solid var(--hairline); }
.cta-inner {
  background: var(--ink); color: #fff; border-radius: 22px;
  padding: clamp(44px, 6vw, 76px) clamp(28px, 5vw, 68px); text-align: center;
  position: relative; overflow: hidden;
}
.cta-inner::before {
  content: ""; position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(60% 90% at 50% -10%, rgba(79,70,229,.55), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 40%);
}
.cta-inner > * { position: relative; z-index: 1; }
.eyebrow-invert { color: #A9AFBE; }
.cta h2 { color: #fff; margin: 0 auto 18px; max-width: 18ch; }
.cta-sub { color: #C4C9D4; font-size: 1.1rem; max-width: 50ch; margin: 0 auto 30px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.btn-ghost-invert { color: #fff; border-color: rgba(255,255,255,.24); }
.btn-ghost-invert:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.06); }
.cta-alt { margin-top: 26px; font-size: .9rem; color: #9AA1B0; }
.cta-alt a { color: #fff; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,255,255,.3); }
.cta-alt a:hover { text-decoration-color: #fff; }

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer { border-top: 1px solid var(--hairline); background: var(--surface); }
.footer-inner {
  display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between;
  padding-top: clamp(40px, 5vw, 60px); padding-bottom: 32px;
}
.footer-tag { margin-top: 12px; color: var(--slate); font-size: .95rem; }
.footer-credit { max-width: 340px; }
.bs-lockup { display: inline-flex; align-items: center; gap: 12px; font-size: 1rem; color: var(--ink); }
.bs-lockup strong { font-weight: 700; }
.bs-mark {
  font-family: var(--font-mono); font-weight: 600; font-size: .9rem;
  background: var(--ink); color: #fff; padding: 6px 10px; border-radius: 8px;
}
.footer-note { margin-top: 12px; color: var(--slate); font-size: .92rem; }
.footer-base {
  display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between;
  padding-top: 24px; padding-bottom: 30px; border-top: 1px solid var(--hairline);
  font-size: .84rem; color: var(--slate-soft);
}
.footer-base a { color: var(--slate); }
.footer-base a:hover { color: var(--ink); }

/* ============================================================
   CONTACT PAGE
   ============================================================ */
.contact-section { border-top: 0; padding-top: clamp(48px, 7vw, 88px); }
.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px);
  align-items: start;
}
.contact-intro h1 { font-size: clamp(2rem, 4vw, 3rem); margin-top: 4px; }
.inline-link, .contact-intro a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(79,70,229,.3); }
.inline-link:hover { text-decoration-color: var(--accent); }

.contact-alts { margin-top: 34px; display: flex; flex-direction: column; gap: 6px; }
.contact-alts li {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center;
  padding: 16px 4px; border-top: 1px solid var(--hairline);
}
.contact-alts li:first-child { border-top: 0; }
.alt-icon {
  width: 42px; height: 42px; border-radius: 10px; flex: none;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent-tint); color: var(--accent);
}
.alt-label { display: block; font-size: .72rem; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; color: var(--slate); margin-bottom: 2px; }
.contact-alts a { color: var(--ink); font-weight: 500; text-decoration: none; font-family: var(--font-mono); font-size: .9rem; }
.contact-alts a:hover { color: var(--accent); }

.contact-card {
  background: var(--surface); border: 1px solid var(--hairline);
  border-radius: 18px; padding: clamp(24px, 3vw, 36px); box-shadow: var(--shadow-soft);
}
.field { margin-bottom: 18px; }
.field label {
  display: block; font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  color: var(--slate); margin-bottom: 8px;
}
.field input, .field textarea {
  width: 100%; font-family: var(--font-ui); font-size: 1rem; color: var(--ink);
  background: var(--ivory); border: 1px solid var(--hairline); border-radius: 10px;
  padding: 12px 14px; transition: border-color .16s var(--ease), box-shadow .16s var(--ease), background .16s var(--ease);
}
.field textarea { resize: vertical; min-height: 108px; }
.field input::placeholder, .field textarea::placeholder { color: var(--slate-soft); }
.field input:focus, .field textarea:focus {
  outline: none; border-color: var(--accent); background: var(--surface);
  box-shadow: 0 0 0 3px rgba(79,70,229,.14);
}
.form-submit { width: 100%; justify-content: center; margin-top: 6px; }
.form-note {
  margin-top: 16px; font-size: .9rem; padding: 12px 14px; border-radius: 10px;
  background: var(--green-tint); color: #0b7a4b; border: 1px solid rgba(15,169,104,.24);
}

@media (max-width: 820px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   REVEAL ANIMATION
   ============================================================ */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .extract-card { max-width: 460px; }
  .problem-grid { grid-template-columns: 1fr; }
  .tour-row, .tour-row-rev { grid-template-columns: 1fr; }
  .tour-row-rev .tour-text { order: 0; }
  .control-inner { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 780px) {
  .site-nav, .header-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .header-inner { justify-content: space-between; }
  .mobile-nav.open { display: flex; }
  .metric-grid { grid-template-columns: 1fr 1fr; }
  .metric:nth-child(-n+2) { border-bottom: 1px solid var(--hairline); }
  .metric:nth-child(odd) { border-left: 0; }
}

@media (max-width: 520px) {
  body { font-size: 16px; }
  .problem-cols { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .step { grid-template-columns: auto 1fr; }
  .step-index { display: none; }
  .footer-base { flex-direction: column; gap: 8px; }
}

/* ============================================================
   REDUCED MOTION
   ============================================================ */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .001ms !important;
  }
  .reveal, .ec-field, .ec-foot { opacity: 1 !important; transform: none !important; }
}
