/*
  Promo V3 redesign layer.
  This file intentionally overrides the legacy inline CSS without changing page content.
*/

:root {
  --promo-bg: #f8f7f4;
  --promo-paper: #fffefa;
  --promo-paper-2: #f1efea;
  --promo-ink: #090a10;
  --promo-muted: #686b7d;
  --promo-soft: #dcd8ce;
  --promo-teal: #017a86;
  --promo-teal-dark: #015f69;
  --promo-green: #02c39a;
  --promo-blue: #1f88ee;
  --promo-pink: #e57ac8;
  --promo-line: rgba(15, 15, 19, .09);
  --promo-shadow: 0 26px 80px rgba(32, 36, 42, .10);
  --promo-shadow-soft: 0 18px 48px rgba(32, 36, 42, .07);
  --promo-ease: cubic-bezier(.22, 1, .36, 1);
}

html {
  background: var(--promo-bg);
}

body {
  font-family: "DM Sans", system-ui, sans-serif;
  background:
    radial-gradient(circle at 8% 4%, rgba(1, 122, 134, .10), transparent 30rem),
    radial-gradient(circle at 92% 18%, rgba(229, 122, 200, .10), transparent 32rem),
    linear-gradient(180deg, #fbfaf7 0%, var(--promo-bg) 44%, #f3f1ec 100%);
  color: var(--promo-ink);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 60;
  pointer-events: none;
  opacity: .035;
  background-image:
    linear-gradient(115deg, rgba(15, 15, 19, .16) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(15, 15, 19, .20) 0 1px, transparent 1.2px);
  background-size: 44px 44px, 5px 5px;
  mix-blend-mode: multiply;
}

.container {
  max-width: 1180px;
  padding-inline: clamp(22px, 4vw, 44px);
}

a,
button,
.hero-cta,
.pricing-cta,
.final-cta-btn,
.wa-float {
  transition:
    transform 650ms var(--promo-ease),
    box-shadow 650ms var(--promo-ease),
    background-color 650ms var(--promo-ease),
    color 650ms var(--promo-ease),
    border-color 650ms var(--promo-ease),
    opacity 650ms var(--promo-ease);
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--promo-teal);
  outline-offset: 4px;
}

.hero {
  min-height: 100dvh;
  overflow: hidden;
  background:
    radial-gradient(circle at 74% 32%, rgba(2, 195, 154, .26), transparent 25rem),
    radial-gradient(circle at 24% 76%, rgba(31, 136, 238, .16), transparent 28rem),
    linear-gradient(145deg, #012f36 0%, #014c58 48%, #017a86 100%);
  isolation: isolate;
}

.hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .75), transparent 78%);
}

.hero::after {
  content: "";
  position: absolute;
  right: -12vw;
  bottom: -28vw;
  width: 62vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08);
  z-index: 0;
}

.hero-logo {
  position: relative;
  z-index: 2;
  padding: 12px 0 0;
}

.hero-logo img {
  width: clamp(83px, 5.6vw, 106px);
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .18));
}

.hero-inner {
  min-height: calc(100dvh - 64px);
  padding: clamp(24px, 3.6vw, 54px) 0 clamp(48px, 5vw, 72px);
  grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
  gap: clamp(36px, 5vw, 70px);
  align-items: center;
}

.hero-copy {
  max-width: 650px;
}

.hero-badge,
.section-label,
.pricing-from,
.port-tag {
  border-radius: 999px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.hero-badge {
  padding: 9px 15px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.hero h1 {
  max-width: 560px;
  margin-bottom: 18px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.8rem, 4vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: 0;
  text-wrap: balance;
}

.hero h1 em {
  display: inline-block;
  color: #f0f3bd;
  font-style: italic;
  font-weight: 500;
}

.hero-sub {
  max-width: 540px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, .76);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.75;
  text-wrap: pretty;
}

.hero-price {
  width: fit-content;
  min-width: 226px;
  margin: 0 0 22px;
  padding: 12px 16px 14px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .16),
    0 24px 60px rgba(0, 0, 0, .16);
}

.hero-price-label {
  color: rgba(255, 255, 255, .62);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
}

.hero-price-num {
  display: block;
  margin-top: 2px;
  color: #fff;
  font-size: clamp(1.9rem, 2.65vw, 2.85rem);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.hero-cta,
.pricing-cta,
.final-cta-btn {
  border-radius: 999px;
  padding: 9px 20px 9px 9px;
  gap: 12px;
  font-weight: 800;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .16);
}

.hero-cta svg,
.pricing-cta svg,
.final-cta-btn svg {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 999px;
  background: rgba(1, 122, 134, .10);
}

.hero-cta:hover,
.pricing-cta:hover,
.final-cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .20);
}

.hero-cta:active,
.pricing-cta:active,
.final-cta-btn:active,
.wa-float:active {
  transform: translateY(-1px) scale(.985);
}

.hero-video-wrap {
  position: relative;
  padding: 0;
  border-radius: 28px;
  background: transparent;
  border: 0;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, .20);
}

.hero-video-wrap {
  width: min(100%, 390px);
  max-width: 390px;
  justify-self: end;
}

.video-container {
  border-radius: 26px;
  overflow: hidden;
  background: #071b20;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12);
}

.video-aspect {
  border-radius: 26px;
}

.video-overlay {
  overflow: hidden;
}

.overlay-bg {
  background:
    linear-gradient(180deg, rgba(1, 47, 54, .08), rgba(1, 47, 54, .76)),
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .18), transparent 18rem);
}

.play-btn {
  width: 74px;
  height: 74px;
  background: #fff;
  color: var(--promo-teal);
  box-shadow: 0 26px 60px rgba(0, 0, 0, .28);
}

.play-btn svg {
  width: 31px;
  height: 31px;
}

.overlay-text p {
  font-family: "Outfit", system-ui, sans-serif;
  max-width: 82%;
  margin-inline: auto;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  font-weight: 800;
  line-height: 1.08;
  text-wrap: balance;
}

.overlay-text span {
  display: inline-block;
  max-width: 82%;
  margin-top: 8px;
  line-height: 1.35;
}

.section {
  padding: clamp(86px, 11vw, 154px) 0;
  background: transparent;
}

.section-alt {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .62), rgba(241, 239, 234, .62));
  border-block: 1px solid rgba(15, 15, 19, .045);
}

.text-center {
  max-width: 900px;
  margin-inline: auto;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin-bottom: 18px;
  padding: 9px 13px;
  color: var(--promo-teal);
  background: rgba(1, 122, 134, .08);
  border: 1px solid rgba(1, 122, 134, .13);
}

.section-title {
  max-width: 860px;
  margin-inline: auto;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.25rem, 4.6vw, 4.35rem);
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.section-body {
  max-width: 680px;
  margin-top: 20px;
  margin-inline: auto;
  color: var(--promo-muted);
  font-size: clamp(1rem, 1.5vw, 1.17rem);
  line-height: 1.8;
  text-wrap: pretty;
}

.pain-grid {
  margin-top: clamp(42px, 6vw, 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.pain-card,
.include-card,
.process-step,
.testi-card,
.port-card,
.pricing-card,
.faq-list {
  border: 1px solid rgba(15, 15, 19, .07);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 254, 250, .74));
  box-shadow: var(--promo-shadow-soft);
}

.pain-card,
.include-card,
.process-step,
.testi-card,
.port-card {
  border-radius: 30px;
}

.pain-card {
  align-items: flex-start;
  padding: clamp(22px, 3vw, 34px);
  gap: 20px;
}

.pain-card:nth-child(1),
.pain-card:nth-child(4) {
  transform: translateY(34px);
}

.pain-card:hover,
.include-card:hover,
.process-step:hover,
.port-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--promo-shadow);
}

.pain-icon,
.include-icon,
.step-num {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  border-radius: 18px;
  color: var(--promo-teal);
  background: rgba(1, 122, 134, .08) !important;
  box-shadow: inset 0 0 0 1px rgba(1, 122, 134, .10);
}

.pain-icon {
  font-size: 24px;
  line-height: 1;
}

.pain-icon::before {
  content: none;
}

.pain-card h4,
.include-card h4,
.process-step h4,
.port-info h4 {
  margin-bottom: 10px;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1.18rem, 1.6vw, 1.45rem);
  line-height: 1.12;
  letter-spacing: 0;
}

.pain-card p,
.include-card p,
.process-step p,
.port-info p,
.faq-body-inner {
  color: var(--promo-muted);
  font-size: .98rem;
  line-height: 1.72;
}

.includes-grid {
  margin-top: clamp(42px, 6vw, 72px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.include-card {
  grid-column: auto;
  min-height: 300px;
  padding: clamp(22px, 3vw, 34px);
}

.include-card:nth-child(1),
.include-card:nth-child(6) {
  grid-column: auto;
}

.include-icon {
  margin-bottom: 24px;
}

.include-icon svg {
  width: 23px;
  height: 23px;
  stroke-width: 1.8;
}

.stats-band {
  padding: 36px 0;
  background: var(--promo-teal);
  color: #fff;
  transform: none;
  border-block: 1px solid rgba(255, 255, 255, .14);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: clamp(16px, 2.5vw, 32px);
  align-items: center;
}

.stat-item {
  text-align: left;
}

.stat-num {
  margin-bottom: 8px;
  color: #fff;
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: .9;
  letter-spacing: 0;
}

.stat-label {
  color: rgba(255, 255, 255, .72);
  font-weight: 700;
}

.stat-sep {
  width: 1px;
  height: 78px;
  background: rgba(255, 255, 255, .18);
}

.process-steps {
  margin-top: clamp(42px, 6vw, 74px);
  gap: 18px;
}

.process-steps::before {
  top: 41px;
  background: linear-gradient(90deg, transparent, rgba(1, 122, 134, .26), transparent);
}

.process-step {
  padding: clamp(24px, 3vw, 36px);
}

.step-num {
  margin-bottom: 24px;
  font-family: "Outfit", system-ui, sans-serif;
  color: var(--promo-teal);
  font-size: 1.1rem;
}

.testi-grid {
  margin-top: clamp(42px, 6vw, 72px);
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.testi-card {
  grid-column: span 6;
  padding: clamp(24px, 3.4vw, 40px);
}

.testi-card:nth-child(2),
.testi-card:nth-child(3) {
  transform: translateY(36px);
}

.testi-stars {
  margin-bottom: 24px;
  color: var(--promo-teal);
}

.testi-stars svg {
  width: 16px;
  height: 16px;
}

.testi-card blockquote {
  color: var(--promo-ink);
  font-size: clamp(1.04rem, 1.45vw, 1.28rem);
  line-height: 1.62;
  text-wrap: pretty;
}

.testi-author {
  margin-top: 28px;
}

.testi-avatar {
  border-radius: 16px;
  background: rgba(1, 122, 134, .09);
  color: var(--promo-teal);
}

.testi-name {
  color: var(--promo-ink);
}

.testi-role {
  color: var(--promo-muted);
}

.portfolio-grid {
  margin-top: clamp(42px, 6vw, 72px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.port-card {
  overflow: hidden;
  padding: 10px;
}

.port-img {
  height: 230px;
  border-radius: 22px;
  object-fit: cover;
  object-position: top center;
  box-shadow: inset 0 0 0 1px rgba(15, 15, 19, .06);
}

.port-info {
  padding: 24px 18px 20px;
}

.port-tag {
  display: inline-flex;
  margin-bottom: 15px;
  padding: 8px 11px;
  color: var(--promo-teal);
  background: rgba(1, 122, 134, .08);
}

.pricing-card {
  position: relative;
  overflow: hidden;
  max-width: 920px;
  padding: clamp(32px, 6vw, 72px);
  border-radius: 38px;
  background:
    radial-gradient(circle at 88% 15%, rgba(2, 195, 154, .12), transparent 18rem),
    linear-gradient(180deg, #fff, #fbfaf7);
}

.pricing-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  pointer-events: none;
  border-radius: 29px;
  border: 1px solid rgba(1, 122, 134, .09);
}

.pricing-from,
.pricing-note {
  color: var(--promo-muted);
}

.pricing-price {
  margin: 14px 0 10px;
  color: var(--promo-teal);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.8rem, 5.8vw, 5.4rem);
  line-height: .94;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
}

.pricing-list {
  max-width: 760px;
  margin: 34px auto;
  gap: 14px 24px;
}

.pricing-list li {
  color: var(--promo-ink);
  font-weight: 700;
}

.pricing-list li::before {
  display: grid;
  place-items: center;
  content: "✓";
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  background: var(--promo-teal);
  border-radius: 999px;
}

.pricing-cta,
.final-cta-btn {
  background: var(--promo-teal);
  color: #fff;
}

.pricing-cta svg,
.final-cta-btn svg {
  background: rgba(255, 255, 255, .14);
}

.faq-list {
  max-width: 940px;
  margin-top: clamp(42px, 6vw, 72px);
  border-radius: 32px;
  overflow: hidden;
}

.faq-item {
  border-color: rgba(15, 15, 19, .07);
}

.faq-btn {
  padding: 24px clamp(20px, 4vw, 34px);
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(1.08rem, 1.6vw, 1.35rem);
  letter-spacing: 0;
}

.faq-icon {
  background: rgba(1, 122, 134, .08);
}

.faq-icon svg {
  stroke: var(--promo-teal);
}

.faq-body-inner {
  padding: 0 clamp(20px, 4vw, 34px) 28px;
}

.final-cta {
  position: relative;
  overflow: hidden;
  padding: clamp(92px, 12vw, 160px) 0;
  background:
    radial-gradient(circle at 18% 25%, rgba(2, 195, 154, .20), transparent 26rem),
    linear-gradient(145deg, #012f36 0%, #01515e 56%, #017a86 100%);
}

.final-cta::before {
  background:
    linear-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .04) 1px, transparent 1px);
  background-size: 42px 42px;
}

.final-cta h2 {
  font-family: "Outfit", system-ui, sans-serif;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: .96;
  letter-spacing: 0;
  text-wrap: balance;
}

.final-cta p {
  color: rgba(255, 255, 255, .72);
  line-height: 1.75;
}

.final-cta .section-label {
  color: #fff;
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .18);
}

.final-cta-btn {
  margin-top: 32px;
  background: #fff;
  color: var(--promo-teal);
}

.final-cta .final-note {
  margin-top: 34px;
  color: rgba(255, 255, 255, .62);
  font-size: .98rem;
}

.mini-footer {
  background: #012f36;
  border-top: 1px solid rgba(255, 255, 255, .08);
}

.wa-float {
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  background: #22d466;
  box-shadow: 0 18px 46px rgba(34, 212, 102, .36);
}

.wa-float:hover {
  transform: translateY(-4px);
}

.reveal {
  opacity: 0;
  transform: translateY(44px);
  filter: blur(8px);
  transition:
    opacity 900ms var(--promo-ease),
    transform 900ms var(--promo-ease),
    filter 900ms var(--promo-ease);
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.stagger-1 { transition-delay: 80ms; }
.stagger-2 { transition-delay: 150ms; }
.stagger-3 { transition-delay: 220ms; }
.stagger-4 { transition-delay: 290ms; }

@media (max-width: 980px) {
  .hero {
    min-height: auto;
  }

  .hero-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 52px;
    padding-top: 48px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .pain-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .pain-card:nth-child(1),
  .pain-card:nth-child(4),
  .testi-card:nth-child(2),
  .testi-card:nth-child(3) {
    margin-top: 0;
    transform: none;
  }

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

  .include-card,
  .include-card:nth-child(1),
  .include-card:nth-child(6) {
    grid-column: span 1;
    min-height: auto;
  }

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

  .stat-sep {
    display: none;
  }

  .testi-grid {
    grid-template-columns: 1fr;
  }

  .testi-card {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .container {
    padding-inline: 24px;
  }

  .hero-logo {
    text-align: left;
    padding-left: 24px;
  }

  .hero-logo img {
    width: clamp(83px, 24vw, 105px);
    height: auto;
  }

  .hero-inner {
    padding-top: 34px;
    padding-bottom: 76px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13.6vw, 4.2rem);
    line-height: 1;
  }

  .hero-sub {
    font-size: 1.02rem;
  }

  .hero-price {
    width: 100%;
    min-width: 0;
  }

  .hero-cta,
  .pricing-cta,
  .final-cta-btn {
    width: fit-content;
    max-width: 100%;
    justify-content: flex-start;
    padding: 8px 18px 8px 8px;
  }

  .hero-cta {
    font-size: 15px;
    gap: 10px;
  }

  .hero-cta svg {
    width: 34px;
    height: 34px;
    padding: 8px;
    background: rgba(1, 122, 134, .08);
    box-shadow: inset 0 0 0 1px rgba(1, 122, 134, .16);
  }

  .hero-video-wrap {
    width: min(100%, 360px);
    justify-self: center;
    padding: 0;
    border-radius: 24px;
    background: transparent;
    border: 0;
    box-shadow: none;
  }

  .video-container,
  .video-aspect {
    width: 100%;
    max-width: none;
    border-radius: 20px;
  }

  .section {
    padding: 64px 0 76px;
  }

  .text-center {
    text-align: left;
  }

  .section-title {
    margin-inline: 0;
    font-size: clamp(2.65rem, 13vw, 3.65rem);
  }

  .section-body {
    margin-inline: 0;
  }

  .pain-grid,
  .includes-grid,
  .process-steps,
  .portfolio-grid,
  .testi-grid {
    gap: 14px;
  }

  .pain-card {
    display: block;
  }

  .pain-icon,
  .include-icon,
  .step-num {
    margin-bottom: 18px;
  }

  .includes-grid {
    grid-template-columns: 1fr;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
  }

  .stats-band {
    padding: 42px 0;
  }

  .stat-item {
    text-align: center;
    padding: 6px 0;
  }

  .port-img {
    height: 230px;
  }

  .pricing-card {
    padding: 26px 18px 22px;
    border-radius: 28px;
  }

  .pricing-card::before {
    border-radius: 20px;
  }

  .pricing-list {
    margin: 28px 0 30px;
    gap: 14px;
  }

  .pricing-price {
    font-size: clamp(2.45rem, 12vw, 3.15rem);
    line-height: 1;
  }

  .pricing-from {
    font-size: 10px;
    line-height: 1.45;
    letter-spacing: .12em;
  }

  .pricing-note {
    font-size: .94rem;
    line-height: 1.45;
  }

  .pricing-list li {
    align-items: flex-start;
    gap: 12px;
    font-size: .98rem;
    line-height: 1.35;
  }

  .pricing-list li::before {
    width: 18px;
    height: 18px;
    margin-top: .1em;
    flex: 0 0 18px;
    font-size: 10px;
  }

  .pricing-cta {
    width: fit-content;
    min-width: 210px;
    max-width: 100%;
    justify-content: center;
    padding: 9px 18px 9px 9px;
    gap: 12px;
    line-height: 1.25;
    text-align: center;
  }

  .faq-btn {
    align-items: flex-start;
    gap: 18px;
  }

  .final-cta {
    padding: 90px 0;
  }

  .final-cta h2 {
    font-size: clamp(3.1rem, 15vw, 4.5rem);
  }

  .mini-footer p {
    line-height: 1.9;
  }

  .wa-float {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
  }

  .reveal {
    transform: translateY(22px);
    filter: blur(3px);
    transition-duration: 560ms;
  }
}

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

  .reveal,
  .reveal.visible {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
