.home-v2-page {
  background: #f7f9fc;
  color: #111827;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.home-shell {
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 16px;
}

.home-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(219, 227, 239, 0.7);
  background: rgba(247, 249, 252, 0.8);
  backdrop-filter: blur(12px);
}

.home-header-row {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.home-logo {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.02em;
  color: #0f172a;
  line-height: 1;
}

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

.home-nav {
  display: none;
  align-items: center;
  gap: 32px;
}

.home-nav a {
  text-decoration: none;
  color: #64748b;
  font-size: 14px;
  font-weight: 500;
  transition: color 180ms ease;
}

.home-nav a:hover {
  color: #111827;
}

.home-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-os {
  display: none;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #16a34a;
  font-weight: 600;
}

.home-os svg {
  width: 15px;
  height: 15px;
}

.home-btn {
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 180ms ease, transform 180ms ease;
}

.home-btn-primary {
  background: #2f46ff;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px;
}

.home-btn-primary:hover {
  background: #3aabea;
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.home-hero-glow {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 50% at 50% 0%, rgba(234, 239, 255, 1) 0%, transparent 70%);
}

.home-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 48px;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 64px;
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  border: 1px solid #dbe3ef;
  background: #ffffff;
  color: #64748b;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
}

.home-kicker svg {
  width: 14px;
  height: 14px;
  color: #2f46ff;
}

.home-copy h1 {
  margin: 20px 0 0;
  font-size: 36px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.home-copy h1 span {
  color: #2563eb;
}

.home-hero-cta {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.home-hero-btns {
  display: flex;
  align-items: center;
  gap: 22px;
}

.home-btn-download,
.home-btn-storefront {
  height: 64px;
  min-width: 224px;
  padding: 0 26px;
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  justify-content: center;
  text-align: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.home-btn-download {
  background: #00a1f1;
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(0, 161, 241, 0.32);
}

.home-btn-download:hover {
  background: #3aabea;
  border-color: transparent;
}

.home-btn-storefront {
  background: #f8fbff;
  border-color: transparent;
  color: #1f3356;
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.18);
}

.home-btn-storefront:hover {
  background: #eff6ff;
}

.home-btn-download svg,
.home-btn-storefront svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: block;
}

.home-btn-download svg {
  width: 20px;
  height: 20px;
}

.home-btn-store {
  background: #00a1f1;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  height: 96px;
  width: min(100%, 480px);
  max-width: 100%;
  padding: 0 40px 0 16px;
  gap: 12px;
  box-shadow: 0 16px 28px rgba(0, 161, 241, 0.32);
}

.home-btn-store:hover {
  background: #3aabea;
}

.home-btn-store img {
  width: 56px;
  height: 56px;
  border-radius: 12px;
}

.home-btn-store-small {
  height: 64px;
  font-size: 18px;
  padding-left: 12px;
  padding-right: 36px;
}

.home-btn-store-small img {
  width: 44px;
  height: 44px;
}

.home-compat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  font-size: 14px;
  color: #00a1f1;
  margin-top: 2%;
  margin-left: 0.5%;
}

.home-compat-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.home-compat-current {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #0f172a;
  font-weight: 600;
  flex-wrap: wrap;
}

.home-compat-current span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.home-compat-current img {
  width: 18px;
  height: 18px;
}

.home-compat-os-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.home-compat-os-link:hover,
.home-compat-os-link:focus,
.home-compat-os-link:visited {
  text-decoration: none;
}

.home-copy > p {
  margin: 32px 0 0;
  max-width: 576px;
  font-size: 18px;
  line-height: 1.6;
  color: #475569;
}

.home-bullets {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.home-bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}

.home-bullets li span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 163, 74, 0.15);
  color: #16a34a;
}

.home-bullets li span svg {
  width: 14px;
  height: 14px;
}

.home-demo {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}

.home-demo-window {
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 26px 44px rgba(15, 23, 42, 0.1);
}

.home-demo-top {
  display: flex;
  gap: 6px;
  padding: 8px 12px 6px;
  background: #eef2f7;
}

.home-demo-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4d9e2;
}

.home-demo-address {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-top: 1px solid #e6ebf4;
  border-bottom: 1px solid #e6ebf4;
}

.home-demo-arrows {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #94a3b8;
}

.home-demo-arrows svg {
  width: 14px;
  height: 14px;
}

.home-demo-url {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #eef2f7;
  color: #64748b;
  font-size: 12px;
  padding: 5px 10px;
}

.home-demo-url svg {
  width: 12px;
  height: 12px;
}

.home-demo-body {
  background: #f7f9fc;
  aspect-ratio: 4 / 3;
  display: flex;
  gap: 10px;
  padding: 12px;
}

.home-demo-main {
  flex: 1;
  display: grid;
  grid-template-rows: 36px 1fr auto 30px;
  gap: 10px;
}

.home-demo-banner,
.home-demo-sponsored {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.home-demo-banner-ad,
.home-demo-banner-clean,
.home-demo-sponsored-ad,
.home-demo-sponsored-clean {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  transition: opacity 650ms ease;
}

.home-demo-banner-ad {
  justify-content: space-between;
  padding: 0 10px;
  background: #ef4444;
  color: #ffffff;
}

.home-demo-banner-ad strong {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.home-demo-banner-ad svg {
  width: 14px;
  height: 14px;
  opacity: 0.7;
}

.home-demo-banner-clean {
  opacity: 0;
  background: #e2e8f0;
  gap: 8px;
  padding: 0 10px;
}

.home-demo-banner-clean span:nth-child(1) {
  width: 66px;
}

.home-demo-banner-clean span:nth-child(2) {
  width: 44px;
}

.home-demo-banner-clean span:nth-child(3) {
  width: 36px;
  margin-left: auto;
  background: rgba(47, 70, 255, 0.45);
}

.home-demo-banner-clean span,
.home-demo-sponsored-clean span {
  height: 8px;
  border-radius: 999px;
  background: #cbd5e1;
}

.home-demo-player {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #101828;
}

.home-demo-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-demo-play i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #111827;
  padding: 10px;
}

.home-demo-ad-tag {
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 4px;
  background: #ef4444;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 4px;
}

.home-demo-skip {
  position: absolute;
  right: 8px;
  bottom: 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 600;
  background: rgba(17, 24, 39, 0.6);
  padding: 4px 6px;
}

.home-demo-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
}

.home-demo-progress span {
  display: block;
  height: 100%;
  width: 42%;
  background: #ef4444;
  transition: background-color 500ms ease;
}

.home-demo-lines {
  display: grid;
  gap: 6px;
}

.home-demo-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.2);
}

.home-demo-lines span:first-child {
  width: 75%;
}

.home-demo-lines span:last-child {
  width: 52%;
}

.home-demo-sponsored-ad {
  opacity: 1;
  gap: 8px;
  padding: 0 8px;
  border: 1px solid rgba(239, 68, 68, 0.4);
  background: rgba(239, 68, 68, 0.08);
}

.home-demo-sponsored-ad strong {
  border-radius: 4px;
  background: #ef4444;
  color: #ffffff;
  font-size: 9px;
  padding: 2px 4px;
}

.home-demo-sponsored-ad span {
  display: block;
  height: 8px;
  border-radius: 999px;
  width: 90px;
  background: rgba(239, 68, 68, 0.28);
}

.home-demo-sponsored-clean {
  opacity: 0;
  background: #e2e8f0;
  gap: 8px;
  padding: 0 8px;
}

.home-demo-sponsored-clean span:first-child {
  width: 72px;
}

.home-demo-sponsored-clean span:last-child {
  width: 44px;
}

.home-demo-sidebar {
  width: 112px;
  display: none;
  flex-direction: column;
  gap: 8px;
}

.home-demo-side-row {
  display: grid;
  gap: 4px;
}

.home-demo-side-row div {
  height: 46px;
  border-radius: 8px;
  background: #e2e8f0;
  position: relative;
}

.home-demo-side-row.ad div::before {
  content: "Ad";
  position: absolute;
  left: 4px;
  top: 4px;
  font-size: 8px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 3px;
  background: #ef4444;
  padding: 1px 3px;
}

.home-demo-side-row span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.2);
}

.home-demo-side-row span:last-child {
  width: 68%;
}

.home-demo-status {
  display: flex;
  align-items: center;
  gap: 8px;
  border-top: 1px solid #e6ebf4;
  background: #ffffff;
  padding: 10px 12px;
}

.home-demo-status-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 68, 68, 0.15);
  color: #ef4444;
  transition: background-color 500ms ease, color 500ms ease;
}

.home-demo-status-icon svg {
  width: 16px;
  height: 16px;
}

.home-demo-status p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.home-demo-status b {
  color: #ef4444;
}

.home-demo-abo {
  width: 28px;
  height: 28px;
  margin-left: auto;
  opacity: 0;
  transition: opacity 500ms ease;
}

.home-demo > p {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

.home-demo.is-blocked .home-demo-banner-ad,
.home-demo.is-blocked .home-demo-sponsored-ad,
.home-demo.is-blocked .home-demo-player .home-demo-ad-tag,
.home-demo.is-blocked .home-demo-player .home-demo-skip,
.home-demo.is-blocked .home-demo-side-row.ad div::before {
  opacity: 0;
}

.home-demo.is-blocked .home-demo-banner-clean,
.home-demo.is-blocked .home-demo-sponsored-clean {
  opacity: 1;
}

.home-demo.is-blocked .home-demo-progress span {
  background: #2f46ff;
}

.home-demo.is-blocked .home-demo-status-icon {
  background: rgba(22, 163, 74, 0.15);
  color: #16a34a;
}

.home-demo.is-blocked .home-demo-status b {
  color: #16a34a;
}

.home-demo.is-blocked .home-demo-abo {
  opacity: 1;
}

.home-trust {
  border-top: 1px solid #dbe3ef;
  border-bottom: 1px solid #dbe3ef;
  background: rgba(241, 245, 249, 0.5);
}

.home-trust-inner {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.home-trust-inner h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.home-pillars {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 32px;
}

.home-pillars div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
}

.home-pillars svg {
  width: 20px;
  height: 20px;
  color: #2563eb;
}

.home-platforms {
  border-top: 1px solid #dbe3ef;
  border-bottom: 1px solid #dbe3ef;
  background: rgba(241, 245, 249, 0.4);
  padding: 80px 0;
}

.home-section-head {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.home-section-head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.home-section-head p {
  margin: 16px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #64748b;
}

.home-phrases {
  margin: 48px auto 0;
  max-width: 760px;
  min-height: 220px;
  border-radius: 24px;
  border: 1px solid #dbe3ef;
  position: relative;
  overflow: hidden;
  transition: background-color 700ms ease;
  background: #ffffff;
}

.home-phrase {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  text-align: center;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 700ms ease, transform 700ms ease;
  font-size: clamp(48px, 7vw, 86px);
  line-height: 1;
}

.home-phrase.active {
  opacity: 1;
  transform: scale(1);
}

.yt-pill {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 4px solid #ff0000;
  border-radius: 0.3em;
  padding: 0.16em 0.42em;
  color: #0f0f0f;
  font-family: "Roboto", "Arial Black", system-ui, sans-serif;
  font-size: 0.65em;
  font-weight: 900;
  white-space: nowrap;
}

.yt-pill svg {
  width: 0.8em;
  height: 0.9em;
  margin: 0 0.01em;
}

.spotify {
  font-family: "Montserrat", "Gotham", system-ui, sans-serif;
  color: #191414;
  font-weight: 800;
}

.spotify-no {
  position: relative;
  display: inline-block;
  color: #1db954;
}

.spotify-no svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.spotify-no path {
  stroke: #ffffff;
  fill: none;
  stroke-linecap: round;
}

.spotify-no path:nth-child(1) {
  stroke-width: 5;
}

.spotify-no path:nth-child(2) {
  stroke-width: 4.5;
}

.spotify-no path:nth-child(3) {
  stroke-width: 4;
}

.tiktok {
  color: #ffffff;
  font-family: "Montserrat", "Arial Black", system-ui, sans-serif;
  font-weight: 900;
  text-shadow: 0.05em 0 #fe2c55, -0.05em 0 #25f4ee;
}

.cnn {
  color: #cc0000;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-family: "Oswald", "Arial Narrow", system-ui, sans-serif;
  font-weight: 800;
}

.cnn-n {
  position: relative;
  display: inline-block;
}

.cnn-n::after {
  content: "";
  position: absolute;
  left: -0.04em;
  right: -0.04em;
  top: 50%;
  transform: translateY(-50%);
  height: 0.12em;
  border-radius: 999px;
  background: #ffffff;
}

.nyt {
  color: #121212;
  font-family: "UnifrakturCook", "Old English Text MT", Georgia, serif;
  font-weight: 700;
}

.insta {
  font-family: "Montserrat", system-ui, sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
}

.insta svg {
  height: 0.82em;
  width: 0.82em;
  vertical-align: -0.1em;
  margin: 0 0.02em;
}

.insta > span {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home-disclaimer {
  max-width: 920px;
  margin: 24px auto 0;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #64748b;
}

.home-features {
  padding: 80px 0;
}

.home-featured {
  margin-top: 48px;
  display: grid;
  gap: 32px;
  align-items: center;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  padding: 26px;
}

.home-featured > p {
  margin: 14px 0 0;
  text-align: center;
  font-size: 12px;
  color: #64748b;
  line-height: 1.5;
}

.home-feature-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  background: #e8edff;
  color: #2f46ff;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 10px;
}

.home-feature-chip svg {
  width: 14px;
  height: 14px;
}

.home-featured h3 {
  margin: 16px 0 0;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.home-featured > div > p {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.6;
  color: #64748b;
}

.home-feature-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.home-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.home-feature-list li > span {
  margin-top: 2px;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: rgba(47, 70, 255, 0.1);
  color: #2f46ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 28px;
}

.home-feature-list li > span svg {
  width: 16px;
  height: 16px;
}

.home-feature-list li p {
  margin: 0;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.55;
}

.home-feature-image {
  border-radius: 14px;
  border: 1px solid #dbe3ef;
  overflow: hidden;
  background: rgba(241, 245, 249, 0.4);
  box-shadow: inset 0 0 0 1px rgba(219, 227, 239, 0.35);
}

.home-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-feature-cards {
  margin-top: 32px;
  display: grid;
  gap: 24px;
}

.home-feature-cards article {
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: #ffffff;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.home-feature-cards article:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.home-feature-cards article > span {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(47, 70, 255, 0.1);
  color: #2f46ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-feature-cards article > span svg {
  width: 20px;
  height: 20px;
}

.home-feature-cards h4 {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.35;
}

.home-feature-cards p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
}

.home-compare {
  padding: 80px 0;
}

.home-compare-shell {
  max-width: 1024px;
}

.home-compare-wrap {
  margin-top: 48px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #dbe3ef;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
}

.home-compare-wrap table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.home-compare-wrap th,
.home-compare-wrap td {
  border-bottom: 1px solid #dbe3ef;
}

.home-compare-wrap th {
  padding: 20px 16px;
}

.home-compare-wrap td {
  padding: 16px;
}

.home-compare-wrap th {
  background: rgba(241, 245, 249, 0.5);
  color: #64748b;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
    width: 60%;
}

.home-compare-wrap th:first-child,
.home-compare-wrap td:first-child {
  text-align: left;
}

.home-compare-wrap td:first-child {
  font-weight: 500;
  color: #0f172a;
}

.home-compare-wrap tbody tr:nth-child(even) {
  background: rgba(241, 245, 249, 0.3);
}

.home-table-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #0f172a;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-left: -90%;
}

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

.home-table-other {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  white-space: nowrap;
  margin-left: -80%;
}

.mark {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.mark svg {
  width: 16px;
  height: 16px;
}

.mark.yes {
  background: rgba(22, 163, 74, 0.15);
  color: #16a34a;
}

.mark.no {
  background: #e2e8f0;
  color: #64748b;
}

.mark.partial {
  background: rgba(255, 182, 39, 0.25);
  color: #111827;
}

.mark.partial > span {
  position: absolute;
  width: 20px;
  height: 1.5px;
  border-radius: 999px;
  background: #111827;
  transform: rotate(45deg);
}

.home-final {
  padding: 80px 0;
}

.home-final-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #2f46ff;
  padding: 64px 24px;
  color: #ffffff;
  text-align: center;
}

.home-final-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 60% at 50% 0%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
}

.home-final-content {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
}

.home-final-content h2 {
  margin: 0;
  font-size: clamp(34px, 4vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.home-final-content p {
  margin: 16px auto 0;
  max-width: 730px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
}

.home-final-content .home-btn-store {
  margin-top: 30px;
}

.home-compat-inverse {
  margin-top: 14px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.85);
}

.home-compat-inverse .home-compat-line {
  color: rgba(255, 255, 255, 0.88);
}

.home-compat-inverse .home-compat-current {
  color: #ffffff;
}

.home-footer {
  border-top: 1px solid #dbe3ef;
  background: rgba(241, 245, 249, 0.4);
}

.home-footer-grid {
  display: grid;
  gap: 36px;
  padding: 48px 0 24px;
}

.home-footer-brand p,
.home-footer-brand address {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #64748b;
  font-style: normal;
}

.home-footer-nav {
  display: grid;
  gap: 12px;
}

.home-footer-nav span {
  color: #111827;
  font-size: 14px;
  font-weight: 600;
}

.home-footer-nav a {
  text-decoration: none;
  font-size: 14px;
  color: #64748b;
  transition: color 180ms ease;
}

.home-footer-nav a:hover {
  color: #111827;
}

.home-footer-bottom {
  border-top: 1px solid #dbe3ef;
  padding: 16px 0 28px;
  color: #64748b;
  font-size: 12px;
}

@media (min-width: 768px) {
  .home-nav {
    display: flex;
  }

  .home-os {
    display: inline-flex;
  }

  .home-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-demo-sidebar {
    display: flex;
  }

  .home-featured {
    grid-template-columns: 1fr 1fr;
    padding: 32px;
  }

  .home-feature-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-footer-grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    align-items: start;
  }
}

@media (min-width: 640px) {
  .home-copy h1 {
    font-size: 48px;
  }

  .home-section-head h2 {
    font-size: 36px;
  }
}

@media (min-width: 1024px) {
  .home-hero-grid {
    padding-top: 40px;
    padding-bottom: 96px;
  }

  .home-copy h1 {
    font-size: 58px;
  }

  .home-feature-cards {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-feature-cards article.home-feature-card-half {
    grid-column: span 2;
  }
}

@media (max-width: 900px) {
  .home-hero-btns {
    width: 100%;
    gap: 12px;
  }

  .home-btn-download,
  .home-btn-storefront {
    min-width: 0;
    flex: 1 1 0;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 17px;
  }

  .home-btn-store {
    height: 86px;
    font-size: 17px;
  }

  .home-btn-store img {
    width: 48px;
    height: 48px;
  }

  .home-copy > p,
  .home-section-head p {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .home-hero-btns {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .home-btn-download,
  .home-btn-storefront {
    width: 100%;
    justify-content: center;
  }

  .home-logo img {
    height: 20px;
  }

  .home-header-actions .home-btn-primary {
    font-size: 12px;
    padding: 9px 12px;
  }

  .home-phrase {
    font-size: clamp(40px, 12vw, 62px);
  }

  .home-compare-wrap {
    overflow-x: auto;
  }

  .home-compare-wrap table {
    min-width: 640px;
  }

  .home-final-card {
    padding: 52px 16px;
  }
}

@media (max-width: 480px) {
  .home-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-copy h1 {
    font-size: clamp(34px, 10.2vw, 44px);
  }

  .home-btn-store {
    height: 76px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .home-btn-store img {
    width: 40px;
    height: 40px;
  }

  .home-compare-wrap {
    -webkit-overflow-scrolling: touch;
  }
}
