:root {
  --hoppy-ink: #12201a;
  --hoppy-green: #0d6a43;
  --hoppy-green-dark: #093a2a;
  --hoppy-green-soft: #dff1e6;
  --hoppy-lime: #cbea59;
  --hoppy-orange: #f4512a;
  --hoppy-amber: #f8b83e;
  --hoppy-paper: #f5f1e8;
  --hoppy-white: #fffdf8;
  --hoppy-muted: #617168;
  --hoppy-line: rgba(18, 32, 26, .14);
}

html {
  scroll-behavior: smooth;
}

.hoppy-page {
  min-width: 0;
  overflow-x: hidden;
  color: var(--hoppy-ink);
  background: var(--hoppy-paper);
  font-family: "DM Sans", sans-serif;
}

.hoppy-page *,
.hoppy-page *::before,
.hoppy-page *::after {
  box-sizing: border-box;
}

.hoppy-page a,
.hoppy-page button,
.hoppy-page summary {
  -webkit-tap-highlight-color: transparent;
}

.hoppy-page a:focus-visible,
.hoppy-page summary:focus-visible {
  outline: 3px solid var(--hoppy-amber);
  outline-offset: 4px;
}

.hoppy-page .skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 200;
  padding: 11px 15px;
  border-radius: 8px;
  color: #fff;
  background: var(--hoppy-green-dark);
  text-decoration: none;
  transform: translateY(-180%);
}

.hoppy-page .skip-link:focus {
  transform: none;
}

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

.hoppy-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.hoppy-site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  border-bottom: 1px solid rgba(18, 32, 26, .09);
  background: rgba(245, 241, 232, .94);
  backdrop-filter: blur(18px);
}

.hoppy-header-inner {
  min-height: 80px;
  gap: 22px;
}

.hoppy-header-inner .brand-logo {
  width: 166px;
}

.hoppy-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-left: 18px;
  border-left: 1px solid var(--hoppy-line);
  color: var(--hoppy-green-dark);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
}

.hoppy-wordmark small {
  color: var(--hoppy-orange);
  font-size: 9px;
  letter-spacing: .15em;
}

.hoppy-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 22px;
}

.hoppy-nav a {
  color: #405048;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.hoppy-nav a:hover {
  color: var(--hoppy-green);
}

.hoppy-header-cta {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 9px;
  color: #fff;
  background: var(--hoppy-green-dark);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.hoppy-language-picker select {
  min-height: 38px;
  padding: 0 28px 0 11px;
  border: 1px solid var(--hoppy-line);
  border-radius: 8px;
  color: var(--hoppy-green-dark);
  background: var(--hoppy-white);
  font: 800 11px/1 "DM Sans", sans-serif;
  cursor: pointer;
}

.hoppy-language-picker select:focus-visible {
  outline: 3px solid var(--hoppy-amber);
  outline-offset: 3px;
}

.hoppy-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(203, 234, 89, .2), transparent 25%),
    linear-gradient(110deg, #f5f1e8 0 55%, #e8eee7 55% 100%);
}

.hoppy-hero::after {
  content: "";
  position: absolute;
  top: -300px;
  right: -180px;
  width: 760px;
  height: 760px;
  border: 1px solid rgba(13, 106, 67, .15);
  border-radius: 50%;
}

.hoppy-hero-grid {
  position: relative;
  z-index: 1;
  min-height: 700px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(430px, .82fr);
  align-items: center;
  gap: 84px;
  padding-top: 72px;
  padding-bottom: 78px;
}

.hoppy-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--hoppy-lime);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .19em;
}

.hoppy-kicker i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hoppy-orange);
}

.hoppy-kicker.dark {
  color: var(--hoppy-green);
}

.hoppy-hero-copy .hoppy-kicker {
  color: var(--hoppy-green);
}

.hoppy-hero h1 {
  max-width: 720px;
  margin: 18px 0 24px;
  font: 700 clamp(52px, 5.5vw, 80px)/.96 "Fraunces", serif;
  letter-spacing: -.045em;
}

.hoppy-pricing-promise {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0 !important;
  padding: 9px 12px;
  border-radius: 999px;
  color: var(--hoppy-green-dark) !important;
  background: var(--hoppy-green-soft);
  font-size: 11px !important;
  font-weight: 800;
}

.hoppy-pricing-promise span {
  color: var(--hoppy-green);
}

.hoppy-lead {
  max-width: 650px;
  margin: 0;
  color: #4e6056;
  font-size: 18px;
  line-height: 1.65;
}

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

.hoppy-button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

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

.hoppy-button-primary {
  color: #fff;
  background: var(--hoppy-green-dark);
  box-shadow: 0 12px 24px rgba(9, 58, 42, .16);
}

.hoppy-button-secondary {
  border-color: rgba(18, 32, 26, .2);
  color: var(--hoppy-ink);
  background: rgba(255, 253, 248, .7);
}

.hoppy-trust-list {
  margin: 30px 0 0;
  padding: 22px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 24px;
  border-top: 1px solid var(--hoppy-line);
  list-style: none;
}

.hoppy-trust-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #526159;
  font-size: 11px;
  font-weight: 700;
}

.hoppy-trust-list span {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--hoppy-green-dark);
  background: var(--hoppy-lime);
}

.hoppy-device-figure {
  position: relative;
  min-height: 570px;
  margin: 0;
  display: grid;
  place-items: center;
}

.hoppy-device-figure figcaption {
  position: absolute;
  right: 0;
  bottom: 22px;
  max-width: 210px;
  color: var(--hoppy-muted);
  font-size: 10px;
  line-height: 1.4;
  text-align: right;
}

.hoppy-device-shadow {
  position: absolute;
  bottom: 30px;
  width: 390px;
  height: 72px;
  border-radius: 50%;
  background: rgba(9, 58, 42, .22);
  filter: blur(20px);
}

.hoppy-product-shot {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1237 / 1271;
  overflow: hidden;
  isolation: isolate;
  border-radius: 10% / 9%;
  background: #f5f7f8;
  box-shadow: 28px 32px 0 rgba(13, 106, 67, .14), 0 28px 68px rgba(9, 58, 42, .2);
  transform: rotate(1deg);
}

.hoppy-device-screen {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.hoppy-signal {
  position: absolute;
  border: 1px solid rgba(13, 106, 67, .16);
  border-radius: 50%;
}

.signal-one {
  width: 490px;
  height: 490px;
}

.signal-two {
  width: 600px;
  height: 600px;
}

.hoppy-device {
  position: relative;
  width: 372px;
  min-height: 520px;
  padding: 19px 19px 27px;
  border: 8px solid #15201b;
  border-radius: 36px;
  background: #1c2923;
  box-shadow: 32px 36px 0 rgba(13, 106, 67, .15), 0 28px 68px rgba(9, 58, 42, .22);
  transform: rotate(1.5deg);
}

.hoppy-device-camera {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #020403;
  transform: translateX(-50%);
}

.hoppy-screen {
  min-height: 424px;
  overflow: hidden;
  border-radius: 19px;
  background: #f5f7f8;
}

.hoppy-screen-top {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  color: #fff;
  background: var(--hoppy-green);
}

.hoppy-app-mark {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  color: var(--hoppy-green-dark);
  background: var(--hoppy-amber);
  font-size: 14px;
  font-weight: 900;
}

.hoppy-screen-top strong {
  font-size: 13px;
  letter-spacing: .04em;
}

.hoppy-online {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 8px;
  font-weight: 800;
}

.hoppy-online i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--hoppy-lime);
}

.hoppy-payment-card {
  margin: 16px;
  padding: 22px 18px;
  border: 1px solid #acd3b8;
  border-radius: 16px;
  background: #dff1e6;
  text-align: center;
}

.hoppy-check {
  width: 36px;
  height: 36px;
  margin: 0 auto 9px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hoppy-green);
  font-size: 21px;
  font-weight: 900;
}

.hoppy-payment-card p {
  margin: 0;
  color: var(--hoppy-green);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .14em;
}

.hoppy-payment-card > strong {
  display: block;
  margin-top: 5px;
  color: var(--hoppy-green-dark);
  font-size: 40px;
  letter-spacing: -.05em;
}

.hoppy-payment-card small {
  color: #4f6458;
  font-size: 9px;
}

.hoppy-transaction-list {
  margin: 0 16px;
  border-top: 1px solid #d9e1dc;
}

.hoppy-transaction-list > div {
  min-height: 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #d9e1dc;
}

.hoppy-transaction-list dt {
  color: #65736b;
  font-size: 9px;
}

.hoppy-transaction-list dd {
  margin: 0;
  color: var(--hoppy-ink);
  font-size: 9px;
  font-weight: 800;
}

.hoppy-transaction-list dd span {
  padding: 4px 7px;
  border-radius: 99px;
  color: var(--hoppy-green);
  background: var(--hoppy-green-soft);
}

.hoppy-speaking {
  margin: 14px 16px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 12px;
  color: #fff;
  background: var(--hoppy-green-dark);
}

.sound-bars {
  width: 34px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.sound-bars i {
  width: 3px;
  border-radius: 3px;
  background: var(--hoppy-lime);
  animation: hoppy-sound 1s ease-in-out infinite alternate;
}

.sound-bars i:nth-child(1) { height: 10px; }
.sound-bars i:nth-child(2) { height: 22px; animation-delay: -.2s; }
.sound-bars i:nth-child(3) { height: 16px; animation-delay: -.4s; }
.sound-bars i:nth-child(4) { height: 25px; animation-delay: -.6s; }

.hoppy-speaking p {
  margin: 0;
}

.hoppy-speaking strong,
.hoppy-speaking small {
  display: block;
}

.hoppy-speaking strong {
  font-size: 9px;
}

.hoppy-speaking small {
  margin-top: 3px;
  color: #bad1c5;
  font-size: 7px;
}

.hoppy-speaker {
  width: 96px;
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: repeat(9, 5px);
  gap: 6px;
}

.hoppy-speaker i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #607068;
}

@keyframes hoppy-sound {
  to { transform: scaleY(.55); }
}

.hoppy-proof-strip {
  color: #fff;
  background: var(--hoppy-green-dark);
}

.hoppy-proof-grid {
  min-height: 112px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.hoppy-proof-grid > div {
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 22px 26px;
  border-left: 1px solid rgba(255, 255, 255, .13);
}

.hoppy-proof-grid > div:last-child {
  border-right: 1px solid rgba(255, 255, 255, .13);
}

.hoppy-proof-grid strong {
  color: var(--hoppy-lime);
  font: 700 21px/1.1 "Fraunces", serif;
}

.hoppy-proof-grid span {
  color: #b9d0c3;
  font-size: 10px;
}

.hoppy-section {
  padding: 110px 0;
}

.hoppy-section-heading {
  max-width: 760px;
  margin-bottom: 50px;
}

.hoppy-section-heading h2,
.hoppy-connected h2,
.hoppy-final-cta h2 {
  margin: 13px 0 17px;
  font: 700 clamp(40px, 5vw, 64px)/1.03 "Fraunces", serif;
  letter-spacing: -.035em;
}

.hoppy-section-heading > p,
.hoppy-connected-copy > p {
  margin: 0;
  color: var(--hoppy-muted);
  font-size: 17px;
  line-height: 1.65;
}

.hoppy-comparison {
  border: 1px solid var(--hoppy-line);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255, 253, 248, .72);
}

.hoppy-comparison-row {
  display: grid;
  grid-template-columns: 1.05fr 1fr 1.18fr;
}

.hoppy-comparison-row + .hoppy-comparison-row {
  border-top: 1px solid var(--hoppy-line);
}

.hoppy-comparison-row > * {
  min-width: 0;
  padding: 23px 25px;
  overflow-wrap: anywhere;
}

.hoppy-comparison-row > * + * {
  border-left: 1px solid var(--hoppy-line);
}

.hoppy-comparison-head {
  color: #fff;
  background: var(--hoppy-green-dark);
}

.hoppy-comparison-head span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.hoppy-comparison-row strong {
  font-size: 14px;
}

.hoppy-comparison-row > span {
  color: var(--hoppy-muted);
  font-size: 13px;
  line-height: 1.55;
}

.hoppy-comparison-row > span:last-child {
  color: var(--hoppy-green-dark);
  background: rgba(223, 241, 230, .65);
  font-weight: 700;
}

.hoppy-comparison-row i {
  width: 22px;
  height: 22px;
  margin-right: 5px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--hoppy-green-dark);
  background: var(--hoppy-lime);
  font-style: normal;
}

.hoppy-how {
  color: #fff;
  background: var(--hoppy-green-dark);
}

.hoppy-section-heading.light > p {
  color: #b8cec2;
}

.hoppy-steps {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .16);
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  list-style: none;
}

.hoppy-steps li {
  position: relative;
  min-height: 340px;
  padding: 34px 34px 38px;
}

.hoppy-steps li + li {
  border-left: 1px solid rgba(255, 255, 255, .16);
}

.hoppy-step-number {
  color: var(--hoppy-lime);
  font-size: 11px;
  font-weight: 800;
}

.hoppy-step-icon {
  width: 66px;
  height: 66px;
  margin: 62px 0 28px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(203, 234, 89, .5);
  border-radius: 50%;
  color: var(--hoppy-lime);
  font-size: 28px;
}

.hoppy-steps h3 {
  margin: 0 0 10px;
  font: 700 25px/1.1 "Fraunces", serif;
}

.hoppy-steps p {
  margin: 0;
  color: #b8cec2;
  font-size: 13px;
  line-height: 1.65;
}

.hoppy-audio-note {
  margin: 25px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #c7dacf;
  font-size: 12px;
}

.hoppy-payment-demo {
  overflow: hidden;
  padding: 108px 0;
  color: #fff;
  background: var(--hoppy-green-dark);
}

.hoppy-payment-demo-grid {
  display: grid;
  grid-template-columns: minmax(260px, .8fr) minmax(440px, 1.2fr);
  align-items: center;
  gap: 80px;
}

.hoppy-demo-copy h2 { margin: 18px 0; font: 700 clamp(40px, 4.5vw, 62px)/.98 "Fraunces", serif; letter-spacing: -.04em; }
.hoppy-demo-copy > p { max-width: 480px; margin: 0; color: #bed0c7; font-size: 16px; line-height: 1.65; }
.hoppy-demo-legend { display: grid; gap: 16px; margin: 34px 0 0; padding: 0; list-style: none; }
.hoppy-demo-legend li { display: grid; grid-template-columns: 32px 1fr; column-gap: 12px; align-items: center; }
.hoppy-demo-legend span { grid-row: 1 / span 2; width: 29px; height: 29px; display: grid; place-items: center; border: 1px solid rgba(203,234,89,.65); border-radius: 50%; color: var(--hoppy-lime); font-size: 11px; font-weight: 800; }
.hoppy-demo-legend strong { font-size: 13px; }.hoppy-demo-legend small { margin-top: 3px; color: #aebdb5; font-size: 11px; }

.hoppy-demo-stage { position: relative; min-height: 430px; border-radius: 26px; background: radial-gradient(circle at 20% 15%, rgba(203,234,89,.18), transparent 31%), #0b2d21; box-shadow: 18px 18px 0 rgba(0,0,0,.17); overflow: hidden; }
.hoppy-demo-stage::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; pointer-events: none; }
.hoppy-demo-phone { position: absolute; top: 54px; left: 42px; width: 165px; height: 300px; display: grid; justify-items: center; align-content: center; gap: 8px; border: 9px solid #15251e; border-radius: 24px; color: #183126; background: #fbfaf5; box-shadow: 10px 14px 0 rgba(0,0,0,.21); animation: hoppy-phone-pulse 9s ease-in-out infinite; }
.hoppy-demo-phone-notch { position: absolute; top: 8px; width: 42px; height: 5px; border-radius: 8px; background: #273a31; }.hoppy-demo-phone strong { font-size: 12px; }.hoppy-demo-phone small { color: #627068; font-size: 7px; font-weight: 800; letter-spacing: .13em; }
.hoppy-demo-qr { width: 106px; height: 106px; position: relative; display: grid; grid-template-columns: repeat(13, 1fr); grid-template-rows: repeat(13, 1fr); gap: 2px; padding: 4px; background: #143528; box-shadow: inset 0 0 0 1px rgba(255,255,255,.1); }.hoppy-demo-qr b { grid-column: var(--x); grid-row: var(--y); min-width: 0; min-height: 0; background: #fffdf8; }.hoppy-demo-qr-finder { position: absolute; z-index: 1; width: 30px; height: 30px; border: 5px solid #fffdf8; background: #143528; box-shadow: inset 0 0 0 5px #143528; }.hoppy-demo-qr-finder::after { content: ""; position: absolute; inset: 5px; background: #fffdf8; }.finder-top-left { top: 5px; left: 5px; }.finder-top-right { top: 5px; right: 5px; }.finder-bottom-left { bottom: 5px; left: 5px; }
.hoppy-demo-scan-line { position: absolute; z-index: 2; top: 96px; left: 52px; width: 144px; height: 2px; background: var(--hoppy-lime); box-shadow: 0 0 15px var(--hoppy-lime); animation: hoppy-scan 9s ease-in-out infinite; }
.hoppy-demo-terminal { position: absolute; right: 32px; bottom: 30px; width: min(390px, calc(100% - 214px)); min-height: 350px; padding: 17px; border: 8px solid #17251f; border-radius: 22px; background: #f5f7f8; box-shadow: 13px 16px 0 rgba(0,0,0,.18); }
.hoppy-demo-terminal-dot { position: absolute; top: 8px; left: 50%; width: 7px; height: 7px; border-radius: 50%; background: #0c1712; }.hoppy-demo-terminal-header { display:flex; align-items:center; gap:8px; padding-bottom:12px; border-bottom:1px solid #dbe4df; color:#133b2b; font-size:10px; }.hoppy-demo-terminal-header b { display:grid; place-items:center; width:23px; height:23px; border-radius:6px; color:#12201a; background:var(--hoppy-amber); }.hoppy-demo-terminal-header em { margin-left:auto; color:#0c764a; font-size:7px; font-style:normal; font-weight:800; }
.hoppy-demo-payment-confirmation { margin-top:14px; padding:16px; border-radius:12px; color:#fff; background:#087546; animation: hoppy-confirm 9s ease-in-out infinite; }.hoppy-demo-payment-confirmation span,.hoppy-demo-payment-confirmation small { display:block; font-size:8px; font-weight:800; letter-spacing:.08em; }.hoppy-demo-payment-confirmation strong { display:block; margin:5px 0; font:700 32px/1 "Fraunces",serif; }.hoppy-demo-payment-confirmation small { color:#b7ead1; font-weight:500; letter-spacing:0; }
.hoppy-demo-voice { min-height:42px; display:flex; align-items:center; gap:8px; margin:11px 0; padding:9px 11px; border-radius:9px; color:#406056; background:#e6f3ea; font-size:8px; font-weight:700; animation:hoppy-voice 9s ease-in-out infinite; }.hoppy-demo-voice i { color:#087546; font-size:13px; font-style:normal; }
.hoppy-demo-history { padding-top:10px; border-top:1px solid #dbe4df; opacity:0; transform:translateY(10px); animation:hoppy-history 9s ease-in-out infinite; }.hoppy-demo-history > div { display:flex; justify-content:space-between; color:#708078; font-size:7px; font-weight:800; letter-spacing:.1em; }.hoppy-demo-history p { position:relative; display:grid; grid-template-columns:auto 1fr auto; gap:4px 8px; align-items:center; margin:9px 0 0; padding:10px; border:1px solid #dbe4df; border-radius:9px; color:#1c2c24; font-size:9px; }.hoppy-demo-history p i { grid-row:1 / span 2; display:grid; place-items:center; width:19px; height:19px; border-radius:50%; color:#fff; background:#087546; font-style:normal; }.hoppy-demo-history p strong { color:#087546; }.hoppy-demo-history p small { grid-column:2; color:#708078; font-size:7px; }
@keyframes hoppy-scan { 0%, 7% { transform:translateY(0); opacity:0; } 12%, 25% { opacity:1; } 28%, 100% { transform:translateY(100px); opacity:0; } }
@keyframes hoppy-phone-pulse { 0%, 8%, 100% { transform:scale(1); } 13%, 18% { transform:scale(1.025); } }
@keyframes hoppy-confirm { 0%, 22% { opacity:.24; transform:translateY(8px); } 29%, 61% { opacity:1; transform:none; } 70%, 100% { opacity:.82; } }
@keyframes hoppy-voice { 0%, 31% { opacity:0; transform:translateX(-8px); } 38%, 61% { opacity:1; transform:none; } 68%, 100% { opacity:.7; } }
@keyframes hoppy-history { 0%, 53% { opacity:0; transform:translateY(10px); } 62%, 92% { opacity:1; transform:none; } 100% { opacity:0; } }

.hoppy-audio-note span {
  color: var(--hoppy-lime);
}

.hoppy-audio-note strong {
  color: #fff;
}

.hoppy-connected {
  background: #e8eee7;
}

.hoppy-connected-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: 100px;
}

.hoppy-connected-copy > ul {
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid var(--hoppy-line);
  list-style: none;
}

.hoppy-connected-copy li {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid var(--hoppy-line);
}

.hoppy-connected-copy li > span {
  color: var(--hoppy-orange);
  font-size: 10px;
  font-weight: 800;
}

.hoppy-connected-copy li strong,
.hoppy-connected-copy li small {
  display: block;
}

.hoppy-connected-copy li strong {
  font-size: 14px;
}

.hoppy-connected-copy li small {
  margin-top: 4px;
  color: var(--hoppy-muted);
  font-size: 11px;
}

.hoppy-flow-card {
  padding: 45px;
  border-radius: 24px;
  color: #fff;
  background: var(--hoppy-green-dark);
  box-shadow: 22px 22px 0 rgba(13, 106, 67, .13);
}

.hoppy-flow-source,
.hoppy-flow-hub {
  min-height: 86px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 15px;
  background: rgba(255, 255, 255, .05);
}

.hoppy-flow-hub {
  border-color: var(--hoppy-lime);
  background: var(--hoppy-green);
}

.hoppy-flow-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--hoppy-green-dark);
  background: var(--hoppy-lime);
  font-size: 19px;
  font-weight: 900;
}

.hoppy-flow-card p {
  margin: 0;
}

.hoppy-flow-card strong,
.hoppy-flow-card small {
  display: block;
}

.hoppy-flow-card strong {
  font-size: 15px;
}

.hoppy-flow-card small {
  margin-top: 4px;
  color: #b8cec2;
  font-size: 10px;
}

.hoppy-flow-line {
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.hoppy-flow-line i {
  height: 1px;
  background: rgba(203, 234, 89, .45);
}

.hoppy-flow-line span {
  color: var(--hoppy-lime);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .17em;
}

.hoppy-pricing {
  background: var(--hoppy-white);
}

.hoppy-price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hoppy-price-card {
  min-height: 330px;
  padding: 34px;
  border: 1px solid var(--hoppy-line);
  border-radius: 18px;
  background: #fff;
}

.hoppy-price-card.featured {
  color: #fff;
  border-color: var(--hoppy-green-dark);
  background: var(--hoppy-green-dark);
}

.hoppy-price-label {
  color: var(--hoppy-orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}

.hoppy-price-card.featured .hoppy-price-label {
  color: var(--hoppy-lime);
}

.hoppy-price {
  margin: 42px 0 28px;
}

.hoppy-price strong {
  font: 700 62px/.85 "Fraunces", serif;
  letter-spacing: -.05em;
}

.hoppy-price small {
  margin-left: 8px;
  color: var(--hoppy-muted);
  font-size: 11px;
}

.hoppy-price-card.featured .hoppy-price small {
  color: #b8cec2;
}

.hoppy-price-card h3 {
  margin: 0 0 10px;
  font-size: 16px;
}

.hoppy-price-card > p:last-child {
  margin: 0;
  color: var(--hoppy-muted);
  font-size: 12px;
  line-height: 1.65;
}

.hoppy-price-card.featured > p:last-child {
  color: #c7dacf;
}

.hoppy-price-card.featured > p:last-child strong {
  color: #fff;
}

.hoppy-price-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: var(--hoppy-muted);
  font-size: 12px;
  line-height: 1.45;
  list-style: none;
}

.hoppy-price-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hoppy-price-list li::before {
  content: "✓";
  color: var(--hoppy-green);
  font-weight: 900;
}

.hoppy-fee-example {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(280px, .75fr) 1.25fr;
  gap: 38px;
  padding: 26px 30px;
  border: 1px solid #ead89d;
  border-radius: 16px;
  background: #fff8de;
}

.hoppy-fee-example span {
  display: block;
  margin-bottom: 6px;
  color: #9b6510;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.hoppy-fee-example strong {
  font-size: 14px;
}

.hoppy-fee-example p {
  margin: 0;
  color: #6e6250;
  font-size: 10px;
  line-height: 1.7;
}

.hoppy-faq {
  background: var(--hoppy-paper);
}

.hoppy-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 100px;
  align-items: start;
}

.hoppy-faq .hoppy-section-heading {
  position: sticky;
  top: 120px;
  margin: 0;
}

.hoppy-faq .hoppy-section-heading a {
  margin-top: 24px;
  display: inline-flex;
  gap: 28px;
  color: var(--hoppy-green);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.hoppy-faq-list {
  border-top: 1px solid var(--hoppy-line);
}

.hoppy-faq-list details {
  border-bottom: 1px solid var(--hoppy-line);
}

.hoppy-faq-list summary {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  list-style: none;
}

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

.hoppy-faq-list summary::after {
  content: "+";
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--hoppy-green-dark);
  background: var(--hoppy-green-soft);
  font-size: 19px;
}

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

.hoppy-faq-list details p {
  max-width: 680px;
  margin: -8px 54px 27px 0;
  color: var(--hoppy-muted);
  font-size: 13px;
  line-height: 1.7;
}

.hoppy-final-cta {
  padding: 0 0 90px;
  background: var(--hoppy-paper);
}

.hoppy-final-card {
  min-height: 330px;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 60px;
  padding: 58px 62px;
  border-radius: 24px;
  color: #fff;
  background: var(--hoppy-orange);
}

.hoppy-final-card h2 {
  max-width: 700px;
  margin-bottom: 12px;
}

.hoppy-final-card p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  line-height: 1.65;
}

.hoppy-final-actions {
  display: grid;
  gap: 15px;
}

.hoppy-button-light {
  color: var(--hoppy-ink);
  background: var(--hoppy-white);
}

.hoppy-final-actions > a:last-child {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.hoppy-footer {
  padding: 52px 0;
  color: #fff;
  background: var(--hoppy-ink);
}

.hoppy-footer-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 48px;
}

.hoppy-footer .footer-brand {
  background: transparent;
  padding: 0;
  border-radius: 0;
}

.hoppy-footer .brand-logo {
  width: 160px;
  filter: brightness(0) invert(1);
}

.hoppy-footer-grid > div > p,
.hoppy-operator {
  margin: 12px 0 0;
  color: #aebdb5;
  font-size: 10px;
  line-height: 1.6;
}

.hoppy-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.hoppy-footer nav a {
  color: #d7e0db;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.hoppy-operator {
  justify-self: end;
  text-align: right;
}

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

  .hoppy-hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .78fr);
    gap: 44px;
  }

  .hoppy-product-shot {
    width: min(100%, 440px);
  }

  .signal-one { width: 430px; height: 430px; }
  .signal-two { width: 510px; height: 510px; }

  .hoppy-connected-grid,
  .hoppy-faq-grid {
    gap: 56px;
  }

  .hoppy-price-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hoppy-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hoppy-footer nav {
    justify-content: flex-end;
  }

  .hoppy-operator {
    grid-column: 1 / -1;
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 760px) {
  .hoppy-shell {
    width: min(100% - 32px, 580px);
  }

  .hoppy-header-inner {
    min-height: 68px;
    padding: 0 16px;
  }

  .hoppy-header-inner .brand-logo {
    width: 142px;
  }

  .hoppy-wordmark {
    display: none;
  }

  .hoppy-header-cta {
    margin-left: auto;
    min-height: 42px;
    padding: 0 13px;
  }

  .hoppy-language-picker {
    margin-left: auto;
  }

  .hoppy-header-cta {
    margin-left: 0;
  }

  .hoppy-hero {
    background: linear-gradient(180deg, #f5f1e8 0 60%, #e8eee7 60% 100%);
  }

  .hoppy-hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 26px;
    padding-top: 62px;
    padding-bottom: 48px;
  }

  .hoppy-hero h1 {
    margin-top: 14px;
    font-size: clamp(44px, 13vw, 62px);
  }

  .hoppy-lead {
    font-size: 16px;
  }

  .hoppy-hero-actions {
    display: grid;
  }

  .hoppy-button {
    width: 100%;
  }

  .hoppy-trust-list {
    display: grid;
    gap: 11px;
  }

  .hoppy-device-figure {
    min-height: 530px;
  }

  .hoppy-product-shot {
    width: min(420px, calc(100vw - 52px));
    transform: none;
  }

  .hoppy-device {
    width: min(340px, calc(100vw - 52px));
    min-height: 492px;
    padding: 16px 16px 24px;
    border-width: 7px;
    border-radius: 32px;
    transform: none;
  }

  .hoppy-device-figure figcaption {
    right: 6px;
    bottom: 0;
  }

  .signal-one { width: 390px; height: 390px; }
  .signal-two { width: 470px; height: 470px; }

  .hoppy-proof-grid {
    grid-template-columns: 1fr 1fr;
    padding: 16px 0;
  }

  .hoppy-proof-grid > div,
  .hoppy-proof-grid > div:last-child {
    min-height: 86px;
    padding: 17px;
    border: 1px solid rgba(255, 255, 255, .1);
  }

  .hoppy-section {
    padding: 78px 0;
  }

  .hoppy-section-heading {
    margin-bottom: 36px;
  }

  .hoppy-section-heading h2,
  .hoppy-connected h2,
  .hoppy-final-cta h2 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .hoppy-section-heading > p,
  .hoppy-connected-copy > p {
    font-size: 15px;
  }

  .hoppy-comparison {
    border: 0;
    overflow: visible;
    background: transparent;
  }

  .hoppy-comparison-head {
    display: none;
  }

  .hoppy-comparison-row {
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: 1fr;
    border: 1px solid var(--hoppy-line);
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
  }

  .hoppy-comparison-row + .hoppy-comparison-row {
    border-top: 1px solid var(--hoppy-line);
  }

  .hoppy-comparison-row > * {
    padding: 16px 18px;
  }

  .hoppy-comparison-row > * + * {
    border-top: 1px solid var(--hoppy-line);
    border-left: 0;
  }

  .hoppy-comparison-row > span:nth-child(2)::before,
  .hoppy-comparison-row > span:nth-child(3)::before {
    display: block;
    margin-bottom: 5px;
    color: var(--hoppy-muted);
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .13em;
  }

  .hoppy-comparison-row > span:nth-child(2)::before { content: "TYPICAL SOUNDBOX"; }
  .hoppy-comparison-row > span:nth-child(3)::before { content: "HOPPY"; color: var(--hoppy-green); }

  .hoppy-steps,
  .hoppy-connected-grid,
  .hoppy-price-grid,
  .hoppy-faq-grid,
  .hoppy-final-card,
  .hoppy-payment-demo-grid {
    grid-template-columns: 1fr;
  }

  .hoppy-payment-demo {
    padding: 76px 0;
  }

  .hoppy-payment-demo-grid {
    gap: 38px;
  }

  .hoppy-demo-stage {
    min-height: 500px;
  }

  .hoppy-demo-phone {
    top: 32px;
    left: 20px;
    width: 132px;
    height: 240px;
    border-width: 7px;
    border-radius: 20px;
  }

  .hoppy-demo-qr { transform: scale(.77); }
  .hoppy-demo-scan-line { top: 68px; left: 28px; width: 113px; }

  .hoppy-demo-terminal {
    right: 16px;
    bottom: 18px;
    width: calc(100% - 32px);
    min-height: 306px;
    padding: 14px;
  }

  .hoppy-steps li {
    min-height: auto;
    padding: 28px 8px;
  }

  .hoppy-steps li + li {
    border-top: 1px solid rgba(255, 255, 255, .16);
    border-left: 0;
  }

  .hoppy-step-icon {
    margin: 30px 0 22px;
  }

  .hoppy-audio-note {
    align-items: flex-start;
    line-height: 1.6;
  }

  .hoppy-connected-grid {
    gap: 45px;
  }

  .hoppy-flow-card {
    padding: 24px;
    box-shadow: 12px 12px 0 rgba(13, 106, 67, .13);
  }

  .hoppy-price-card {
    min-height: 280px;
  }

  .hoppy-fee-example {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hoppy-faq .hoppy-section-heading {
    position: static;
  }

  .hoppy-faq-list summary {
    min-height: 76px;
    padding: 8px 0;
  }

  .hoppy-final-cta {
    padding-bottom: 60px;
  }

  .hoppy-final-card {
    min-height: auto;
    gap: 30px;
    padding: 42px 28px;
    border-radius: 18px;
  }

  .hoppy-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hoppy-footer nav {
    justify-content: flex-start;
  }

  .hoppy-operator {
    grid-column: auto;
  }
}

@media (max-width: 390px) {
  .hoppy-header-inner .brand-logo {
    width: 126px;
  }

  .hoppy-header-cta {
    font-size: 10px;
  }

  .hoppy-proof-grid {
    grid-template-columns: 1fr;
  }

  .hoppy-device-figure {
    min-height: 500px;
  }

  .hoppy-payment-card > strong {
    font-size: 36px;
  }

  .hoppy-flow-card,
  .hoppy-price-card,
  .hoppy-fee-example {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hoppy-faq-list details p {
    margin-right: 0;
  }
}

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