:root {
  --abo-blue: #0aa4e8;
  --abo-blue-dark: #1684d6;
  --abo-ink: #11151f;
  --abo-muted: #657084;
  --abo-line: #dbe3ef;
  --abo-bg: #f7f9fc;
}

* { box-sizing: border-box; }

html { background: var(--abo-bg); }

body {
  margin: 0;
  background: var(--abo-bg);
  color: var(--abo-ink);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

button,
a { font: inherit; }

.abo-shell {
  width: min(calc(100% - clamp(40px, 5vw, 160px)), clamp(1100px, 80vw, 2100px));
  margin: 0 auto;
}

.abo-header {
  border-bottom: 1px solid var(--abo-line);
  background: rgba(247, 249, 252, .92);
}

.abo-header-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.abo-logo {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--abo-ink);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.04em;
  line-height: 1;
  text-decoration: none;
}

.abo-logo img {
  width: auto;
  height: 24px;
}

.abo-header p {
  margin: 0;
  color: #677080;
  font-size: 14px;
}

.abo-hero {
  position: relative;
  overflow: hidden;
  padding: 40px 0 38px;
  background: radial-gradient(60% 48% at 50% 0, rgba(229, 242, 255, .94), transparent 72%);
}

.abo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(544px, 37.5vw, 960px);
  align-items: start;
  gap: clamp(32px, 2.2vw, 64px);
}

.abo-hero .abo-shell { width: min(calc(100% - clamp(48px, 5vw, 160px)), clamp(1120px, 80vw, 2100px)); }

.abo-copy
{
  margin-top: 10%;
}

.abo-copy h1 {
  margin: 0;
  color: #10141d;
  font-size: clamp(48px, 5.2vw, 112px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.abo-title-line {
  display: block;
  white-space: nowrap;
}

.abo-title-line--two { margin-left: 14%; }
.abo-title-line--three { margin-left: 32%; }
.abo-title-line--four { margin-left: 13%; }

.abo-copy h1 .abo-title-accent { color: #146cf1; font-weight: 700; }
.abo-copy h1 strong { font-weight: 700; }

.abo-demo-wrap {
  min-width: 0;
  display: grid;
  justify-items: center;
  position: relative;
}

.abo-demo-stage {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 760 / 596;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
}

.abo-demo {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 760px;
  height: 596px;
  border: 0;
  transform: scale(var(--abo-demo-scale, .7158));
  transform-origin: top left;
}

.abo-demo.abo-demo--frozen,
.abo-demo.abo-demo--frozen *,
.abo-demo.abo-demo--frozen *::before,
.abo-demo.abo-demo--frozen *::after { animation-play-state: paused !important; }

.abo-demo.abo-demo--frozen .browser { filter: saturate(1.02) brightness(1) !important; }
.abo-demo.abo-demo--frozen .abo-overlay,
.abo-demo.abo-demo--frozen .dimmer,
.abo-demo.abo-demo--frozen .strings,
.abo-demo.abo-demo--frozen .pixels,
.abo-demo.abo-demo--frozen .state-dot.red,
.abo-demo.abo-demo--frozen .state-text.before,
.abo-demo.abo-demo--frozen .status-copy .before { opacity: 0 !important; }
.abo-demo.abo-demo--frozen .state-dot.green,
.abo-demo.abo-demo--frozen .state-text.after,
.abo-demo.abo-demo--frozen .status-copy .after,
.abo-demo.abo-demo--frozen .blocked-ribbon,
.abo-demo.abo-demo--frozen .badge-stage,
.abo-demo.abo-demo--frozen .speed-note,
.abo-demo.abo-demo--frozen .speed-bang { opacity: 1 !important; }
.abo-demo.abo-demo--frozen .blocked-ribbon { transform: translateX(-50%) translateY(0) scale(1) !important; }
.abo-demo.abo-demo--frozen .badge-stage { transform: translate(-50%, -50%) scale(1) !important; }
.abo-demo.abo-demo--frozen .speed-reel { transform: translateY(-3em) !important; }

.abo-demo-wrap > p {
  margin: 7px 0 0;
  color: #667085;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
}

.abo-install-guide {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f8fbff, #e9f4ff);
}

.abo-install-guide[hidden],
.abo-download-button[hidden],
.abo-download-progress[hidden],
.abo-download-done[hidden],
.abo-verification-game[hidden],
.abo-page-download-connector[hidden],
.abo-page-downloads[hidden] { display: none !important; }

.abo-install-intro {
  position: absolute;
  top: 34px;
  left: 34px;
  z-index: 2;
  color: #172031;
  animation: abo-install-in .4s ease both;
}

.abo-install-intro strong,
.abo-install-intro span { display: block; }
.abo-install-intro strong { font-size: 21px; letter-spacing: -.03em; }
.abo-install-intro span { margin-top: 4px; color: #607089; font-size: 12px; }

.abo-install-browser {
  position: absolute;
  left: 34px;
  right: 78px;
  bottom: 34px;
  z-index: 2;
  overflow: hidden;
  border: 1px solid #cdd9e9;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(43, 77, 120, .14);
  animation: abo-install-in .45s ease both;
}

.abo-install-toolbar {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 31px;
  padding: 0 10px;
  background: #e8f0fb;
  color: #4e5a6e;
  font-size: 11px;
}

.abo-install-toolbar span { width: 7px; height: 7px; border-radius: 50%; background: #b7c6d9; }
.abo-install-toolbar strong { margin-left: auto; font-weight: 700; }

.abo-install-file {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 18px 12px;
  padding: 12px;
  border-radius: 10px;
  background: #edf7ff;
  color: #172031;
}

.abo-install-file-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
  background: var(--abo-blue);
  color: #fff;
  font-size: 21px;
  font-weight: 800;
}

.abo-install-file strong,
.abo-install-file small { display: block; }
.abo-install-file strong { font-size: 12px; }
.abo-install-file small { margin-top: 2px; color: #3fa56c; font-size: 10px; }

.abo-install-browser ol {
  margin: 0 18px 18px;
  padding-left: 28px;
  color: #56657a;
  font-size: 11px;
  line-height: 1.8;
}

.abo-page-download-connector {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  overflow: visible;
  pointer-events: none;
}

.abo-page-download-connector path {
  fill: none;
  stroke: #146cf1;
  stroke-width: 2.2;
  stroke-dasharray: 7 6;
  stroke-linecap: round;
  opacity: 0;
}

.abo-page-download-connector:not([hidden]) path {
  animation: abo-connector-draw 1.8s .2s ease-out both, abo-connector-fade 1.1s .2s ease-out forwards, abo-connector-flow 2.8s 2s linear infinite;
}

.abo-page-downloads {
  position: absolute;
  z-index: 101;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid #c6dbf7;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(43, 77, 120, .12);
  color: #215b9f;
  font-size: 11px;
  font-weight: 700;
  opacity: 0;
}

.abo-page-downloads:not([hidden]) {
  animation: abo-downloads-fade 1.1s .2s ease-out forwards;
}

.abo-page-download-icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: #146cf1;
  animation: abo-download-icon-bob 1.25s ease-in-out infinite;
}

.abo-page-download-icon svg { width: 100%; height: 100%; fill: currentColor; }

@keyframes abo-install-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes abo-fade-in { to { opacity: 1; } }
@keyframes abo-connector-draw { from { stroke-dashoffset: 520; } to { stroke-dashoffset: 0; } }
@keyframes abo-connector-fade { to { opacity: 1; } }
@keyframes abo-connector-flow { to { stroke-dashoffset: -26; } }
@keyframes abo-downloads-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes abo-download-icon-bob { 50% { transform: translateY(3px); } }
@keyframes abo-download-button-shine { 0%, 5% { opacity: 0; transform: translateX(-260%) skewX(-18deg); } 11% { opacity: .82; } 31.5%, 100% { opacity: 0; transform: translateX(360%) skewX(-18deg); } }

@media (prefers-reduced-motion: reduce) {
  .abo-page-download-icon { animation: none; }
  .abo-verification-target { animation-duration: 6s; }
  .abo-download-button::after { animation: none; }
}

.abo-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px auto 0;
}

.abo-download-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(100%, clamp(576px, 30vw, 760px));
  min-height: clamp(96px, 5vw, 116px);
  border: 0;
  border-radius: 24px;
  background: var(--abo-blue);
  box-shadow: 0 18px 35px rgba(10, 164, 232, .31), 0 0 38px rgba(10, 164, 232, .25);
  color: #fff;
  cursor: pointer;
  font-size: clamp(22px, 2.4vw, 36px);
  font-weight: 700;
  transition: background .18s ease, transform .18s ease;
}

.abo-download-button::after {
  content: '';
  position: absolute;
  inset: -70% auto -70% 0;
  width: 30%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .08) 25%, rgba(255, 255, 255, .64) 50%, rgba(255, 255, 255, .08) 75%, transparent);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-260%) skewX(-18deg);
  animation: abo-download-button-shine 7.3s cubic-bezier(.22, .7, .3, 1) 3s infinite;
}

.abo-download-button > * { position: relative; z-index: 1; }

.abo-download-button:hover { background: #26afea; transform: translateY(-2px); }
.abo-download-button:focus-visible { outline: 3px solid #0f62fe; outline-offset: 4px; }
.abo-download-button:disabled { cursor: default; opacity: .86; transform: none; }

.abo-download-button svg { width: 42px; height: 42px; fill: currentColor; }

.abo-download-progress,
.abo-download-done {
  width: min(100%, clamp(576px, 30vw, 760px));
  min-height: clamp(96px, 5vw, 116px);
  border-radius: 24px;
}

.abo-download-progress {
  padding: 22px 34px;
  background: #eef8fe;
  box-shadow: 0 18px 35px rgba(10, 164, 232, .18);
}

.abo-download-progress p { margin: 0 0 12px; color: #176c98; font-size: 15px; font-weight: 700; text-align: center; }
.abo-download-progress-track { height: 11px; overflow: hidden; border-radius: 99px; background: #cce9f9; }
.abo-download-progress-track span { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0a9ee3, #48c4f3); transition: width .28s ease; }

.abo-download-done {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 28px;
  border: 0;
  background: #eef8fe;
  box-shadow: 0 18px 35px rgba(10, 164, 232, .18);
  color: #17683f;
}

.abo-download-done > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; border-radius: 50%; background: #24ab65; color: #fff; font-size: 20px; font-weight: 800; }
.abo-download-done strong,
.abo-download-done small { display: block; }
.abo-download-done strong { font-size: 16px; }
.abo-download-done small { margin-top: 3px; color: #468262; font-size: 12px; }

.abo-compat {
  margin: 16px 0 0;
  color: var(--abo-muted);
  font-size: 14px;
}

.abo-compat img {
  width: 19px;
  height: 19px;
  margin: 0 2px 0 4px;
  vertical-align: -4px;
}

.abo-compat strong { color: #46546b; font-weight: 600; }

.abo-summary {
  max-width: clamp(680px, 42vw, 900px);
  margin: 20px auto 0;
  color: #4e5a6e;
  text-align: center;
}

.abo-summary > p {
  margin: 0;
  font-size: clamp(16px, 1.15vw, 19px);
  line-height: 1.48;
}

.abo-summary ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  margin: 20px 0 0;
  padding: 0;
  color: #172031;
  font-size: clamp(14px, 1vw, 16px);
  list-style: none;
}

.abo-summary li { display: inline-flex; align-items: center; gap: 8px; }

.abo-summary li span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: #dcf7e6;
  color: #21a361;
  font-size: 13px;
  font-weight: 800;
}

.abo-info {
  padding: 125px 0 84px;
  background: var(--abo-bg);
}

.abo-info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  max-width: clamp(1110px, 70vw, 1600px);
}

.abo-info-card {
  min-height: 275px;
  padding: 32px;
  border: 1px solid rgba(219, 227, 239, .68);
  border-radius: 22px;
  background: rgba(255, 255, 255, .48);
}

.abo-info-icon {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: #edf5ff;
  color: #146cf1;
}

.abo-info-icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.abo-info-card h2 {
  margin: 28px 0 16px;
  color: #1b2230;
  font-size: 21px;
  letter-spacing: -.025em;
}

.abo-info-card p {
  margin: 0;
  color: #687386;
  font-size: 15px;
  line-height: 1.55;
}

.abo-info-card a { color: #146cf1; text-decoration: none; }
.abo-info-card a:hover { text-decoration: underline; }

.abo-footer {
  border-top: 1px solid var(--abo-line);
  background: rgba(241, 245, 249, .55);
}

.abo-footer-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1.8fr) repeat(3, 1fr);
  gap: 42px;
  padding: 54px 0 44px;
}

.abo-footer p { margin: 14px 0 0; color: var(--abo-muted); font-size: 14px; }

.abo-footer nav { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }

.abo-footer nav span { color: #182235; font-size: 14px; font-weight: 700; }

.abo-footer nav a { color: var(--abo-muted); font-size: 14px; text-decoration: none; }
.abo-footer nav a:hover { color: var(--abo-ink); text-decoration: underline; }

.abo-footer-bottom {
  margin: 0;
  padding: 22px 0 28px;
  border-top: 1px solid var(--abo-line);
  color: var(--abo-muted);
  font-size: 12px;
}

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

.abo-turnstile-container {
  position: fixed;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.abo-verification-game {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, .62);
  backdrop-filter: blur(5px);
  animation: abo-verification-open .2s ease both;
}

.abo-verification-game.is-closing { animation: abo-verification-close .26s ease forwards; }

.abo-verification-card {
  width: min(100%, 460px);
  padding: 28px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 24px 64px rgba(15, 23, 42, .35);
  text-align: center;
}

.abo-verification-lock { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e8f4ff; color: #146cf1; font-size: 22px; font-weight: 800; }
.abo-verification-card h2 { margin: 14px 0 8px; color: #172031; font-size: 23px; letter-spacing: -.03em; }
.abo-verification-card p { margin: 0 auto; color: #667085; font-size: 14px; line-height: 1.5; white-space: nowrap; }
.abo-verification-card > strong { display: block; margin-top: 14px; color: #146cf1; font-size: 13px; }

.abo-verification-board { position: relative; height: 220px; margin-top: 18px; overflow: hidden; border-radius: 14px; background: linear-gradient(135deg, #f1f7ff, #e5f3ff); }
.abo-verification-complete { display: flex; height: 100%; align-items: center; justify-content: center; gap: 10px; color: #146cf1; font-size: 24px; font-weight: 800; animation: abo-verification-complete-in .25s ease both; }
.abo-verification-complete span { font-size: 27px; }
.abo-verification-target { position: absolute; top: -48px; display: grid; width: 72px; height: 42px; place-items: center; border: 1px solid #d35a5a; border-radius: 8px; background: linear-gradient(135deg, #d64b4b, #b92f34); box-shadow: 0 8px 16px rgba(161, 49, 53, .28); color: #fff; cursor: pointer; font-size: 16px; font-weight: 800; animation: abo-ad-fall var(--abo-fall-duration) linear forwards; }
.abo-verification-target:hover { filter: brightness(1.06); }
.abo-verification-target.is-first-ad::after { content: '↙ Click to shatter'; position: absolute; left: 84px; top: 8px; color: #215b9f; font-size: 13px; font-weight: 700; white-space: nowrap; }
.abo-verification-target.is-blocked { border-color: transparent; background: transparent; box-shadow: none; color: transparent; cursor: default; }
.abo-verification-target.is-blocked::after { display: none; }
.abo-ad-fragment { position: absolute; left: 50%; top: 50%; width: 10px; height: 8px; border-radius: 2px; animation: abo-ad-brick-shatter .38s var(--abo-fragment-delay) ease-out forwards; pointer-events: none; }
@keyframes abo-ad-fall { to { transform: translateY(284px); } }
@keyframes abo-ad-brick-shatter { to { opacity: 0; transform: translate(var(--abo-fragment-x), var(--abo-fragment-y)) rotate(var(--abo-fragment-rotation)); } }
@keyframes abo-verification-complete-in { from { opacity: 0; transform: scale(.85); } to { opacity: 1; transform: scale(1); } }
@keyframes abo-verification-open { from { opacity: 0; } to { opacity: 1; } }
@keyframes abo-verification-close { to { opacity: 0; } }

@media (max-width: 780px) {
  .abo-shell { width: min(100% - 32px, 560px); }
  .abo-header-row { min-height: 68px; }
  .abo-header p { display: none; }
  .abo-hero { padding: 24px 0 34px; }
  .abo-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .abo-copy { text-align: center; }
  .abo-copy h1 { font-size: clamp(44px, 12.5vw, 62px); }
  .abo-title-line { margin-left: 0; white-space: normal; }
  .abo-download { margin-top: 24px; }
  .abo-download-button { min-height: 86px; border-radius: 20px; }
  .abo-summary > p { font-size: 16px; }
  .abo-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px 26px; }
  .abo-footer-brand { grid-column: 1 / -1; }
  .abo-info { padding: 56px 0 64px; }
  .abo-info-grid { grid-template-columns: 1fr; }
  .abo-verification-card p { white-space: normal; }
}

@media (min-width: 1024px) {
  .abo-hero { min-height: calc(100vh - 74px); }
  .abo-hero-grid { transform: scale(.95); transform-origin: top center; }
}

@media (min-width: 1180px) and (max-width: 1439px) {
  .abo-hero .abo-shell { width: min(100% - 48px, 992px); }
  .abo-hero-grid { grid-template-columns: 480px 480px; gap: 32px; }
  .abo-copy h1 { font-size: 64px; }
  .abo-title-line--two { margin-left: 12%; }
  .abo-title-line--three { margin-left: 28%; }
  .abo-title-line--four { margin-left: 10%; }
  .abo-demo-stage { width: 480px; height: 376px; }
  .abo-demo { transform: scale(.6316); }
}

@media (min-width: 1024px) and (max-width: 1179px) {
  .abo-hero .abo-shell { width: min(100% - 48px, 904px); }
  .abo-hero-grid { grid-template-columns: 440px 440px; gap: 24px; }
  .abo-copy h1 { font-size: 56px; }
  .abo-title-line--two { margin-left: 12%; }
  .abo-title-line--three { margin-left: 27%; }
  .abo-title-line--four { margin-left: 10%; }
  .abo-demo-stage { width: 440px; height: 345px; }
  .abo-demo { transform: scale(.5789); }
}

@media (max-width: 1023px) {
  .abo-hero .abo-shell { width: min(100% - 40px, 960px); }
  .abo-hero-grid { grid-template-columns: 1fr; }
  .abo-copy { text-align: center; }
  .abo-title-line { margin-left: 0; white-space: normal; }
  .abo-demo-wrap { display: none; }
}

@media (max-width: 430px) {
  .abo-download-button { gap: 12px; min-height: 78px; border-radius: 16px; font-size: 20px; }
  .abo-download-button svg { width: 30px; height: 30px; }
  .abo-compat { font-size: 12px; }
  .abo-footer-grid { grid-template-columns: 1fr; }
}
