:root {
  --deep: #004c4a;
  --deep-2: #063c3b;
  --mint: #6ad3b8;
  --mint-2: #ccefe6;
  --paper: #f5f5f0;
  --paper-2: #eceae1;
  --ink: #151b19;
  --soft-ink: #586964;
  --line: #d9ded2;
  --white: #ffffff;
  --accent: #b9a16b;
  --shadow: 0 22px 70px rgba(0, 76, 74, 0.12);
  --radius: 8px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(0, 76, 74, 0.035) 1px, transparent 1px) 0 0 / 88px 88px,
    linear-gradient(180deg, var(--paper), #fbfbf7 42%, var(--paper));
  font-family: "Poppins", sans-serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(21, 27, 25, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(21, 27, 25, 0.025) 1px, transparent 1px);
  background-size: 100% 7px, 7px 100%;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  inset: 12px auto auto 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--deep);
  border-radius: var(--radius);
  transform: translateY(-140%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(245, 245, 240, 0.9);
  border-bottom: 1px solid rgba(0, 76, 74, 0.1);
  backdrop-filter: blur(20px);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.brand-logo {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 76, 74, 0.14);
}

.brand-flow {
  color: var(--deep);
  font-size: 1.22rem;
  font-weight: 700;
  letter-spacing: 0;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #2f3d39;
  font-size: 0.93rem;
  font-weight: 600;
}

.nav-panel > a:not(.btn) {
  padding: 10px 0;
  background-image: linear-gradient(var(--deep), var(--deep));
  background-position: 0 88%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  transition: background-size 180ms ease;
}

.nav-panel > a:not(.btn):hover,
.nav-panel > a:not(.btn):focus-visible {
  background-size: 100% 1px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 50%;
}

.menu-toggle span:not(.sr-only) {
  width: 20px;
  height: 2px;
  display: block;
  margin: 4px auto;
  background: var(--deep);
  border-radius: 999px;
}

.btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.1;
  transition: all 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-4px) scale(1.03);
}

.btn-primary {
  color: var(--paper);
  background: var(--deep);
  box-shadow: 0 14px 36px rgba(0, 76, 74, 0.22);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  background: #03625f;
  box-shadow: 0 18px 46px rgba(0, 76, 74, 0.28), 0 0 0 6px rgba(106, 211, 184, 0.25);
}

.btn-quiet {
  color: var(--deep);
  background: rgba(255, 255, 255, 0.56);
  border-color: rgba(0, 76, 74, 0.18);
}

.btn-quiet:hover,
.btn-quiet:focus-visible {
  background: var(--white);
}

.btn-small {
  min-height: 42px;
  padding: 11px 16px;
  font-size: 0.9rem;
}

.kicker {
  margin: 0 0 15px;
  color: var(--deep);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.08;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  color: var(--deep);
  font-size: clamp(2.4rem, 4.2vw, 4.1rem);
  line-height: 1.15;
}

h2 {
  margin-bottom: 18px;
  color: var(--deep);
  font-size: clamp(1.85rem, 3.2vw, 3.1rem);
  line-height: 1.18;
}

h3 {
  margin-bottom: 10px;
  color: var(--ink);
  line-height: 1.15;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
}

.hero {
  position: relative;
  min-height: calc(100svh - 78px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero::after {
  content: "H2FLOW";
  position: absolute;
  right: -0.16em;
  bottom: -0.33em;
  z-index: -1;
  color: rgba(0, 76, 74, 0.045);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(8rem, 24vw, 23rem);
  letter-spacing: 0;
  line-height: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.86fr);
  align-items: center;
  gap: 68px;
  padding: 70px 0 78px;
}

.hero-copy {
  position: relative;
}

.hero-copy::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 4px;
  width: 3px;
  height: 148px;
  background: linear-gradient(var(--deep), var(--mint), transparent);
}

.hero-text {
  max-width: 590px;
  margin-bottom: 28px;
  color: var(--soft-ink);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-panel {
  position: relative;
  max-width: 470px;
  justify-self: end;
  padding: 18px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(0, 76, 74, 0.12);
  border-radius: 30px;
  box-shadow: var(--shadow);
  animation: panelFloat 7s ease-in-out infinite;
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 22px;
  z-index: -1;
  background: var(--mint);
  border-radius: 32px;
  transform: rotate(-4deg);
  opacity: 0.42;
}

.hero-panel img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 16px 46px rgba(0, 76, 74, 0.14);
}

.hero-note {
  position: absolute;
  right: -24px;
  bottom: 36px;
  width: min(255px, 70%);
  padding: 16px;
  color: var(--paper);
  background: var(--deep);
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 76, 74, 0.25);
  animation: noteLift 5.8s ease-in-out infinite;
}

.hero-note span {
  display: block;
  margin-bottom: 8px;
  color: var(--mint);
  font-weight: 700;
}

.hero-note p {
  margin: 0;
  font-size: 0.94rem;
}

@keyframes panelFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes noteLift {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.intro-strip {
  border-block: 1px solid rgba(0, 76, 74, 0.13);
  background: rgba(255, 255, 255, 0.56);
}

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

.intro-strip span {
  min-height: 86px;
  display: flex;
  align-items: center;
  padding: 18px;
  border-left: 1px solid rgba(0, 76, 74, 0.1);
  color: var(--deep);
  font-weight: 700;
}

.intro-strip span:last-child {
  border-right: 1px solid rgba(0, 76, 74, 0.1);
}

.section {
  padding: 92px 0;
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.66fr) minmax(0, 1.34fr);
  gap: 72px;
  align-items: start;
}

.section-heading {
  max-width: 720px;
}

.section-heading p,
.wide-heading > p,
.results-copy p,
.objection-card > p,
.final-cta p {
  color: var(--soft-ink);
  font-size: 1.05rem;
}

.wide-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.pain-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.pain-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: center;
  min-height: 84px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.pain-list span,
.solution-index {
  color: var(--accent);
  font-size: 1.05rem;
  font-weight: 700;
}

.pain-list h3 {
  margin: 0;
  font-weight: 600;
}

.solutions-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(245, 245, 240, 0.88)),
    linear-gradient(135deg, transparent 0 48%, rgba(106, 211, 184, 0.13) 48% 52%, transparent 52%);
}

.solution-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

.solution-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 26px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 76, 74, 0.13);
  border-radius: 28px 28px 8px 28px;
  box-shadow: 0 14px 44px rgba(0, 76, 74, 0.08);
  transition: all 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.solution-card:hover {
  transform: translateY(-10px) scale(1.02);
  background: var(--deep);
  border-color: rgba(106, 211, 184, 0.38);
  box-shadow: 0 24px 56px rgba(0, 76, 74, 0.25);
  color: var(--paper);
}

.solution-card-main {
  color: var(--paper);
  background: var(--deep);
  border-color: rgba(106, 211, 184, 0.38);
}

.solution-card-main:hover {
  background: #035956;
}

.solution-card:hover h3,
.solution-card:hover .solution-index,
.solution-card-main h3,
.solution-card-main .solution-index {
  color: var(--mint);
}

.solution-card h3,
.solution-card .solution-index {
  transition: color 400ms ease;
}

.solution-card h3 {
  margin-top: 42px;
  font-size: clamp(1.45rem, 1.9vw, 1.95rem);
  line-height: 1.08;
}

.solution-card ul {
  display: grid;
  gap: 14px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.solution-card li {
  position: relative;
  padding-left: 24px;
  color: var(--soft-ink);
  transition: color 400ms ease;
}

.solution-card:hover li,
.solution-card-main li {
  color: rgba(245, 245, 240, 0.84);
}

.solution-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 9px;
  height: 9px;
  background: var(--mint);
  border-radius: 50%;
}

.results-section {
  padding: 92px 0;
  color: var(--paper);
  background:
    linear-gradient(110deg, rgba(0, 76, 74, 0.94), rgba(6, 60, 59, 0.98)),
    var(--deep);
  overflow: hidden;
}

.results-section .kicker,
.results-section h2 {
  color: var(--mint);
}

.results-copy p {
  color: rgba(245, 245, 240, 0.76);
}

.results-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 62px;
  align-items: center;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(245, 245, 240, 0.18);
  border: 1px solid rgba(245, 245, 240, 0.18);
}

.metrics-grid article {
  position: relative;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  background: rgba(0, 76, 74, 0.55);
  overflow: hidden;
  transform: translateY(18px);
  opacity: 0;
  transition:
    transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 700ms ease;
}

.metrics-grid article::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 22px;
  height: 3px;
  background: rgba(245, 245, 240, 0.18);
}

.metrics-grid article::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 22px;
  width: calc(var(--growth, 0) * 1%);
  max-width: calc(100% - 56px);
  height: 3px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1100ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.metrics-grid article.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.metrics-grid article.is-visible::after {
  transform: scaleX(1);
}

.metrics-grid strong {
  display: block;
  margin-bottom: 12px;
  color: var(--paper);
  font-size: clamp(3rem, 4.8vw, 5.1rem);
  font-weight: 700;
  line-height: 0.9;
}

.metrics-grid p {
  margin: 0 0 20px;
  color: rgba(245, 245, 240, 0.78);
  font-weight: 600;
}

[data-reveal] {
  opacity: 0;
  transition:
    transform 850ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 850ms ease;
}

[data-reveal="left"] {
  transform: translateX(-42px);
}

[data-reveal="right"] {
  transform: translateX(42px);
}

[data-reveal="up"] {
  transform: translateY(42px);
}

[data-reveal].is-visible {
  transform: translate(0, 0);
  opacity: 1;
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 62px;
  align-items: start;
}

.method-statement {
  position: sticky;
  top: 116px;
}

.method-list {
  display: grid;
  gap: 14px;
}

.method-list article {
  display: grid;
  grid-template-columns: minmax(170px, 0.45fr) 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid var(--line);
}

.method-list span {
  color: var(--deep);
  font-size: 1.35rem;
  font-weight: 700;
}

.method-list p {
  margin: 0;
  color: var(--soft-ink);
}

.authority-section {
  padding: 92px 0;
  background:
    linear-gradient(rgba(245, 245, 240, 0.76), rgba(245, 245, 240, 0.76)),
    url("assets/hero-flow-map.svg") center / cover;
  border-block: 1px solid rgba(0, 76, 74, 0.13);
}

.authority-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.35fr) minmax(320px, 0.85fr) minmax(280px, 0.58fr);
  gap: 34px;
  align-items: end;
}

.authority-grid h2 {
  margin-bottom: 0;
}

.authority-grid p:last-child {
  margin-bottom: 0;
  color: var(--soft-ink);
  font-size: 1.05rem;
}

.objection-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 46px;
  align-items: center;
  padding: 42px;
  background: var(--white);
  border: 1px solid rgba(0, 76, 74, 0.12);
  border-radius: 32px 8px 32px 8px;
  box-shadow: var(--shadow);
}

.objection-card h2 {
  margin-bottom: 0;
}

.objection-card > p {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.58rem);
  font-weight: 600;
}

.final-cta {
  padding: 96px 0;
  color: var(--paper);
  background:
    linear-gradient(90deg, rgba(106, 211, 184, 0.16) 1px, transparent 1px) 0 0 / 78px 78px,
    var(--deep);
}

.final-cta .kicker,
.final-cta h2 {
  color: var(--mint);
}

.final-cta-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 0.62fr);
  gap: 52px;
  align-items: end;
}

.final-cta p {
  color: rgba(245, 245, 240, 0.76);
}

.final-cta .btn-primary {
  color: var(--deep);
  background: var(--mint);
}

.faq-section {
  background: rgba(255, 255, 255, 0.52);
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  gap: 54px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(0, 76, 74, 0.12);
  border-radius: 18px;
}

.faq-list summary {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 22px;
  color: var(--deep);
  cursor: pointer;
  font-weight: 700;
}

.faq-list summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  display: grid;
  place-items: center;
  color: var(--deep);
  background: var(--mint-2);
  border-radius: 50%;
  font-size: 1.2rem;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--soft-ink);
}

.site-footer {
  padding: 32px 0;
  color: rgba(245, 245, 240, 0.78);
  background: #073331;
}

.footer-grid {
  display: grid;
  grid-template-columns: auto minmax(280px, 1fr) auto;
  gap: 24px;
  align-items: center;
}

.footer-brand .brand-logo {
  width: 52px;
  height: 52px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.footer-brand .brand-flow {
  color: var(--paper);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.footer-links a {
  color: rgba(245, 245, 240, 0.8);
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--mint);
}

.site-footer p {
  margin: 0;
  font-size: 0.92rem;
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 60;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px 12px 14px;
  color: var(--paper);
  background: var(--deep);
  border: 1px solid rgba(106, 211, 184, 0.36);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 76, 74, 0.26);
  font-weight: 700;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  background: rgba(106, 211, 184, 0.18);
  border-radius: inherit;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-3px);
  background: #03625f;
  box-shadow: 0 24px 54px rgba(0, 76, 74, 0.32);
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  fill: var(--mint);
}

:focus-visible {
  outline: 3px solid rgba(106, 211, 184, 0.78);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .nav-panel {
    position: fixed;
    inset: 78px 0 auto;
    display: grid;
    gap: 0;
    padding: 18px 20px 26px;
    background: rgba(245, 245, 240, 0.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 45px rgba(0, 76, 74, 0.14);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition:
      transform 200ms ease,
      opacity 200ms ease;
  }

  .nav-panel.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .nav-panel > a {
    min-height: 48px;
    display: flex;
    align-items: center;
  }

  .nav-panel .btn {
    margin-top: 12px;
    width: 100%;
  }

  .menu-toggle {
    display: block;
  }

  .hero-grid,
  .section-grid,
  .results-grid,
  .method-grid,
  .authority-grid,
  .objection-card,
  .final-cta-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 36px;
  }

  .hero-panel {
    justify-self: start;
    max-width: 560px;
  }

  .hero-copy::before,
  .method-statement {
    position: static;
  }

  .hero-copy::before {
    display: none;
  }

  .intro-strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .solution-row {
    grid-template-columns: 1fr;
  }

  .solution-card-main {
    transform: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 72px 0;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding: 52px 0 66px;
  }

  h1 {
    font-size: clamp(2.65rem, 13vw, 4rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 2.9rem);
  }

  .hero-actions,
  .hero-actions .btn,
  .final-cta .btn {
    width: 100%;
  }

  .hero-panel {
    padding: 10px;
    border-radius: 24px;
  }

  .hero-note {
    position: static;
    width: auto;
    margin: 12px 4px 4px;
  }

  .intro-strip-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }

  .intro-strip span {
    min-height: 66px;
    border-right: 1px solid rgba(0, 76, 74, 0.1);
  }

  .pain-list article,
  .method-list article {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .solution-card {
    min-height: auto;
    padding: 24px;
  }

  .solution-card h3 {
    margin-top: 38px;
  }

  .metrics-grid article {
    min-height: 168px;
  }

  .objection-card {
    padding: 28px;
  }

  .whatsapp-float {
    right: 16px;
    bottom: 16px;
    min-height: 54px;
    width: 54px;
    justify-content: center;
    padding: 0;
  }

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

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

  [data-reveal],
  .metrics-grid article,
  .hero-panel,
  .hero-note {
    transform: none;
    opacity: 1;
  }

  .metrics-grid article::after {
    transform: scaleX(1);
  }
}
