html {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.1px;
  scroll-behavior: smooth;
}

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

body {
  margin: 0;
  background: #f8fafc;
  color: #64748b;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #64748b;
  text-decoration: underline;
}

a:hover,
a:active {
  text-decoration: none;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  padding: 16px 18px;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

tr {
  border-bottom: 1px solid #e2e8f0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  color: #1e293b;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

h1,
.h1 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.4px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.3px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.2px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.1px;
}

h1,
h2,
.h1,
.h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}

h3,
.h3 {
  margin-top: 28px;
  margin-bottom: 12px;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 24px;
  margin-bottom: 8px;
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

.text-sm {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
}

.text-xs {
  font-size: 14px;
  line-height: 22px;
}

.container,
.container-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container {
  max-width: 1236px;
}

.container-sm {
  max-width: 916px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  width: auto;
  height: auto;
  left: 8px;
  top: 8px;
  z-index: 100000;
  padding: 16px 32px;
  border-radius: 999px;
  background: #ffffff;
  color: #3d7eff !important;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.16);
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-24 {
  margin-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.has-bottom-divider {
  position: relative;
}

.has-bottom-divider:after {
  background: #e2e8f0;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-1px);
}

.button:focus-visible {
  outline: 3px solid rgba(61, 126, 255, .25);
  outline-offset: 2px;
}

.button-sm {
  height: 40px;
  padding: 0 18px;
}

.button-primary {
  background: linear-gradient(135deg, #3d7eff 0%, #67a1ff 100%);
  box-shadow: 0 18px 36px rgba(61, 126, 255, .24);
  color: #fff !important;
}

.button-primary:hover {
  box-shadow: 0 22px 44px rgba(61, 126, 255, .28);
}

.button-secondary {
  background: rgba(255, 255, 255, .72);
  border-color: rgba(61, 126, 255, .14);
  color: #1e293b !important;
}

.is-boxed {
  background: #f8fafc;
}

.body-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(103, 161, 255, .08), transparent 18%), #f8fafc;
}

main {
  flex: 1 0 auto;
}

.section {
  position: relative;
}

.section-inner {
  position: relative;
  padding-top: 56px;
  padding-bottom: 56px;
}

.section-title {
  max-width: 18ch;
}

.section-paragraph {
  max-width: 60ch;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 20px 0;
  background: rgba(248, 250, 252, .82);
  border-bottom: 1px solid rgba(226, 232, 240, .7);
  backdrop-filter: blur(18px);
}

.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.header-logo-image {
  width: auto;
  height: 40px;
  max-width: none;
}

.site-nav {
  margin-left: auto;
}

.header-links {
  display: none;
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.header-links li {
  display: inline-flex;
}

.header-links a:not(.button) {
  color: #1e293b;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding: 8px 0;
  text-decoration: none;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 32px;
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at top left, rgba(103, 161, 255, .2), transparent 38%), radial-gradient(circle at bottom right, rgba(61, 126, 255, .1), transparent 30%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 40px;
  align-items: center;
}

.eyebrow {
  margin-bottom: 18px;
  color: #265fcc;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero-title {
  max-width: 10ch;
}

.hero-paragraph {
  max-width: 60ch;
}

.hero-pills,
.tool-pills,
.profile-tags,
.app-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pill,
.tool-pills span,
.profile-tags span,
.app-chip {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(61, 126, 255, .14);
  background: rgba(255, 255, 255, .84);
  color: #1e293b;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 28px 0 32px;
}

.hero-meta {
  display: grid;
  gap: 14px;
}

.meta-card {
  display: grid;
  gap: 8px;
  padding: 18px 20px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 22px 40px rgba(15, 23, 42, .08);
}

.meta-card strong {
  color: #1e293b;
}

.hero-visual {
  position: relative;
  min-height: 620px;
}

.hero-orbit {
  position: absolute;
  z-index: 2;
  max-width: 220px;
  padding: 18px;
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(61, 126, 255, .15);
  border-radius: 24px;
  box-shadow: 0 28px 60px rgba(15, 23, 42, .12);
}

.hero-orbit strong {
  display: block;
  margin-bottom: 8px;
  color: #1e293b;
}

.hero-orbit p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.hero-orbit-left {
  top: 90px;
  left: 0;
}

.hero-orbit-right {
  right: 0;
  bottom: 110px;
}

.orbit-label,
.ui-card-label,
.panel-eyebrow,
.plan-tag,
.topbar-badge {
  display: inline-flex;
  margin-bottom: 12px;
  color: #265fcc;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.device-frame {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding: 14px;
  background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
  border: 10px solid #dce5f0;
  border-radius: 40px;
  box-shadow: 0 38px 80px rgba(15, 23, 42, .18);
}

.device-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 18px;
  background: #0b1220;
  border-radius: 0 0 16px 16px;
}

.device-screen {
  min-height: 560px;
  padding: 26px 18px 18px;
  overflow: hidden;
  border-radius: 30px;
  background: radial-gradient(circle at top right, rgba(61, 126, 255, .2), transparent 34%), linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.screen-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.topbar-status {
  color: #64748b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.screen-grid {
  display: grid;
  gap: 14px;
}

.ui-card {
  padding: 18px;
  background: rgba(255, 255, 255, .9);
  border: 1px solid rgba(61, 126, 255, .12);
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.ui-card-title {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 30px;
}

.chat-bubbles,
.reply-list,
.model-list {
  display: grid;
  gap: 10px;
}

.bubble {
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 14px;
  line-height: 22px;
}

.bubble-user {
  background: #e8f0ff;
  color: #1e293b;
}

.bubble-ai {
  background: #0f172a;
  color: #fff;
}

.reply-list,
.model-list {
  margin-bottom: 0;
}

.reply-list li,
.model-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  background: #f8fbff;
  border: 1px solid #d8e4ff;
  border-radius: 16px;
  color: #1e293b;
  font-size: 14px;
  line-height: 22px;
}

.model-list strong {
  color: #265fcc;
}

.section-header,
.pricing-header {
  max-width: 760px;
  margin: 0 auto 40px;
}

.features-wrap,
.model-showcase,
.use-case-grid {
  display: grid;
  gap: 20px;
}

.feature,
.story-card,
.model-card,
.use-case,
.capability-panel,
.pricing-comparison,
.faq-item,
.app-support {
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(61, 126, 255, .12);
  border-radius: 28px;
  box-shadow: 0 20px 48px rgba(15, 23, 42, .07);
}

.feature {
  width: auto;
  max-width: none;
  padding: 0;
}

.feature-inner,
.story-card,
.model-card,
.use-case {
  height: 100%;
  padding: 28px;
}

.feature-badge {
  color: rgba(61, 126, 255, .9);
  font-family: "Space Grotesk", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.capability-layout,
.split-grid,
.app-support {
  display: grid;
  gap: 24px;
}

.section-surface {
  background: linear-gradient(180deg, rgba(103, 161, 255, .08), rgba(255, 255, 255, .7));
}

.section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, .8), rgba(103, 161, 255, .06));
}

.check-list {
  display: grid;
  gap: 14px;
  margin-bottom: 0;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #1e293b;
  font-size: 16px;
  line-height: 26px;
}

.check-list li:before {
  content: "•";
  display: inline-flex;
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 2px;
  justify-content: center;
  line-height: 22px;
  color: #fff;
  border-radius: 999px;
  background: linear-gradient(135deg, #3d7eff, #67a1ff);
}

.panel-header {
  padding: 28px 28px 18px;
  border-bottom: 1px solid #e2e8f0;
}

.panel-header strong {
  display: block;
  color: #1e293b;
}

.panel-grid {
  display: grid;
}

.panel-item {
  display: grid;
  gap: 6px;
  padding: 18px 28px;
  border-top: 1px solid rgba(226, 232, 240, .8);
}

.panel-item strong {
  color: #1e293b;
}

.app-support {
  align-items: start;
  margin-top: 36px;
  padding: 28px;
}

.support-copy {
  max-width: 600px;
}

.pricing-tables-wrap {
  display: grid;
  gap: 20px;
  margin: 0 0 28px;
}

.pricing-table {
  width: auto;
  max-width: none;
  padding: 0;
}

.pricing-table:before {
  display: none;
}

.pricing-table-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  padding: 28px;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(61, 126, 255, .12);
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(15, 23, 42, .08);
}

.pricing-table-featured .pricing-table-inner {
  border-color: rgba(61, 126, 255, .32);
  box-shadow: 0 28px 56px rgba(61, 126, 255, .18);
}

.pricing-table-main {
  width: 100%;
}

.pricing-table-header,
.pricing-table-features li {
  border-bottom: 1px solid rgba(226, 232, 240, .9);
}

.pricing-table-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: #1e293b;
}

.pricing-table-price-amount {
  margin: 0;
}

.pricing-table-features {
  margin-bottom: 0;
}

.pricing-table-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
}

.pricing-table-features li:before {
  content: "✓";
  display: inline-flex;
  flex: none;
  width: 20px;
  height: 20px;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #3d7eff, #67a1ff);
}

.pricing-comparison {
  overflow-x: auto;
  padding: 28px;
}

.pricing-comparison table {
  min-width: 640px;
}

.pricing-comparison th {
  color: #1e293b;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  padding: 0;
}

.faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 24px 28px;
  color: #1e293b;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

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

.faq-item summary:after {
  content: "+";
  position: absolute;
  top: 24px;
  right: 28px;
  color: #3d7eff;
}

.faq-item[open] summary:after {
  content: "−";
}

.faq-item p {
  margin: 0;
  padding: 0 28px 24px;
}

.cta {
  text-align: left;
}

.cta-inner {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 24px;
  align-items: center;
  padding: 32px 24px;
  background: linear-gradient(135deg, #eef4ff 0%, #f8fbff 100%);
  border: 1px solid rgba(61, 126, 255, .12);
  border-radius: 32px;
  box-shadow: 0 26px 60px rgba(15, 23, 42, .08);
}

.cta-inner:before {
  content: "";
  position: absolute;
  right: -40px;
  top: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(103, 161, 255, .28), transparent 68%);
}

.cta-inner > * {
  position: relative;
}

.cta-copy {
  max-width: 640px;
}

.cta-cta {
  display: grid;
  gap: 16px;
  justify-items: start;
}

.download-placeholder {
  margin-bottom: 0;
  color: #265fcc;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}

.site-footer {
  margin-top: 24px;
  border-top: 1px solid rgba(226, 232, 240, .8);
  font-size: 13px;
  line-height: 20px;
}

.site-footer a {
  color: #1e293b;
  text-decoration: none;
}

.site-footer-inner {
  position: relative;
  display: grid;
  gap: 18px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  margin-bottom: 0;
}

.footer-links span,
.footer-links a,
.footer-copyright {
  color: #64748b;
}

@media (max-width: 640px) {
  .button-wide-mobile {
    width: 100%;
    max-width: 320px;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 90px;
  }

  .hero-orbit {
    position: relative;
    max-width: none;
  }

  .hero-orbit-left,
  .hero-orbit-right {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

@media (min-width: 641px) {
  html {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.1px;
  }

  h1,
  .h1 {
    font-size: 52px;
    line-height: 60px;
    letter-spacing: -0.6px;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.4px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.3px;
  }

  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.2px;
  }

  .container,
  .container-sm {
    padding-left: 28px;
    padding-right: 28px;
  }

  .header-links {
    display: inline-flex;
  }

  .header-logo-image {
    height: 48px;
  }

  .hero {
    padding: 74px 0 42px;
  }

  .hero-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr);
    gap: 56px;
  }

  .hero-copy {
    padding-right: 24px;
  }

  .section-inner {
    padding-top: 88px;
    padding-bottom: 88px;
  }

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

  .model-showcase,
  .use-case-grid,
  .capability-layout,
  .split-grid,
  .app-support {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-tables-wrap {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .cta-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 40px 36px;
  }

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

  .footer-copyright {
    grid-column: 1 / -1;
  }
}
