/* Cuvvar standalone homepage — refreshed layout, no loader */

:root {
  --home-red: #b3001b;
  --home-red-dark: #750011;
  --home-red-light: #e23550;
  --home-ink: #19191e;
  --home-muted: #666671;
  --home-line: #e8e7eb;
  --home-soft: #f7f7f9;
  --home-white: #fff;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  width: 100%;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body.home-page {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: var(--home-ink);
  background: var(--home-white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.home-page img { max-width: 100%; }
.home-page a { color: inherit; }

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(30, 25, 26, .08);
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 8px 28px rgba(31, 24, 26, .06);
  backdrop-filter: blur(15px);
}

.nav {
  position: relative;
  width: min(100% - 36px, 1200px);
  min-height: 78px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo { margin-right: auto; display: flex; align-items: center; }
.site-logo { display: block; width: auto; height: 54px; object-fit: contain; }

.navlinks { display: flex; align-items: center; gap: 25px; }
.navlinks a {
  position: relative;
  padding: 8px 0;
  color: #46454b;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
  transition: color .2s ease;
}

.navlinks a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  border-radius: 10px;
  background: var(--home-red);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.navlinks a:hover,
.navlinks a.active { color: var(--home-red); }
.navlinks a:hover::after,
.navlinks a.active::after { transform: scaleX(1); }

.portal-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--home-red), var(--home-red-dark));
  box-shadow: 0 8px 20px rgba(179, 0, 27, .22);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.home-page .portal-link,
.home-page .portal-link:visited,
.home-page .portal-link:hover,
.home-page .portal-link:focus {
  color: #fff;
}

.home-page .portal-link i,
.home-page .portal-link .portal-text {
  color: #fff;
}

.portal-link:hover { transform: translateY(-1px); box-shadow: 0 11px 25px rgba(179, 0, 27, .28); }
.hamburger { display: none; color: #28272c; font-size: 25px; line-height: 1; cursor: pointer; }

/* Premium split hero */
.hero-full {
  position: relative;
  isolation: isolate;
  min-height: 810px;
  display: flex;
  align-items: center;
  padding: 74px 24px 78px;
  overflow: hidden;
  background: #13090c url("/lamb.jpg") center 45% / cover no-repeat;
}

.hero-full::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 7, 9, .97) 0%, rgba(29, 8, 14, .89) 46%, rgba(16, 8, 10, .58) 100%),
    linear-gradient(0deg, rgba(10, 5, 7, .75), transparent 52%);
}

.hero-full::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: -120px;
  bottom: -320px;
  width: 720px;
  height: 720px;
  border-radius: 50%;
  background: rgba(190, 0, 31, .4);
  filter: blur(120px);
}

.hero-content {
  width: min(100%, 1180px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(350px, .72fr);
  gap: 34px clamp(38px, 6vw, 78px);
  align-items: center;
  color: #fff;
}

.hero-copy {
  min-width: 0;
}

.hero-kicker,
.section-eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 15px;
  color: var(--home-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-kicker {
  padding: 8px 11px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}

.hero-kicker i { color: #ff657c; }

.hero-content h1 {
  max-width: 700px;
  margin: 0 0 17px;
  font-size: clamp(44px, 5.7vw, 70px);
  line-height: .98;
  letter-spacing: -.057em;
  text-wrap: balance;
}

.hero-content .lead {
  margin: 0 0 16px;
  color: rgba(255,255,255,.82);
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 560;
}

.hero-trust {
  max-width: 620px;
  margin: 0;
  color: rgba(255,255,255,.64);
  font-size: 12px;
  line-height: 1.6;
}

.hero-mini-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 17px;
  margin-top: 25px;
}

.hero-mini-trust span {
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 700;
}

.hero-mini-trust i {
  margin-right: 5px;
  color: #ff647b;
}

.hero-quote-card {
  position: relative;
  padding: 29px;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 24px;
  color: var(--home-ink);
  background: rgba(255,255,255,.94);
  box-shadow: 0 28px 80px rgba(0,0,0,.32);
  backdrop-filter: blur(20px);
}

.hero-quote-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 29px;
  width: 78px;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: var(--home-red);
}

.quote-card-heading > span {
  color: var(--home-red);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.quote-card-heading h2 {
  margin: 7px 0 5px;
  color: var(--home-ink);
  font-size: 25px;
  letter-spacing: -.032em;
  line-height: 1.15;
}

.quote-card-heading p {
  margin: 0 0 20px;
  color: var(--home-muted);
  font-size: 12px;
}

.plate {
  width: 100%;
  height: 78px;
  display: flex;
  overflow: hidden;
  border: 4px solid #151519;
  border-radius: 10px;
  background: #f6cb20;
  box-shadow: 0 12px 25px rgba(17,17,20,.17);
}

.gb-area {
  width: 59px;
  flex: 0 0 59px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #16499b;
  line-height: 1;
}

.eu-stars { color: #ffd631; font-size: 8px; letter-spacing: -1px; }
.gb-text { margin: 4px 0; font-size: 19px; font-weight: 850; }
.reg-area { min-width: 0; flex: 1; display: flex; align-items: center; }

.reg-area input {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border: 0;
  outline: 0;
  color: #111;
  background: transparent;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 900;
  letter-spacing: .065em;
  text-align: center;
  text-transform: uppercase;
}

.reg-area input::placeholder { color: rgba(0,0,0,.39); }
.reg-area input:focus { box-shadow: inset 0 0 0 4px rgba(179,0,27,.62); }

.cta-white {
  position: relative;
  width: 100%;
  margin-top: 14px;
  padding: 15px 24px;
  border: 0;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, var(--home-red-light), var(--home-red));
  box-shadow: 0 13px 28px rgba(179,0,27,.28);
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cta-white::after {
  content: "→";
  position: absolute;
  right: 21px;
}

.cta-white:hover { transform: translateY(-2px); box-shadow: 0 17px 34px rgba(179,0,27,.36); }
.hero-disclaimer { margin: 12px 4px 0; color: #83818a; font-size: 9px; line-height: 1.5; text-align: center; }

.hero-content .feature-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
}

.hero-content .feature {
  min-height: 103px;
  padding: 17px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 15px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(14px);
  transition: transform .2s ease, background .2s ease;
}

.hero-content .feature:hover { transform: translateY(-3px); background: rgba(255,255,255,.12); }
.hero-content .feature strong { display: block; color: #fff; font-size: 13px; line-height: 1.3; }
.feature-desc { margin-top: 7px; color: rgba(255,255,255,.63); font-size: 11px; line-height: 1.45; }

/* Trust strip */
.trust {
  width: min(100% - 32px, 1100px);
  margin: -24px auto 0;
  padding: 20px 25px;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  border: 1px solid rgba(179,0,27,.1);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(31,22,24,.12);
}

.trust-item { display: flex; align-items: center; justify-content: center; gap: 9px; color: #3d3c42; font-size: 12px; font-weight: 750; text-align: center; }
.trust-item img { width: 23px; height: 23px; flex: 0 0 23px; }

/* Feature cards */
.cards {
  width: min(100% - 32px, 1120px);
  margin: 94px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.section-heading {
  grid-column: 1 / -1;
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.section-heading > span {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--home-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.section-heading h2 {
  margin: 0 0 13px;
  color: var(--home-ink);
  font-size: clamp(32px, 4.6vw, 48px);
  letter-spacing: -.045em;
  line-height: 1.06;
  text-wrap: balance;
}

.section-heading p {
  margin: 0;
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.7;
}

.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--home-line);
  border-radius: 21px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(31,24,26,.075);
  transition: transform .25s ease, box-shadow .25s ease;
}

.card::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--home-red), var(--home-red-light)); transform: scaleX(0); transform-origin: left; transition: transform .25s ease; }
.card:hover { transform: translateY(-6px); box-shadow: 0 23px 52px rgba(31,24,26,.13); }
.card:hover::after { transform: scaleX(1); }
.card .thumb { height: 220px; overflow: hidden; }
.card .thumb img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .4s ease; }
.card:hover .thumb img { transform: scale(1.045); }
.card .body { padding: 25px 25px 29px; }
.card h3 { margin: 0 0 9px; color: var(--home-ink); font-size: 21px; letter-spacing: -.025em; }
.card p { margin: 0; color: var(--home-muted); font-size: 14px; line-height: 1.65; }

/* Reviews */
.review-rotator { position: relative; overflow: hidden; padding: 88px 20px; text-align: center; background: linear-gradient(145deg, #17151b, #29232a); }
.review-rotator::before { content: ""; position: absolute; top: -180px; right: -120px; width: 420px; height: 420px; border-radius: 50%; background: rgba(179,0,27,.28); filter: blur(80px); }
.review-rotator > * { position: relative; z-index: 1; }
.review-rotator .section-eyebrow { color: #ff7a8e; }
.review-rotator h3 { margin: 0 0 7px; color: #fff; font-size: clamp(29px, 4vw, 42px); letter-spacing: -.04em; }
.trust-counter { margin-bottom: 31px; color: #ff8194; font-size: 16px; font-weight: 750; }
.review-grid { width: min(100%, 1080px); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.review-card { padding: 25px; text-align: left; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: rgba(255,255,255,.96); box-shadow: 0 14px 35px rgba(0,0,0,.18); }
.review-card > strong { color: #242329; font-size: 15px; }
.review-meta { margin-top: 3px; color: #898891; font-size: 11px; }
.review-stars { margin-top: 12px; color: #f2a900; letter-spacing: 2px; }
.review-price { margin-top: 8px; color: var(--home-red); font-size: 13px; font-weight: 800; }
.verified { display: inline-block; margin-top: 10px; padding: 5px 8px; border-radius: 7px; color: #21743a; background: #edf8f0; font-size: 10px; font-weight: 750; }
.review-card p { margin: 14px 0 0; color: var(--home-muted); font-size: 13px; line-height: 1.65; }

/* Specialist section */
.specialist { padding: 94px 20px; background: linear-gradient(180deg, #fff 0%, #faf7f8 100%); }
.specialist-inner { width: min(100%, 1120px); margin: 0 auto; }
.specialist h2 { max-width: 850px; margin: 0 0 15px; color: var(--home-ink); font-size: clamp(31px, 4vw, 47px); line-height: 1.08; letter-spacing: -.043em; }
.specialist-intro { max-width: 850px; margin: 0 0 34px; color: var(--home-muted); font-size: 16px; }
.specialist-intro strong,
.specialist-footnote strong { color: var(--home-red); }
.offence-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.offence-card { padding: 25px; border: 1px solid var(--home-line); border-radius: 17px; background: #fff; box-shadow: 0 11px 30px rgba(31,24,26,.055); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.offence-card:hover { transform: translateY(-3px); border-color: rgba(179,0,27,.28); box-shadow: 0 17px 38px rgba(31,24,26,.09); }
.offence-card h3 { position: relative; margin: 0 0 9px; padding-left: 17px; color: var(--home-red); font-size: 17px; }
.offence-card h3::before { content: ""; position: absolute; top: 5px; bottom: 4px; left: 0; width: 4px; border-radius: 99px; background: var(--home-red); }
.offence-card p { margin: 0; color: var(--home-muted); font-size: 13px; }
.specialist-footnote { max-width: 850px; margin: 27px 0 0; color: var(--home-muted); font-size: 13px; }

/* How it works */
.split { width: min(100% - 32px, 1120px); margin: 0 auto 94px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 24px; }
.textblock { padding: 36px; border: 1px solid var(--home-line); border-radius: 21px; background: #fff; box-shadow: 0 15px 40px rgba(31,24,26,.075); }
.textblock:first-child { color: #fff; border-color: transparent; background: linear-gradient(145deg, var(--home-red), var(--home-red-dark)); }
.textblock h2,
.textblock h3 { margin: 0 0 17px; font-size: 24px; line-height: 1.2; }
.textblock:first-child h2 { color: #fff; }
.textblock h3 { color: var(--home-red); }
.section-eyebrow-light { color: #ffc1ca; }
.textblock ol { margin: 0; padding: 0; color: rgba(255,255,255,.83); list-style: none; counter-reset: home-steps; }
.textblock li { position: relative; min-height: 44px; margin-bottom: 18px; padding-left: 54px; font-size: 14px; counter-increment: home-steps; }
.textblock li::before { content: counter(home-steps, decimal-leading-zero); position: absolute; top: 0; left: 0; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; color: #fff; background: rgba(255,255,255,.1); font-size: 11px; font-weight: 850; }
.textblock p { color: var(--home-muted); font-size: 14px; }
.partner-row { margin-top: 20px; display: flex; flex-wrap: wrap; gap: 8px; }
.sticker { padding: 8px 10px; border: 1px solid rgba(179,0,27,.15); border-radius: 999px; color: var(--home-red); background: rgba(179,0,27,.055); font-size: 11px; font-weight: 750; }

/* FAQ */
.faq { width: min(100% - 32px, 880px); margin: 0 auto 98px; padding: 45px; border: 1px solid var(--home-line); border-radius: 26px; background: #fafafd; text-align: left !important; }
.faq > .section-eyebrow { display: flex; justify-content: center; }
.faq h3 { margin: 0 0 24px; text-align: center; color: var(--home-ink); font-size: clamp(28px, 4vw, 39px); letter-spacing: -.035em; }
.faq details { margin-bottom: 11px; overflow: hidden; border: 1px solid var(--home-line); border-radius: 13px; background: #fff; }
.faq summary { padding: 17px 19px; color: #302f35; font-size: 14px; font-weight: 800; cursor: pointer; }
.faq details[open] { border-color: rgba(179,0,27,.35); box-shadow: 0 8px 22px rgba(31,24,26,.055); }
.faq details[open] summary { color: var(--home-red); background: rgba(179,0,27,.035); }
.faq details p { margin: 0; padding: 0 19px 19px; color: var(--home-muted); font-size: 13px; }

/* Footer */
.footer { position: relative; overflow: hidden; padding: 46px 18px 18px; color: #e7e2e4; background: linear-gradient(135deg, #230006 0%, #520814 55%, #160003 100%); }
.footer::before { content: ""; position: absolute; top: -200px; left: -150px; width: 390px; height: 390px; border-radius: 50%; background: rgba(225,53,80,.2); filter: blur(70px); }
.footer-inner { position: relative; z-index: 1; width: min(100%, 1100px); margin: 0 auto; }
.footer-brand h3 { margin: 0 0 5px; color: #fff; font-size: 18px; }
.footer-brand p { margin: 2px 0; color: #cfc7ca; font-size: 12px; }
.footer-columns { margin-top: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.footer-col h4 { margin: 0 0 8px; color: #fff; font-size: 13px; }
.footer-col a { display: block; margin: 5px 0; color: #d2cacc; font-size: 12px; text-decoration: none; }
.footer-col a:hover { color: #fff; }
.social-links { margin-top: 20px; display: flex; gap: 10px; }
.social-links a { width: 35px; height: 35px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; color: #fff; text-decoration: none; background: rgba(255,255,255,.045); }
.secure-badges { margin-top: 18px; display: flex; flex-wrap: wrap; gap: 9px; }
.secure-item { padding: 6px 10px; border: 1px solid rgba(255,255,255,.13); border-radius: 999px; background: rgba(255,255,255,.04); font-size: 11px; }
.footer-bottom { margin-top: 18px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.1); color: #a99fa2; font-size: 11px; }

/* Error popup */
#errorPopup { display: none; position: fixed; z-index: 9999; top: 50%; left: 50%; width: min(calc(100% - 30px), 360px); padding: 28px; border: 1px solid rgba(179,0,27,.2); border-radius: 17px; background: #fff; box-shadow: 0 25px 70px rgba(0,0,0,.25); text-align: center; transform: translate(-50%, -50%); }
#errorPopup .error-message { display: block; color: #b5162c; font-size: 14px; font-weight: 750; }
#errorPopup .close-btn { width: 100%; margin-top: 18px; padding: 12px; border: 0; border-radius: 10px; color: #fff; background: var(--home-red); font-weight: 800; cursor: pointer; }

/* Immediate, non-blocking reveal */
.reveal { opacity: 1; transform: none; animation: homeSoftReveal .5s ease-out both; }
.reveal.active { opacity: 1; transform: none; }

@keyframes homeSoftReveal {
  from { opacity: .78; }
  to { opacity: 1; }
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible { outline: 3px solid rgba(226,53,80,.55); outline-offset: 3px; }

@media (max-width: 900px) {
  .navlinks { gap: 14px; }
  .hero-full { min-height: auto; padding-top: 65px; background-position: 62% center; }
  .hero-full::before { background: rgba(15,7,9,.82); }
  .hero-content { grid-template-columns: 1fr; text-align: center; }
  .hero-content h1 { margin-inline: auto; }
  .hero-copy { max-width: 760px; margin-inline: auto; }
  .hero-quote-card { width: min(100%, 520px); margin-inline: auto; text-align: left; }
  .plate { margin-inline: auto; }
  .hero-trust,
  .hero-disclaimer { margin-inline: auto; }
  .hero-mini-trust { justify-content: center; }
  .hero-content .feature-grid { margin-inline: auto; grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: 1fr; width: min(100% - 32px, 620px); }
  .card { display: grid; grid-template-columns: 210px 1fr; }
  .card .thumb { height: 100%; min-height: 190px; }
  .review-grid { grid-template-columns: 1fr; width: min(100%, 620px); }
  .split { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav { width: min(100% - 24px, 620px); min-height: 68px; }
  .site-logo { height: 44px; }
  .hamburger { display: block; order: 3; }
  .portal-link { width: 40px; height: 40px; padding: 0; justify-content: center; order: 2; }
  .portal-text { display: none; }
  .navlinks { position: absolute; top: calc(100% + 9px); right: 0; left: 0; display: none; padding: 12px; flex-direction: column; align-items: stretch; gap: 1px; border: 1px solid var(--home-line); border-radius: 14px; background: #fff; box-shadow: 0 18px 40px rgba(26,19,21,.16); }
  .navlinks.active { display: flex; }
  .navlinks a { padding: 11px 10px; }
  .navlinks a::after { display: none; }
  .hero-full { padding: 48px 14px 58px; }
  .hero-content h1 { font-size: clamp(36px, 11vw, 52px); }
  .hero-quote-card { padding: 24px 20px; border-radius: 20px; }
  .hero-quote-card::before { left: 20px; }
  .plate { width: 100%; height: 72px; border-width: 4px; }
  .gb-area { width: 55px; flex-basis: 55px; }
  .reg-area input { padding-inline: 8px; font-size: 29px; }
  .trust { grid-template-columns: 1fr 1fr; margin-top: -18px; padding: 16px; }
  .trust-item { justify-content: flex-start; text-align: left; font-size: 11px; }
  .cards { margin: 60px auto; }
  .card { display: block; }
  .card .thumb { height: 200px; }
  .review-rotator,
  .specialist { padding: 64px 16px; }
  .offence-grid { grid-template-columns: 1fr; }
  .textblock { padding: 25px 21px; }
  .faq { padding: 34px 20px; border-radius: 21px; }
  .footer { padding: 32px 14px 14px; }
  .footer-columns { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
  .footer-col a { font-size: 11px; overflow-wrap: anywhere; }
}

@media (max-width: 480px) {
  .hero-content .feature-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .hero-content .feature { min-height: 108px; padding: 13px; }
  .hero-mini-trust { display: grid; grid-template-columns: 1fr; gap: 6px; }
  .trust { grid-template-columns: 1fr; }
  .faq { margin-bottom: 64px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { animation: none; }
}
