:root {
  --ink: #07111f;
  --navy: #07152f;
  --navy-soft: #102446;
  --blue: #2563eb;
  --blue-dark: #1747b8;
  --cyan: #22d3ee;
  --green: #22c55e;
  --paper: #f7f9fc;
  --paper-warm: #fbfaf8;
  --line: #dce5f1;
  --muted: #62748e;
  --muted-light: #9eb0c8;
  --shadow: 0 1.25rem 3rem rgba(7, 21, 47, 0.08);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper-warm);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
}

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

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

button,
a {
  font: inherit;
}

button {
  border: 0;
}

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

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

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 0.1875rem solid rgba(34, 211, 238, 0.8);
  outline-offset: 0.25rem;
}

.landing {
  overflow: hidden;
  background: var(--paper-warm);
}

.container {
  width: 100%;
  max-width: 78rem;
  margin: 0 auto;
  padding-inline: 1.25rem;
}

.section {
  padding-block: 4.5rem;
}

.section--soft {
  background: var(--paper);
}

.eyebrow {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  color: var(--blue);
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.eyebrow--light {
  color: #9fe9ff;
}

.live-dot {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #5ee7a5;
  box-shadow: 0 0 0 0.1875rem rgba(94, 231, 165, 0.17);
}

.section-intro {
  max-width: 42rem;
}

.section-intro--center {
  margin-inline: auto;
  text-align: center;
}

.section-intro--center .eyebrow {
  margin-inline: auto;
}

.section-title {
  max-width: 15ch;
  margin: 0.875rem 0 0;
  color: var(--ink);
  font-size: clamp(2rem, 7vw, 3.8rem);
  font-family: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.05;
  text-wrap: balance;
}

.section-title--light {
  color: #fff;
}

.section-lead {
  max-width: 38rem;
  margin: 1.125rem 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.section-intro--center .section-lead {
  margin-inline: auto;
}

.text-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  color: var(--blue-dark);
  font-size: 0.9375rem;
  font-weight: 850;
}

.text-link span,
.button-link span {
  font-size: 1.15rem;
  transition: transform 160ms ease;
}

.text-link:hover span,
.button-link:hover span {
  transform: translateX(0.2rem);
}

.button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.125rem;
  border-radius: 0.75rem;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 850;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.button--primary {
  background: linear-gradient(120deg, #1747b8 0%, #2563eb 54%, #22b8e6 100%);
  box-shadow: 0 1.125rem 2.5rem rgba(37, 99, 235, 0.28);
  color: #fff;
}

.button--primary:hover {
  filter: brightness(1.08);
  transform: translateY(-0.125rem);
  box-shadow: 0 1.375rem 2.75rem rgba(37, 99, 235, 0.4);
}

.button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.landing-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(146, 192, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(146, 192, 255, 0.05) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent 82%);
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  filter: blur(1rem);
  opacity: 0.22;
  pointer-events: none;
}

.hero-glow--one {
  top: 6rem;
  right: -8rem;
  background: var(--cyan);
}

.hero-glow--two {
  bottom: 8rem;
  left: -10rem;
  background: #3158ee;
}

.site-header {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 4.75rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgba(174, 211, 255, 0.15);
}

.brand {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -0.04em;
}

.brand__mark {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(147, 203, 255, 0.35);
  border-radius: 0.6875rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.5rem rgba(8, 105, 226, 0.2);
}

.brand__mark img {
  width: 1.25rem;
  height: 1.25rem;
}

.brand__word small {
  display: block;
  margin-top: 0.125rem;
  color: rgba(221, 239, 255, 0.58);
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.105em;
  text-transform: uppercase;
}

.site-nav {
  display: none;
  align-items: center;
  gap: 1.75rem;
}

.site-nav a {
  min-height: 2.75rem;
  align-content: center;
  color: rgba(225, 239, 255, 0.7);
  font-size: 0.8125rem;
  font-weight: 750;
  transition: color 160ms ease;
}

.site-nav a:hover,
.button-link:hover {
  color: #fff;
}

.site-header__cta {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.35rem;
  padding: 0.625rem 0.875rem;
  border: 1px solid rgba(162, 211, 255, 0.32);
  border-radius: 0.6875rem;
  color: #e8f7ff;
  font-size: 0.75rem;
  font-weight: 850;
  transition: background 160ms ease, border-color 160ms ease;
}

.site-header__cta:hover {
  border-color: rgba(162, 211, 255, 0.7);
  background: rgba(139, 199, 255, 0.12);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3rem;
  padding: 4.25rem 0 3.5rem;
}

.hero-copy {
  max-width: 39rem;
}

.hero-copy h1 {
  max-width: 11.5ch;
  margin: 1.25rem 0 0;
  color: #fff;
  font-size: clamp(2.5rem, 9vw, 4.5rem);
  font-family: "Avenir Next", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 0.99;
  text-wrap: balance;
}

.hero-copy h1 em {
  color: #7edff8;
  font-style: normal;
}

.hero-copy__lead {
  max-width: 35rem;
  margin: 1.5rem 0 0;
  color: rgba(220, 236, 255, 0.73);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-copy__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
}

.button-link {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.45rem;
  color: rgba(225, 239, 255, 0.78);
  font-size: 0.875rem;
  font-weight: 800;
}

.hero-proof {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-top: 2.125rem;
}

.avatar-stack {
  display: flex;
  padding-left: 0.375rem;
}

.avatar-stack img {
  width: 2.125rem;
  height: 2.125rem;
  margin-left: -0.375rem;
  border: 2px solid var(--navy);
  border-radius: 50%;
  object-fit: cover;
}

.hero-proof p {
  display: grid;
  gap: 0.12rem;
  margin: 0;
}

.hero-proof strong {
  color: #fff;
  font-size: 0.875rem;
}

.hero-proof span {
  max-width: 14rem;
  color: rgba(220, 236, 255, 0.56);
  font-size: 0.6875rem;
  line-height: 1.3;
}

.hero-product {
  position: relative;
  min-width: 0;
  padding-bottom: 1.25rem;
}

.product-window {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 2rem 5rem rgba(2, 17, 44, 0.2);
}

.product-window[inert] {
  pointer-events: none;
  user-select: none;
}

.product-window--hero {
  position: relative;
  z-index: 1;
  border-color: rgba(165, 208, 255, 0.34);
  box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.27), 0 0 0 0.5rem rgba(86, 180, 255, 0.06);
}

.product-window--light {
  background: #fff;
  box-shadow: var(--shadow);
}

.product-window__topbar {
  display: flex;
  min-height: 2.875rem;
  align-items: center;
  gap: 0.625rem;
  padding: 0 0.875rem;
  border-bottom: 1px solid #e5ebf3;
  background: rgba(255, 255, 255, 0.96);
  color: #163052;
}

.product-window--hero .product-window__topbar,
.platform-window .product-window__topbar {
  border-color: #243958;
  background: #102446;
  color: #eaf5ff;
}

.window-dots {
  display: flex;
  gap: 0.25rem;
  margin-right: 0.375rem;
}

.window-dots span {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #94a6bb;
}

.window-dots span:first-child {
  background: #f87171;
}

.window-dots span:nth-child(2) {
  background: #facc15;
}

.window-dots span:nth-child(3) {
  background: #4ade80;
}

.product-window__topbar strong {
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.window-status {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  margin-left: auto;
  color: #93eab8;
  font-size: 0.5625rem;
  font-weight: 750;
}

.window-status i,
.window-topbar__meta i {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background: #4ade80;
  box-shadow: 0 0 0 0.15rem rgba(74, 222, 128, 0.15);
}

.window-avatar {
  display: grid;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: 0.5rem;
  place-items: center;
  border-radius: 0.5rem;
  background: linear-gradient(145deg, #22d3ee, #2563eb);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 900;
}

.product-window__layout {
  display: grid;
  grid-template-columns: 7.5rem minmax(0, 1fr);
  min-height: 21rem;
}

.product-sidebar {
  padding: 1rem 0.625rem;
  border-right: 1px solid #e5ebf3;
  background: #f8fafd;
}

.product-window--hero .product-sidebar,
.platform-window .product-sidebar {
  border-color: #dbe5f1;
  background: #f8fafd;
}

.sidebar-brand {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0 0.25rem 1.4rem;
  color: #153157;
  font-size: 0.625rem;
  font-weight: 900;
}

.sidebar-brand__icon {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  border-radius: 0.35rem;
  background: linear-gradient(135deg, #2563eb, #22d3ee);
  color: #fff;
  font-size: 0.5rem;
}

.sidebar-label {
  margin: 0.75rem 0.4rem 0.4rem;
  color: #99a9bd;
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.sidebar-label--bottom {
  margin-top: 1.7rem;
}

.sidebar-link {
  display: flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0.375rem 0.45rem;
  border-radius: 0.4rem;
  color: #6f8096;
  font-size: 0.5625rem;
  font-weight: 750;
}

.sidebar-link span {
  width: 0.75rem;
  color: #9aabc0;
  font-size: 0.8rem;
  text-align: center;
}

.sidebar-link--active {
  background: #e8f0ff;
  color: #2563eb;
}

.sidebar-link--active span {
  color: #2563eb;
}

.product-main {
  min-width: 0;
  padding: 1rem;
  background: #fff;
}

.product-main__heading,
.product-results-heading,
.platform-results__top,
.swipe-window__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}

.product-kicker {
  margin: 0;
  color: #8b9bb0;
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-main h2,
.platform-results h3,
.swipe-window h3 {
  margin: 0.25rem 0 0;
  color: #10284b;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.product-updated,
.window-topbar__meta {
  color: #91a2b6;
  font-size: 0.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.window-topbar__meta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  color: #9ebddd;
}

.product-search,
.filter-search {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.625rem;
  border: 1px solid #e4eaf3;
  border-radius: 0.5rem;
  background: #fbfcfe;
  color: #91a2b6;
  font-size: 0.5625rem;
}

.product-search {
  margin-top: 0.875rem;
}

.product-search > span:first-child,
.filter-search > span:first-child {
  color: #587392;
  font-size: 0.875rem;
}

.product-search kbd {
  display: none;
  margin-left: auto;
  padding: 0.15rem 0.3rem;
  border: 1px solid #dce5ef;
  border-radius: 0.25rem;
  color: #99a8ba;
  font-size: 0.45rem;
}

.filter-row {
  display: flex;
  gap: 0.35rem;
  padding-block: 0.65rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
  display: none;
}

.filter {
  display: inline-flex;
  min-height: 1.5rem;
  align-items: center;
  flex: 0 0 auto;
  padding: 0.25rem 0.5rem;
  border: 1px solid #e1e8f2;
  border-radius: 999px;
  color: #7b8ca2;
  font-size: 0.5rem;
  font-weight: 800;
}

.filter--active {
  border-color: #a6c3ff;
  background: #eef4ff;
  color: #2563eb;
}

.product-results-heading {
  align-items: center;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #eef2f7;
  color: #8a9aae;
  font-size: 0.5rem;
}

.product-results-heading strong {
  color: #344a68;
  font-size: 0.5625rem;
}

.product-results-heading b,
.sort-button span {
  margin-left: 0.2rem;
  color: #2563eb;
}

.creative-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.625rem;
}

.creative-grid--hero {
  padding-top: 0.7rem;
}

.creative-card {
  min-width: 0;
}

.creative-card--third {
  display: none;
}

.creative-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.8;
  border-radius: 0.5rem;
  background: #dbe5ef;
}

.creative-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.creative-card__meta {
  padding-top: 0.45rem;
}

.creative-card__meta h3 {
  margin: 0;
  overflow: hidden;
  color: #163052;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: -0.02em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.creative-card__meta p {
  margin: 0.2rem 0 0;
  overflow: hidden;
  color: #91a1b3;
  font-size: 0.48rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.18rem 0.35rem;
  border-radius: 999px;
  font-size: 0.42rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.status--active {
  position: absolute;
  top: 0.35rem;
  left: 0.35rem;
  background: rgba(7, 65, 46, 0.9);
  color: #b1f8cc;
}

.save-mark {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #61768f;
  font-size: 0.75rem;
}

.save-mark--filled {
  color: #2563eb;
}

.tag {
  display: inline-flex;
  margin-top: 0.3rem;
  padding: 0.18rem 0.35rem;
  border-radius: 0.25rem;
  background: #edf3ff;
  color: #4270c7;
  font-size: 0.42rem;
  font-weight: 800;
}

.floating-stat {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.7rem;
  border: 1px solid rgba(218, 239, 255, 0.8);
  border-radius: 0.6875rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.22);
  color: var(--ink);
}

.floating-stat--top {
  top: -1rem;
  right: -0.25rem;
}

.floating-stat--bottom {
  bottom: 0;
  left: -0.45rem;
}

.floating-stat__icon {
  display: grid;
  width: 1.75rem;
  height: 1.75rem;
  place-items: center;
  border-radius: 0.5rem;
  background: #eaf1ff;
  color: #2563eb;
  font-size: 1rem;
  font-weight: 900;
}

.floating-stat__icon--green {
  background: #e8fbf0;
  color: #16a05a;
}

.floating-stat span:last-child {
  display: grid;
  gap: 0.1rem;
}

.floating-stat strong {
  font-size: 0.625rem;
  font-weight: 900;
}

.floating-stat small {
  color: #7e8fa5;
  font-size: 0.5rem;
  white-space: nowrap;
}

.hero-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  padding-bottom: 2.5rem;
}

.hero-metrics div {
  min-width: 0;
  padding: 0.875rem 0.75rem 0;
  border-top: 1px solid rgba(178, 215, 250, 0.2);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.hero-metrics span {
  margin-top: 0.2rem;
  color: rgba(204, 230, 255, 0.54);
  font-size: 0.625rem;
  line-height: 1.35;
}

.problem-section {
  background: var(--paper-warm);
}

.contrast-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

.contrast-card {
  position: relative;
  overflow: hidden;
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 2.5rem rgba(7, 21, 47, 0.05);
}

.contrast-card::after {
  position: absolute;
  right: -2rem;
  bottom: -3rem;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: currentColor;
  content: "";
  opacity: 0.04;
}

.contrast-card--old {
  color: #dc2f45;
}

.contrast-card--new {
  color: #2563eb;
  border-color: #b5cdfc;
  box-shadow: 0 1.25rem 3rem rgba(37, 99, 235, 0.12);
}

.contrast-card__label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.625rem;
  border-radius: 999px;
  background: currentColor;
  color: #fff;
  font-size: 0.5625rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contrast-card h3 {
  max-width: 17ch;
  margin: 1.25rem 0 0;
  color: var(--ink);
  font-size: 1.45rem;
  font-weight: 850;
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.contrast-card ul,
.check-list {
  display: grid;
  gap: 0.875rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.contrast-card li,
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.45;
}

.contrast-card li span {
  color: currentColor;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.contrast-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.625rem;
  padding-top: 1rem;
  border-top: 1px solid #edf1f6;
  color: #8a9aac;
  font-size: 0.6875rem;
}

.contrast-card__footer strong {
  color: currentColor;
  font-size: 0.875rem;
}

.contrast-vs {
  align-self: center;
  justify-self: center;
  color: #aab7c7;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.method-grid {
  display: grid;
  gap: 0.875rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.method-card {
  position: relative;
  min-height: 14rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
}

.method-card--active {
  border-color: #a9c5fb;
  box-shadow: 0 1rem 2.5rem rgba(37, 99, 235, 0.11);
}

.method-number {
  color: #9cabc0;
  font-size: 0.6875rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.method-icon {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.5rem;
  place-items: center;
  border-radius: 0.75rem;
  background: #edf3ff;
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 900;
}

.method-card:nth-child(2) .method-icon {
  background: #e7fbfe;
  color: #0891b2;
}

.method-card:nth-child(3) .method-icon {
  background: #eefbe9;
  color: #16a34a;
}

.method-card h3 {
  margin: 0.875rem 0 0;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.method-card p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.method-arrow {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  color: #b2bfd0;
  font-size: 1.15rem;
}

.analysis-card {
  display: grid;
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 0.75rem;
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: var(--shadow);
}

.analysis-card__media {
  position: relative;
  overflow: hidden;
  min-height: 17rem;
  border-radius: 0.875rem;
  background: #142c50;
}

.analysis-card__media img {
  width: 100%;
  height: 100%;
  min-height: 17rem;
  object-fit: cover;
}

.analysis-card__badge {
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  padding: 0.45rem 0.625rem;
  border-radius: 999px;
  background: rgba(7, 21, 47, 0.78);
  color: #b9e8ff;
  font-size: 0.5625rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.analysis-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  background: rgba(7, 21, 47, 0.46);
  color: #fff;
  font-size: 1rem;
  transform: translate(-50%, -50%);
}

.analysis-card__content {
  padding: 0.75rem 0.75rem 1.25rem;
}

.analysis-card__content h3 {
  max-width: 16ch;
  margin: 0.875rem 0 0;
  color: var(--ink);
  font-size: clamp(1.75rem, 6vw, 2.8rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.analysis-card__content > p:not(.eyebrow) {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.65;
}

.analysis-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.875rem;
  margin: 1.5rem 0 0;
}

.analysis-points div {
  padding-top: 0.75rem;
  border-top: 1px solid var(--line);
}

.analysis-points dt {
  color: var(--blue);
  font-size: 0.5625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.analysis-points dd {
  margin: 0.3rem 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.4;
}

.platform-section {
  position: relative;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}

.platform-section::before {
  position: absolute;
  top: -18rem;
  right: -12rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: #0e5bd6;
  content: "";
  opacity: 0.25;
  filter: blur(2.5rem);
}

.platform-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.25rem;
}

.platform-heading > p {
  max-width: 31rem;
  margin: 0;
  color: rgba(220, 236, 255, 0.64);
  font-size: 1rem;
  line-height: 1.65;
}

.platform-heading .section-title {
  max-width: 18ch;
  font-size: clamp(2.15rem, 5.5vw, 3.4rem);
}

.platform-window {
  position: relative;
  z-index: 1;
  margin-top: 2.5rem;
}

.platform-window__body {
  display: grid;
  grid-template-columns: 12rem minmax(0, 1fr);
  min-height: 27rem;
}

.platform-filter {
  padding: 1.125rem;
  border-right: 1px solid #e0e8f2;
  background: #f9fbfe;
}

.filter-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.filter-heading strong {
  color: #193456;
  font-size: 0.75rem;
  font-weight: 900;
}

.filter-heading button {
  min-height: 2.25rem;
  padding: 0.35rem 0;
  background: none;
  color: var(--blue);
  cursor: pointer;
  font-size: 0.5625rem;
  font-weight: 800;
}

.filter-search {
  margin-top: 1rem;
}

.filter-group {
  display: grid;
  gap: 0.35rem;
  margin-top: 1.15rem;
}

.filter-group p {
  margin: 0 0 0.15rem;
  color: #8d9db0;
  font-size: 0.5625rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filter-chip {
  min-height: 2rem;
  padding: 0.45rem 0.5rem;
  border: 1px solid #e1e8f2;
  border-radius: 0.4rem;
  color: #65778e;
  font-size: 0.5625rem;
  font-weight: 750;
}

.filter-chip--selected {
  border-color: #a6c3ff;
  background: #eef4ff;
  color: #2563eb;
}

.platform-results {
  min-width: 0;
  padding: 1.25rem;
  background: #fff;
}

.platform-results__top {
  align-items: center;
}

.sort-button {
  display: inline-flex;
  min-height: 2.25rem;
  align-items: center;
  padding: 0.4rem 0.55rem;
  border: 1px solid #e1e8f2;
  border-radius: 0.4rem;
  background: #fff;
  color: #7c8ca0;
  cursor: pointer;
  font-size: 0.5625rem;
  font-weight: 800;
  white-space: nowrap;
}

.platform-tabs {
  display: flex;
  gap: 1.1rem;
  margin-top: 1.2rem;
  overflow-x: auto;
  border-bottom: 1px solid #eef2f7;
  scrollbar-width: none;
}

.platform-tabs::-webkit-scrollbar {
  display: none;
}

.platform-tab {
  min-height: 2.25rem;
  flex: 0 0 auto;
  border-bottom: 2px solid transparent;
  color: #8b9bae;
  font-size: 0.6rem;
  font-weight: 800;
}

.platform-tab b {
  color: #b1bdca;
  font-weight: 700;
}

.platform-tab--active {
  border-color: var(--blue);
  color: var(--blue);
}

.platform-results .creative-grid {
  padding-top: 1rem;
}

.platform-results .creative-card__image {
  aspect-ratio: 0.78;
}

.platform-footnote {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 1rem 0 0;
  color: rgba(220, 236, 255, 0.62);
  font-size: 0.75rem;
  line-height: 1.45;
}

.platform-footnote__icon {
  display: grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(145, 204, 255, 0.25);
  border-radius: 0.625rem;
  color: #7edff8;
  font-size: 1rem;
}

.platform-footnote strong {
  color: #fff;
}

.platform-footnote a {
  display: inline-flex;
  min-height: 2.75rem;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
  flex: 0 0 auto;
  color: #8de8ff;
  font-weight: 850;
}

.insights-section {
  background: var(--paper-warm);
}

.insights-grid {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
}

.insight-card {
  overflow: hidden;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 1rem 2.75rem rgba(7, 21, 47, 0.06);
}

.insight-card__number {
  color: #92a2b5;
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.insight-card__visual {
  display: flex;
  min-height: 12rem;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0.75rem;
  padding: 1rem;
  border-radius: 0.75rem;
}

.insight-card__visual span {
  font-size: 0.5625rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.insight-card__visual strong {
  max-width: 11ch;
  font-size: clamp(1.3rem, 5vw, 2rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.insight-card__visual--hook {
  background: linear-gradient(150deg, #dbe9ff, #eff7ff);
  color: #16449d;
}

.insight-card__visual--angle {
  background: linear-gradient(150deg, #fff0a5, #fff9dc);
  color: #856a04;
}

.insight-card__visual--proof {
  background: linear-gradient(150deg, #17325b, #07152f);
  color: #b6edff;
}

.insight-card h3 {
  margin: 1rem 0 0;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.insight-card p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.swipe-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.swipe-copy {
  order: 2;
}

.check-list {
  gap: 0.625rem;
}

.check-list li span {
  display: grid;
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #e8f8ef;
  color: #16a05a;
  font-size: 0.75rem;
  font-weight: 900;
}

.swipe-window {
  order: 1;
  min-width: 0;
}

.swipe-window__body {
  padding: 1rem;
}

.swipe-window__heading {
  align-items: center;
}

.swipe-window__heading h3 {
  font-size: 1rem;
}

.swipe-board-row {
  display: flex;
  gap: 0.35rem;
  margin-top: 1rem;
  overflow-x: auto;
  scrollbar-width: none;
}

.swipe-board-row::-webkit-scrollbar {
  display: none;
}

.swipe-board {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.55rem;
  border: 1px solid #e1e8f2;
  border-radius: 0.4rem;
  color: #8090a4;
  font-size: 0.5625rem;
  font-weight: 800;
  white-space: nowrap;
}

.swipe-board b {
  color: #b4bfcc;
}

.swipe-board--active {
  border-color: #b1c9fc;
  background: #eef4ff;
  color: #2563eb;
}

.swipe-board--active b {
  color: #2563eb;
}

.swipe-board--add {
  border-style: dashed;
  color: #2563eb;
}

.swipe-window .creative-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.swipe-window .creative-card__image {
  aspect-ratio: 0.88;
}

.creator-section {
  background: #fff;
}

.creator-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

.creator-photo {
  position: relative;
  max-width: 24rem;
  margin-inline: auto;
}

.creator-photo::before {
  position: absolute;
  inset: 1rem -1rem -1rem 1rem;
  border-radius: 1.25rem;
  background: linear-gradient(145deg, #dceaff, #effbff);
  content: "";
}

.creator-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 29rem;
  border-radius: 1.25rem;
  object-fit: cover;
  object-position: center 20%;
  box-shadow: 0 1.5rem 3.5rem rgba(7, 21, 47, 0.16);
}

.creator-photo__badge {
  position: absolute;
  z-index: 2;
  right: -0.25rem;
  bottom: 1.25rem;
  display: grid;
  gap: 0.1rem;
  padding: 0.75rem 0.875rem;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 0.75rem;
  background: rgba(7, 21, 47, 0.92);
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(7, 21, 47, 0.2);
}

.creator-photo__badge strong {
  font-size: 1rem;
  font-weight: 900;
}

.creator-photo__badge small {
  color: #b8d5ee;
  font-size: 0.5625rem;
}

.creator-copy blockquote {
  margin: 1.5rem 0 0;
  padding: 1rem 0 1rem 1rem;
  border-left: 0.1875rem solid var(--blue);
  color: #365273;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}

.creator-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.creator-stats span {
  display: grid;
  gap: 0.2rem;
}

.creator-stats strong {
  color: var(--blue);
  font-size: 1rem;
  font-weight: 900;
}

.creator-stats small {
  color: var(--muted);
  font-size: 0.625rem;
}

.access-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #07152f 0%, #0c2d60 58%, #0c5c86 100%);
  color: #fff;
}

.access-section::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(146, 192, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(146, 192, 255, 0.06) 1px, transparent 1px);
  background-size: 3.5rem 3.5rem;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), transparent);
  pointer-events: none;
}

.access-glow {
  position: absolute;
  right: -12rem;
  bottom: -15rem;
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  background: #22d3ee;
  filter: blur(4rem);
  opacity: 0.2;
}

.access-layout {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 2rem;
  align-items: center;
  padding-block: 4.5rem;
}

.access-copy h2 {
  max-width: 12ch;
  margin: 0.875rem 0 0;
  color: #fff;
  font-size: clamp(2.25rem, 8vw, 4.65rem);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.94;
}

.access-copy > p {
  max-width: 31rem;
  margin: 1.25rem 0 0;
  color: rgba(221, 239, 255, 0.7);
  font-size: 1rem;
  line-height: 1.65;
}

.access-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  margin-top: 1.75rem;
}

.access-guarantee > span:first-child {
  display: grid;
  width: 1.5rem;
  height: 1.5rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(94, 231, 165, 0.16);
  color: #7ef2b1;
  font-size: 0.875rem;
  font-weight: 900;
}

.access-guarantee span:last-child {
  display: grid;
  gap: 0.2rem;
}

.access-guarantee strong {
  color: #fff;
  font-size: 0.8125rem;
}

.access-guarantee small {
  color: rgba(221, 239, 255, 0.58);
  font-size: 0.6875rem;
}

.access-offer {
  padding: 1.25rem;
  border: 1px solid rgba(195, 226, 255, 0.34);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
  box-shadow: 0 2rem 4.5rem rgba(0, 0, 0, 0.22);
}

.offer-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  color: #526a88;
  font-size: 0.6875rem;
  font-weight: 850;
}

.offer-pill {
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: #e8fbf0;
  color: #168249;
  font-size: 0.5rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.access-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  margin: 1.125rem 0 0;
  color: var(--ink);
}

.access-price small {
  align-self: flex-start;
  margin-top: 0.5rem;
  color: #6c7f97;
  font-size: 0.875rem;
  font-weight: 850;
}

.access-price strong {
  font-size: clamp(3rem, 15vw, 5rem);
  font-weight: 900;
  letter-spacing: -0.09em;
  line-height: 0.85;
}

.access-price em {
  color: #7c8da3;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 750;
}

.offer-description {
  max-width: 28rem;
  margin: 1.125rem 0 0;
  color: var(--muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}

.access-offer ul {
  display: grid;
  gap: 0.625rem;
  margin: 1.25rem 0 0;
  padding: 1.125rem 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.access-offer li {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #4d637e;
  font-size: 0.75rem;
  line-height: 1.4;
}

.access-offer li span {
  color: #16a05a;
  font-weight: 900;
}

.button--offer {
  width: 100%;
  margin-top: 1.25rem;
}

.access-offer__notice {
  margin: 0.75rem 0 0;
  color: #8b9bae;
  font-size: 0.5625rem;
  text-align: center;
}

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

.faq-layout {
  display: grid;
  gap: 2rem;
}

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

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

.faq-list summary {
  display: flex;
  min-height: 4rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--ink);
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 850;
  list-style: none;
}

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

.faq-list summary span {
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 400;
  transition: transform 160ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 48rem;
  margin: -0.35rem 0 1.25rem;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.65;
}

.site-footer {
  background: var(--navy);
  color: rgba(218, 236, 255, 0.62);
}

.site-footer__inner {
  display: grid;
  gap: 1.25rem;
  padding-block: 2rem;
}

.site-footer .brand {
  width: fit-content;
}

.site-footer__inner > p {
  margin: 0;
  font-size: 0.75rem;
}

.site-footer__inner > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.site-footer__inner > div a {
  min-height: 2.75rem;
  align-content: center;
  color: #c2dbf4;
  font-size: 0.75rem;
  font-weight: 750;
}

.site-footer__inner > div a:hover {
  color: #fff;
}

@media (min-width: 40rem) {
  .container {
    padding-inline: 2rem;
  }

  .section {
    padding-block: 6rem;
  }

  .site-header__cta {
    padding-inline: 1rem;
  }

  .hero-grid {
    padding-top: 5.5rem;
  }

  .hero-proof span {
    max-width: 19rem;
  }

  .hero-metrics {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
  }

  .contrast-card {
    padding: 2rem;
  }

  .method-grid,
  .insights-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .method-card {
    min-height: 15.5rem;
    padding: 1.5rem;
  }

  .analysis-card {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 0.75rem;
    padding: 0.75rem;
  }

  .analysis-card__content {
    padding: 1.5rem 1.5rem 1.5rem 1rem;
  }

  .analysis-card__media,
  .analysis-card__media img {
    min-height: 26rem;
  }

  .access-layout {
    padding-block: 6rem;
  }

  .access-offer {
    padding: 1.75rem;
  }

  .site-footer__inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .site-footer__inner > p {
    grid-column: 1;
    grid-row: 2;
  }

  .site-footer__inner > div {
    grid-column: 2;
    grid-row: 1 / span 2;
  }
}

@media (min-width: 48rem) {
  .site-nav {
    display: flex;
    margin-left: auto;
  }

  .site-header__cta {
    display: inline-flex;
  }

  .hero-product {
    padding-block: 1rem;
  }

  .product-window__layout {
    grid-template-columns: 8.5rem minmax(0, 1fr);
  }

  .product-main {
    padding: 1.25rem;
  }

  .product-search kbd {
    display: inline-block;
  }

  .creative-card--third {
    display: block;
  }

  .creative-grid--hero {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contrast-grid {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
  }

  .contrast-vs {
    padding-inline: 0.75rem;
  }

  .platform-heading {
    grid-template-columns: minmax(0, 1.1fr) minmax(16rem, 0.9fr);
    align-items: end;
    gap: 3rem;
  }

  .platform-window__body {
    grid-template-columns: 14rem minmax(0, 1fr);
  }

  .swipe-layout,
  .creator-layout,
  .access-layout,
  .faq-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4rem;
  }

  .swipe-copy {
    order: 1;
  }

  .swipe-window {
    order: 2;
  }

  .creator-photo {
    margin-inline: 0 auto;
  }

  .access-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.95fr);
  }

  .faq-layout {
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
    align-items: start;
  }
}

@media (min-width: 64rem) {
  .container {
    padding-inline: 2.5rem;
  }

  .site-header {
    min-height: 5.25rem;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: 4.75rem;
    padding-block: 6.5rem 4.5rem;
  }

  .hero-copy h1 {
    max-width: 14ch;
    font-size: clamp(2.5rem, 4.6vw, 3.75rem);
  }

  .hero-copy__lead {
    font-size: 1.0625rem;
  }

  .hero-metrics {
    padding-bottom: 3.5rem;
  }

  .floating-stat--top {
    top: 0.5rem;
    right: -1.25rem;
  }

  .floating-stat--bottom {
    bottom: -0.25rem;
    left: -1.25rem;
  }

  .contrast-card h3 {
    font-size: 1.75rem;
  }

  .platform-results .creative-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .creator-layout {
    grid-template-columns: minmax(20rem, 0.8fr) minmax(0, 1.2fr);
  }

  .creator-copy {
    padding-right: 3rem;
  }
}

@media (min-width: 80rem) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  }

  .product-window__layout {
    grid-template-columns: 10rem minmax(0, 1fr);
  }

  .product-sidebar {
    padding-inline: 0.875rem;
  }

  .product-main {
    padding: 1.5rem;
  }
}
