:root {
  --ink: #061014;
  --ink-soft: #7e8e90;
  --night: #070b13;
  --night-2: #0c1220;
  --panel: rgba(13, 22, 31, 0.78);
  --panel-strong: rgba(14, 25, 35, 0.94);
  --paper: #f5f2e9;
  --paper-warm: #ebe3d2;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(7, 16, 20, 0.12);
  --white: #ffffff;
  --muted: rgba(235, 246, 244, 0.72);
  --green: #00e28b;
  --green-deep: #00a66f;
  --amber: #f6b347;
  --orange: #ff7b38;
  --red: #e84b5f;
  --blue: #68a0ff;
  --shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  --glow: 0 0 0 1px rgba(0, 226, 139, 0.24), 0 24px 70px rgba(0, 226, 139, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 126px;
}

body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  background:
    linear-gradient(120deg, rgba(0, 226, 139, 0.08) 0%, rgba(0, 226, 139, 0) 24%),
    linear-gradient(210deg, rgba(246, 179, 71, 0.1) 0%, rgba(246, 179, 71, 0) 18%),
    linear-gradient(180deg, #05080f 0%, #0a111a 34%, #101919 64%, #070b13 100%);
  color: var(--white);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.024) 1px, transparent 1px),
    linear-gradient(135deg, rgba(0, 226, 139, 0.06), transparent 32%, rgba(246, 179, 71, 0.05) 72%, transparent);
  background-size: 72px 72px, 72px 72px, 100% 100%;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.2));
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.018) 0,
      rgba(255, 255, 255, 0.018) 1px,
      transparent 1px,
      transparent 5px
    );
  opacity: 0.36;
}

img {
  max-width: 100%;
  display: block;
}

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

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

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, var(--green), var(--amber), var(--orange));
  box-shadow: 0 0 18px rgba(0, 226, 139, 0.46);
}

.deal-ribbon {
  position: fixed;
  inset: 0 0 auto;
  z-index: 80;
  min-height: 42px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 8px max(18px, calc((100vw - 1160px) / 2));
  background: linear-gradient(90deg, #f15f2a 0%, #ff8a3d 52%, #f6b347 100%);
  color: #180904;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
  transition:
    opacity 220ms ease,
    transform 260ms ease,
    visibility 260ms ease;
}

.deal-ribbon span {
  color: rgba(24, 9, 4, 0.74);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.deal-ribbon strong {
  justify-self: center;
  font-size: 0.92rem;
  line-height: 1.25;
}

.deal-ribbon a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 13px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: #d94915;
  font-size: 0.82rem;
  font-weight: 820;
  box-shadow: 0 10px 24px rgba(87, 29, 5, 0.18);
}

.deal-ribbon svg {
  width: 15px;
  height: 15px;
}

.site-header {
  position: fixed;
  inset: 58px 18px auto;
  top: 58px;
  z-index: 70;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  max-width: 1160px;
  margin: 0 auto;
  padding: 11px 11px 11px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(14, 22, 31, 0.9), rgba(6, 12, 19, 0.72)),
    rgba(7, 16, 20, 0.72);
  color: var(--white);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(22px);
  transition:
    top 260ms ease,
    background 260ms ease,
    border-color 260ms ease,
    box-shadow 260ms ease;
}

body.is-scrolled .site-header {
  top: 3px;
  z-index: 90;
  border-radius: 0 0 8px 8px;
  border-color: rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(12, 21, 30, 0.94), rgba(6, 12, 19, 0.82)),
    rgba(7, 16, 20, 0.82);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.34);
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-mark img {
  width: 128px;
  height: auto;
}

.brand-review-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid rgba(0, 226, 139, 0.34);
  border-radius: 8px;
  background: rgba(0, 226, 139, 0.08);
  color: rgba(220, 255, 242, 0.84);
  font-size: 0.68rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 2vw, 28px);
  font-size: 0.9rem;
  color: rgba(235, 246, 244, 0.72);
}

.header-nav a {
  position: relative;
  transition: color 180ms ease;
}

.header-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.header-nav a:hover {
  color: var(--white);
}

.header-nav a:hover::after {
  transform: scaleX(1);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-weight: 820;
  letter-spacing: 0;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.nav-cta {
  padding: 0 16px;
  background: linear-gradient(135deg, #00f29b, #00cb7f);
  color: #001a10;
  box-shadow: var(--glow);
}

.button {
  padding: 0 20px;
}

.button svg,
.nav-cta svg,
.alternative-list svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.button.primary {
  background: linear-gradient(135deg, #00f09a 0%, #00c97f 58%, #77f1bd 100%);
  color: #001a10;
  box-shadow: var(--glow);
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.26);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  color: var(--white);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.button.light {
  background: var(--white);
  color: #081114;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.button.compact {
  min-width: 190px;
}

.button:hover,
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(0, 226, 139, 0.26), 0 30px 84px rgba(0, 226, 139, 0.22);
}

.hero {
  --hero-panel-right: max(24px, calc((100vw - 1360px) / 2));
  --hero-panel-width: clamp(340px, 28vw, 400px);
  position: relative;
  min-height: max(860px, 96svh);
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--white);
  background: #061018;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(0, 226, 139, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.045) 0 1px, transparent 1px 64px);
  background-size: auto, 64px 64px;
  opacity: 0.72;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.15) brightness(0.86) contrast(1.06);
  transform: scale(1.04);
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(3, 8, 13, 0.98) 0%, rgba(4, 10, 17, 0.88) 39%, rgba(4, 10, 17, 0.42) 100%),
    linear-gradient(180deg, rgba(5, 8, 15, 0.28) 0%, rgba(5, 8, 15, 0.08) 36%, rgba(5, 8, 15, 0.94) 100%);
}

.hero-content {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 176px 0 82px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

.hero h1 {
  max-width: 860px;
  margin: 0;
  color: #fffdf5;
  font-size: clamp(5rem, 14vw, 11.6rem);
  line-height: 0.84;
  letter-spacing: 0;
  text-shadow: 0 16px 68px rgba(0, 0, 0, 0.42);
}

.hero-subtitle {
  max-width: 650px;
  margin: 30px 0 0;
  color: rgba(250, 255, 252, 0.9);
  font-size: clamp(1.14rem, 2vw, 1.48rem);
}

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

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 820px;
  margin-top: 36px;
}

.hero-proof span {
  display: inline-flex;
  align-items: baseline;
  gap: 7px;
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    rgba(8, 16, 25, 0.62);
  color: rgba(250, 255, 252, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.hero-proof strong {
  color: var(--white);
  font-size: 1.08rem;
}

.affiliate-note {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(235, 246, 244, 0.64);
  font-size: 0.92rem;
}

.hero-live-panel {
  position: absolute;
  right: var(--hero-panel-right);
  top: clamp(410px, 52svh, 510px);
  z-index: 2;
  width: var(--hero-panel-width);
  padding: 14px;
  border: 1px solid rgba(246, 179, 71, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(140deg, rgba(246, 179, 71, 0.2), rgba(0, 226, 139, 0.07) 38%, rgba(5, 9, 14, 0.94) 78%),
    rgba(7, 14, 19, 0.84);
  box-shadow:
    0 0 0 1px rgba(0, 226, 139, 0.16),
    0 0 42px rgba(246, 179, 71, 0.16),
    0 28px 90px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(18px);
}

.hero-live-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 7px;
  pointer-events: none;
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent);
}

.live-panel-top,
.bot-row {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.live-panel-top {
  justify-content: flex-start;
  margin-bottom: 12px;
}

.live-panel-top small {
  margin-left: auto;
}

.live-panel-top strong,
.bot-row strong {
  color: #fffdf5;
  font-size: 0.92rem;
}

.live-panel-top small,
.bot-row small {
  color: rgba(235, 246, 244, 0.58);
  font-size: 0.76rem;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(0, 226, 139, 0.7);
  animation: livePulse 1.7s ease-out infinite;
}

.ticker-stream {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 18px;
  margin: 0 -16px 12px;
  padding: 8px 0;
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(235, 246, 244, 0.7);
  font-size: 0.72rem;
  font-weight: 780;
  white-space: nowrap;
}

.ticker-stream span {
  min-width: max-content;
  animation: tickerRun 11s linear infinite;
}

.chart-stage {
  position: relative;
  z-index: 2;
  height: 154px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background:
    radial-gradient(circle at 70% 20%, rgba(0, 226, 139, 0.16), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #061017;
}

.tv-candle-chart {
  position: absolute;
  inset: 8px;
  overflow: hidden;
  border-radius: 7px;
}

.tv-candle-chart span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(235, 246, 244, 0.55);
  font-size: 0.76rem;
  font-weight: 760;
}

.tv-candle-chart table,
.tv-candle-chart canvas {
  border-radius: 7px;
}

.live-chart {
  position: absolute;
  inset: 18px 12px auto;
  width: calc(100% - 24px);
  height: 126px;
}

.chart-fill {
  fill: url(#liveFillGradient);
  animation: chartFloat 4s ease-in-out infinite;
}

.chart-line {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart-line.ghost {
  stroke: rgba(255, 255, 255, 0.14);
}

.chart-line.active {
  stroke: url(#liveLineGradient);
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  filter: drop-shadow(0 0 8px rgba(0, 226, 139, 0.7));
  animation: drawChart 3.8s ease-in-out infinite;
}

.candle-lane {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
  height: 92px;
  opacity: 0.92;
}

.candle {
  position: relative;
  flex: 0 0 5px;
  width: 5px;
  height: var(--body, 24px);
  border-radius: 2px;
  transform: translateY(var(--offset, 0));
  animation: candleTick 2.4s ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}

.candle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: var(--wick, 48px);
  transform: translate(-50%, -50%);
  background: currentColor;
  opacity: 0.72;
}

.candle.green {
  color: var(--green);
  background: var(--green);
  box-shadow: 0 0 14px rgba(0, 226, 139, 0.42);
}

.candle.red {
  color: var(--red);
  background: var(--red);
  box-shadow: 0 0 14px rgba(232, 75, 95, 0.36);
}

.signal-chip {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 8px;
  color: #001a10;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  animation: signalPop 3.8s ease-in-out infinite;
}

.signal-chip.buy {
  right: 20px;
  top: 30px;
  background: var(--green);
  box-shadow: 0 0 28px rgba(0, 226, 139, 0.42);
}

.signal-chip.sell {
  left: 18px;
  top: 94px;
  background: var(--amber);
  color: #1d1103;
  animation-delay: 1.65s;
  box-shadow: 0 0 28px rgba(246, 179, 71, 0.36);
}

.scan-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, transparent, var(--green), transparent);
  box-shadow: 0 0 18px rgba(0, 226, 139, 0.9);
  animation: scanMove 3.4s ease-in-out infinite;
}

.bot-row {
  margin-top: 12px;
  padding: 11px;
  border: 1px solid rgba(0, 226, 139, 0.18);
  border-radius: 8px;
  background: rgba(0, 226, 139, 0.06);
}

.bot-avatar {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(0, 226, 139, 0.12);
  color: var(--green);
}

.bot-avatar svg {
  width: 18px;
  height: 18px;
}

.page-section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(78px, 10vw, 132px) 0;
}

.section-copy {
  max-width: 780px;
}

.section-copy.narrow {
  max-width: 700px;
}

h2 {
  margin: 0;
  color: #fffdf5;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 12px;
  color: #fffdf5;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.1;
  letter-spacing: 0;
}

p {
  font-size: 1rem;
}

.section-copy p:not(.eyebrow),
.story-copy p:not(.eyebrow),
.review-article .lead,
.mid-cta p,
.post-price-cta p,
.final-copy p {
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.16rem);
}

.rating-section,
.deal-section,
.feature-story,
.review-section,
.pricing-section,
.alternatives-section {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rating-section::before,
.deal-section::before,
.feature-story::before,
.pricing-section::before,
.alternatives-section::before {
  content: "";
  position: absolute;
  inset: clamp(28px, 4vw, 52px) -28px;
  z-index: -1;
  border: 1px solid rgba(246, 179, 71, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 179, 71, 0.1), rgba(0, 226, 139, 0.04) 38%, rgba(3, 7, 12, 0.1) 74%),
    rgba(255, 255, 255, 0.012);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 0 0 1px rgba(0, 226, 139, 0.05),
    0 40px 110px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.rating-section::after,
.feature-story::after,
.pricing-section::after {
  content: "";
  position: absolute;
  inset: clamp(28px, 4vw, 52px) -28px;
  z-index: -1;
  border-radius: 8px;
  pointer-events: none;
  background:
    linear-gradient(30deg, rgba(255, 255, 255, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.035) 87.5%, rgba(255, 255, 255, 0.035)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.035) 87.5%, rgba(255, 255, 255, 0.035)),
    linear-gradient(30deg, rgba(255, 255, 255, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.035) 87.5%, rgba(255, 255, 255, 0.035)),
    linear-gradient(150deg, rgba(255, 255, 255, 0.035) 12%, transparent 12.5%, transparent 87%, rgba(255, 255, 255, 0.035) 87.5%, rgba(255, 255, 255, 0.035));
  background-position: 0 0, 0 0, 36px 63px, 36px 63px;
  background-size: 72px 126px;
  opacity: 0.34;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.16));
}

.rating-section {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(34px, 6vw, 82px);
  align-items: end;
}

.rating-layout {
  display: grid;
  grid-template-columns: minmax(190px, 0.55fr) 1fr;
  gap: 24px;
  align-items: stretch;
}

.score-block {
  position: relative;
  isolation: isolate;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045)),
    var(--panel);
  box-shadow: var(--shadow);
}

.score-block::before,
.verdict::before,
.price-table::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(246, 179, 71, 0.5), rgba(0, 226, 139, 0.28), rgba(5, 9, 14, 0.2));
  filter: blur(18px);
  opacity: 0.42;
}

.score-label,
.deal-tag,
.verdict-label {
  display: block;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 860;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.score-block strong {
  display: block;
  margin-top: 8px;
  color: #fffdf5;
  font-size: clamp(4rem, 8vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.stars {
  display: block;
  margin-top: 12px;
  color: var(--amber);
  font-size: 1rem;
  letter-spacing: 0.12em;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--white);
  font-weight: 780;
  border-bottom: 2px solid var(--green);
}

.rating-bars {
  display: grid;
  gap: 16px;
  align-content: center;
  padding: 24px 0;
}

.bar-row {
  display: grid;
  grid-template-columns: 140px 1fr 38px;
  gap: 12px;
  align-items: center;
}

.bar-row span {
  color: rgba(235, 246, 244, 0.7);
  font-size: 0.94rem;
}

.bar-row strong {
  color: #fffdf5;
}

meter {
  width: 100%;
  height: 12px;
}

meter::-webkit-meter-bar {
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

meter::-webkit-meter-optimum-value {
  border-radius: 8px;
  background: linear-gradient(90deg, var(--green), var(--amber));
}

.deal-list {
  display: grid;
  gap: 16px;
  margin-top: 46px;
}

.deal-ticket {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(0, 226, 139, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 226, 139, 0.18), transparent 52%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    #0c1718;
  color: var(--white);
  box-shadow: var(--shadow);
}

.deal-ticket.muted {
  border-color: rgba(246, 179, 71, 0.24);
  background:
    linear-gradient(135deg, rgba(246, 179, 71, 0.16), transparent 54%),
    #17140f;
  color: var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.26);
}

.deal-ticket h3 {
  margin-top: 10px;
}

.deal-ticket p,
.deal-ticket.muted p {
  max-width: 720px;
  margin: 0;
  color: rgba(235, 246, 244, 0.74);
}

.deal-ticket.muted .button.secondary {
  border-color: rgba(255, 255, 255, 0.22);
  color: var(--white);
}

.feature-story {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
}

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

.tool-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 34px 0 18px;
}

.tool-tab {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(235, 246, 244, 0.72);
  font: inherit;
  font-weight: 780;
  cursor: pointer;
  transition:
    background 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.tool-tab.active {
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.tool-tab:hover {
  transform: translateY(-1px);
}

.tab-description {
  min-height: 84px;
}

.product-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: #07131d;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(0, 226, 139, 0.1);
}

.product-frame img {
  width: 100%;
  aspect-ratio: 1.36 / 1;
  object-fit: cover;
  transition:
    opacity 220ms ease,
    transform 360ms ease;
}

.product-frame img.is-switching {
  opacity: 0.2;
  transform: scale(1.02);
}

.product-frame figcaption {
  padding: 13px 16px 15px;
  color: rgba(235, 246, 244, 0.68);
  font-size: 0.9rem;
}

.review-article {
  max-width: 1040px;
}

.review-article .lead {
  max-width: 850px;
  margin: 24px 0 0;
}

.review-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
  margin-top: 56px;
}

.check-list,
.minus-list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.minus-list li {
  position: relative;
  padding-left: 30px;
  color: rgba(235, 246, 244, 0.74);
}

.check-list li::before,
.minus-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 0.75rem;
  font-weight: 900;
}

.check-list li::before {
  content: "+";
  background: var(--green-deep);
}

.minus-list li::before {
  content: "!";
  background: var(--red);
}

.verdict {
  position: relative;
  isolation: isolate;
  margin-top: 58px;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0, 226, 139, 0.12), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)),
    var(--panel);
  box-shadow: var(--shadow);
}

.verdict p {
  max-width: 790px;
  color: rgba(235, 246, 244, 0.76);
}

.mid-cta,
.post-price-cta,
.final-cta {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto clamp(76px, 10vw, 122px);
  border-radius: 8px;
  overflow: hidden;
}

.mid-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: clamp(30px, 5vw, 50px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(135deg, rgba(246, 179, 71, 0.18), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #0d1413;
  color: var(--white);
  box-shadow: var(--shadow);
}

.mid-cta h2,
.final-cta h2 {
  color: var(--white);
}

.mid-cta p,
.final-copy p {
  color: rgba(235, 246, 244, 0.72);
}

.price-table {
  position: relative;
  isolation: isolate;
  margin-top: 46px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  overflow: hidden;
  background: var(--panel);
  box-shadow: var(--shadow);
}

.price-row {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.2fr;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(235, 246, 244, 0.76);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row strong {
  color: #fffdf5;
}

.price-row.head {
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 860;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.price-row.highlighted {
  background: rgba(0, 226, 139, 0.12);
}

.post-price-cta {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
  border: 1px solid rgba(246, 179, 71, 0.18);
  background:
    linear-gradient(135deg, rgba(246, 179, 71, 0.16), transparent 54%),
    #16130d;
  color: var(--white);
  box-shadow: var(--shadow);
}

.post-price-cta img {
  border-radius: 8px;
  aspect-ratio: 1.24 / 1;
  object-fit: cover;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.alternative-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.alternative-list a {
  min-height: 154px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    rgba(12, 20, 29, 0.72);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.alternative-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 226, 139, 0.5);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.alternative-list span {
  display: block;
  color: #fffdf5;
  font-size: 1.25rem;
  font-weight: 860;
}

.alternative-list small {
  display: block;
  color: rgba(235, 246, 244, 0.66);
  font-size: 0.9rem;
}

.alternative-list svg {
  color: var(--green);
}

.final-cta {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: end;
  color: var(--white);
  background: #061018;
  isolation: isolate;
  box-shadow: var(--shadow);
}

.final-cta img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.66) saturate(1.12) contrast(1.04);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255, 255, 255, 0.036) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(0deg, rgba(6, 16, 24, 0.96), rgba(6, 16, 24, 0.22));
}

.final-copy {
  max-width: 780px;
  padding: clamp(30px, 6vw, 60px);
}

.site-footer {
  display: grid;
  gap: 10px;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 0 0 46px;
  color: rgba(235, 246, 244, 0.58);
  font-size: 0.92rem;
}

.site-footer p {
  margin: 0;
  font-size: 0.92rem;
}

html.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

html.js [data-reveal].is-visible,
body.ready .hero-content,
body.ready .site-header,
body.ready .deal-ribbon {
  opacity: 1;
  transform: translateY(0);
}

body.is-scrolled .deal-ribbon,
body.ready.is-scrolled .deal-ribbon {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-110%);
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 226, 139, 0.66);
  }
  72% {
    box-shadow: 0 0 0 12px rgba(0, 226, 139, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 226, 139, 0);
  }
}

@keyframes tickerRun {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-235px);
  }
}

@keyframes drawChart {
  0% {
    stroke-dashoffset: 520;
    opacity: 0.15;
  }
  18% {
    opacity: 1;
  }
  68% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -520;
    opacity: 0.2;
  }
}

@keyframes chartFloat {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.74;
  }
  50% {
    transform: translateY(-8px);
    opacity: 1;
  }
}

@keyframes candleTick {
  0%,
  100% {
    transform: translateY(var(--offset, 0)) scaleY(0.92);
  }
  50% {
    transform: translateY(calc(var(--offset, 0px) - 2px)) scaleY(1.08);
  }
}

@keyframes signalPop {
  0%,
  100% {
    transform: translateY(4px) scale(0.96);
    opacity: 0.58;
  }
  28%,
  64% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

@keyframes scanMove {
  0% {
    left: 12px;
    opacity: 0;
  }
  12% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  100% {
    left: calc(100% - 12px);
    opacity: 0;
  }
}

@media (max-width: 1180px) {
  .hero {
    min-height: auto;
  }

  .hero-live-panel {
    position: relative;
    right: auto;
    top: auto;
    width: min(560px, 100%);
    margin: 32px 0 42px auto;
  }
}

@media (max-width: 920px) {
  .deal-ribbon {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 7px 10px;
  }

  .deal-ribbon span {
    display: none;
  }

  .deal-ribbon strong {
    justify-self: start;
    font-size: 0.82rem;
  }

  .site-header {
    grid-template-columns: auto auto;
    inset: 54px 10px auto;
  }

  body.is-scrolled .site-header {
    top: 3px;
  }

  .hero {
    display: block;
  }

  .hero-live-panel {
    position: relative;
    right: auto;
    top: auto;
    width: min(520px, 100%);
    margin: 24px auto 44px;
  }

  .header-nav {
    display: none;
  }

  .brand-mark img {
    width: 104px;
  }

  .brand-review-badge {
    min-height: 22px;
    padding: 0 7px;
    font-size: 0.62rem;
  }

  .hero h1 {
    font-size: clamp(4.4rem, 18vw, 7rem);
  }

  .rating-section,
  .rating-layout,
  .feature-story,
  .review-columns,
  .post-price-cta {
    grid-template-columns: 1fr;
  }

  .rating-section {
    align-items: start;
  }

  .product-frame {
    order: -1;
  }

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

  .mid-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 112px;
  }

  .deal-ribbon {
    min-height: 38px;
  }

  .deal-ribbon strong {
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .deal-ribbon a {
    min-height: 27px;
    padding: 0 10px;
  }

  .site-header {
    padding: 9px 9px 9px 12px;
    gap: 10px;
  }

  .nav-cta {
    min-height: 40px;
    padding: 0 10px;
    font-size: 0.88rem;
  }

  .brand-mark {
    gap: 7px;
  }

  .brand-mark img {
    width: 94px;
  }

  .brand-review-badge {
    font-size: 0.58rem;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-content {
    width: min(100% - 28px, 1120px);
    padding: 132px 0 58px;
  }

  .hero-live-panel {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 34px;
    padding: 14px;
  }

  .rating-section::before,
  .deal-section::before,
  .feature-story::before,
  .pricing-section::before,
  .alternatives-section::before,
  .rating-section::after,
  .feature-story::after,
  .pricing-section::after {
    inset-inline: 0;
  }

  .chart-stage {
    height: 172px;
  }

  .live-chart {
    height: 146px;
  }

  .hero-actions,
  .hero-proof {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .page-section,
  .mid-cta,
  .post-price-cta,
  .final-cta,
  .site-footer {
    width: calc(100% - 28px);
  }

  h2 {
    font-size: clamp(2rem, 11vw, 3.2rem);
  }

  .bar-row {
    grid-template-columns: 1fr 36px;
  }

  .bar-row meter {
    grid-column: 1 / -1;
    grid-row: 2;
  }

  .deal-ticket,
  .price-row {
    grid-template-columns: 1fr;
  }

  .button.compact {
    min-width: 0;
  }

  .price-row.head {
    display: none;
  }

  .alternative-list {
    grid-template-columns: 1fr;
  }

  .final-cta {
    min-height: 640px;
  }
}

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