:root {
  --bg-1: #090f0d;
  --bg-2: #101a16;
  --ink: #e7edea;
  --ink-2: #bdcbc4;
  --surface: #121f1a;
  --surface-soft: #16261f;
  --line: #254134;
  --gold: #cfb36a;
  --mint: #55bb87;
  --mint-2: #3f9069;
  --radius-lg: 1.35rem;
  --radius-md: 1rem;
  --shadow-1: 0 18px 42px rgba(0, 0, 0, 0.35);
  --shadow-2: 0 12px 28px rgba(0, 0, 0, 0.26);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
  line-height: 1.55;
  background:
    radial-gradient(circle at 8% 7%, rgba(85, 187, 135, 0.12) 0%, transparent 30%),
    radial-gradient(circle at 96% 9%, rgba(207, 179, 106, 0.15) 0%, transparent 29%),
    linear-gradient(180deg, var(--bg-1) 0%, #0d1613 42%, var(--bg-2) 100%);
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  letter-spacing: 0.01em;
}

p {
  margin: 0;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}

.shell {
  width: min(1180px, 92vw);
  margin-inline: auto;
}

.section {
  padding: 4.9rem 0;
}

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

.kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #9ad8b7;
}

.kicker::before {
  content: "";
  width: 16px;
  height: 1px;
  background: #9ad8b7;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  background: rgba(10, 15, 13, 0.88);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(37, 65, 52, 0.85);
}

.topbar {
  min-height: 80px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.brand-mark {
  width: 2.2rem;
  aspect-ratio: 1;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #101915;
  background: linear-gradient(130deg, #cfae5f, #9c7d3c);
}

.brand-text {
  font-size: 1.15rem;
  font-weight: 700;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  gap: 1.15rem;
  flex-wrap: wrap;
}

.main-nav a {
  font-size: 0.9rem;
  color: #c5d2cb;
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: #f2dca3;
}

.menu-toggle {
  display: none;
  width: 2.1rem;
  height: 2.1rem;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 1.3rem;
  height: 2px;
  border-radius: 999px;
  margin: 0.22rem auto;
  background: #ecf2ef;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.74rem 1.2rem;
  border-radius: 999px;
  font-size: 0.87rem;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  color: #102118;
  background: linear-gradient(120deg, #d6be84, #c89f46);
  box-shadow: 0 10px 24px rgba(207, 179, 106, 0.2);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  box-shadow: 0 14px 28px rgba(207, 179, 106, 0.3);
}

.btn-outline {
  border-color: #476758;
  color: #d2e0d8;
  background: transparent;
}

.btn-outline:hover,
.btn-outline:focus-visible {
  border-color: #86b79d;
  background: rgba(85, 187, 135, 0.08);
}

.btn-outline.light {
  border-color: rgba(233, 239, 235, 0.55);
  color: #e8f0eb;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: 5.9rem;
}

.hero-grid {
  display: grid;
  gap: 2rem;
  align-items: center;
  grid-template-columns: 1.06fr 0.94fr;
}

.hero-copy {
  display: grid;
  gap: 1rem;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4.4vw, 3.45rem);
  line-height: 1.08;
  max-width: 15ch;
}

.hero-text {
  max-width: 62ch;
  color: var(--ink-2);
}

.hero-actions {
  display: flex;
  gap: 0.72rem;
  flex-wrap: wrap;
  margin-top: 0.22rem;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 0.8rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.hero-points li {
  font-size: 0.83rem;
  color: #d5e2db;
  border: 1px solid #274133;
  background: rgba(15, 30, 24, 0.85);
  border-radius: 0.7rem;
  padding: 0.52rem 0.68rem;
}

.hero-media {
  display: grid;
  gap: 0.82rem;
}

.hero-shot {
  border: 1px solid #2f4f40;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #0e1915;
  box-shadow: var(--shadow-2);
  position: relative;
}

.main-shot {
  height: clamp(280px, 33vw, 410px);
}

.mini-shot {
  height: clamp(140px, 14vw, 175px);
}

.hero-shot span {
  position: absolute;
  left: 0.7rem;
  bottom: 0.7rem;
  padding: 0.3rem 0.58rem;
  border-radius: 999px;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: #f7fcf9;
  background: rgba(7, 14, 10, 0.8);
  z-index: 2;
}

.hero-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.82rem;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  pointer-events: none;
}

.orb-a {
  width: 320px;
  height: 320px;
  right: -110px;
  top: -70px;
  background: radial-gradient(circle, rgba(207, 179, 106, 0.28) 0%, transparent 68%);
  animation: drift 9s ease-in-out infinite alternate;
}

.orb-b {
  width: 290px;
  height: 290px;
  left: -90px;
  bottom: -70px;
  background: radial-gradient(circle, rgba(85, 187, 135, 0.24) 0%, transparent 70%);
  animation: drift 11s ease-in-out infinite alternate-reverse;
}

.hover-scroll {
  position: relative;
  overflow: hidden;
  --pan-distance: 0px;
}

.hover-scroll img {
  width: 100%;
  height: auto;
  transform: translateY(0);
  transition: transform 3.4s ease-in-out;
  will-change: transform;
}

.hover-scroll::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 12, 10, 0.08), rgba(7, 12, 10, 0.32));
  opacity: 0;
  transition: opacity 0.28s ease;
  pointer-events: none;
}

.hover-scroll.is-ready:hover img,
.hover-scroll.is-ready:focus-within img,
.screen-card:hover .hover-scroll.is-ready img,
.screen-card:focus-visible .hover-scroll.is-ready img {
  transform: translateY(calc(var(--pan-distance) * -1));
}

.hover-scroll:hover::after,
.screen-card:hover .hover-scroll::after {
  opacity: 1;
}

.stats {
  padding-top: 1.15rem;
}

.stats-grid {
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid #315241;
  background: linear-gradient(130deg, #0f1d17, #11261d);
  box-shadow: var(--shadow-1);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
}

.stats-grid article {
  padding: 1.4rem 0.9rem;
  text-align: center;
  background: rgba(8, 14, 11, 0.72);
}

.stats-grid h2 {
  color: #f2dca3;
  font-size: clamp(1.5rem, 2.8vw, 2.1rem);
}

.stats-grid p {
  margin-top: 0.22rem;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #bccfc5;
}

.feature-block {
  padding-top: 5.3rem;
}

.section-head {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 2rem;
}

.section-head h2 {
  font-size: clamp(1.65rem, 3vw, 2.5rem);
  max-width: 17ch;
}

.section-text {
  color: #becbc4;
  max-width: 68ch;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card {
  border: 1px solid #2c493c;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(21, 36, 29, 0.95), rgba(16, 28, 23, 0.95));
  padding: 1.2rem;
  box-shadow: var(--shadow-2);
}

.num {
  width: 2rem;
  height: 2rem;
  display: grid;
  place-items: center;
  border-radius: 0.55rem;
  background: linear-gradient(130deg, #d2bc84, #a58442);
  color: #111c16;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.68rem;
}

.feature-card h3 {
  font-size: 1.23rem;
  margin-bottom: 0.42rem;
}

.feature-card p {
  color: #b8c9c0;
  font-size: 0.92rem;
}

.chip-row {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.chip-row span {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #335645;
  padding: 0.42rem 0.72rem;
  background: #12201a;
  color: #d4e0da;
  font-size: 0.75rem;
}

.section-alt {
  background: linear-gradient(180deg, rgba(17, 30, 24, 0.6), rgba(9, 16, 13, 0.5));
  border-top: 1px solid rgba(44, 73, 60, 0.7);
  border-bottom: 1px solid rgba(44, 73, 60, 0.7);
}

.industries {
  border-top: 1px solid rgba(44, 73, 60, 0.55);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

.industry-card {
  border: 1px solid #2c4a3b;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(17, 29, 24, 0.96), rgba(12, 22, 18, 0.96));
  padding: 1rem;
  box-shadow: var(--shadow-2);
}

.industry-card h3 {
  font-size: 1.06rem;
  margin-bottom: 0.36rem;
}

.industry-card p {
  color: #b9c8c1;
  font-size: 0.88rem;
}

.product-focus-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1rem;
  align-items: start;
}

.focus-list {
  margin: 0.7rem 0 0;
  padding-left: 1rem;
  color: #cfddd6;
  display: grid;
  gap: 0.3rem;
}

.focus-media {
  display: flex;
  align-items: flex-end;
  gap: 0;
  padding: 0.35rem 0;
}

.focus-shot {
  position: relative;
  flex: 1 1 0;
  height: clamp(240px, 24vw, 340px);
  border: 1px solid #2f4f40;
  border-radius: var(--radius-md);
  background: #0f1a16;
  box-shadow: var(--shadow-2);
  margin-left: -2.2rem;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, z-index 0.24s ease;
}

.focus-shot:first-child {
  margin-left: 0;
}

.focus-shot:nth-child(2) {
  transform: translateY(0.65rem);
}

.focus-shot:nth-child(3) {
  transform: translateY(1.3rem);
}

.focus-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.focus-shot:hover,
.focus-shot:focus-within {
  z-index: 6;
  transform: translateY(-0.35rem) scale(1.02);
  box-shadow: 0 22px 36px rgba(0, 0, 0, 0.4);
}

.focus-shot span {
  position: absolute;
  left: 0.72rem;
  bottom: 0.68rem;
  background: rgba(8, 14, 11, 0.78);
  color: #f2f8f5;
  border-radius: 999px;
  padding: 0.28rem 0.56rem;
  font-size: 0.66rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  z-index: 2;
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.standard-card {
  border: 1px solid #315342;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(20, 35, 28, 0.95), rgba(14, 24, 20, 0.95));
  padding: 1rem;
  box-shadow: var(--shadow-2);
}

.standard-card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.36rem;
}

.standard-card p {
  color: #bdccc5;
  font-size: 0.89rem;
}

.toolset {
  border-top: 1px solid rgba(43, 71, 57, 0.55);
}

.toolset-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.tool-panel {
  border: 1px solid #2f4f40;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(19, 33, 27, 0.95), rgba(14, 25, 20, 0.95));
  padding: 1rem;
  box-shadow: var(--shadow-2);
}

.tool-panel h3 {
  font-size: 1.08rem;
  margin-bottom: 0.5rem;
}

.tool-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.tool-list li {
  color: #c1d0c8;
  font-size: 0.88rem;
  border: 1px solid rgba(55, 86, 70, 0.68);
  border-radius: 0.62rem;
  background: rgba(16, 29, 23, 0.9);
  padding: 0.42rem 0.55rem;
}

.screen-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.95rem;
}

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

.screen-card {
  border-radius: 0.95rem;
  overflow: hidden;
  border: 1px solid #2c4b3d;
  background: #13221b;
  box-shadow: var(--shadow-2);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.screen-media {
  height: clamp(165px, 17vw, 230px);
  background: #0f1915;
}

.screen-card span {
  display: block;
  padding: 0.68rem 0.72rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #e0ece6;
}

.screen-card:hover,
.screen-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.versions {
  border-top: 1px solid rgba(43, 73, 58, 0.7);
}

.version-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.version-card {
  border-radius: var(--radius-md);
  border: 1px solid #2f4f40;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(19, 33, 27, 0.95), rgba(14, 25, 20, 0.95));
  box-shadow: var(--shadow-2);
  display: grid;
  gap: 0.72rem;
}

.version-card h3 {
  font-size: 1.3rem;
}

.version-card p {
  color: #bfccc5;
  min-height: 3rem;
}

.cta {
  padding-top: 2.8rem;
  padding-bottom: 5.4rem;
}

.cta-box {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(97, 131, 115, 0.55);
  background:
    linear-gradient(130deg, rgba(11, 20, 16, 0.8), rgba(23, 44, 34, 0.86)),
    url("../img/20_Shop.webp") center / cover no-repeat;
  padding: 2.2rem;
  box-shadow: var(--shadow-1);
  display: grid;
  gap: 0.9rem;
}

.cta-box h2 {
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  max-width: 16ch;
}

.cta-actions {
  margin-top: 0.36rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.72rem;
}

.site-footer {
  border-top: 1px solid #2b483b;
  background: rgba(8, 13, 11, 0.88);
}

.footer-wrap {
  min-height: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 0.82rem;
  color: #b3c6bd;
}

.footer-links {
  display: inline-flex;
  align-items: center;
  gap: 0.95rem;
}

.footer-links a {
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #e6ce95;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(12px, 13px, 0);
  }
}

@media (max-width: 1060px) {
  .hero-grid,
  .product-focus-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 17ch;
  }

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

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

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

@media (max-width: 860px) {
  .desktop-buy {
    display: none;
  }

  .menu-toggle {
    display: block;
    justify-self: end;
  }

  .topbar {
    grid-template-columns: auto auto;
    position: relative;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    right: 0;
    background: rgba(12, 20, 16, 0.98);
    border: 1px solid rgba(47, 79, 64, 0.9);
    border-radius: 0.85rem;
    box-shadow: var(--shadow-2);
    padding: 0.82rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  .main-nav.is-open {
    display: flex;
  }

  .hero-points,
  .feature-grid,
  .version-grid,
  .industry-grid,
  .standards-grid,
  .toolset-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 620px) {
  .hero {
    padding-top: 5.2rem;
  }

  .hero-mini-grid,
  .screen-grid,
  .homes-grid {
    grid-template-columns: 1fr;
  }

  .main-shot {
    height: 270px;
  }

  .mini-shot,
  .focus-shot,
  .screen-media {
    height: 180px;
  }

  .cta-box {
    padding: 1.55rem;
  }
}

/* Micro Animations + Interactions */
.main-nav a {
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.2rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #89c3a5, #e7cd93);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.main-nav a:hover::after,
.main-nav a:focus-visible::after,
.main-nav a.is-active::after {
  transform: scaleX(1);
}

.main-nav a.is-active {
  color: #f2dca3;
}

.live-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #d8e7df;
  border: 1px solid rgba(92, 139, 116, 0.72);
  background: rgba(20, 36, 29, 0.86);
  border-radius: 999px;
  padding: 0.32rem 0.62rem;
  animation: float-tag 3.6s ease-in-out infinite;
}

.live-dot {
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 50%;
  background: #7fe6b0;
  box-shadow: 0 0 0 0 rgba(127, 230, 176, 0.55);
  animation: pulse-dot 1.5s ease-out infinite;
}

.btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.3), transparent 70%);
  transform: translateX(-135%);
  transition: transform 0.55s ease;
  z-index: -1;
}

.btn:hover::before,
.btn:focus-visible::before {
  transform: translateX(135%);
}

.btn-ripple {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.34);
  pointer-events: none;
  animation: btn-ripple 0.7s ease-out forwards;
}

.interactive-card {
  transform-origin: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  will-change: transform;
}

.interactive-card:hover,
.interactive-card:focus-within {
  box-shadow: 0 22px 38px rgba(0, 0, 0, 0.34);
  border-color: #4a6f5d;
}

.chip-row span {
  transition: transform 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.chip-row span:hover,
.chip-row span:focus-visible {
  transform: translateY(-2px);
  border-color: #6c9f84;
  color: #e3efe8;
}

.screen-card span {
  transition: letter-spacing 0.2s ease, color 0.2s ease;
}

.screen-card:hover span,
.screen-card:focus-visible span {
  letter-spacing: 0.012em;
  color: #f0f6f3;
}

.count-up {
  min-width: 3ch;
  display: inline-block;
}

.count-up.is-counted {
  animation: stat-pop 0.45s ease;
}

.floating-help {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0.62rem 0.88rem;
  font-size: 0.79rem;
  font-weight: 700;
  color: #0d1914;
  background: linear-gradient(120deg, #f0dca8, #d8b66d);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease;
  animation: float-help 3s ease-in-out infinite;
}

.floating-help::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 999px;
  border: 1px solid rgba(232, 203, 141, 0.45);
  animation: ping-ring 2.1s ease-out infinite;
}

.floating-help:hover,
.floating-help:focus-visible {
  transform: translateY(-2px);
}

@keyframes pulse-dot {
  0% {
    box-shadow: 0 0 0 0 rgba(127, 230, 176, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(127, 230, 176, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(127, 230, 176, 0);
  }
}

@keyframes float-tag {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes float-help {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}

@keyframes ping-ring {
  0% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.25);
  }
}

@keyframes btn-ripple {
  0% {
    opacity: 0.6;
    transform: translate(-50%, -50%) scale(0.3);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(16);
  }
}

@keyframes stat-pop {
  0% {
    transform: scale(0.88);
  }
  75% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .live-tag,
  .live-dot,
  .floating-help,
  .floating-help::after,
  .btn-ripple,
  .count-up.is-counted {
    animation: none !important;
  }

  .interactive-card,
  .btn,
  .hover-scroll img,
  .reveal {
    transition: none !important;
  }
}

@media (max-width: 860px) {
  .floating-help {
    right: 0.85rem;
    bottom: 0.85rem;
    font-size: 0.75rem;
    padding: 0.52rem 0.78rem;
  }
}


@media (max-width: 860px) {
  .focus-media {
    display: grid;
    gap: 0.85rem;
  }

  .focus-shot {
    margin-left: 0;
    transform: none;
    height: 230px;
  }

  .focus-shot:nth-child(2),
  .focus-shot:nth-child(3) {
    transform: none;
  }
}

@media (max-width: 620px) {
  .focus-shot {
    height: 180px;
  }
}
