:root {
  --navy-900: #04102b;
  --navy-800: #0b1d49;
  --navy-700: #10316f;
  --white: #f5f8ff;
  --muted: #b7c3e0;
  --line: rgba(170, 190, 232, 0.27);
  --panel: rgba(10, 24, 59, 0.82);
  --panel-soft: #f7f9fe;
  --ink: #13284f;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Outfit", sans-serif;
  background: linear-gradient(180deg, var(--navy-900) 0%, var(--navy-800) 44%, #eef3ff 44.01%, #f9fbff 100%);
  color: var(--white);
  line-height: 1.5;
}

.site-header,
main,
.site-footer {
  width: min(1120px, 92vw);
  margin-inline: auto;
}

.site-header {
  margin-top: 14px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  backdrop-filter: blur(8px);
  background: rgba(6, 18, 46, 0.68);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: sticky;
  top: 10px;
  z-index: 20;
}

.brand {
  text-decoration: none;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 42px;
  height: 42px;
  position: relative;
  transform: rotate(45deg);
}

.brand-mark i {
  position: absolute;
  background: linear-gradient(140deg, #ffffff, #b3c2e6);
  border-radius: 2px;
}

.brand-mark i:nth-child(1) {
  width: 11px;
  height: 35px;
  left: 1px;
  top: 4px;
}

.brand-mark i:nth-child(2) {
  width: 35px;
  height: 11px;
  left: 4px;
  top: 1px;
}

.brand-mark i:nth-child(3) {
  width: 11px;
  height: 35px;
  right: 1px;
  bottom: 4px;
}

.brand-mark i:nth-child(4) {
  width: 35px;
  height: 11px;
  right: 4px;
  bottom: 1px;
}

.brand-copy strong {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(0.96rem, 2.1vw, 1.2rem);
  display: block;
}

.brand-copy small {
  font-family: "Montserrat", sans-serif;
  display: block;
  font-size: 0.58rem;
  letter-spacing: 0.36em;
  color: #cfdaef;
}

.site-nav {
  display: flex;
  gap: 18px;
}

.site-nav a {
  color: #d7e2ff;
  text-decoration: none;
  font-size: 0.93rem;
}

.site-nav a:hover {
  color: #fff;
}

.btn {
  border-radius: 999px;
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #0c1f4d;
  background: linear-gradient(135deg, #f5f8ff, #ccdaf8);
  box-shadow: 0 10px 26px rgba(180, 200, 240, 0.4);
}

.btn-outline,
.btn-ghost {
  color: #edf3ff;
  border-color: var(--line);
  background: rgba(199, 215, 249, 0.1);
}

main {
  padding: 24px 0 34px;
}

.section {
  border-radius: 22px;
}

.hero {
  padding: clamp(26px, 5vw, 52px);
  border: 1px solid var(--line);
  background: linear-gradient(140deg, rgba(8, 22, 56, 0.94), rgba(9, 30, 76, 0.86));
  box-shadow: 0 22px 42px rgba(4, 11, 30, 0.45);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.73rem;
  color: #b5c4e7;
}

h1,
h2,
h3,
h4,
th {
  font-family: "Montserrat", sans-serif;
}

h1 {
  margin-top: 10px;
  font-size: clamp(1.85rem, 5vw, 3.4rem);
  letter-spacing: -0.02em;
}

.hero h2 {
  margin-top: 8px;
  font-size: clamp(1.08rem, 2.8vw, 1.52rem);
  color: #d2ddf5;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.lead {
  margin-top: 16px;
  max-width: 67ch;
  color: #bfd0ef;
  font-size: clamp(0.98rem, 2.2vw, 1.15rem);
}

.hero-actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.panel {
  margin-top: 18px;
  padding: clamp(20px, 4vw, 30px);
  border: 1px solid rgba(125, 152, 213, 0.28);
  background: var(--panel-soft);
  color: var(--ink);
}

#plans {
  position: relative;
  overflow: hidden;
}

.section-head h3 {
  margin-top: 8px;
  font-size: clamp(1.2rem, 3vw, 2rem);
  max-width: 30ch;
}

.body-copy {
  margin-top: 14px;
  max-width: 68ch;
  color: #314b79;
}

.cycle-wrap {
  position: relative;
  margin-top: 18px;
  min-height: 560px;
  border: 1px solid #d4dff5;
  border-radius: 24px;
  background:
    radial-gradient(circle at center, rgba(228, 237, 255, 0.85) 0%, rgba(247, 250, 255, 0.92) 43%, #ffffff 70%),
    linear-gradient(130deg, #ffffff, #f8fbff);
  overflow: hidden;
}

.cycle-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 420px;
  height: 420px;
  border: 1.5px dashed rgba(47, 90, 175, 0.35);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotateTrack 26s linear infinite;
}

.cycle-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cycle-lines path {
  fill: none;
  stroke: rgba(37, 86, 175, 0.52);
  stroke-width: 2.3;
  stroke-linecap: round;
}

.cycle-lines marker polygon {
  fill: #315fad;
}

.cycle-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  transform: translate(-50%, -50%);
  border: 1px solid #b8ccef;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #fafdff, #dce9ff);
  box-shadow: inset 0 0 0 7px rgba(255, 255, 255, 0.72), 0 12px 28px rgba(40, 81, 158, 0.18);
  display: grid;
  place-content: center;
  text-align: center;
  padding: 14px;
  z-index: 2;
}

.cycle-core p {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.58rem;
  color: #5678b3;
  font-weight: 700;
}

.cycle-core h4 {
  margin-top: 6px;
  font-size: 0.85rem;
  line-height: 1.25;
  color: #123062;
}

.cycle-node {
  position: absolute;
  width: 156px;
  min-height: 74px;
  border: 1px solid #c4d4f5;
  border-radius: 14px;
  background: #ffffff;
  padding: 10px 11px;
  box-shadow: 0 10px 24px rgba(56, 91, 161, 0.14);
  z-index: 3;
}

.cycle-node span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 0.66rem;
  font-weight: 700;
  background: #e4edff;
  color: #1d447f;
}

.cycle-node h4 {
  margin-top: 6px;
  font-size: 0.82rem;
  color: #17366a;
  line-height: 1.3;
}

.model-caption {
  margin-top: 10px;
  font-size: 0.82rem;
  color: #5978ae;
  letter-spacing: 0.01em;
}

.node-1 {
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}

.node-2 {
  right: 38px;
  top: 112px;
}

.node-3 {
  right: 34px;
  bottom: 116px;
}

.node-4 {
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}

.node-5 {
  left: 34px;
  bottom: 116px;
}

.node-6 {
  left: 38px;
  top: 112px;
}

.table-wrap {
  position: relative;
  margin-top: 16px;
  overflow-x: auto;
  border: 1px solid #d7e3fb;
  border-radius: 14px;
  background:
    linear-gradient(120deg, rgba(238, 244, 255, 0.8), rgba(248, 251, 255, 0.95), rgba(233, 242, 255, 0.8));
  background-size: 240% 240%;
  animation: gridFlow 12s ease infinite;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7);
}

table {
  width: 100%;
  border-collapse: collapse;
  background: transparent;
  border-radius: 14px;
  overflow: hidden;
}

th,
td {
  padding: 12px 14px;
  border-bottom: 1px solid #e5ecfa;
  text-align: left;
}

th {
  background: rgba(230, 239, 255, 0.9);
  color: #1d3d74;
  font-size: 0.9rem;
}

tr:last-child td {
  border-bottom: 0;
}

tbody tr {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

tbody tr:hover {
  background: rgba(235, 244, 255, 0.85);
  box-shadow: inset 0 0 0 1px rgba(140, 173, 236, 0.45);
}

.money {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
}

.positive {
  color: #11824a;
}

.up-arrow {
  color: #11824a;
  font-weight: 700;
  margin-left: 2px;
}

.finance-particles {
  position: absolute;
  inset: 14px 20px auto auto;
  pointer-events: none;
  z-index: 2;
}

.finance-particles span {
  position: absolute;
  font-size: 0.66rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(28, 69, 140, 0.44);
  animation: floatData 8.5s ease-in-out infinite;
}

.finance-particles span:nth-child(1) {
  top: 20px;
  right: 20px;
}

.finance-particles span:nth-child(2) {
  top: 76px;
  right: 108px;
  animation-delay: 1.2s;
}

.finance-particles span:nth-child(3) {
  top: 42px;
  right: 188px;
  animation-delay: 2s;
}

.finance-particles span:nth-child(4) {
  top: 102px;
  right: 46px;
  animation-delay: 2.8s;
}

.finance-particles span:nth-child(5) {
  top: 132px;
  right: 164px;
  animation-delay: 3.4s;
}

.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.chart-card {
  position: relative;
  background: #fff;
  border: 1px solid #d8e3fa;
  border-radius: 14px;
  padding: 14px;
  overflow: hidden;
}

.chart-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(transparent 96%, rgba(45, 95, 182, 0.08) 96%),
    linear-gradient(90deg, transparent 96%, rgba(45, 95, 182, 0.08) 96%);
  background-size: 100% 24px, 24px 100%;
  animation: driftGrid 16s linear infinite;
  pointer-events: none;
}

.chart-card h4 {
  font-size: 0.95rem;
  color: #1f3f77;
}

.chart-card svg {
  width: 100%;
  height: auto;
  margin-top: 8px;
}

.chart-card polyline {
  fill: none;
  stroke: #1c458c;
  stroke-width: 3;
}

.chart-card circle {
  fill: #2f62be;
}

.chart-bars {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  align-items: end;
  min-height: 74px;
}

.chart-bars span {
  display: block;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #94b0e8, #2c5fb9);
  animation: barPulse 3.8s ease-in-out infinite;
}

.chart-bars span:nth-child(2) {
  animation-delay: 0.2s;
}

.chart-bars span:nth-child(3) {
  animation-delay: 0.45s;
}

.chart-bars span:nth-child(4) {
  animation-delay: 0.7s;
}

.chart-bars span:nth-child(5) {
  animation-delay: 1s;
}

.risk-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.structure-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.structure-card {
  border: 1px solid #d4def3;
  border-radius: 14px;
  background: #ffffff;
  padding: 16px;
  box-shadow: 0 8px 18px rgba(27, 68, 138, 0.08);
}

.structure-card h4 {
  font-size: 0.98rem;
  color: #163767;
}

.structure-card p {
  margin-top: 7px;
  color: #34507e;
  font-size: 0.92rem;
}

.kpi-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.kpi-card {
  border: 1px solid #d4def3;
  border-radius: 14px;
  background: #ffffff;
  padding: 14px;
}

.kpi-card p {
  color: #4a6797;
  font-size: 0.82rem;
}

.kpi-card h4 {
  margin-top: 5px;
  font-size: 1.18rem;
  color: #103268;
}

.check-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.check-card {
  border: 1px solid #d4def3;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
  color: #26487d;
  position: relative;
  padding-left: 34px;
}

.check-card::before {
  content: "✓";
  position: absolute;
  left: 12px;
  top: 12px;
  color: #2d62be;
  font-weight: 700;
}

.proceeds-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.proceeds-grid article {
  border: 1px solid #d4def3;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
}

.proceeds-grid span {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #123c80;
}

.proceeds-grid p {
  margin-top: 6px;
  color: #365484;
  font-size: 0.9rem;
}

.waterfall-list {
  margin-top: 14px;
  display: grid;
  gap: 8px;
  padding-left: 20px;
  color: #274a7f;
}

.waterfall-list li {
  background: #ffffff;
  border: 1px solid #d4def3;
  border-radius: 10px;
  padding: 10px 12px;
}

.terms-table-wrap {
  margin-top: 16px;
  border: 1px solid #d7e3fb;
  border-radius: 12px;
  overflow: hidden;
}

.terms-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
}

.terms-table th,
.terms-table td {
  padding: 11px 13px;
  border-bottom: 1px solid #e4ecfb;
}

.terms-table tr:last-child td {
  border-bottom: 0;
}

.comparison-wrap {
  margin-top: 16px;
  border: 1px solid #d7e3fb;
  border-radius: 14px;
  overflow-x: auto;
  background: #ffffff;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 920px;
}

.comparison-table th,
.comparison-table td {
  padding: 12px 13px;
  border-bottom: 1px solid #e4ecfb;
  text-align: left;
}

.comparison-table th {
  background: #eef4ff;
  color: #1d3d74;
  font-size: 0.86rem;
}

.comparison-table td {
  color: #2e4b79;
  font-size: 0.9rem;
}

.comparison-table tbody tr:hover {
  background: rgba(237, 245, 255, 0.68);
}

.comparison-table tr:last-child td {
  border-bottom: 0;
}

.comparison-highlight td {
  background: linear-gradient(120deg, rgba(20, 60, 128, 0.08), rgba(62, 109, 196, 0.08));
  color: #10386f;
}

.doc-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.doc-card {
  text-decoration: none;
  border: 1px solid #cbdcf8;
  border-radius: 12px;
  background: linear-gradient(140deg, #ffffff, #edf4ff);
  color: #1f4683;
  font-weight: 600;
  padding: 14px;
  display: block;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.doc-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(42, 85, 160, 0.16);
}

.team-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.team-card {
  border: 1px solid #d4def3;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
}

.team-card h4 {
  color: #16396d;
  font-size: 0.96rem;
}

.team-card p {
  margin-top: 6px;
  color: #355280;
  font-size: 0.9rem;
}

.faq-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.faq-list article {
  border: 1px solid #d4def3;
  border-radius: 12px;
  background: #ffffff;
  padding: 14px;
}

.faq-list h4 {
  color: #173b70;
  font-size: 0.95rem;
}

.faq-list p {
  margin-top: 6px;
  color: #355381;
  font-size: 0.9rem;
}

.legal-note {
  margin-top: 12px;
  padding: 10px 12px;
  border-left: 3px solid #9eb8ea;
  background: #eef4ff;
  color: #45618f;
  font-size: 0.82rem;
}

.purpose-panel {
  background:
    radial-gradient(circle at 8% 10%, rgba(155, 186, 246, 0.24), transparent 26%),
    linear-gradient(130deg, #f3f7ff, #eaf2ff 52%, #f8fbff);
  border: 1px solid #d6e4fb;
}

.purpose-copy {
  margin-top: 12px;
  color: #2f4d7c;
  max-width: 84ch;
}

.risk-grid article {
  border: 1px solid #d4def3;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
}

.risk-grid span {
  color: #2d5fb6;
  font-size: 1.1rem;
}

.risk-grid h4 {
  margin-top: 6px;
  font-size: 0.97rem;
}

.final-cta {
  margin-top: 18px;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--line);
  background: linear-gradient(140deg, rgba(8, 22, 56, 0.96), rgba(16, 48, 104, 0.89));
  text-align: center;
}

.final-cta h3 {
  font-size: clamp(1.3rem, 3.4vw, 2.2rem);
}

.final-cta p {
  margin: 10px auto 18px;
  max-width: 56ch;
  color: #c4d4f4;
}

.site-footer {
  padding: 0 0 26px;
}

.footer-shell {
  border: 1px solid rgba(160, 182, 226, 0.24);
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 10%, rgba(67, 110, 189, 0.18), transparent 28%),
    linear-gradient(150deg, rgba(7, 20, 49, 0.96), rgba(11, 31, 73, 0.94));
  padding: 22px;
  color: #d6e2ff;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand strong {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  color: #eef3ff;
}

.footer-brand small {
  display: block;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.28em;
  font-size: 0.6rem;
  color: #b9caeb;
}

.footer-tagline {
  color: #adc0e8;
  font-size: 0.9rem;
  line-height: 1.5;
}

.footer-contact-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.footer-contact-item {
  text-decoration: none;
  border: 1px solid rgba(184, 204, 239, 0.24);
  border-radius: 12px;
  padding: 11px 12px 11px 38px;
  background: rgba(181, 203, 243, 0.07);
  color: #d8e5ff;
  position: relative;
  transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.footer-contact-item:hover {
  transform: translateY(-2px);
  background: rgba(185, 207, 247, 0.13);
  border-color: rgba(190, 211, 248, 0.42);
}

.footer-contact-item::before {
  position: absolute;
  left: 12px;
  top: 11px;
  font-size: 1rem;
  opacity: 0.9;
}

.footer-contact-item.mail::before {
  content: "✉";
}

.footer-contact-item.phone::before {
  content: "☎";
}

.footer-contact-item.linkedin::before {
  content: "in";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.footer-contact-item.web::before {
  content: "◎";
}

.footer-contact-item span {
  display: block;
  font-size: 0.72rem;
  color: #a9bee8;
}

.footer-contact-item strong {
  display: block;
  margin-top: 1px;
  color: #e6efff;
  font-size: 0.87rem;
  font-weight: 600;
}

.footer-contact-item:visited,
.footer-contact-item:active,
.footer-contact-item:focus {
  color: #d8e5ff;
  outline: none;
}

.footer-contact-item:focus-visible {
  box-shadow: 0 0 0 2px rgba(167, 193, 240, 0.45);
}

.footer-bottom {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid rgba(184, 204, 239, 0.16);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.footer-bottom p {
  color: #98aedb;
  font-size: 0.82rem;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .split,
  .risk-grid,
  .structure-grid,
  .check-grid,
  .proceeds-grid,
  .doc-grid,
  .team-grid,
  .kpi-grid {
    grid-template-columns: 1fr;
  }

  .footer-top,
  .footer-contact-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .footer-contact-grid {
    display: grid;
  }

  .footer-bottom {
    align-items: flex-start;
  }

  .footer-tagline {
    font-size: 0.86rem;
  }

  .footer-contact-item strong {
    font-size: 0.84rem;
  }

  .finance-particles {
    display: none;
  }

  .cycle-wrap {
    min-height: auto;
    padding: 18px;
    display: grid;
    gap: 10px;
  }

  .cycle-wrap::before,
  .cycle-lines {
    display: none;
  }

  .cycle-core,
  .cycle-node,
  .node-1,
  .node-2,
  .node-3,
  .node-4,
  .node-5,
  .node-6 {
    position: static;
    width: 100%;
    min-height: 0;
    transform: none;
  }

  .cycle-core {
    height: auto;
    border-radius: 14px;
    margin-bottom: 4px;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  .btn {
    width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .brand-copy small {
    letter-spacing: 0.28em;
  }
}

@keyframes rotateTrack {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes gridFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes floatData {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.28;
  }

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

@keyframes driftGrid {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(24px);
  }
}

@keyframes barPulse {
  0%,
  100% {
    filter: brightness(0.98);
  }

  50% {
    filter: brightness(1.12);
  }
}
