:root {
  color-scheme: dark;
  color: #f8f7ff;
  background: #020817;
  font-family: Arial, "Noto Sans Hebrew", "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  letter-spacing: 0;
  --cyan: #08edff;
  --purple: #c84cff;
  --pink: #f2a7ff;
  --green: #15f445;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

[hidden] {
  display: none !important;
}

html {
  min-width: 280px;
  min-height: 100%;
  background: #020817;
}

body {
  min-width: 280px;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
}

button,
input {
  font: inherit;
}

button {
  -webkit-tap-highlight-color: transparent;
}

.market-page {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background-color: #020817;
  background-image: url("assets/market-background.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.market-page::before,
.market-page::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  pointer-events: none;
}

.market-page::before {
  background:
    radial-gradient(ellipse 42% 52% at 50% 41%, rgba(1, 6, 18, .2), rgba(1, 5, 15, .52) 76%, transparent 100%),
    linear-gradient(180deg, rgba(1, 6, 18, .02) 0%, rgba(1, 5, 14, .05) 56%, rgba(0, 4, 13, .31) 100%);
}

.market-page::after {
  background: linear-gradient(90deg, rgba(1, 6, 18, .05), transparent 19%, transparent 81%, rgba(1, 6, 18, .08));
}

.background-flare {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  pointer-events: none;
}

.background-flare--left {
  left: 10%;
  top: 43%;
  box-shadow: 0 0 70px 24px rgba(255, 170, 53, .1);
}

.background-flare--right {
  right: 8%;
  top: 40%;
  box-shadow: 0 0 90px 29px rgba(51, 241, 92, .11);
}

.experience {
  width: min(690px, calc(100% - 34px));
  min-height: 100svh;
  margin-inline: auto;
  padding: 18px 0 146px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ai-emblem {
  position: relative;
  width: 126px;
  height: 126px;
  flex: 0 0 126px;
  filter: drop-shadow(0 0 14px rgba(61, 117, 255, .52));
  animation: emblem-float 4.8s ease-in-out infinite;
}

.ai-emblem::after {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: rgba(18, 10, 47, .25);
  box-shadow: inset 0 0 22px rgba(5, 14, 34, .6);
  content: "";
}

.ai-emblem img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: emblem-glow 2.7s ease-in-out infinite;
}

h1 {
  width: 100%;
  margin: 5px 0 0;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 3px 14px rgba(1, 2, 12, .92), 0 0 8px rgba(216, 90, 246, .17);
}

h1 span,
h1 strong {
  display: block;
  font-weight: 900;
}

h1 span {
  color: #fff;
  background: linear-gradient(90deg, #fff 7%, #fff 35%, #f4dcff 61%, #df83f0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 strong {
  color: #edafff;
  background: linear-gradient(90deg, #dd8dff 10%, #f4b5ff 50%, #dd7ef8 91%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro {
  max-width: 620px;
  margin: 9px auto 0;
  color: rgba(226, 223, 232, .81);
  font-size: 14.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.61;
  text-align: center;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .86);
}

.intro > span,
.intro > strong {
  display: block;
}

.intro > strong {
  color: #00f2ff;
  font-size: 15px;
  font-weight: 800;
}

.intro b {
  color: #f6a5ff;
  font-weight: 900;
}

.intro em {
  color: #03f5ff;
  font-style: normal;
  font-weight: 900;
}

.intro .live-count {
  margin-top: 1px;
  color: rgba(232, 230, 238, .84);
}

.intro .live-count b {
  margin-inline-start: 7px;
  color: #00f1ff;
  font-size: 18px;
}

.technology-grid {
  width: min(668px, 100%);
  height: 118px;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.technology-card {
  --card-accent: rgba(110, 221, 255, .72);
  position: relative;
  min-width: 0;
  height: 118px;
  padding: 11px 10px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--card-accent);
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 15%, rgba(74, 92, 166, .23), transparent 57%),
    linear-gradient(145deg, rgba(5, 15, 34, .91), rgba(4, 11, 28, .78));
  box-shadow:
    0 0 13px color-mix(in srgb, var(--card-accent) 23%, transparent),
    inset 0 1px 0 rgba(255, 255, 255, .07),
    inset 0 -14px 35px rgba(0, 0, 10, .32);
  color: #e9e9ee;
  text-align: center;
}

.technology-card::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(105deg, transparent 36%, rgba(255, 255, 255, .065) 50%, transparent 64%);
  content: "";
  transform: translateX(-120%);
  animation: card-sheen 7.2s ease-in-out infinite;
}

.technology-card--blue {
  --card-accent: rgba(85, 158, 255, .82);
}

.technology-card--purple {
  --card-accent: rgba(223, 143, 255, .83);
}

.technology-card--cyan {
  --card-accent: rgba(255, 191, 87, .88);
}

.technology-card:nth-child(2)::before {
  animation-delay: 1.25s;
}

.technology-card:nth-child(3)::before {
  animation-delay: 2.5s;
}

.technology-card img {
  position: relative;
  z-index: 1;
  display: block;
  width: 44px;
  height: 42px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(73, 222, 255, .5));
}

.technology-card--purple img {
  width: 39px;
  height: 44px;
  filter: drop-shadow(0 0 7px rgba(217, 66, 255, .54));
}

.technology-card--cyan img {
  width: 44px;
  height: 38px;
  margin-top: 2px;
}

.technology-card span {
  position: relative;
  z-index: 1;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-shadow: 0 2px 5px #000;
}

.step-indicator {
  height: 6px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  direction: rtl;
}

.step {
  width: 53px;
  height: 5px;
  flex: 0 0 53px;
  border-radius: 999px;
  background: rgba(135, 143, 161, .71);
  box-shadow: 0 0 4px rgba(153, 169, 188, .32);
  transition: background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.step.is-active {
  background: linear-gradient(90deg, #00dfff 0%, #4f7bff 47%, #df64ff 100%);
  box-shadow: 0 0 10px rgba(27, 218, 255, .8), 0 0 14px rgba(193, 74, 255, .52);
  transform: scaleX(1.06);
}

.analysis-zone {
  width: min(670px, 100%);
  min-height: 143px;
  margin: 18px auto 0;
}

.input-state {
  width: 100%;
  animation: state-in 300ms ease both;
}

.search-field {
  position: relative;
  width: 100%;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(171, 183, 208, .64);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(1, 6, 15, .93), rgba(2, 8, 18, .86));
  box-shadow: 0 0 12px rgba(84, 110, 156, .22), inset 0 0 19px rgba(0, 0, 0, .52);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.search-field:focus-within {
  border-color: rgba(7, 236, 255, .86);
  box-shadow: 0 0 0 3px rgba(0, 225, 255, .1), 0 0 17px rgba(42, 118, 255, .37), inset 0 0 19px rgba(0, 0, 0, .52);
}

.search-field input {
  width: 100%;
  height: 100%;
  padding: 0 56px 0 18px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f4f5fb;
  caret-color: var(--cyan);
  direction: rtl;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

.search-field input::placeholder {
  color: rgba(210, 209, 219, .48);
  opacity: 1;
}

.search-field svg {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 27px;
  height: 27px;
  transform: translateY(-50%);
  fill: none;
  stroke: rgba(183, 193, 213, .67);
  stroke-linecap: round;
  stroke-width: 2.5;
}

.input-metrics {
  height: 21px;
  margin: 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(221, 218, 231, .73);
  direction: rtl;
  font-size: 13px;
  font-weight: 500;
  text-shadow: 0 2px 6px #000;
}

.input-metrics b {
  color: #ffb1ff;
}

.input-metrics span:last-child,
.input-metrics span:last-child b {
  color: #0df5ff;
}

.input-metrics i {
  color: rgba(235, 231, 242, .63);
  font-style: normal;
}

.scan-button {
  position: relative;
  width: calc(100% + 30px);
  height: 68px;
  margin: 10px -15px 0;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 236, 126, .94);
  border-radius: 13px;
  background: linear-gradient(105deg, #008cda 0%, #0858f0 31%, #4d17e6 62%, #bc32f2 100%);
  box-shadow:
    0 0 0 3px rgba(0, 223, 255, .53),
    0 0 0 5px rgba(255, 198, 72, .34),
    0 0 18px rgba(0, 191, 255, .74),
    0 0 28px rgba(193, 45, 249, .49),
    inset 0 2px 0 rgba(255, 255, 255, .31),
    inset 0 -4px 11px rgba(35, 0, 108, .34);
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  font-weight: 900;
  text-shadow: 0 2px 5px rgba(17, 6, 77, .78);
  transition: transform 170ms ease, filter 170ms ease, box-shadow 170ms ease;
}

.scan-button::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .32) 48%, transparent 72%);
  content: "";
  transform: translateX(-125%);
  transition: transform 680ms ease;
}

.scan-button:hover {
  filter: brightness(1.11) saturate(1.08);
  transform: translateY(-2px);
  box-shadow:
    0 0 0 3px rgba(0, 239, 255, .66),
    0 0 0 5px rgba(255, 215, 83, .4),
    0 0 25px rgba(0, 205, 255, .82),
    0 0 34px rgba(204, 55, 255, .62),
    inset 0 2px 0 rgba(255, 255, 255, .35);
}

.scan-button:hover::before {
  transform: translateX(125%);
}

.scan-button:active {
  transform: translateY(0) scale(.99);
}

.scan-button img {
  position: relative;
  z-index: 1;
  width: 28px;
  height: 36px;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(255, 255, 255, .74));
}

.scan-button span {
  position: relative;
  z-index: 1;
}

.loading-state {
  min-height: 143px;
  padding: 8px 17px;
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(139, 84, 255, .42);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(3, 10, 27, .91), rgba(16, 8, 38, .9));
  box-shadow: 0 0 20px rgba(92, 62, 246, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
  animation: state-in 280ms ease both;
}

.scanner {
  position: relative;
  width: 104px;
  height: 104px;
  justify-self: center;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(89, 28, 157, .4), rgba(2, 8, 22, .88) 63%);
  box-shadow: 0 0 25px rgba(85, 46, 255, .47), inset 0 0 24px rgba(4, 229, 255, .15);
}

.scanner-ring,
.scanner-grid,
.scanner-core,
.scanner-sweep {
  position: absolute;
  border-radius: 50%;
}

.scanner-ring--outer {
  inset: 4px;
  border: 3px solid transparent;
  border-top-color: #ef55ff;
  border-right-color: rgba(0, 230, 255, .72);
  border-bottom-color: rgba(115, 72, 255, .48);
  animation: spin 1.45s linear infinite;
}

.scanner-ring--inner {
  inset: 18px;
  border: 2px solid transparent;
  border-top-color: #04efff;
  border-left-color: rgba(229, 69, 255, .8);
  animation: spin-reverse 1.05s linear infinite;
}

.scanner-grid {
  inset: 29px;
  border: 1px solid rgba(111, 226, 255, .37);
  background:
    linear-gradient(rgba(11, 220, 255, .18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(11, 220, 255, .18) 1px, transparent 1px);
  background-size: 7px 7px;
}

.scanner-core {
  inset: 39px;
  background: radial-gradient(circle at 34% 30%, #fff 0 7%, #ff7dff 22%, #9e28ff 58%, #28126e 100%);
  box-shadow: 0 0 20px #d840ff, 0 0 34px rgba(0, 220, 255, .53);
  animation: core-pulse .86s ease-in-out infinite alternate;
}

.scanner-sweep {
  inset: 4px;
  overflow: hidden;
  animation: spin 2.2s linear infinite;
}

.scanner-sweep::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 242, 255, .88), transparent);
  box-shadow: 0 0 9px #02e9ff;
  content: "";
  transform-origin: left center;
}

.loading-copy h2,
.result-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.25;
}

.progress-track {
  width: 100%;
  height: 9px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid rgba(116, 92, 191, .31);
  border-radius: 999px;
  background: rgba(0, 0, 8, .77);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, .9);
  direction: ltr;
}

#scan-progress-fill {
  display: block;
  width: 8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #f044ff, #6656ff 52%, #02edff);
  box-shadow: 0 0 14px rgba(210, 65, 255, .75);
  transition: width 180ms ease;
}

.progress-copy {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(225, 223, 234, .82);
  font-size: 13px;
  font-weight: 700;
}

.progress-copy b {
  color: var(--cyan);
  direction: ltr;
  font-size: 14px;
}

.result-state {
  padding: 19px 20px 20px;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 7px 18px;
  border: 1px solid rgba(51, 245, 125, .53);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(2, 20, 28, .95), rgba(8, 10, 31, .94));
  box-shadow: 0 0 24px rgba(26, 231, 105, .2), inset 0 1px 0 rgba(255, 255, 255, .08);
  animation: state-in 320ms ease both;
}

.success-mark {
  position: relative;
  grid-row: 1;
  width: 70px;
  height: 70px;
  align-self: center;
  justify-self: center;
  display: grid;
  place-items: center;
  border: 3px solid #24f266;
  border-radius: 50%;
  background: rgba(22, 239, 92, .08);
  box-shadow: 0 0 18px rgba(25, 239, 91, .49), inset 0 0 16px rgba(25, 239, 91, .13);
  animation: success-pop 420ms cubic-bezier(.17, .89, .32, 1.38) both;
}

.success-mark span {
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(44, 245, 109, .3);
  border-radius: 50%;
  animation: success-wave 1.7s ease-out infinite;
}

.success-mark svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #2bfa6e;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3.1;
}

.result-copy {
  align-self: center;
}

.result-copy h2 {
  color: transparent;
  background: linear-gradient(90deg, #06efff, #d46aff);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.result-copy strong {
  display: block;
  margin-top: 3px;
  color: #00f1ff;
  font-size: 14px;
}

.result-copy p {
  margin: 5px 0 0;
  color: rgba(223, 222, 231, .69);
  font-size: 12px;
  line-height: 1.48;
}

.result-whatsapp {
  grid-column: 1 / -1;
  width: 100%;
  min-height: 55px;
  margin-top: 7px;
  padding: 6px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(159, 255, 180, .76);
  border-radius: 11px;
  background: linear-gradient(180deg, #13b84a, #078332);
  box-shadow: 0 0 17px rgba(24, 229, 83, .37), inset 0 1px 0 rgba(255, 255, 255, .24);
  color: #fff;
  cursor: pointer;
  font-size: 15px;
  font-weight: 900;
  transition: filter 170ms ease, transform 170ms ease;
}

.result-whatsapp:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.result-whatsapp img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.result-benefits {
  grid-column: 1 / -1;
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.result-benefits span {
  min-width: 0;
  padding: 7px 5px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 8px;
  background: rgba(255, 255, 255, .035);
  color: rgba(228, 227, 235, .72);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.trust-row {
  width: min(620px, 100%);
  min-height: 24px;
  margin: 21px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 29px;
  color: rgba(213, 210, 221, .63);
  font-size: 14px;
  font-weight: 500;
  text-shadow: 0 2px 5px #000;
}

.trust-row > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.trust-row > i {
  width: 1px;
  height: 23px;
  background: rgba(211, 213, 226, .27);
}

.trust-row img {
  width: 25px;
  height: 27px;
  object-fit: contain;
}

.trust-row > span:last-child img {
  width: 24px;
  height: 25px;
}

.trend-icon {
  position: relative;
  width: 23px;
  height: 17px;
  display: inline-block;
}

.trend-icon::before {
  position: absolute;
  left: 1px;
  top: 9px;
  width: 19px;
  height: 9px;
  border-right: 2px solid #00efff;
  border-top: 2px solid #00efff;
  content: "";
  transform: skewY(-38deg) rotate(-5deg);
  filter: drop-shadow(0 0 4px rgba(0, 236, 255, .8));
}

.floating-whatsapp {
  position: fixed;
  z-index: 12;
  left: 50%;
  bottom: max(33px, env(safe-area-inset-bottom));
  width: min(620px, calc(100% - 48px));
  min-height: 101px;
  padding: 10px 83px 10px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 1px solid #21fc51;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(7, 122, 39, .93), rgba(3, 52, 22, .95));
  box-shadow:
    0 0 0 5px rgba(0, 255, 64, .2),
    0 0 22px rgba(0, 244, 56, .62),
    inset 0 1px 0 rgba(195, 255, 208, .29),
    inset 0 -16px 34px rgba(0, 14, 7, .42);
  color: #fff;
  cursor: pointer;
  transform: translateX(-50%);
  transition: filter 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.floating-whatsapp::before,
.floating-whatsapp::after {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111, 255, 148, .83), transparent);
  content: "";
}

.floating-whatsapp::before {
  top: 7px;
}

.floating-whatsapp::after {
  bottom: 7px;
}

.floating-whatsapp > img {
  position: absolute;
  right: 17px;
  top: 50%;
  width: 80px;
  height: 80px;
  object-fit: contain;
  transform: translateY(-50%);
  filter: drop-shadow(0 0 7px rgba(37, 255, 80, .63));
}

.floating-whatsapp > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.floating-whatsapp strong {
  max-width: 470px;
  overflow-wrap: anywhere;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 6px rgba(0, 28, 9, .88);
}

.floating-whatsapp small {
  margin-top: 2px;
  color: rgba(255, 255, 255, .94);
  font-size: 12px;
  font-weight: 700;
}

.floating-whatsapp:hover {
  filter: brightness(1.12) saturate(1.1);
  box-shadow:
    0 0 0 5px rgba(0, 255, 64, .27),
    0 0 30px rgba(0, 255, 60, .78),
    inset 0 1px 0 rgba(215, 255, 224, .36);
  transform: translateX(-50%) translateY(-3px);
}

body.is-complete .floating-whatsapp {
  bottom: max(16px, env(safe-area-inset-bottom));
}

.scan-button:focus-visible,
.result-whatsapp:focus-visible,
.floating-whatsapp:focus-visible,
.search-field input:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

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

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

@keyframes emblem-glow {
  0%, 100% { filter: brightness(.95) saturate(1); }
  50% { filter: brightness(1.12) saturate(1.14); }
}

@keyframes card-sheen {
  0%, 72%, 100% { transform: translateX(-125%); }
  86% { transform: translateX(125%); }
}

@keyframes state-in {
  from { opacity: 0; transform: translateY(8px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

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

@keyframes spin-reverse {
  to { transform: rotate(-360deg); }
}

@keyframes core-pulse {
  from { transform: scale(.85); opacity: .72; }
  to { transform: scale(1.16); opacity: 1; }
}

@keyframes success-pop {
  from { opacity: 0; transform: scale(.55); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes success-wave {
  0% { opacity: .7; transform: scale(.82); }
  70%, 100% { opacity: 0; transform: scale(1.28); }
}

@media (max-width: 700px) {
  .experience {
    width: min(100% - 24px, 610px);
    padding-top: 14px;
    padding-bottom: 126px;
  }

  .ai-emblem {
    width: 108px;
    height: 108px;
    flex-basis: 108px;
  }

  h1 {
    font-size: clamp(29px, 7.8vw, 37px);
  }

  .intro {
    max-width: 540px;
    font-size: 13px;
    line-height: 1.52;
  }

  .intro > strong {
    font-size: 14px;
  }

  .intro .live-count b {
    font-size: 16px;
  }

  .technology-grid {
    height: 104px;
    gap: 9px;
  }

  .technology-card {
    height: 104px;
    padding-inline: 6px;
  }

  .technology-card img {
    width: 38px;
    height: 36px;
  }

  .technology-card span {
    font-size: 14px;
  }

  .step {
    width: 46px;
    flex-basis: 46px;
  }

  .analysis-zone {
    min-height: 133px;
  }

  .scan-button {
    width: calc(100% + 16px);
    margin-inline: -8px;
  }

  .search-field {
    height: 49px;
  }

  .search-field input {
    font-size: 14px;
  }

  .input-metrics {
    gap: 6px;
    font-size: 11.5px;
  }

  .scan-button {
    height: 61px;
    font-size: 22px;
  }

  .trust-row {
    gap: 13px;
    font-size: 12px;
  }

  .floating-whatsapp {
    bottom: max(17px, env(safe-area-inset-bottom));
    width: min(560px, calc(100% - 30px));
    min-height: 90px;
    padding: 9px 70px 9px 18px;
  }

  .floating-whatsapp > img {
    right: 11px;
    width: 59px;
    height: 59px;
  }

  .floating-whatsapp strong {
    font-size: 17px;
  }
}

@media (max-width: 470px) {
  .market-page {
    background-position: 48% top;
  }

  .experience {
    width: calc(100% - 20px);
    padding-top: 10px;
    padding-bottom: 116px;
  }

  .ai-emblem {
    width: 91px;
    height: 91px;
    flex-basis: 91px;
  }

  h1 {
    margin-top: 2px;
    font-size: clamp(25px, 7.4vw, 31px);
    line-height: 1.11;
  }

  .intro {
    margin-top: 6px;
    font-size: 11.3px;
    line-height: 1.46;
  }

  .intro > strong {
    font-size: 12.5px;
  }

  .intro > span:nth-of-type(2),
  .intro > span:nth-of-type(3) {
    display: inline;
  }

  .intro .live-count {
    display: block;
  }

  .technology-grid {
    height: 91px;
    margin-top: 10px;
    gap: 6px;
  }

  .technology-card {
    height: 91px;
    border-radius: 10px;
  }

  .technology-card img,
  .technology-card--purple img,
  .technology-card--cyan img {
    width: 32px;
    height: 30px;
  }

  .technology-card span {
    margin-top: 3px;
    font-size: 12px;
  }

  .step-indicator {
    margin-top: 11px;
    gap: 12px;
  }

  .step {
    width: 39px;
    height: 4px;
    flex-basis: 39px;
  }

  .analysis-zone {
    min-height: 121px;
    margin-top: 10px;
  }

  .search-field {
    height: 45px;
  }

  .search-field input {
    padding-right: 46px;
    font-size: 13px;
  }

  .search-field svg {
    right: 13px;
    width: 23px;
    height: 23px;
  }

  .input-metrics {
    height: 19px;
    margin-top: 2px;
    gap: 5px;
    font-size: 10px;
  }

  .scan-button {
    height: 55px;
    width: calc(100% + 8px);
    margin: 5px -4px 0;
    border-radius: 10px;
    font-size: 19px;
  }

  .scan-button img {
    width: 22px;
    height: 29px;
  }

  .loading-state {
    min-height: 121px;
    padding: 7px 11px;
    grid-template-columns: 86px minmax(0, 1fr);
    gap: 12px;
  }

  .scanner {
    width: 78px;
    height: 78px;
  }

  .scanner-ring--inner { inset: 14px; }
  .scanner-grid { inset: 23px; }
  .scanner-core { inset: 30px; }

  .loading-copy h2,
  .result-copy h2 {
    font-size: 17px;
  }

  .progress-track {
    margin-top: 15px;
  }

  .progress-copy {
    font-size: 10.5px;
  }

  .result-state {
    padding: 14px;
    grid-template-columns: 57px minmax(0, 1fr);
    gap: 6px 11px;
  }

  .success-mark {
    width: 54px;
    height: 54px;
  }

  .success-mark svg {
    width: 32px;
    height: 32px;
  }

  .result-copy strong {
    font-size: 12px;
  }

  .result-copy p {
    font-size: 10.5px;
  }

  .result-whatsapp {
    min-height: 49px;
    font-size: 12px;
  }

  .result-whatsapp img {
    width: 37px;
    height: 37px;
  }

  .trust-row {
    min-height: 20px;
    margin-top: 11px;
    gap: 7px;
    font-size: 9.5px;
  }

  .trust-row > span {
    gap: 4px;
  }

  .trust-row > i {
    height: 18px;
  }

  .trust-row img,
  .trust-row > span:last-child img {
    width: 18px;
    height: 19px;
  }

  .trend-icon {
    width: 18px;
    height: 14px;
  }

  .trend-icon::before {
    width: 14px;
    height: 7px;
  }

  .floating-whatsapp {
    width: calc(100% - 22px);
    min-height: 78px;
    padding: 8px 58px 8px 13px;
    border-radius: 13px;
  }

  .floating-whatsapp > img {
    right: 8px;
    width: 51px;
    height: 51px;
  }

  .floating-whatsapp strong {
    font-size: 14px;
    line-height: 1.3;
  }

  .floating-whatsapp small {
    font-size: 10px;
  }
}

@media (max-width: 335px) {
  h1 {
    font-size: 23px;
  }

  .intro {
    font-size: 10.5px;
  }

  .technology-card span {
    font-size: 10.5px;
  }

  .input-metrics {
    font-size: 9px;
  }

  .trust-row {
    font-size: 8.5px;
  }

  .floating-whatsapp strong {
    font-size: 12.5px;
  }
}

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