@font-face {
  font-family: "Poppins Hopela Home";
  font-style: normal;
  font-weight: 800;
  font-display: optional;
  src: url("../fonts/local/poppins-800-hopela.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: optional;
  src: url("../fonts/local/poppins-500-hopela.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: optional;
  src: url("../fonts/local/poppins-600-hopela.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src: url("../fonts/local/poppins-700-hopela.woff2") format("woff2");
}

body.home-refonte-page {
  overflow-x: clip;
  overflow-y: visible;
}

.hop-home {
  --hop-ink: #1e2617;
  --hop-muted: #5b6b4c;
  --hop-soft: #f7f8f5;
  --hop-line: #e6ebde;
  --hop-green: #5e7e39;
  --hop-green-2: #779455;
  --hop-orange: #ff6600;
  --hop-dark: #0f172a;
  --hop-deep: #132014;
  --hop-cream: #eef3e6;
  color: var(--hop-ink);
  background: var(--hop-soft);
  font-family: "Open Sans", system-ui, sans-serif;
  overflow-x: clip;
  overflow-y: visible;
}

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

.hop-home a {
  color: var(--hop-green);
  text-decoration: none;
}

.hop-home a:hover {
  color: var(--hop-orange);
  text-decoration: none;
}

.hop-home img,
.hop-home svg {
  max-width: 100%;
}

.hop-reveal {
  opacity: 0;
  filter: blur(2px);
  transform: translate3d(0, 18px, 0);
  transition: opacity .55s ease, filter .55s ease, transform .55s ease;
  transition-delay: var(--hop-delay, 0ms);
  will-change: opacity, filter, transform;
}

.hop-reveal.is-visible {
  opacity: 1;
  filter: none;
  transform: translate3d(0, 0, 0);
}

.hop-container {
  width: min(100% - 44px, 1240px);
  margin: 0 auto;
}

.hop-section {
  padding: 84px 0;
}

.hop-section[id] {
  scroll-margin-top: 110px;
}

.hop-section-light {
  background: var(--hop-soft);
}

.hop-section-white {
  background: #fff;
}

.hop-section-blend {
  background: linear-gradient(180deg, #fff, #f2f5ec);
}

.hop-section-deep {
  position: relative;
  overflow: hidden;
  background: var(--hop-deep);
  color: #fff !important;
}

.hop-section-deep::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(620px 360px at 18% 18%, rgba(94, 126, 57, .2), transparent 68%),
    radial-gradient(520px 300px at 82% 80%, rgba(255, 102, 0, .08), transparent 70%);
  pointer-events: none;
}

.hop-section-deep > .hop-container {
  position: relative;
  z-index: 1;
}

.hop-section-navy {
  background: var(--hop-dark);
  color: #fff;
}

.hop-section-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.hop-eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: #4f6f2e;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hop-section-deep .hop-eyebrow,
.hop-section-navy .hop-eyebrow {
  color: #9fbd7c;
}

.hop-title {
  margin: 0;
  color: var(--hop-ink);
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}

.hop-section-deep .hop-title,
.hop-section-navy .hop-title {
  color: #fff;
}

.hop-lead {
  margin: 14px 0 0;
  color: var(--hop-muted);
  font-size: 16.5px;
  line-height: 1.6;
}

.hop-section-deep .hop-lead,
.hop-section-navy .hop-lead {
  color: #cdd6c2;
}

.hop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  border-radius: 13px;
  border: 1px solid transparent;
  padding: 14px 26px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.hop-btn-primary {
  background: #b84700;
  color: #fff !important;
  box-shadow: 0 14px 34px rgba(255, 102, 0, .34);
}

.hop-btn-primary:hover {
  background: #9f3d00;
  color: #fff;
  transform: translateY(-2px);
}

.hop-btn-ghost {
  border-color: rgba(255, 255, 255, .22);
  background: rgba(255, 255, 255, .08);
  color: #fff !important;
}

.hop-btn-ghost:hover {
  background: rgba(255, 255, 255, .16);
  color: #fff;
}

.hop-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  color: var(--hop-green);
  font-family: Poppins, sans-serif;
  font-size: 14.5px;
  font-weight: 700;
}

.hop-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 88px;
  color: #fff;
  background:
    radial-gradient(1100px 600px at 78% 8%, rgba(94, 126, 57, .38), transparent 60%),
    linear-gradient(160deg, #0f172a 0%, #132014 55%, #0d1508 100%);
}

.hop-hero::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255, 102, 0, .18), transparent 70%);
  pointer-events: none;
  animation: hopPulse 7s ease-in-out infinite;
}

.hop-circuit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  pointer-events: none;
}

.hop-circuit path {
  animation: hopDash 9s linear infinite;
}

.hop-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 40px;
  align-items: center;
}

.hop-hero-visual {
  width: 100%;
}

.hop-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  border: 1px solid rgba(119, 148, 85, .45);
  border-radius: 999px;
  background: rgba(94, 126, 57, .22);
  color: #cfe0b8;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 700;
}

.hop-status-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ee06a;
  box-shadow: 0 0 10px #7ee06a;
}

.hop-hero h1 {
  max-width: 760px;
  margin: 0 0 20px;
  color: #fff;
  font-family: "Poppins Hopela Home", Poppins, sans-serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

.hop-hero-copy {
  max-width: 570px;
  margin: 0 0 30px;
  color: #cdd6c2;
  font-size: 19px;
  line-height: 1.6;
}

.hop-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 30px;
}

.hop-checks {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hop-checks li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #cdd6c2;
  font-size: 14px;
}

.hop-hero-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .02));
  box-shadow: 0 30px 70px rgba(0, 0, 0, .4);
  padding: 26px;
  backdrop-filter: blur(4px);
}

.hop-panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.hop-panel-title,
.hop-live,
.hop-floating-pill {
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.hop-panel-title {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #e9efe1;
  font-size: 13px;
}

.hop-panel-title .hop-icon-box {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--hop-green), var(--hop-green-2));
  color: #fff;
}

.hop-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(126, 224, 106, .3);
  border-radius: 999px;
  background: rgba(126, 224, 106, .12);
  color: #8fdc74;
  padding: 4px 10px;
  font-size: 11px;
}

.hop-live .hop-status-dot {
  width: 6px;
  height: 6px;
  animation: hopBlink 1.6s infinite;
}

.hop-console {
  position: relative;
  overflow: hidden;
  height: 264px;
  margin-bottom: 16px;
  border: 1px solid rgba(119, 148, 85, .3);
  border-radius: 20px;
  background:
    radial-gradient(130% 100% at 50% 8%, rgba(94, 126, 57, .34), transparent 58%),
    linear-gradient(180deg, #0c1524, #0a1105);
}

.hop-console-grid {
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 190%;
  height: 132px;
  transform: translateX(-50%) perspective(360px) rotateX(60deg);
  background-image:
    linear-gradient(rgba(126, 224, 106, .16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(126, 224, 106, .16) 1px, transparent 1px);
  background-size: 26px 26px;
  mask-image: radial-gradient(circle at 50% 0, #000, transparent 74%);
}

.hop-core {
  position: absolute;
  top: 47%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 180px;
  transform: translate(-50%, -50%);
}

.hop-core::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(94, 126, 57, .5), transparent 66%);
}

.hop-core::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 172px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent, rgba(126, 224, 106, .3), transparent 52%);
  animation: hopOrbit 8s linear infinite;
}

.hop-ring,
.hop-ring-alt {
  position: absolute;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(126, 224, 106, .35);
  border-radius: 50%;
  animation: hopRing 3s ease-out infinite;
}

.hop-ring-alt {
  animation-delay: 1.5s;
}

.hop-core img {
  position: relative;
  z-index: 2;
  width: 126px;
  height: 126px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, .55));
  animation: hopFloat 6s ease-in-out infinite;
}

.hop-floating-pill {
  position: absolute;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(119, 148, 85, .4);
  border-radius: 999px;
  background: rgba(12, 21, 36, .72);
  color: #e9efe1;
  padding: 6px 11px;
  font-size: 10.5px;
  backdrop-filter: blur(5px);
  animation: hopFloat 5.8s ease-in-out infinite;
}

.hop-floating-pill::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ee06a;
}

.hop-pill-orange::before {
  background: var(--hop-orange);
}

.hop-float-a { top: 16px; left: 14px; }
.hop-float-b { top: 16px; right: 14px; animation-delay: .5s; }
.hop-float-c { bottom: 16px; left: 14px; animation-delay: .8s; }
.hop-float-d { right: 14px; bottom: 16px; animation-delay: .3s; }

.hop-panel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 18px;
}

.hop-panel-stat {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 11px;
  background: rgba(255, 255, 255, .05);
  padding: 11px 10px;
  text-align: center;
}

.hop-panel-stat strong {
  display: block;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.hop-panel-stat span {
  color: #9fac8e;
  font-size: 11px;
}

/* Immersive hero: live infrastructure control room. */
.hop-hero {
  isolation: isolate;
  min-height: 610px;
  padding: 82px 0 76px;
  background:
    radial-gradient(700px 480px at 18% 52%, rgba(94, 126, 57, .25), transparent 72%),
    linear-gradient(112deg, #08111d 0%, #0d1820 43%, #122313 73%, #0a1109 100%);
}

.hop-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(144, 173, 109, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(144, 173, 109, .035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 78%, transparent);
  pointer-events: none;
}

.hop-hero::after {
  z-index: -1;
  top: -150px;
  right: 12%;
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(255, 102, 0, .17), rgba(94, 126, 57, .08) 38%, transparent 70%);
  filter: blur(6px);
}

.hop-hero-media {
  position: absolute;
  z-index: -2;
  inset: 0 0 0 44%;
  overflow: hidden;
  opacity: .2;
  mask-image: linear-gradient(90deg, transparent 0%, #000 35%, #000 100%);
  pointer-events: none;
}

.hop-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 17, 29, .05), rgba(8, 17, 29, .82));
}

.hop-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.75) contrast(1.12);
  transform: scale(1.045);
  animation: hopHeroDrift 18s ease-in-out infinite alternate;
}

.hop-circuit {
  z-index: -1;
  opacity: .72;
}

.hop-circuit-lines {
  stroke: rgba(130, 169, 84, .25);
  stroke-width: 1;
  stroke-dasharray: 3 13;
}

.hop-circuit-packets {
  fill: #a8ce77;
  filter: drop-shadow(0 0 7px #8ec35e);
}

.hop-hero-grid {
  grid-template-columns: minmax(0, 1.03fr) minmax(470px, .97fr);
  gap: clamp(34px, 5vw, 76px);
}

.hop-hero-content {
  position: relative;
  z-index: 2;
}

.hop-hero-badge {
  min-height: 35px;
  margin-bottom: 24px;
  border-color: rgba(151, 190, 105, .35);
  background: rgba(8, 17, 29, .54);
  color: #cbd8bc;
  box-shadow: inset 0 1px rgba(255, 255, 255, .05), 0 12px 30px rgba(0, 0, 0, .14);
  backdrop-filter: blur(10px);
}

.hop-hero-badge strong {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
}

.hop-hero-badge strong::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 13px;
  margin-left: 10px;
  background: rgba(255, 255, 255, .22);
  vertical-align: -2px;
}

.hop-hero h1 {
  max-width: 690px;
  margin-bottom: 22px;
  font-size: clamp(46px, 4.35vw, 66px);
  line-height: 1.02;
  text-wrap: balance;
}

.hop-hero h1 span {
  position: relative;
  display: inline;
  color: #dce9ce;
}

.hop-hero h1 span::after {
  content: "";
  position: absolute;
  right: 2px;
  bottom: -5px;
  left: 3px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--hop-orange), #ffb067 45%, transparent 88%);
  transform: scaleX(0);
  transform-origin: left;
  animation: hopHeroUnderline .9s .5s cubic-bezier(.2, .8, .2, 1) forwards;
}

.hop-hero-copy {
  max-width: 610px;
  color: #c7d2bf;
  font-size: 18px;
}

.hop-hero .hop-actions {
  margin-bottom: 27px;
}

.hop-hero .hop-btn {
  min-height: 51px;
  padding: 13px 20px;
}

.hop-hero .hop-btn-primary {
  box-shadow: 0 14px 34px rgba(201, 76, 0, .32), inset 0 1px rgba(255, 255, 255, .2);
}

.hop-hero .hop-btn-primary span {
  margin-left: 3px;
  font-size: 19px;
  transition: transform .2s ease;
}

.hop-hero .hop-btn-primary:hover span {
  transform: translateX(4px);
}

.hop-checks li {
  color: #bfcbb6;
}

.hop-checks svg {
  color: #9bc76b;
}

.hop-hero-visual {
  position: relative;
  z-index: 1;
  max-width: 560px;
  justify-self: end;
  transform-style: preserve-3d;
}

.hop-hero-panel {
  overflow: hidden;
  border-color: rgba(186, 215, 151, .23);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(21, 37, 29, .9), rgba(8, 17, 29, .86));
  box-shadow: 0 35px 100px rgba(0, 0, 0, .55), 0 0 0 1px rgba(255, 255, 255, .035) inset;
  padding: 18px;
  transform: perspective(1100px) rotateX(var(--hop-tilt-x, 0deg)) rotateY(var(--hop-tilt-y, 0deg));
  transition: transform .18s ease-out, border-color .25s ease, box-shadow .25s ease;
  will-change: transform;
}

.hop-hero-visual:hover .hop-hero-panel {
  border-color: rgba(172, 210, 127, .38);
  box-shadow: 0 42px 110px rgba(0, 0, 0, .58), 0 0 42px rgba(94, 126, 57, .1);
}

.hop-panel-top {
  min-height: 34px;
  margin-bottom: 12px;
}

.hop-panel-title {
  font-size: 12px;
  letter-spacing: 0;
}

.hop-panel-title .hop-icon-box {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
}

.hop-live {
  padding: 5px 9px;
  font-size: 9.5px;
}

.hop-console {
  height: 318px;
  margin-bottom: 12px;
  border-color: rgba(151, 190, 105, .25);
  border-radius: 16px;
  background: #07100d;
  isolation: isolate;
}

.hop-console-photo,
.hop-console-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hop-console-photo {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 43%;
  opacity: .38;
  filter: saturate(.8) contrast(1.14);
  transform: scale(1.07);
}

.hop-console-shade {
  z-index: -2;
  background:
    radial-gradient(circle at 50% 48%, rgba(79, 120, 48, .1), rgba(4, 11, 10, .45) 42%, rgba(3, 8, 8, .9) 100%),
    linear-gradient(180deg, rgba(8, 17, 29, .24), rgba(6, 14, 10, .78));
}

.hop-console-grid {
  z-index: -1;
  bottom: -30px;
  height: 174px;
  opacity: .78;
  background-size: 30px 30px;
}

.hop-console-links {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: none;
  stroke: rgba(157, 201, 106, .5);
  stroke-width: 1.25;
  stroke-dasharray: 4 7;
  filter: drop-shadow(0 0 5px rgba(126, 224, 106, .35));
}

.hop-console-packets {
  fill: #d9ffac;
  stroke: none;
}

.hop-core {
  top: 50%;
  width: 176px;
  height: 176px;
}

.hop-core::before {
  width: 176px;
  height: 176px;
  background: radial-gradient(circle, rgba(116, 158, 69, .56), rgba(94, 126, 57, .16) 43%, transparent 67%);
  animation: hopCoreGlow 3.4s ease-in-out infinite;
}

.hop-core::after {
  width: 166px;
  height: 166px;
  background: conic-gradient(from 0deg, transparent, rgba(173, 218, 119, .55), transparent 34%, rgba(255, 102, 0, .25), transparent 62%);
}

.hop-core-orbit {
  position: absolute;
  width: 145px;
  height: 145px;
  border: 1px dashed rgba(202, 231, 167, .38);
  border-radius: 50%;
  animation: hopOrbit 12s linear infinite reverse;
}

.hop-core-orbit::before,
.hop-core-orbit::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a7d274;
  box-shadow: 0 0 12px #a7d274;
}

.hop-core-orbit::before { left: -4px; }
.hop-core-orbit::after { right: -4px; }

.hop-core img {
  width: 116px;
  height: 116px;
}

.hop-core-label {
  position: absolute;
  z-index: 3;
  bottom: 4px;
  border: 1px solid rgba(185, 220, 144, .3);
  border-radius: 99px;
  background: rgba(5, 13, 11, .84);
  color: #d8e7c7;
  padding: 4px 9px;
  font-family: Poppins, sans-serif;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}

.hop-floating-pill {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 105px;
  border-color: rgba(156, 196, 108, .3);
  border-radius: 9px;
  background: rgba(5, 14, 12, .78);
  color: #f2f6ed;
  padding: 7px 10px 7px 22px;
  font-size: 10px;
  line-height: 1.25;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25), inset 0 1px rgba(255, 255, 255, .05);
}

.hop-floating-pill::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  box-shadow: 0 0 9px currentColor;
}

.hop-floating-pill small {
  color: #8da17b;
  font-size: 7px;
  font-weight: 800;
  line-height: 1.2;
}

.hop-pill-orange {
  border-color: rgba(255, 102, 0, .35);
}

.hop-float-a { top: 20px; left: 16px; }
.hop-float-b { top: 20px; right: 16px; }
.hop-float-c { bottom: 18px; left: 16px; }
.hop-float-d { right: 16px; bottom: 18px; }

.hop-scan-line {
  position: absolute;
  z-index: 5;
  top: -20%;
  right: 0;
  left: 0;
  height: 54px;
  background: linear-gradient(180deg, transparent, rgba(167, 210, 116, .08), rgba(192, 232, 145, .22), transparent);
  mix-blend-mode: screen;
  animation: hopScan 5.5s linear infinite;
  pointer-events: none;
}

.hop-panel-stats {
  gap: 8px;
  margin-top: 0;
}

.hop-panel-stat {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  border-radius: 9px;
  background: rgba(255, 255, 255, .045);
  padding: 9px;
  text-align: left;
}

.hop-panel-stat > span:last-child {
  min-width: 0;
}

.hop-panel-stat .hop-stat-icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(152, 193, 105, .25);
  border-radius: 8px;
  background: rgba(94, 126, 57, .18);
  color: #bddd94;
  place-items: center;
  font-family: Poppins, sans-serif;
  font-size: 8px;
  font-weight: 800;
}

.hop-panel-stat strong {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hop-panel-stat small {
  display: block;
  overflow: hidden;
  color: #87967c;
  font-size: 8px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hop-hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(143, 183, 95, .14);
  border-radius: 50%;
  pointer-events: none;
}

.hop-orbit-a {
  top: -48px;
  right: -42px;
  width: 170px;
  height: 170px;
  animation: hopOrbit 18s linear infinite;
}

.hop-orbit-b {
  right: -12px;
  bottom: -55px;
  width: 110px;
  height: 110px;
  border-style: dashed;
  animation: hopOrbit 13s linear infinite reverse;
}

.hop-trust {
  border-top: 1px solid rgba(119, 148, 85, .18);
  background: var(--hop-deep);
  color: #cdd6c2;
}

.hop-trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 34px;
  padding: 18px 0;
  font-size: 14px;
}

.hop-trust-row span,
.hop-chip {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hop-needs-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 940px;
  margin: 0 auto;
}

.hop-need,
.hop-card,
.hop-use-case,
.hop-step,
.hop-advisor,
.hop-faq details {
  border: 1px solid var(--hop-line);
  background: #fff;
}

.hop-need {
  display: flex;
  min-height: 172px;
  flex-direction: column;
  gap: 12px;
  border-radius: 16px;
  padding: 20px;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.hop-need:hover,
.hop-use-case:hover {
  border-color: #c3d3ad;
  box-shadow: 0 18px 36px rgba(32, 52, 20, .1);
  transform: translateY(-4px);
}

.hop-icon-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eef3e6, #dbe6cb);
  color: var(--hop-green);
}

.hop-need strong {
  color: var(--hop-ink);
  font-family: Poppins, sans-serif;
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.35;
}

.hop-need em {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: #6a7960;
  font-size: 13px;
  font-style: normal;
}

.hop-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.hop-card {
  display: flex;
  min-height: 318px;
  flex-direction: column;
  border-radius: 20px;
  padding: 28px;
}

.hop-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.hop-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--hop-green), var(--hop-green-2));
  color: #fff;
  transition: transform .24s ease, box-shadow .24s ease;
}

.hop-card-icon-dark {
  background: linear-gradient(135deg, #203414, var(--hop-green));
}

.hop-price {
  border-radius: 999px;
  background: var(--hop-cream);
  color: #4f6f2e;
  padding: 5px 11px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.hop-card h3 {
  margin: 0 0 8px;
  color: var(--hop-ink);
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 800;
}

.hop-card p {
  margin: 0 0 14px;
  color: var(--hop-muted);
  font-size: 14.5px;
  line-height: 1.55;
}

.hop-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.hop-tags li {
  border-radius: 8px;
  background: #f1f5ec;
  color: #4f6f2e;
  padding: 5px 10px;
  font-size: 12.5px;
}

.hop-games {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 22px;
  background: linear-gradient(155deg, #0f172a, #132014);
  color: #fff;
  padding: 32px;
}

.hop-games::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(255, 102, 0, .18), transparent 70%);
}

.hop-games-head {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 22px;
}

.hop-games h3 {
  margin: 8px 0 6px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 800;
}

.hop-games p {
  max-width: 580px;
  margin: 0;
  color: #cdd6c2;
  font-size: 14.5px;
  line-height: 1.6;
}

.hop-games-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.hop-game {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 62px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: rgba(255, 255, 255, .05);
  padding: 13px;
  transition: background .2s ease, transform .2s ease;
}

.hop-game:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-3px);
}

.hop-game img {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.hop-game strong,
.hop-game span {
  display: block;
}

.hop-game strong {
  max-width: 100%;
  overflow: hidden;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hop-game span {
  color: #9fac8e;
  font-size: 12px;
}

.hop-split {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: center;
}

.hop-business-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .12;
}

.hop-business-grid,
.hop-support-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

#support .hop-split {
  display: block;
}

#support .hop-split > div:first-child {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

#support .hop-lead {
  margin-right: auto;
  margin-left: auto;
}

#support .hop-actions {
  justify-content: center;
}

#support .hop-support-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1040px;
  margin: 44px auto 0;
}

.hop-mini-card {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background:
    radial-gradient(160px 90px at 50% 0%, rgba(119, 148, 85, .16), transparent 72%),
    #18250f;
  padding: 22px 18px;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
  transition: transform .28s ease, border-color .28s ease, background .28s ease, box-shadow .28s ease;
  isolation: isolate;
}

.hop-mini-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    radial-gradient(180px 120px at 50% -12%, rgba(255, 102, 0, .18), transparent 68%),
    linear-gradient(135deg, rgba(255, 255, 255, .09), transparent 44%);
  opacity: 0;
  transition: opacity .28s ease;
}

.hop-mini-card .hop-icon-box {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin: 0 auto;
  border: 1px solid rgba(167, 192, 129, .16);
  border-radius: 13px;
  background: rgba(255, 255, 255, .075);
  color: #a7c081;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
  transition: transform .28s ease, background .28s ease, color .28s ease, box-shadow .28s ease;
}

.hop-mini-card .hop-icon-box svg {
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 0;
  overflow: visible;
  stroke-width: 2.2;
}

#support .hop-mini-card:nth-child(1) .hop-icon-box svg {
  transform: translate(-.5px, .5px);
}

#support .hop-mini-card:nth-child(2) .hop-icon-box svg {
  transform: translate(-.4px, .4px);
}

#support .hop-mini-card:nth-child(3) .hop-icon-box svg,
#support .hop-mini-card:nth-child(4) .hop-icon-box svg,
#support .hop-mini-card:nth-child(5) .hop-icon-box svg,
#support .hop-mini-card:nth-child(6) .hop-icon-box svg {
  transform: translateY(.5px);
}

.hop-mini-card strong {
  display: block;
  width: 100%;
  margin: 13px 0 6px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 15.5px;
  font-weight: 800;
  line-height: 1.28;
}

.hop-mini-card span {
  display: block;
  max-width: 260px;
  margin: 0 auto;
  color: #d3dec8;
  font-size: 13px;
  line-height: 1.5;
}

.hop-mini-card:hover {
  border-color: rgba(167, 192, 129, .42);
  background:
    radial-gradient(180px 100px at 50% 0%, rgba(255, 102, 0, .13), transparent 72%),
    #1a2a10;
  box-shadow: 0 24px 46px rgba(4, 12, 5, .24);
  transform: translateY(-5px);
}

.hop-mini-card:hover::before {
  opacity: 1;
}

.hop-mini-card:hover .hop-icon-box {
  background: linear-gradient(135deg, var(--hop-green), var(--hop-orange));
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 102, 0, .22);
  transform: translateY(-2px) scale(1.04);
}

.hop-why-grid,
.hop-use-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 16px;
}

.hop-why-card,
.hop-use-case {
  border-radius: 18px;
  background: #fff;
  padding: 26px;
}

.hop-why-card h3,
.hop-use-case h3,
.hop-step h3 {
  margin: 16px 0 8px;
  color: var(--hop-ink);
  font-family: Poppins, sans-serif;
  font-size: 17.5px;
  font-weight: 800;
}

.hop-why-card p,
.hop-use-case p,
.hop-step p {
  margin: 0;
  color: var(--hop-muted);
  font-size: 14.5px;
  line-height: 1.6;
}

.hop-steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.hop-step {
  border-radius: 18px;
  padding: 26px;
}

.hop-step-number {
  display: block;
  color: var(--hop-green);
  font-family: Poppins, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  transition: transform .24s ease, color .24s ease;
}

.hop-infra {
  position: relative;
  overflow: hidden;
}

.hop-infra::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 400px at 15% 20%, rgba(94, 126, 57, .25), transparent 60%);
  pointer-events: none;
}

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

.hop-stat {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 15px;
  background: rgba(255, 255, 255, .05);
  padding: 18px;
}

.hop-stat strong {
  display: block;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.hop-stat span {
  display: block;
  margin-top: 4px;
  color: #9fac8e;
  font-size: 13px;
}

.hop-map-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .015)),
    radial-gradient(560px 330px at 62% 25%, rgba(255, 102, 0, .11), transparent 66%),
    radial-gradient(520px 340px at 34% 28%, rgba(126, 224, 106, .12), transparent 68%),
    #0d1728;
  box-shadow: 0 30px 80px rgba(2, 8, 18, .28), inset 0 1px 0 rgba(255, 255, 255, .06);
  padding: 22px;
  isolation: isolate;
}

.hop-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, .72), transparent 82%);
  opacity: .38;
}

.hop-map-card::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 224, 106, .36), rgba(255, 102, 0, .34), transparent);
  opacity: .7;
}

.hop-map-kicker {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(126, 224, 106, .18);
  border-radius: 999px;
  background: rgba(8, 18, 12, .46);
  color: #b6d88f;
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  padding: 7px 10px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .16);
  text-transform: uppercase;
}

.hop-map-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ee06a;
  box-shadow: 0 0 14px rgba(126, 224, 106, .9);
  animation: hopBlink 1.4s ease-in-out infinite;
}

.hop-map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 559 / 577;
  overflow: visible;
  line-height: 0;
}

.hop-map-wrap::before {
  content: "";
  position: absolute;
  inset: 9% 2% 9%;
  z-index: 0;
  border-radius: 50%;
  background:
    radial-gradient(closest-side at 58% 27%, rgba(255, 102, 0, .16), transparent 70%),
    radial-gradient(closest-side at 45% 30%, rgba(126, 224, 106, .13), transparent 70%);
  filter: blur(18px);
}

.hop-map-wrap img,
.hop-map-wrap svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hop-map-wrap img {
  z-index: 1;
  opacity: .97;
  filter: drop-shadow(0 16px 34px rgba(0, 0, 0, .46)) saturate(1.05) contrast(1.02);
}

.hop-map-wrap svg {
  z-index: 2;
  overflow: visible;
}

.hop-map-dot {
  transform-origin: center;
}

.hop-map-dot-pulse {
  transform-box: fill-box;
  transform-origin: center;
  animation: hopMapPulse 2.9s ease-in-out infinite;
}

.hop-map-dot-paris {
  animation-delay: .45s;
}

.hop-map-dot-reims {
  animation-delay: .9s;
}

.hop-map-routes {
  filter: drop-shadow(0 2px 5px rgba(4, 12, 7, .45));
}

.hop-map-route-shadow {
  stroke: rgba(5, 17, 10, .55);
  stroke-width: 1.8;
}

.hop-map-route-base {
  stroke: url(#hopMapLine);
  stroke-width: .72;
  opacity: .95;
}

.hop-map-route-flow {
  stroke: #fff8c7;
  stroke-width: .68;
  stroke-dasharray: 1.4 4.2;
  opacity: .88;
  animation: hopMapFlow 2.6s linear infinite;
}

.hop-map-packets {
  filter: drop-shadow(0 0 4px rgba(255, 255, 255, .85));
}

.hop-map-reims-glow {
  opacity: .92;
  animation: hopMapGlow 4.2s ease-in-out infinite;
}

.hop-map-node {
  paint-order: stroke;
}

.hop-map-node-reims {
  filter: drop-shadow(0 0 5px rgba(255, 102, 0, .65));
}

.hop-city-label {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  background: rgba(12, 21, 14, .7);
  color: #f3f7ee;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  padding: 5px 8px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .22);
  text-shadow: 0 1px 5px rgba(0, 0, 0, .85);
  white-space: nowrap;
}

.hop-city-label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ee06a;
  box-shadow: 0 0 12px rgba(126, 224, 106, .75);
}

.hop-city-caen {
  top: 28.6%;
  left: 35%;
  transform: translate(-50%, -176%);
}

.hop-city-paris {
  top: 31.8%;
  left: 56%;
  transform: translate(-50%, 72%);
}

.hop-city-reims {
  top: 28.1%;
  left: 66%;
  border-color: rgba(255, 255, 255, .22);
  background: var(--hop-orange);
  color: #fff;
  box-shadow: 0 4px 14px rgba(255, 102, 0, .45);
  transform: translate(-50%, -174%);
}

.hop-city-reims::before {
  background: #fff;
  box-shadow: 0 0 12px rgba(255, 255, 255, .9);
}

.hop-city-reims small {
  font-size: 10px;
  font-weight: 600;
  opacity: .9;
}

.hop-map-legend {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: 14px;
}

.hop-map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #cdd6c2;
  font-size: 12.5px;
}

.hop-legend-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7ee06a;
}

.hop-legend-dot-orange {
  background: var(--hop-orange);
}

.hop-use-grid {
  max-width: 1040px;
  margin: 0 auto;
  gap: 14px;
}

.hop-use-case {
  display: block;
  transition: transform .2s ease, box-shadow .2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .hop-card,
  .hop-why-card,
  .hop-step,
  .hop-advisor,
  .hop-map-card {
    transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
  }

  .hop-card:hover,
  .hop-why-card:hover,
  .hop-step:hover {
    border-color: #c3d3ad;
    box-shadow: 0 22px 44px rgba(32, 52, 20, .12);
    transform: translateY(-5px);
  }

  .hop-card:hover .hop-card-icon,
  .hop-why-card:hover .hop-icon-box {
    box-shadow: 0 16px 28px rgba(94, 126, 57, .2);
    transform: translateY(-2px) scale(1.04);
  }

  .hop-step:hover .hop-step-number {
    color: var(--hop-orange);
    transform: translateX(3px);
  }

  .hop-advisor:hover,
  .hop-map-card:hover {
    box-shadow: 0 28px 60px rgba(18, 32, 16, .12);
    transform: translateY(-3px);
  }
}

.hop-advisor {
  max-width: 820px;
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(32, 52, 20, .07);
  padding: 36px;
}

.hop-advisor-panel[hidden] {
  display: none !important;
}

.hop-advisor-question {
  margin: 0 0 18px;
  color: var(--hop-ink);
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.hop-advisor-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
}

.hop-advisor-options-wide {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.hop-choice {
  display: flex;
  min-height: 78px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border: 1.5px solid #e0e8d5;
  border-radius: 13px;
  background: #f7f9f4;
  color: #3a4a2c;
  padding: 16px 12px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  transition: background .2s ease, border-color .2s ease;
}

.hop-choice:hover {
  border-color: var(--hop-green);
  background: var(--hop-cream);
}

.hop-advisor-result {
  text-align: center;
}

.hop-advisor-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--hop-green), var(--hop-green-2));
  color: #fff;
}

.hop-advisor-result p {
  max-width: 540px;
  margin: 0 auto 22px;
  color: var(--hop-muted);
  font-size: 15px;
  line-height: 1.6;
}

.hop-advisor-result h3 {
  margin: 0 0 10px;
  color: var(--hop-ink);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.hop-reset {
  border: 0;
  background: none;
  color: #8a9a7c;
  padding: 12px;
  font-size: 13px;
  text-decoration: underline;
}

.hop-faq {
  max-width: 820px;
  margin: 0 auto;
}

.hop-faq details {
  border-radius: 14px;
  overflow: hidden;
}

.hop-faq details + details {
  margin-top: 10px;
}

.hop-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 19px 22px;
  color: var(--hop-ink);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.hop-faq summary::-webkit-details-marker {
  display: none;
}

.hop-faq summary svg {
  flex: 0 0 auto;
  color: var(--hop-green);
  transition: transform .2s ease;
}

.hop-faq details[open] summary svg {
  transform: rotate(180deg);
}

.hop-faq p {
  margin: 0;
  padding: 0 22px 20px;
  color: var(--hop-muted);
  font-size: 14.5px;
  line-height: 1.65;
}

.hop-final {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background:
    radial-gradient(900px 500px at 80% 20%, rgba(94, 126, 57, .35), transparent 60%),
    linear-gradient(155deg, #0f172a, #132014);
  color: #fff;
  text-align: center;
}

.hop-final .hop-container {
  position: relative;
  z-index: 1;
  max-width: 960px;
}

.hop-final img {
  width: 74px;
  height: 74px;
  margin-bottom: 20px;
  object-fit: contain;
  animation: hopFloat 6s ease-in-out infinite;
}

.hop-final h2 {
  margin: 0 0 18px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0;
}

.hop-final p {
  max-width: 650px;
  margin: 0 auto 30px;
  color: #cdd6c2;
  font-size: 17px;
  line-height: 1.65;
}

.hop-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

@keyframes hopDash {
  to { stroke-dashoffset: -320; }
}

@keyframes hopHeroDrift {
  from { transform: scale(1.045) translate3d(-.5%, 0, 0); }
  to { transform: scale(1.09) translate3d(1%, -.5%, 0); }
}

@keyframes hopHeroUnderline {
  to { transform: scaleX(1); }
}

@keyframes hopCoreGlow {
  0%, 100% { opacity: .72; transform: scale(.96); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes hopScan {
  from { transform: translateY(-55px); }
  to { transform: translateY(390px); }
}

@keyframes hopBlink {
  0%, 100% { opacity: .25; }
  50% { opacity: 1; }
}

@keyframes hopFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes hopPulse {
  0%, 100% { opacity: .5; transform: scale(1); }
  50% { opacity: .9; transform: scale(1.08); }
}

@keyframes hopRing {
  0% { opacity: .7; transform: scale(.85); }
  100% { opacity: 0; transform: scale(1.6); }
}

@keyframes hopOrbit {
  to { transform: rotate(360deg); }
}

@keyframes hopMapFlow {
  to { stroke-dashoffset: -22; }
}

@keyframes hopMapGlow {
  0%, 100% { opacity: .72; transform: scale(.96); }
  50% { opacity: 1; transform: scale(1.06); }
}

@keyframes hopMapPulse {
  0%, 100% { opacity: .28; transform: scale(.82); }
  50% { opacity: .06; transform: scale(1.45); }
}

@media (max-width: 991px) {
  .hop-title {
    font-size: 34px;
  }

  .hop-hero h1 {
    font-size: 44px;
  }

  .hop-hero-grid,
  .hop-split {
    grid-template-columns: 1fr;
  }

  .hop-hero-visual {
    max-width: 600px;
    margin: 0 auto;
    justify-self: center;
  }

  .hop-hero-content {
    max-width: 760px;
  }

  #support .hop-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 720px;
  }

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

@media (max-width: 767px) {
  .hop-hero::after,
  .hop-circuit path,
  .hop-status-dot,
  .hop-core::before,
  .hop-core-ring,
  .hop-core-logo,
  .hop-float-pill {
    animation: none;
  }

  .hop-container {
    width: min(100% - 32px, 1240px);
  }

  .hop-section {
    padding: 64px 0;
  }

  .hop-hero {
    min-height: 0;
    padding: 58px 0 54px;
  }

  .hop-hero h1 {
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 38px;
    line-height: 1.04;
  }

  .hop-hero-copy {
    font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
    font-size: 16px;
  }

  .hop-title,
  .hop-final h2 {
    font-size: 30px;
  }

  .hop-actions,
  .hop-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hop-btn {
    width: 100%;
  }

  .hop-panel-top,
  .hop-games-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hop-console {
    height: 260px;
  }

  .hop-floating-pill {
    min-width: 0;
    padding: 6px 8px 6px 19px;
    font-size: 8.5px;
  }

  .hop-floating-pill::before {
    left: 8px;
  }

  .hop-floating-pill small {
    font-size: 6px;
  }

  .hop-core {
    width: 150px;
    height: 150px;
  }

  .hop-core img {
    width: 98px;
    height: 98px;
  }

  .hop-core::before {
    width: 150px;
    height: 150px;
  }

  .hop-core::after {
    width: 142px;
    height: 142px;
  }

  .hop-core-orbit {
    width: 124px;
    height: 124px;
  }

  .hop-hero-media {
    display: none;
  }

  .hop-panel-stats,
  .hop-business-grid,
  .hop-support-grid,
  .hop-stats-grid {
    grid-template-columns: 1fr;
  }

  .hop-hero .hop-panel-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hop-hero .hop-panel-stat {
    display: block;
    padding: 8px 6px;
    text-align: center;
  }

  .hop-hero .hop-stat-icon {
    margin: 0 auto 5px;
  }

  #support .hop-support-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-top: 34px;
  }

  .hop-needs-grid,
  .hop-offers-grid,
  .hop-why-grid,
  .hop-use-grid {
    grid-template-columns: 1fr;
  }

  .hop-games {
    padding: 24px;
  }

  .hop-advisor {
    padding: 26px 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hop-reveal {
    opacity: 1;
    filter: none;
    transform: none;
  }

  .hop-map-packets {
    display: none;
  }

  .hop-home *,
  .hop-home *::before,
  .hop-home *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
