html[data-pp-prerender='landing'],
html[data-pp-prerender='landing'] body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #ffffff;
  color: #0f172a;
  font-family: 'Inter', 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html[data-pp-prerender='landing'] * {
  box-sizing: border-box;
}

html[data-pp-prerender='landing'] a {
  color: inherit;
  text-decoration: none;
}

html[data-pp-prerender='landing'] button {
  font: inherit;
}

html[data-pp-prerender='landing'] #app,
html[data-pp-prerender='landing'] .app-shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}

html[data-pp-prerender='landing'] .app-header-root {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 80;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 6px rgba(2, 6, 23, 0.1), 0 10px 30px rgba(2, 6, 23, 0.08);
}

html[data-pp-prerender='landing'] .app-header-root > div:first-child {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0.8rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

html[data-pp-prerender='landing'] .app-header-root nav[aria-label='Primary'] {
  display: none;
}

html[data-pp-prerender='landing'] .app-header-root [aria-controls='mobile-menu'] {
  margin-left: auto;
}

html[data-pp-prerender='landing'] .intro-section {
  width: 100%;
  margin-top: 0.5rem;
  overflow: hidden;
}

html[data-pp-prerender='landing'] .intro-container {
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 5.6rem 1rem 1.5rem;
}

html[data-pp-prerender='landing'] .intro-main {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

html[data-pp-prerender='landing'] .intro-title {
  margin: 0;
  font-family: 'DM Serif Text', 'Inter', serif;
  font-weight: 700;
  letter-spacing: -0.012em;
  line-height: 1.07;
  font-size: clamp(2rem, 7.2vw, 4.5rem);
  color: #020617;
  text-wrap: balance;
}

html[data-pp-prerender='landing'] .intro-subtitle {
  margin: 1.1rem auto 0;
  max-width: 62ch;
  color: rgba(15, 23, 42, 0.74);
  font-size: clamp(1rem, 2.4vw, 1.28rem);
  line-height: 1.56;
}

html[data-pp-prerender='landing'] .intro-actions {
  margin-top: 1.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.72rem;
  align-items: stretch;
  justify-content: center;
}

html[data-pp-prerender='landing'] .intro-actions .btn,
html[data-pp-prerender='landing'] .intro-actions .btn-primary {
  min-height: 2.75rem;
  border-radius: 999px;
  border: 1px solid #020202;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.68rem 1.55rem;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
}

html[data-pp-prerender='landing'] .intro-actions .btn-primary {
  background: #020202;
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(2, 6, 23, 0.2);
}

html[data-pp-prerender='landing'] .intro-actions .btn:not(.btn-primary) {
  background: transparent;
  color: #0f172a;
}

html[data-pp-prerender='landing'] .intro-support-copy {
  margin-top: 2rem;
}

html[data-pp-prerender='landing'] .intro-support-copy span {
  display: block;
  color: rgba(51, 65, 85, 0.9);
  font-size: clamp(0.98rem, 2vw, 1.12rem);
}

html[data-pp-prerender='landing'] .intro-feature-grid {
  margin: 1.5rem auto 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

html[data-pp-prerender='landing'] .intro-feature-card {
  border-radius: 14px;
  border: 1px solid rgba(2, 6, 23, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.72));
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  padding: 0.86rem 0.94rem;
  text-align: left;
}

html[data-pp-prerender='landing'] .intro-feature-card > div:first-child {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: #334155;
  font-size: 0.74rem;
  font-weight: 700;
}

html[data-pp-prerender='landing'] .intro-feature-card > div:last-child {
  margin-top: 0.32rem;
  color: #0f172a;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.35;
}

html[data-pp-prerender='landing'] .intro-platforms {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

html[data-pp-prerender='landing'] .intro-platforms span {
  color: rgba(51, 65, 85, 0.9);
  font-size: clamp(0.98rem, 2vw, 1.12rem);
  margin-bottom: 0.65rem;
}

html[data-pp-prerender='landing'] .intro-platforms img,
html[data-pp-prerender='landing'] .intro-platforms picture {
  width: min(100%, 780px);
  height: auto;
  display: block;
  margin: 0 auto;
}

html[data-pp-prerender='landing'] .intro-side-column {
  display: none;
}

@media (min-width: 640px) {
  html[data-pp-prerender='landing'] .intro-actions {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 768px) {
  html[data-pp-prerender='landing'] .app-header-root > div:first-child {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  html[data-pp-prerender='landing'] .intro-container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (min-width: 1024px) {
  html[data-pp-prerender='landing'] .app-header-root nav[aria-label='Primary'] {
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 1.15rem;
  }

  html[data-pp-prerender='landing'] .app-header-root [aria-controls='mobile-menu'] {
    display: none;
  }

  html[data-pp-prerender='landing'] .intro-feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
