:root {
  --bg: #0C0E12;
  --surface-deep: #10151F;
  --surface: #1B202B;
  --surface-mid: #232E43;
  --steel: #42536A;
  --muted: #7E818A;
  --ink: #EFF1F5;
  --line: rgba(255, 255, 255, 0.11);
  --blue: #559AEF;
  --gold: #ffb303;
  --panel: rgba(16, 21, 31, 0.74);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

.site-nav {
  position: fixed;
  inset: 18px 0 auto;
  z-index: 20;
  padding: 0 24px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 220ms ease, transform 220ms ease;
  pointer-events: auto;
}

.site-nav--hidden {
  opacity: 0;
  transform: translateY(-14px);
  pointer-events: none;
}

.site-nav__inner {
  width: min(1720px, 100%);
  min-height: 54px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0;
}

.site-nav__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: auto;
  transition: transform 180ms ease;
}

.site-nav__logo:hover,
.site-nav__logo:focus-visible {
  transform: scale(1.03);
}

.site-nav__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.site-nav__links {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 24px;
}

.site-nav__link {
  display: inline-flex;
  align-items: center;
  padding: 8px 8px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transform: scale(1);
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav__link:hover,
.site-nav__link:focus-visible,
.site-footer__link:hover,
.site-footer__link:focus-visible {
  color: #ffb304;
  background: linear-gradient(105deg, #ffb304 0%, #ffb304 38%, #fff3bd 48%, #ffb304 58%, #ffb304 100%);
  background-size: 230% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: subscribeWordShimmer 3s ease-in-out infinite;
  transform: scale(1.03);
}

.site-footer {
  padding: 36px 24px 42px;
  background: #080a0e;
}

.site-footer__inner {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.site-footer__link {
  display: inline-flex;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transform: scale(1);
  transition: color 180ms ease, transform 180ms ease;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
  padding: 72px 24px;
}

.hero__background {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    linear-gradient(90deg, rgba(12, 14, 18, 0.94) 0%, rgba(12, 14, 18, 0.88) 40%, rgba(12, 14, 18, 0.76) 100%),
    linear-gradient(135deg, rgba(35, 46, 67, 0.68), rgba(16, 21, 31, 0.82) 46%, rgba(12, 14, 18, 0.92)),
    url("assets/hero-stage.png");
  background-size: cover;
  background-position: center;
  filter: saturate(0.55) contrast(0.82) brightness(0.76);
}

.hero__background::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(12, 14, 18, 0.46), rgba(12, 14, 18, 0.56)),
    radial-gradient(circle at 20% 22%, rgba(85, 154, 239, 0.08), transparent 34%),
    rgba(12, 14, 18, 0.42);
}

.hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.08;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 120px 120px;
  mask-image: linear-gradient(to bottom, transparent, black 10%, black 78%, transparent);
}

.hero__content {
  position: relative;
  isolation: isolate;
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(340px, 0.9fr);
  gap: clamp(42px, 5vw, 80px);
  align-items: center;
}

.hero__copy {
  position: relative;
  z-index: 10;
  max-width: 640px;
}

.hero__eyebrow {
  width: fit-content;
  margin: 0 0 22px;
  padding: 8px 14px;
  border: 1px solid rgba(61, 139, 255, 0.42);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(85, 154, 239, 0.12);
  font-size: 0.88rem;
  font-weight: 700;
}

h1 {
  margin: 0;
  max-width: 680px;
  font-size: clamp(2.56rem, 4.98vw, 4.78rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero__title-line,
.hero__accent-line {
  display: block;
  width: fit-content;
  white-space: nowrap;
}

.hero__accent {
  display: block;
  margin-top: 8px;
}

.hero__accent-line {
  color: transparent;
  background: linear-gradient(90deg, #4585ea, #EFF1F5 78%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero__points {
  display: grid;
  gap: 16px;
  margin: 34px 0 0;
  padding: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.55;
  list-style: none;
}

.hero__points li {
  position: relative;
  padding-left: 38px;
}

.hero__point-emphasis {
  color: var(--ink);
}

.hero__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #06120f;
  background: var(--blue);
  font-weight: 900;
  box-shadow: 0 0 24px rgba(85, 154, 239, 0.22);
}

.hero__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  margin-top: 38px;
  padding: 0 28px;
  border-radius: 8px;
  color: #06111d;
  text-decoration: none;
  font-weight: 800;
  background: var(--blue);
  box-shadow: 0 18px 46px rgba(47, 151, 255, 0.24);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.hero__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 58px rgba(40, 215, 193, 0.28);
}

.hero__visual {
  position: relative;
  z-index: 0;
  min-height: 640px;
  padding-bottom: 8px;
}

.market-card {
  position: relative;
  z-index: 0;
  min-height: 430px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(35, 46, 67, 0.78), rgba(16, 21, 31, 0.76));
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  overflow: hidden;
  transform: perspective(1100px) rotateY(7deg) rotateX(2deg);
  animation: cardFloat 8.5s ease-in-out infinite;
}

.market-card__topbar {
  height: 56px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.dot--red {
  background: #42536A;
}

.dot--yellow {
  background: #7E818A;
}

.dot--green {
  background: #559AEF;
}

.market-card__label {
  margin-left: auto;
  color: #92a4bb;
  font-size: 0.83rem;
  font-weight: 700;
}

.market-card canvas {
  display: block;
  width: 100%;
  height: 374px;
}

.metric-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 3px;
  min-width: 172px;
  padding: 16px 18px;
  border: 1px solid rgba(85, 154, 239, 0.34);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(27, 32, 43, 0.84);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3), 0 0 34px rgba(85, 154, 239, 0.12);
  backdrop-filter: blur(12px);
  animation: metricFloat 9s ease-in-out infinite;
}

.metric-card--top {
  right: 18px;
  top: 84px;
}

.metric-card--bottom {
  left: 102px;
  bottom: 138px;
  animation-delay: -4s;
}

.newsletter-slot {
  position: relative;
  z-index: 1;
  margin-top: 96px;
  padding-left: 40px;
  padding-right: 8px;
  min-height: 0;
}

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

.ml-form-embedSubmitLoad {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.ml-form-embedSubmitLoad::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  margin: 1px;
  border: 4px solid #fff;
  border-color: #fff #fff #fff transparent;
  border-radius: 50%;
  animation: ml-form-embedSubmitLoad 1.2s linear infinite;
}

@keyframes ml-form-embedSubmitLoad {
  to {
    transform: rotate(360deg);
  }
}

#mlb2-40642281.ml-form-embedContainer {
  width: 100%;
}

#mlb2-40642281 .ml-form-embedWrapper {
  width: 100%;
  border: 1px solid rgba(85, 154, 239, 0.24);
  border-radius: 8px;
  background: rgba(16, 21, 31, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

#mlb2-40642281 .ml-form-embedBody,
#mlb2-40642281 .ml-form-successBody {
  padding: 16px;
}

#mlb2-40642281 form,
#mlb2-40642281 .ml-form-formContent,
#mlb2-40642281 .ml-form-fieldRow,
#mlb2-40642281 .ml-form-embedSubmit {
  width: 100%;
  margin: 0;
}

#mlb2-40642281 .ml-block-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
}

#mlb2-40642281 input[type="email"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(239, 241, 245, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(12, 14, 18, 0.84);
  font: inherit;
  outline: none;
}

#mlb2-40642281 input[type="email"]::placeholder {
  color: var(--muted);
}

#mlb2-40642281 input[type="email"]:focus {
  border-color: rgba(85, 154, 239, 0.74);
  box-shadow: 0 0 0 3px rgba(85, 154, 239, 0.14);
}

#mlb2-40642281 .ml-form-embedSubmit button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #0c0e12;
  background: var(--gold);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 18px 38px rgba(255, 179, 3, 0.18);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#mlb2-40642281 .ml-form-embedSubmit button:hover {
  background: #ffc233;
  box-shadow: 0 22px 46px rgba(255, 179, 3, 0.24);
  transform: translateY(-1px);
}

#mlb2-40642281 .ml-form-successContent h4,
#mlb2-40642281 .ml-form-successContent p {
  margin: 0;
  color: var(--ink);
}

#mlb2-40642281 .ml-form-successContent h4 {
  margin-bottom: 6px;
  font-size: 1rem;
}

#mlb2-40642281 .ml-form-successContent p {
  color: var(--muted);
  font-size: 0.92rem;
}

.metric-card strong {
  color: #4585ea;
  font-size: 1.45rem;
  font-weight: 900;
}

.metric-card small,
.metric-card span {
  color: var(--muted);
  font-weight: 700;
}

.about {
  position: relative;
  overflow: hidden;
  padding: 116px 24px 122px;
  background:
    linear-gradient(180deg, rgba(16, 21, 31, 0.9), rgba(12, 14, 18, 1)),
    var(--bg);
}

.about__background {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 18%, rgba(85, 154, 239, 0.08), transparent 31%),
    radial-gradient(circle at 78% 28%, rgba(66, 83, 106, 0.13), transparent 34%),
    linear-gradient(90deg, rgba(12, 14, 18, 0.68), rgba(12, 14, 18, 0.24), rgba(12, 14, 18, 0.76));
  pointer-events: none;
}

.about__background::before {
  content: "";
  position: absolute;
  inset: 7% -4% 9%;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%221280%22%20height%3D%22560%22%20viewBox%3D%220%200%201280%20560%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%20432H1280M0%20342H1280M0%20252H1280M0%20162H1280M0%2072H1280M120%200V560M260%200V560M400%200V560M540%200V560M680%200V560M820%200V560M960%200V560M1100%200V560%22%20stroke%3D%22%2342536A%22%20stroke-opacity%3D%22.13%22%20stroke-width%3D%221%22%2F%3E%3Cpath%20d%3D%22M70%20448H1230%22%20stroke%3D%22%2342536A%22%20stroke-opacity%3D%22.14%22%2F%3E%3Cg%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%3E%3Cg%20stroke%3D%22%23559AEF%22%20stroke-opacity%3D%22.32%22%20fill%3D%22%23559AEF%22%20fill-opacity%3D%22.34%22%3E%3Cpath%20d%3D%22M92%20420V352%22%2F%3E%3Crect%20x%3D%2286%22%20y%3D%22374%22%20width%3D%2212%22%20height%3D%2238%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M158%20398V318%22%2F%3E%3Crect%20x%3D%22152%22%20y%3D%22334%22%20width%3D%2212%22%20height%3D%2252%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M224%20360V292%22%2F%3E%3Crect%20x%3D%22218%22%20y%3D%22306%22%20width%3D%2212%22%20height%3D%2242%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M356%20338V248%22%2F%3E%3Crect%20x%3D%22350%22%20y%3D%22266%22%20width%3D%2212%22%20height%3D%2256%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M422%20310V230%22%2F%3E%3Crect%20x%3D%22416%22%20y%3D%22246%22%20width%3D%2212%22%20height%3D%2244%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M488%20286V204%22%2F%3E%3Crect%20x%3D%22482%22%20y%3D%22222%22%20width%3D%2212%22%20height%3D%2250%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M620%20250V168%22%2F%3E%3Crect%20x%3D%22614%22%20y%3D%22184%22%20width%3D%2212%22%20height%3D%2252%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M686%20218V138%22%2F%3E%3Crect%20x%3D%22680%22%20y%3D%22154%22%20width%3D%2212%22%20height%3D%2246%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M752%20198V116%22%2F%3E%3Crect%20x%3D%22746%22%20y%3D%22132%22%20width%3D%2212%22%20height%3D%2250%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M884%20174V88%22%2F%3E%3Crect%20x%3D%22878%22%20y%3D%22104%22%20width%3D%2212%22%20height%3D%2254%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M950%20148V70%22%2F%3E%3Crect%20x%3D%22944%22%20y%3D%2286%22%20width%3D%2212%22%20height%3D%2244%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M1016%20130V48%22%2F%3E%3Crect%20x%3D%221010%22%20y%3D%2262%22%20width%3D%2212%22%20height%3D%2252%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M1148%20108V30%22%2F%3E%3Crect%20x%3D%221142%22%20y%3D%2246%22%20width%3D%2212%22%20height%3D%2244%22%20rx%3D%223%22%2F%3E%3C%2Fg%3E%3Cg%20stroke%3D%22%23E95D6A%22%20stroke-opacity%3D%22.22%22%20fill%3D%22%23E95D6A%22%20fill-opacity%3D%22.22%22%3E%3Cpath%20d%3D%22M290%20348V278%22%2F%3E%3Crect%20x%3D%22284%22%20y%3D%22300%22%20width%3D%2212%22%20height%3D%2234%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M554%20286V224%22%2F%3E%3Crect%20x%3D%22548%22%20y%3D%22246%22%20width%3D%2212%22%20height%3D%2228%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M818%20202V146%22%2F%3E%3Crect%20x%3D%22812%22%20y%3D%22166%22%20width%3D%2212%22%20height%3D%2224%22%20rx%3D%223%22%2F%3E%3Cpath%20d%3D%22M1082%20136V80%22%2F%3E%3Crect%20x%3D%221076%22%20y%3D%2298%22%20width%3D%2212%22%20height%3D%2226%22%20rx%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cpath%20d%3D%22M92%20412C184%20365%20260%20348%20356%20316C468%20278%20536%20255%20620%20228C742%20190%20812%20168%20950%20122C1042%2092%201116%2078%201170%2058%22%20stroke%3D%22%23559AEF%22%20stroke-opacity%3D%22.1%22%20stroke-width%3D%228%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: min(920px, 78vw) auto;
  background-position: center;
  opacity: 0.24;
  filter: blur(0.35px);
  animation: aboutChartDrift 18s ease-in-out infinite;
}

.about__background::after {
  content: "RS 92/99\A Volumen +38%";
  position: absolute;
  right: 8%;
  top: 20%;
  width: 170px;
  padding: 14px 16px;
  border: 1px solid rgba(85, 154, 239, 0.24);
  border-radius: 8px;
  color: rgba(239, 241, 245, 0.36);
  background: rgba(16, 21, 31, 0.36);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(8px);
  font-size: 0.72rem;
  font-weight: 750;
  line-height: 1.55;
  white-space: pre;
  opacity: 0.5;
  animation: aboutDataFloat 8s ease-in-out infinite;
}

.about__header,
.about__inner,
.about__grid {
  position: relative;
  width: min(1180px, 100%);
  margin: 0 auto;
}

.about__header {
  margin-bottom: 30px;
}

.about__inner {
  display: grid;
  grid-template-columns: minmax(420px, 1.12fr) minmax(0, 0.88fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.about__media {
  position: relative;
}

.about__photo-frame {
  position: relative;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(16, 21, 31, 0.72);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
  animation: aboutPhotoFloat 12s ease-in-out infinite;
}

.about__photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, 0.08) 50%, transparent 74%);
  transform: translateX(-130%);
  animation: aboutPhotoSheen 14s ease-in-out infinite;
  pointer-events: none;
}

.about__photo-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2;
}

.about__carousel-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: saturate(0.94) contrast(0.98);
  opacity: 0;
  animation: aboutCarouselFade 36s ease-in-out infinite;
}

.about__carousel-image:nth-child(1) {
  opacity: 1;
}

.about__carousel-image:nth-child(2) {
  animation-delay: 6s;
}

.about__carousel-image:nth-child(3) {
  animation-delay: 12s;
}

.about__carousel-image:nth-child(4) {
  animation-delay: 18s;
}

.about__carousel-image:nth-child(5) {
  animation-delay: 24s;
}

.about__carousel-image:nth-child(6) {
  animation-delay: 30s;
}

.about__photo-frame:hover .about__carousel-image {
  animation-play-state: paused;
}

.about__authority-card {
  position: absolute;
  right: 26px;
  top: 26px;
  display: grid;
  gap: 4px;
  padding: 18px 20px;
  border: 1px solid rgba(85, 154, 239, 0.34);
  border-radius: 8px;
  background: rgba(16, 21, 31, 0.88);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  animation: aboutAuthorityFloat 9s ease-in-out infinite;
}

.about__authority-card span,
.about__authority-card small {
  color: var(--muted);
  font-weight: 700;
}

.about__authority-card strong {
  color: var(--ink);
  font-size: 1.1rem;
}

.about__copy {
  max-width: 560px;
}

.about__eyebrow {
  width: fit-content;
  margin: 0 0 18px;
  padding: 8px 14px;
  border: 1px solid rgba(85, 154, 239, 0.28);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(85, 154, 239, 0.1);
  font-size: 0.88rem;
  font-weight: 700;
}

.about h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(2.2rem, 3.95vw, 4.1rem);
  line-height: 1.02;
  letter-spacing: 0;
  white-space: nowrap;
}

.about__text {
  display: grid;
  gap: 18px;
  color: var(--muted);
  font-size: clamp(1rem, 1.25vw, 1.08rem);
  line-height: 1.72;
}

.about__text p {
  margin: 0;
}

.about__text strong {
  color: var(--ink);
  font-weight: 400;
}

.about__highlight-strong {
  font-weight: 700;
}

.about__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 300px));
  justify-content: center;
  gap: 18px;
  margin-top: 52px;
}

.about-card {
  position: relative;
  min-height: 154px;
  display: grid;
  gap: 16px;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding: 24px 22px 22px;
  border: 1px solid rgba(85, 154, 239, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(27, 32, 43, 0.88), rgba(16, 21, 31, 0.9)),
    rgba(16, 21, 31, 0.86);
  box-shadow:
    0 18px 50px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-align: center;
  overflow: hidden;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.about-card::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -36px;
  height: 84px;
  background:
    radial-gradient(ellipse at center, rgba(85, 154, 239, 0.42), rgba(85, 154, 239, 0.12) 38%, transparent 72%);
  filter: blur(12px);
  opacity: 0;
  transition: opacity 260ms ease;
  pointer-events: none;
}

.about-card::after {
  content: "";
  position: absolute;
  left: -42%;
  top: 0;
  width: 42%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(85, 154, 239, 0.95), transparent);
  opacity: 0.32;
  transition: opacity 220ms ease;
  pointer-events: none;
}

.about-card:hover {
  transform: translateY(-4px);
  border-color: rgba(85, 154, 239, 0.48);
  background: linear-gradient(180deg, rgba(31, 39, 54, 0.94), rgba(16, 21, 31, 0.92));
  box-shadow:
    0 22px 46px rgba(0, 0, 0, 0.28),
    0 -20px 64px rgba(85, 154, 239, 0.16),
    0 0 0 1px rgba(85, 154, 239, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.about-card:hover::before,
.about-card:hover::after {
  opacity: 1;
}

.about-card:hover::after {
  animation: featureTopSweep 1.1s ease forwards;
}

.about-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(85, 154, 239, 0.26);
  border-radius: 8px;
  color: var(--blue);
  background: linear-gradient(180deg, rgba(85, 154, 239, 0.12), rgba(16, 21, 31, 0.78));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.about-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.about-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.3;
  font-weight: 650;
}

.strategy {
  position: relative;
  overflow: hidden;
  padding: 116px 24px 126px;
  isolation: isolate;
  background: var(--bg);
}

.strategy__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 14, 18, 0.94) 0%, rgba(12, 14, 18, 0.88) 44%, rgba(12, 14, 18, 0.76) 100%),
    linear-gradient(180deg, rgba(12, 14, 18, 0.72), rgba(12, 14, 18, 0.96)),
    url("assets/strategy-background.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(0.58) contrast(0.82) brightness(0.62);
}

.strategy::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 26% 22%, rgba(85, 154, 239, 0.12), transparent 30%),
    radial-gradient(circle at 74% 42%, rgba(66, 83, 106, 0.16), transparent 34%),
    rgba(12, 14, 18, 0.36);
  pointer-events: none;
}

.strategy__wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.strategy__header {
  margin-bottom: 34px;
}

.strategy__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.74fr);
  gap: clamp(40px, 7vw, 104px);
  align-items: start;
}

.strategy__copy {
  max-width: 660px;
}

.strategy__eyebrow {
  width: fit-content;
  margin: 0 0 20px;
  padding: 8px 14px;
  border: 1px solid rgba(85, 154, 239, 0.32);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(85, 154, 239, 0.1);
  font-size: 0.88rem;
  font-weight: 700;
}

.strategy h2 {
  margin: 0;
  max-width: none;
  color: var(--ink);
  font-size: clamp(3rem, 5.1vw, 5.05rem);
  line-height: 0.96;
  letter-spacing: 0;
  white-space: nowrap;
}

.strategy__lead {
  margin: 18px 0 0;
  color: var(--blue);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 700;
  line-height: 1.16;
}

.strategy__content {
  display: grid;
  gap: 16px;
  color: var(--muted);
  font-size: clamp(1.02rem, 1.15vw, 1.1rem);
  line-height: 1.7;
}

.strategy__content p,
.strategy__content h3 {
  margin: 0;
}

.strategy__content h3 {
  margin-top: 16px;
  color: var(--ink);
  font-size: clamp(1.28rem, 1.55vw, 1.58rem);
  line-height: 1.18;
}

.strategy__timing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 20px;
}

.strategy__timing div {
  display: grid;
  gap: 14px;
}

.strategy__visual {
  display: grid;
  justify-items: center;
  align-self: start;
}

.strategy__ebook-wrap {
  position: relative;
  width: min(100%, 560px);
  display: grid;
  place-items: center;
  padding-bottom: 34px;
}

.ebook-card {
  position: relative;
  z-index: 1;
  display: block;
  width: min(120%, 560px);
  max-width: none;
  filter: drop-shadow(0 38px 48px rgba(0, 0, 0, 0.42));
  animation: ebookFloat 8.5s ease-in-out infinite;
}

.ebook-card__badge {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 3px;
  min-width: 148px;
  padding: 13px 15px;
  border: 1px solid rgba(85, 154, 239, 0.34);
  border-radius: 8px;
  background: rgba(16, 21, 31, 0.84);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(12px);
  animation: ebookBadgeFloat 9s ease-in-out infinite;
}

.ebook-card__badge span {
  color: var(--ink);
  font-weight: 800;
}

.ebook-card__badge small {
  color: var(--muted);
  font-weight: 700;
}

.ebook-card__badge--top {
  right: -4px;
  top: 48px;
}

.ebook-card__badge--bottom {
  left: -18px;
  bottom: 212px;
  animation-delay: -3s;
}

.ebook-card__badge--free {
  right: -124px;
  bottom: 124px;
  min-width: 178px;
  padding: 22px 28px;
  border-color: rgba(255, 179, 3, 0.34);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 179, 3, 0.14), transparent 58%),
    rgba(16, 21, 31, 0.84);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.3),
    0 0 32px rgba(255, 179, 3, 0.1);
  text-align: center;
  animation-delay: -5s;
}

.ebook-card__badge--free span {
  color: #ffb303;
  font-size: clamp(1.75rem, 2.55vw, 2.45rem);
  line-height: 0.95;
  font-weight: 900;
}

.strategy__download-slot {
  position: relative;
  z-index: 3;
  width: min(100%, 460px);
  min-height: 0;
  margin-top: -30px;
}

#mlb2-24950905.ml-form-embedContainer {
  width: 100%;
}

#mlb2-24950905 .ml-form-embedWrapper {
  width: 100%;
  border: 1px solid rgba(85, 154, 239, 0.26);
  border-radius: 8px;
  background: rgba(16, 21, 31, 0.82);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

#mlb2-24950905 .ml-form-embedBody,
#mlb2-24950905 .ml-form-successBody {
  padding: 16px;
}

#mlb2-24950905 form,
#mlb2-24950905 .ml-form-formContent,
#mlb2-24950905 .ml-form-fieldRow,
#mlb2-24950905 .ml-form-embedSubmit {
  width: 100%;
  margin: 0;
}

#mlb2-24950905 .ml-block-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#mlb2-24950905 input[type="email"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(239, 241, 245, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(12, 14, 18, 0.86);
  font: inherit;
  outline: none;
}

#mlb2-24950905 input[type="email"]::placeholder {
  color: var(--muted);
}

#mlb2-24950905 input[type="email"]:focus {
  border-color: rgba(85, 154, 239, 0.74);
  box-shadow: 0 0 0 3px rgba(85, 154, 239, 0.14);
}

#mlb2-24950905 .ml-form-embedSubmit button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #0C0E12;
  background: var(--gold);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: none;
  cursor: pointer;
  box-shadow: 0 18px 38px rgba(255, 179, 3, 0.18);
}

#mlb2-24950905 .ml-form-embedSubmit button:hover {
  background: #ffc233;
}

#mlb2-24950905 .ml-form-successContent p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

#mlb2-24950905 .ml-form-successContent strong {
  color: var(--ink);
}

.strategy__closing {
  position: relative;
  color: var(--ink);
  max-width: 640px;
  margin-top: 68px;
  font-size: clamp(1.1rem, 1.58vw, 1.65rem);
  font-weight: 700;
  line-height: 1.16;
}

.strategy__closing::after {
  content: "";
  position: absolute;
  right: -218px;
  bottom: 18px;
  width: 178px;
  height: 1px;
  background: linear-gradient(90deg, rgba(85, 154, 239, 0), rgba(85, 154, 239, 0.5));
  transform: rotate(-8deg);
  transform-origin: right center;
  pointer-events: none;
}

.strategy__closing::before {
  content: "";
  position: absolute;
  right: -224px;
  bottom: 8px;
  width: 9px;
  height: 9px;
  border-top: 1px solid rgba(85, 154, 239, 0.5);
  border-right: 1px solid rgba(85, 154, 239, 0.5);
  transform: rotate(34deg);
  pointer-events: none;
}

.collaborations {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 116px 0 126px;
  background: var(--bg);
}

.collaborations__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 14, 18, 0.84) 0%, rgba(12, 14, 18, 0.68) 48%, rgba(12, 14, 18, 0.82) 100%),
    linear-gradient(180deg, rgba(12, 14, 18, 0.56), rgba(12, 14, 18, 0.92)),
    url("assets/collaborations-background.webp");
  background-size: cover;
  background-position: center;
  filter: saturate(0.76) contrast(0.9) brightness(0.82);
}

.collaborations::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 28% 24%, rgba(85, 154, 239, 0.14), transparent 30%),
    radial-gradient(circle at 76% 40%, rgba(66, 83, 106, 0.18), transparent 34%),
    rgba(12, 14, 18, 0.12);
  pointer-events: none;
}

.collaborations__wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 0 24px;
}

.collaborations__header {
  max-width: 850px;
  margin-bottom: 48px;
}

.collaborations__eyebrow {
  width: fit-content;
  margin: 0 0 20px;
  padding: 8px 14px;
  border: 1px solid rgba(85, 154, 239, 0.32);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(85, 154, 239, 0.1);
  font-size: 0.88rem;
  font-weight: 700;
}

.collaborations h2 {
  margin: 0;
  max-width: 1060px;
  color: var(--ink);
  font-size: clamp(2.4rem, 4.1vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.collaborations__header p:not(.collaborations__eyebrow) {
  margin: 24px 0 0;
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.7;
}

.collaborations__marquee {
  position: relative;
  overflow: hidden;
  padding: 18px 0 28px;
  mask-image: linear-gradient(90deg, transparent, black 9%, black 91%, transparent);
}

.collaborations__track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: brandMarquee 34s linear infinite;
}

.collaborations__marquee:hover .collaborations__track {
  animation-play-state: paused;
}

.brand-card {
  position: relative;
  width: 310px;
  min-height: 214px;
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(85, 154, 239, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(27, 32, 43, 0.82), rgba(16, 21, 31, 0.9)),
    rgba(16, 21, 31, 0.84);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.brand-card::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -42px;
  height: 94px;
  background: radial-gradient(ellipse at center, rgba(85, 154, 239, 0.34), rgba(85, 154, 239, 0.08) 44%, transparent 72%);
  filter: blur(14px);
  opacity: 0.72;
  pointer-events: none;
}

.brand-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(85, 154, 239, 0.88), transparent);
  animation: brandCardSweep 3.8s ease-in-out infinite;
  pointer-events: none;
}

.brand-card__logo {
  position: relative;
  z-index: 1;
  min-height: 46px;
  display: flex;
  align-items: center;
  color: var(--ink);
  font-size: 1.55rem;
  font-weight: 850;
  letter-spacing: 0;
}

.brand-card__logo--jf {
  width: 48px;
  justify-content: center;
  border: 1px solid rgba(239, 241, 245, 0.52);
  font-family: Georgia, serif;
  font-size: 1.4rem;
  background: rgba(239, 241, 245, 0.08);
}

.brand-card__logo--deepvue {
  gap: 12px;
  color: var(--blue);
  font-size: 1.7rem;
  font-weight: 650;
}

.brand-card__logo--deepvue span {
  width: 34px;
  height: 30px;
  border-radius: 9px 18px 18px 9px;
  background: linear-gradient(135deg, #7fb9ff, #2d70ff 62%, #22d5c2);
  clip-path: polygon(0 0, 100% 50%, 0 100%, 20% 50%);
}

.brand-card__logo--rankia {
  color: #2d70b8;
  font-size: 1.9rem;
}

.brand-card__logo--rankia::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 3px;
  align-self: flex-start;
  border-radius: 50%;
  background: #d33b4a;
}

.brand-card__logo--traderlion {
  color: var(--ink);
  font-size: 1.65rem;
}

.brand-card__logo--traderlion::before {
  content: "TL";
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-right: 12px;
  border: 1px solid rgba(239, 241, 245, 0.46);
  border-radius: 50%;
  font-size: 0.86rem;
  font-weight: 850;
}

.brand-card__logo--entryprice {
  color: var(--ink);
  font-size: 1.48rem;
}

.brand-card__logo--entryprice::after {
  content: "";
  width: 2px;
  height: 32px;
  margin-left: 10px;
  background: linear-gradient(180deg, transparent, #28d7c1, transparent);
  box-shadow: 0 0 18px rgba(40, 215, 193, 0.36);
}

.brand-card h3 {
  position: relative;
  z-index: 1;
  margin: 6px 0 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.25;
}

.brand-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.subscribe {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  padding: 116px 24px 126px;
  background: var(--bg);
}

.subscribe__background {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 14, 18, 0.96) 0%, rgba(12, 14, 18, 0.88) 48%, rgba(12, 14, 18, 0.94) 100%),
    radial-gradient(circle at 22% 24%, rgba(85, 154, 239, 0.12), transparent 30%),
    radial-gradient(circle at 78% 46%, rgba(66, 83, 106, 0.2), transparent 34%),
    var(--bg);
}

.subscribe::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 118px 118px;
  opacity: 0.035;
  mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent);
  pointer-events: none;
}

.subscribe__wrap {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: block;
}

.subscribe__header {
  max-width: 1080px;
  margin-bottom: 48px;
}

.subscribe__eyebrow {
  width: fit-content;
  margin: 0 0 20px;
  padding: 8px 14px;
  border: 1px solid rgba(85, 154, 239, 0.32);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(85, 154, 239, 0.1);
  font-size: 0.88rem;
  font-weight: 700;
}

.subscribe h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2.45rem, 4.2vw, 4.55rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.subscribe__title-line {
  display: block;
}

.subscribe__title-shimmer {
  color: #ffb304;
  background: linear-gradient(105deg, #ffb304 0%, #ffb304 38%, #fff3bd 48%, #ffb304 58%, #ffb304 100%);
  background-size: 230% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: subscribeWordShimmer 3s ease-in-out infinite;
}

.subscribe__lead {
  max-width: 660px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.22vw, 1.12rem);
  line-height: 1.7;
}

.subscribe__steps {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 18px;
  align-items: stretch;
}

.subscribe-step {
  position: relative;
  min-height: 390px;
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 28px;
  border: 1px solid rgba(85, 154, 239, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(27, 32, 43, 0.86), rgba(16, 21, 31, 0.9)),
    rgba(16, 21, 31, 0.86);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.subscribe-step::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: -42px;
  height: 96px;
  background: radial-gradient(ellipse at center, rgba(85, 154, 239, 0.34), rgba(85, 154, 239, 0.08) 44%, transparent 72%);
  filter: blur(14px);
  opacity: 0.76;
  pointer-events: none;
}

.subscribe-step::after {
  content: "";
  position: absolute;
  left: -42%;
  top: 0;
  width: 42%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(85, 154, 239, 0.88), transparent);
  animation: brandCardSweep 4.2s ease-in-out infinite;
  pointer-events: none;
}

.subscribe-step--benefits::after {
  animation-delay: -1.4s;
}

.subscribe-step__number {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 7px 12px;
  border: 1px solid rgba(85, 154, 239, 0.28);
  border-radius: 999px;
  color: var(--blue);
  background: rgba(85, 154, 239, 0.08);
  font-size: 0.78rem;
  font-weight: 850;
}

.subscribe-step__content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
}

.subscribe-step h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.12;
}

.subscribe-step p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.62;
}

.subscribe__points {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.16vw, 1.08rem);
  line-height: 1.5;
  list-style: none;
}

.subscribe__points li {
  position: relative;
  padding-left: 38px;
}

.subscribe__points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 1px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #06120f;
  background: var(--blue);
  font-weight: 900;
  box-shadow: 0 0 24px rgba(85, 154, 239, 0.22);
}

.subscribe__form {
  width: 100%;
  margin-top: 10px;
}

#mlb2-40703992.newsletter-final-form.ml-form-embedContainer {
  width: 100%;
}

#mlb2-40703992.newsletter-final-form .ml-form-align-center,
#mlb2-40703992.newsletter-final-form .ml-form-embedWrapper.embedForm {
  width: 100%;
}

#mlb2-40703992.newsletter-final-form .ml-form-embedWrapper {
  display: block !important;
  width: 100%;
  border: 1px solid rgba(85, 154, 239, 0.24);
  border-radius: 8px;
  background: rgba(16, 21, 31, 0.78);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
}

#mlb2-40703992.newsletter-final-form .ml-form-embedBody,
#mlb2-40703992.newsletter-final-form .ml-form-successBody {
  padding: 16px;
}

#mlb2-40703992.newsletter-final-form form,
#mlb2-40703992.newsletter-final-form .ml-form-formContent,
#mlb2-40703992.newsletter-final-form .ml-form-fieldRow,
#mlb2-40703992.newsletter-final-form .ml-form-embedSubmit {
  width: 100%;
  margin: 0;
}

#mlb2-40703992.newsletter-final-form .ml-block-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: stretch;
}

#mlb2-40703992.newsletter-final-form input[type="email"] {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(239, 241, 245, 0.16);
  border-radius: 8px;
  padding: 0 14px;
  color: var(--ink);
  background: rgba(12, 14, 18, 0.84);
  font: inherit;
  outline: none;
}

#mlb2-40703992.newsletter-final-form input[type="email"]::placeholder {
  color: var(--muted);
}

#mlb2-40703992.newsletter-final-form input[type="email"]:focus {
  border-color: rgba(85, 154, 239, 0.74);
  box-shadow: 0 0 0 3px rgba(85, 154, 239, 0.14);
}

#mlb2-40703992.newsletter-final-form .ml-form-embedSubmit button {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 18px;
  color: #0c0e12;
  background: var(--gold);
  font: inherit;
  font-size: 0.86rem;
  font-weight: 800;
  cursor: pointer;
  white-space: nowrap;
  box-shadow: 0 18px 38px rgba(255, 179, 3, 0.18);
  transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

#mlb2-40703992.newsletter-final-form .ml-form-embedSubmit button:hover {
  background: #ffc233;
  box-shadow: 0 22px 46px rgba(255, 179, 3, 0.24);
  transform: translateY(-1px);
}

#mlb2-40703992.newsletter-final-form .ml-form-successContent h4,
#mlb2-40703992.newsletter-final-form .ml-form-successContent p {
  margin: 0;
  color: var(--ink);
}

#mlb2-40703992.newsletter-final-form .ml-form-successContent h4 {
  margin-bottom: 6px;
  font-size: 1rem;
}

#mlb2-40703992.newsletter-final-form .ml-form-successContent p {
  color: var(--muted);
  font-size: 0.92rem;
}

@keyframes cardFloat {
  0%, 100% {
    transform: perspective(1100px) rotateY(7deg) rotateX(2deg) translateY(0);
  }

  50% {
    transform: perspective(1100px) rotateY(4deg) rotateX(3deg) translateY(-10px);
  }
}

@keyframes metricFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-9px);
  }
}

@keyframes aboutPhotoFloat {
  0%, 100% {
    transform: translateY(0);
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
  }

  50% {
    transform: translateY(-8px);
    box-shadow: 0 42px 110px rgba(0, 0, 0, 0.4);
  }
}

@keyframes aboutAuthorityFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes aboutPhotoSheen {
  0%, 100% {
    transform: translateX(-130%);
    opacity: 0;
  }

  14%, 24% {
    opacity: 1;
  }

  38% {
    transform: translateX(135%);
    opacity: 0;
  }
}

@keyframes aboutCarouselFade {
  0%, 11% {
    opacity: 1;
  }

  20%, 91% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes aboutChartDrift {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.22;
  }

  50% {
    transform: translate3d(-16px, 8px, 0) scale(1.015);
    opacity: 0.28;
  }
}

@keyframes aboutDataFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes ebookFloat {
  0%, 100% {
    transform: rotate(-4deg) translateX(-8px) translateY(0);
  }

  50% {
    transform: rotate(-2.5deg) translateX(-4px) translateY(-12px);
  }
}

@keyframes ebookBadgeFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-7px);
  }
}

@keyframes featureTopSweep {
  0% {
    transform: translateX(0);
    opacity: 0;
  }

  14%, 76% {
    opacity: 1;
  }

  100% {
    transform: translateX(338%);
    opacity: 0;
  }
}

@keyframes brandMarquee {
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@keyframes brandCardSweep {
  0%, 18% {
    transform: translateX(-120%);
    opacity: 0;
  }

  32%, 68% {
    opacity: 1;
  }

  100% {
    transform: translateX(338%);
    opacity: 0;
  }
}

@keyframes subscribeWordShimmer {
  0%, 24% {
    background-position: 160% 50%;
  }

  58%, 100% {
    background-position: -60% 50%;
  }
}

@media (max-width: 920px) {
  .site-nav {
    top: 12px;
    padding: 0 18px;
  }

  .site-nav__inner {
    min-height: 50px;
  }

  .site-nav__link {
    font-size: 0.82rem;
    padding: 8px 9px;
  }

  .hero {
    min-height: auto;
    padding: 56px 18px 72px;
  }

  .hero__content {
    grid-template-columns: 1fr;
  }

  .about {
    padding: 84px 18px 88px;
  }

  .about__inner {
    grid-template-columns: 1fr;
  }

  .about__header {
    margin-bottom: 24px;
  }

  .about__media {
    order: 2;
  }

  .about__copy {
    order: 1;
  }

  .about__authority-card {
    right: 18px;
    top: 18px;
  }

  .about__grid {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 34px;
  }

  .strategy {
    padding: 84px 18px 92px;
  }

  .collaborations {
    padding: 84px 0 92px;
  }

  .subscribe {
    padding: 84px 18px 92px;
  }

  .collaborations__wrap {
    padding: 0 18px;
  }

  .collaborations__header {
    margin-bottom: 34px;
  }

  .collaborations h2 {
    font-size: clamp(2.25rem, 8vw, 3.35rem);
  }

  .brand-card {
    width: 286px;
  }

  .subscribe__header {
    margin-bottom: 34px;
  }

  .subscribe__steps {
    grid-template-columns: 1fr;
  }

  .subscribe-step {
    min-height: auto;
    padding: 24px;
  }

  .strategy__inner {
    grid-template-columns: 1fr;
  }

  .strategy__visual {
    min-height: auto;
  }

  .strategy__closing::before,
  .strategy__closing::after {
    display: none;
  }

  .hero__copy {
    order: 1;
  }

  .hero__visual {
    order: 2;
    min-height: auto;
    padding-bottom: 0;
  }

  .market-card {
    min-height: 360px;
    transform: none;
    animation: none;
  }

  .market-card canvas {
    height: 304px;
  }

  .newsletter-slot {
    margin-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  #mlb2-40642281 .ml-block-form {
    grid-template-columns: 1fr;
  }

  #mlb2-40642281 .ml-form-embedSubmit button {
    width: 100%;
    white-space: normal;
  }
}

@media (max-width: 560px) {
  .site-nav {
    padding: 0 12px;
  }

  .site-nav__inner {
    gap: 8px;
    padding: 0;
  }

  .site-nav__logo {
    width: 42px;
    height: auto;
    flex: 0 0 auto;
  }

  .site-nav__links {
    gap: 1px;
  }

  .site-nav__link {
    font-size: clamp(0.55rem, 2.05vw, 0.72rem);
    padding: 8px 3px;
  }

  h1 {
    font-size: clamp(2.08rem, 11vw, 3.05rem);
  }

  .hero__points {
    font-size: 0.98rem;
  }

  .market-card__label {
    display: none;
  }

  .metric-card--top {
    right: 16px;
    top: 72px;
  }

  .metric-card--bottom {
    left: 52px;
    bottom: 110px;
  }

  .about__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .collaborations__marquee {
    mask-image: linear-gradient(90deg, transparent, black 6%, black 94%, transparent);
  }

  .brand-card {
    width: 260px;
    min-height: 226px;
    padding: 22px;
  }

  .subscribe h2 {
    font-size: clamp(2.35rem, 11vw, 3.65rem);
  }

  #mlb2-40703992.newsletter-final-form .ml-form-embedSubmit button {
    white-space: normal;
  }

  .about h2 {
    white-space: normal;
  }

  .about__photo-carousel {
    aspect-ratio: 3 / 2;
  }

  .about__authority-card {
    position: static;
    margin-top: 16px;
  }

  .strategy h2 {
    white-space: normal;
    font-size: clamp(2.5rem, 12vw, 3.8rem);
  }

  .ebook-card {
    width: min(112%, 430px);
  }

  .ebook-card__badge {
    min-width: 132px;
    padding: 11px 13px;
  }

  .ebook-card__badge--free {
    right: 10px;
    bottom: 108px;
    min-width: 128px;
    padding: 15px 20px;
  }

  .ebook-card__badge--free span {
    font-size: clamp(1.35rem, 6.5vw, 1.9rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .collaborations__track,
  .site-nav,
  .site-nav__link,
  .site-nav__logo,
  .brand-card::after,
  .about__background::before,
  .about__background::after,
  .about__carousel-image,
  .subscribe__title-shimmer,
  .subscribe-step::after {
    animation: none;
  }

  .subscribe__title-shimmer {
    background: none;
    -webkit-text-fill-color: #ffb304;
  }

  .site-nav__link:hover,
  .site-nav__link:focus-visible,
  .site-footer__link:hover,
  .site-footer__link:focus-visible {
    animation: none;
    background: none;
    -webkit-text-fill-color: #ffb304;
    transform: none;
  }

  .about__carousel-image {
    opacity: 0;
  }

  .about__carousel-image:first-child {
    opacity: 1;
  }

  .collaborations__track {
    width: auto;
    flex-wrap: wrap;
  }

  .collaborations__marquee {
    overflow: visible;
    mask-image: none;
  }
}
