@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("_vinext_fonts/geist-8ac0455e797f/geist-98bbbccb.woff2") format("woff2");
}

@font-face {
  font-family: "Geist Mono";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("_vinext_fonts/geist-mono-00e989178794/geist-mono-013b2f2f.woff2") format("woff2");
}

:root {
  --font-geist-sans: "Geist", Arial, sans-serif;
  --font-geist-mono: "Geist Mono", monospace;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

.site-header {
  background: #0d1510f5;
  grid-template-columns: 1fr auto 1fr;
}

.footer-contact {
  justify-self: end;
}

::selection {
  color: #071113;
  background: var(--lime);
}

:focus-visible {
  outline: 2px solid var(--lime);
  outline-offset: 4px;
}

.site-header nav a,
.header-cta,
.footer-links a {
  transition: color 160ms ease;
}

.hero-copy {
  animation: rise-in 680ms cubic-bezier(.2, .8, .2, 1) both;
}

.hero-product {
  aspect-ratio: 3 / 2;
  animation: rise-in 780ms 80ms cubic-bezier(.2, .8, .2, 1) both;
}

.hero-product img {
  width: 190%;
  max-width: none;
  transform: none;
}

.section,
.workspace-section,
.usage-section,
.trust-section,
.final-cta {
  scroll-margin-top: 70px;
}

.flow {
  grid-template-columns: 1fr 48px 1fr 48px 1fr;
}

.flow-line {
  writing-mode: horizontal-tb;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  display: flex;
}

.flow-line i {
  display: none;
}

.flow-line b {
  transform: none;
}

.button-primary:hover {
  background: #67e8f9;
}

.check {
  color: var(--lime);
  font-family: var(--font-geist-mono);
}

.usage-section {
  background:
    linear-gradient(90deg, transparent 49.95%, var(--line) 50%, transparent 50.05%),
    var(--paper-deep);
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: 8vw;
  display: grid;
}

.usage-copy h2 {
  max-width: 650px;
  letter-spacing: -.05em;
  margin: 28px 0;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 660;
  line-height: .98;
}

.usage-copy > p {
  color: #4f5c53;
  max-width: 580px;
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.usage-points {
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 36px 0;
  background: var(--line);
  border: 1px solid var(--line);
  display: grid;
}

.usage-points span {
  background: var(--paper-deep);
  padding: 16px 17px;
  font-size: 13px;
}

.usage-copy .privacy-note {
  color: #657068;
  font-family: var(--font-geist-mono);
  font-size: 12px;
}

.privacy-note span {
  color: var(--green);
  margin-right: 7px;
}

.search-section {
  background:
    linear-gradient(90deg, transparent 49.95%, var(--line) 50%, transparent 50.05%),
    var(--paper-deep);
}

.topic-grid {
  background: var(--line);
  border: 1px solid var(--line);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 70px;
  display: grid;
}

.topic-card {
  color: var(--ink);
  background: var(--paper-deep);
  min-height: 310px;
  padding: 28px;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
  display: flex;
  flex-direction: column;
}

.topic-card:hover {
  background: #d8f7f5;
  transform: translateY(-2px);
}

.topic-number {
  color: #0891a8;
  font-family: var(--font-geist-mono);
  font-size: 12px;
  letter-spacing: .08em;
}

.topic-card h3 {
  letter-spacing: -.035em;
  margin: 36px 0 16px;
  font-size: clamp(25px, 2.2vw, 34px);
  font-weight: 560;
  line-height: 1.05;
}

.topic-card p {
  color: #536058;
  margin: 0 0 34px;
  font-size: 15px;
  line-height: 1.55;
}

.topic-card strong {
  font-family: var(--font-geist-mono);
  font-size: 12px;
  font-weight: 620;
  margin-top: auto;
}

.faq-layout {
  border-top: 1px solid var(--line);
  grid-template-columns: .75fr 1.25fr;
  gap: 8vw;
  margin-top: 92px;
  padding-top: 76px;
  display: grid;
}

.faq-intro h2 {
  letter-spacing: -.05em;
  margin: 28px 0 22px;
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 660;
  line-height: .98;
}

.faq-intro > p {
  color: #536058;
  max-width: 470px;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}

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

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

.faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 24px 48px 24px 0;
  font-size: 20px;
  font-weight: 560;
  line-height: 1.3;
  position: relative;
}

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

.faq-list summary::after {
  content: "+";
  color: #0891a8;
  font-family: var(--font-geist-mono);
  font-size: 22px;
  font-weight: 450;
  position: absolute;
  top: 22px;
  right: 2px;
}

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

.faq-list p {
  color: #536058;
  max-width: 720px;
  margin: -3px 48px 24px 0;
  font-size: 15px;
  line-height: 1.65;
}

.stats-console {
  color: #e8efea;
  background: #0d1719;
  border: 1px solid #22d3ee4d;
  padding: 20px;
  box-shadow: 0 36px 80px #11181430;
}

.stats-topline,
.chart-head {
  color: #9cb0b1;
  font-family: var(--font-geist-mono);
  letter-spacing: .08em;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  display: flex;
}

.stats-topline {
  border-bottom: 1px solid #ffffff1c;
  padding: 0 4px 17px;
}

.stat-cards {
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 15px 0 12px;
  display: grid;
}

.stat-cards > div,
.chart-card,
.ranking-card {
  background: #142326;
  border: 1px solid #ffffff17;
}

.stat-cards > div {
  padding: 21px;
  display: grid;
}

.stat-cards small {
  color: #829597;
  font-family: var(--font-geist-mono);
  letter-spacing: .08em;
  font-size: 10px;
}

.stat-cards strong {
  margin: 8px 0 4px;
  font-family: var(--font-geist-mono);
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 580;
}

.stat-cards span {
  color: #6fcfd6;
  font-size: 12px;
}

.chart-card {
  padding: 19px 20px 16px;
}

.bar-chart {
  height: 178px;
  border-bottom: 1px solid #ffffff24;
  align-items: end;
  gap: 10px;
  margin-top: 20px;
  padding: 0 7px;
  display: flex;
}

.bar-chart i {
  height: var(--h);
  background: linear-gradient(to top, #1496a3, var(--lime));
  flex: 1;
  min-width: 10px;
  display: block;
}

.ranking-card {
  gap: 15px;
  margin-top: 12px;
  padding: 18px 20px;
  display: grid;
}

.ranking-card > div {
  grid-template-columns: 140px 1fr 48px;
  align-items: center;
  gap: 12px;
  display: grid;
}

.ranking-card span,
.ranking-card small {
  color: #a5b4b5;
  font-family: var(--font-geist-mono);
  font-size: 11px;
}

.ranking-card b {
  width: var(--w);
  height: 7px;
  background: var(--purple);
  display: block;
}

.ranking-card small {
  text-align: right;
}

.trust-section {
  color: #eef2ec;
  background:
    radial-gradient(circle at 85% 30%, #22d3ee1a, transparent 27%),
    #111914;
}

.trust-layout {
  grid-template-columns: 1.2fr .8fr;
  align-items: start;
  gap: 6vw;
  display: grid;
}

.trust-grid {
  border-top: 1px solid var(--dark-line);
  border-left: 1px solid var(--dark-line);
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.trust-grid article {
  min-height: 270px;
  border-right: 1px solid var(--dark-line);
  border-bottom: 1px solid var(--dark-line);
  padding: 27px;
}

.trust-number {
  color: var(--lime);
  font-family: var(--font-geist-mono);
  font-size: 12px;
}

.trust-grid h3 {
  margin: 42px 0 12px;
  font-size: 22px;
}

.trust-grid p {
  color: #aeb8b0;
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.mobile-frame {
  max-width: 390px;
  margin: 0 auto;
  background: #081113;
  border: 1px solid #22d3ee4d;
  overflow: hidden;
  box-shadow: 0 35px 90px #00000066;
}

.mobile-frame-label {
  height: 46px;
  color: #92a7a9;
  font-family: var(--font-geist-mono);
  letter-spacing: .07em;
  border-bottom: 1px solid #22d3ee30;
  align-items: center;
  gap: 9px;
  padding: 0 14px;
  font-size: 10px;
  display: flex;
}

.mobile-frame img {
  width: 100%;
  max-height: 690px;
  object-fit: cover;
  object-position: top;
}

.cta-actions {
  justify-content: center;
  gap: 12px;
  display: flex;
}

.button-ink {
  color: var(--ink);
  border-color: var(--ink);
}

.button-ink:hover {
  color: var(--paper);
  background: var(--ink);
}

.footer-links {
  justify-self: end;
  gap: 24px;
  display: flex;
}

@keyframes rise-in {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (min-width: 1051px) {
  html,
  body {
    height: auto;
    overflow: visible;
    overflow-x: hidden;
  }

  main {
    display: block;
    height: auto;
    overflow: visible;
  }

  .hero {
    min-height: 880px;
    padding: 132px 5vw 72px;
  }

  .final-cta {
    min-height: 520px;
    padding: 80px 5vw;
  }

  footer {
    min-height: 108px;
  }
}

@media (max-width: 1100px) and (min-width: 761px) {
  .site-header nav {
    gap: 18px;
    font-size: 12px;
  }

  .header-cta {
    font-size: 12px;
  }

  .usage-section {
    gap: 5vw;
  }

  .trust-layout {
    grid-template-columns: 1fr .55fr;
  }

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

  .trust-grid article {
    min-height: 210px;
  }

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

  .topic-card {
    min-height: 250px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 1180px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .hero-copy {
    max-width: 780px;
  }

  .hero-product {
    width: 100%;
    aspect-ratio: 2 / 1;
  }

  .hero-product img {
    width: 135%;
    max-width: none;
    transform: translateX(-3%);
  }

  .workspace-section {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .workspace-copy {
    max-width: 720px;
  }

  .product-shots {
    width: 100%;
    min-height: 650px;
  }

  .product-shot-main {
    inset: 0 7% auto 0;
  }

  .product-shot-detail {
    width: 36%;
    right: 0;
  }
}

@media (max-width: 760px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .workspace-section {
    grid-template-columns: minmax(0, 1fr);
    min-width: 0;
  }

  .workspace-copy {
    min-width: 0;
  }

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

  .flow-line {
    display: none;
  }

  .hero-product figcaption {
    position: absolute;
    right: 10px;
    bottom: 10px;
    border-width: 1px;
  }

  .hero-product {
    width: calc(100% + 40px);
    margin-inline: -20px;
    aspect-ratio: 4 / 3;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .hero-product::-webkit-scrollbar,
  .product-shot-main::-webkit-scrollbar {
    display: none;
  }

  .hero-product img {
    width: 780px;
    max-width: none;
    transform: none;
  }

  .usage-section {
    background: var(--paper-deep);
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .usage-points {
    grid-template-columns: 1fr;
  }

  .stats-console {
    margin: 0 -8px;
    padding: 12px;
  }

  .stat-cards > div {
    padding: 16px;
  }

  .bar-chart {
    height: 135px;
  }

  .ranking-card > div {
    grid-template-columns: 100px 1fr 38px;
    gap: 8px;
  }

  .trust-layout,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .product-shots {
    width: calc(100% + 40px);
    min-width: 0;
    margin-inline: -20px;
    min-height: 0;
  }

  .product-shot-main {
    position: static;
    inset: auto;
    width: 100%;
    max-width: 100%;
    border-inline: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
  }

  .product-shot-main img {
    width: 780px;
    max-width: none;
  }

  .product-shot-main .shot-bar span:last-child {
    display: none;
  }

  .shot-bar {
    font-size: 8px;
  }

  .trust-layout {
    gap: 48px;
  }

  .trust-grid article {
    min-height: 220px;
  }

  .mobile-frame {
    max-width: 330px;
  }

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

  .topic-grid {
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .topic-card {
    min-height: 230px;
    padding: 24px;
  }

  .topic-card h3 {
    margin-top: 28px;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 42px;
    margin-top: 68px;
    padding-top: 58px;
  }

  .faq-list summary {
    padding-block: 20px;
    font-size: 17px;
  }

  .faq-list summary::after {
    top: 18px;
  }

  .faq-list p {
    margin-right: 0;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .footer-links {
    grid-area: 1 / 2;
    gap: 12px;
    font-size: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy,
  .hero-product {
    animation: none;
  }
}
