@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #f5f5f7;
  background: #141416;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: #E6851A;
  text-decoration: none;
  transition: color 0.15s ease;
}
a:hover {
  color: #f09530;
}

code {
  font-family: "SF Mono", ui-monospace, Menlo, Monaco, Consolas, monospace;
  font-size: 0.9em;
  background: rgba(255, 255, 255, 0.06);
  padding: 0.15em 0.4em;
  border-radius: 4px;
}

h1, h2, h3 {
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5em;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.25rem, 5vw, 3.25rem);
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2.25rem);
}

h3 {
  font-size: 1.125rem;
}

p {
  margin: 0 0 1em;
}

ul, ol {
  margin: 0 0 1em;
  padding-left: 1.25em;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.narrow {
  max-width: 720px;
}

.container-wide {
  max-width: 1320px;
}

body.lightbox-open {
  overflow: hidden;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(20, 20, 22, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  gap: 1rem;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  color: #f5f5f7;
  font-weight: 600;
  font-size: 1.05rem;
}
.logo:hover {
  color: #f5f5f7;
}
.logo img {
  border-radius: 8px;
}

.site-nav {
  display: flex;
  gap: 1.5rem;
}
.site-nav a {
  color: #a1a1a6;
  font-size: 0.9rem;
  font-weight: 500;
}
.site-nav a:hover {
  color: #f5f5f7;
}

@media (max-width: 640px) {
  .site-nav {
    display: none;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.1s ease, opacity 0.15s ease;
  text-decoration: none;
  line-height: 1.2;
}

.btn-primary {
  background: #E6851A;
  color: #fff;
}
.btn-primary:hover {
  background: #C46E0E;
  color: #fff;
}
.btn-primary:active {
  transform: scale(0.98);
}

.btn-secondary {
  background: transparent;
  color: #f5f5f7;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #f5f5f7;
  border-color: rgba(255, 255, 255, 0.15);
}

.btn-disabled {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-version {
  font-weight: 500;
  opacity: 0.85;
  font-size: 0.875rem;
}

.hero {
  padding: 3.5rem 0 0;
  background: radial-gradient(ellipse 90% 55% at 50% -15%, rgba(230, 133, 26, 0.14), transparent), #141416;
}

.hero-stacked .hero-inner {
  max-width: 1320px;
}

.hero-stacked .hero-copy {
  text-align: center;
  max-width: 42rem;
  margin: 0 auto 2.5rem;
}

.hero-stacked .hero-subhead {
  margin-left: auto;
  margin-right: auto;
}

.hero-stacked .hero-cta {
  justify-content: center;
}

.hero-stacked .hero-chips {
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto 2rem;
  padding: 0 1rem;
}

@media (max-width: 900px) {
  .hero-stacked .hero-chips {
    flex-wrap: wrap;
  }
}
@media (max-width: 720px) {
  .hero-stacked .hero-chips .chip {
    font-size: 0.75rem;
    padding: 0.35rem 0.625rem;
  }
}
.hero-stacked .hero-visual {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
.hero-device,
.showcase-frame {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  background: transparent;
  cursor: zoom-in;
  text-align: left;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.04), 0 12px 24px rgba(0, 0, 0, 0.28), 0 40px 80px rgba(0, 0, 0, 0.35);
  transition: transform 0.35s cubic-bezier(0.25, 0.1, 0.25, 1), box-shadow 0.35s ease;
}
.hero-device:hover,
.showcase-frame:hover {
  transform: translateY(-4px) scale(1.005);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.05), 0 20px 40px rgba(0, 0, 0, 0.32), 0 48px 96px rgba(0, 0, 0, 0.4);
}
.hero-device:focus-visible,
.showcase-frame:focus-visible {
  outline: 2px solid #E6851A;
  outline-offset: 4px;
}

.hero-screenshot,
.showcase-image {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.eyebrow {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #E6851A;
  margin: 0 0 0.75rem;
}

.hero-subhead {
  font-size: 1.25rem;
  color: #a1a1a6;
  max-width: 32rem;
  margin-bottom: 1.75rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #E6851A;
  background: rgba(230, 133, 26, 0.24);
  border-radius: 999px;
}

.chip-icon {
  font-size: 0.75rem;
}

.showcase {
  padding: 2rem 0 5rem;
  background: #141416;
}

.showcase-inner {
  max-width: 1320px;
}

.showcase-header {
  text-align: center;
  margin-bottom: 2rem;
}
.showcase-header h2 {
  margin-bottom: 0.5rem;
}

.showcase-lead {
  margin: 0 auto;
  max-width: 28rem;
}

.showcase-stage {
  position: relative;
  margin: 0 auto;
}

.showcase-expand {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background: rgba(20, 20, 22, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #f5f5f7;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}
.showcase-expand:hover {
  background: rgba(40, 40, 44, 0.9);
  transform: scale(1.05);
}
.showcase-expand:focus-visible {
  outline: 2px solid #E6851A;
  outline-offset: 2px;
}

.showcase-caption {
  text-align: center;
  font-size: 0.9375rem;
  color: #6e6e73;
  margin: 1.25rem 0 1.5rem;
  min-height: 1.5em;
}

.showcase-tabs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.375rem;
  padding: 0.25rem 0;
  margin: 0 auto;
  max-width: 1320px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.showcase-tabs::-webkit-scrollbar {
  display: none;
}

.showcase-tab {
  flex-shrink: 0;
  padding: 0.5rem 0.875rem;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #a1a1a6;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.showcase-tab:hover:not(.is-active) {
  color: #f5f5f7;
  background: rgba(255, 255, 255, 0.05);
}
.showcase-tab.is-active {
  color: #f5f5f7;
  background: rgba(255, 255, 255, 0.06);
  border-color: #E6851A;
  box-shadow: none;
}
.showcase-tab.is-active:hover {
  color: #f5f5f7;
  background: rgba(255, 255, 255, 0.06);
  border-color: #E6851A;
}
.showcase-tab:focus-visible {
  outline: 2px solid #E6851A;
  outline-offset: 2px;
}

.demo-video {
  padding: 1rem 0 3rem;
  background: #141416;
}

.demo-video-inner {
  max-width: 1320px;
}

.demo-video-header {
  text-align: center;
  margin-bottom: 2rem;
}
.demo-video-header h2 {
  margin-bottom: 0.5rem;
}

.demo-video-lead {
  margin: 0 auto;
  max-width: 32rem;
}

.demo-video-frame {
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.04), 0 12px 24px rgba(0, 0, 0, 0.28), 0 40px 80px rgba(0, 0, 0, 0.35);
}

.demo-video-player {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
  background: #000;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.lightbox[hidden] {
  display: none;
}

.lightbox-image {
  max-width: min(96vw, 1600px);
  max-height: 90vh;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}

.lightbox-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #f5f5f7;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease;
}
.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.workflow-fit {
  padding: 5rem 0;
  background: #1c1c1f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pipeline-steps {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
}

.pipe-arrow {
  color: #6e6e73;
  font-size: 1.25rem;
  font-weight: 300;
}

.pipeline-steps li:not(.pipe-arrow) {
  padding: 1rem 1.25rem;
  background: #222226;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  min-width: 140px;
}

.pipe-highlight {
  border-color: rgba(230, 133, 26, 0.35) !important;
  background: rgba(230, 133, 26, 0.08) !important;
}

.pipe-label {
  display: block;
  font-weight: 700;
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}

.pipe-desc {
  display: block;
  font-size: 0.8125rem;
  color: #6e6e73;
}

.credibility {
  padding: 4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.credibility p {
  font-size: 1.125rem;
  color: #a1a1a6;
  line-height: 1.65;
  margin: 0;
}

.proof-section {
  padding: 5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.wire-metadata {
  background: #141416;
}

.gemini-byok {
  background: linear-gradient(180deg, rgba(230, 133, 26, 0.04) 0%, #141416 100%);
}

.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.proof-grid-reverse .proof-copy {
  order: 2;
}
.proof-grid-reverse .proof-figure {
  order: 1;
}

.proof-copy h2 {
  margin-bottom: 0.75rem;
}

.proof-lead {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.proof-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.proof-list li {
  padding-left: 1rem;
  border-left: 2px solid rgba(230, 133, 26, 0.45);
  color: #a1a1a6;
  font-size: 0.9375rem;
  line-height: 1.6;
}
.proof-list li strong {
  display: block;
  color: #f5f5f7;
  margin-bottom: 0.2rem;
}

.proof-figure {
  margin: 0;
}

.proof-figures {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.proof-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.proof-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.75rem;
}

.proof-stat {
  flex: 1;
  min-width: 10rem;
  padding: 1rem 1.25rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
}
.proof-stat strong {
  display: block;
  font-size: 1.625rem;
  font-weight: 700;
  color: #E6851A;
  line-height: 1.2;
  margin-bottom: 0.35rem;
}
.proof-stat span {
  display: block;
  font-size: 0.8125rem;
  color: #6e6e73;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .proof-grid,
  .proof-grid-reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .proof-grid .proof-copy,
  .proof-grid .proof-figure,
  .proof-grid-reverse .proof-copy,
  .proof-grid-reverse .proof-figure {
    order: unset;
  }
}
.workflow {
  padding: 5rem 0;
  background: #141416;
}

.workflow-header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.workflow-header h2 {
  margin-bottom: 0.5rem;
}

.workflow-lead {
  margin: 0 auto;
  max-width: 32rem;
}

.workflow-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  position: relative;
}

.workflow-step {
  position: relative;
  min-width: 0;
}
.workflow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2.75rem;
  left: calc(100% + 0.125rem);
  width: 1rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(230, 133, 26, 0.5), rgba(230, 133, 26, 0.15));
  pointer-events: none;
}

.workflow-step-card {
  height: 100%;
  padding: 1.75rem 1.5rem 1.5rem;
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.workflow-step-card:hover {
  border-color: rgba(230, 133, 26, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
}
.workflow-step-card h3 {
  font-size: 1.125rem;
  margin: 1rem 0 0.5rem;
  color: #f5f5f7;
}
.workflow-step-card p {
  color: #a1a1a6;
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.6;
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  font-size: 1rem;
  color: #E6851A;
  background: rgba(230, 133, 26, 0.24);
  border: 1px solid rgba(230, 133, 26, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(230, 133, 26, 0.15);
}

@media (max-width: 900px) {
  .workflow-steps {
    grid-template-columns: 1fr;
    max-width: 28rem;
    margin: 0 auto;
  }
  .workflow-step:not(:last-child)::after {
    display: none;
  }
}
.faq {
  padding: 5rem 0;
  background: #1c1c1f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.faq-list {
  margin-top: 1.5rem;
}

.faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 0.25rem 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 1rem;
  padding: 1rem 0;
  color: #f5f5f7;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  float: right;
  color: #E6851A;
  font-weight: 400;
}
.faq-item[open] summary::after {
  content: "−";
}
.faq-item p,
.faq-item .faq-answer {
  color: #a1a1a6;
  font-size: 0.9375rem;
  margin: 0 0 1rem;
  line-height: 1.6;
}
.faq-item p a,
.faq-item .faq-answer a {
  color: #E6851A;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.faq-item p a:hover,
.faq-item .faq-answer a:hover {
  color: #f09530;
}
.faq-item p p,
.faq-item .faq-answer p {
  margin: 0 0 1rem;
}
.faq-item p p:last-child,
.faq-item .faq-answer p:last-child {
  margin-bottom: 0;
}

.content-figure {
  margin: 2rem 0;
}
.content-figure img {
  width: 100%;
  border-radius: 14px;
  border: none;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28), 0 32px 64px rgba(0, 0, 0, 0.32);
  cursor: zoom-in;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content-figure img:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.32), 0 40px 80px rgba(0, 0, 0, 0.38);
}
.content-figure figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: #6e6e73;
  text-align: center;
}

.page-hero .btn {
  margin-top: 1.5rem;
}

.mock-window {
  background: #1c1c1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.mock-titlebar {
  display: flex;
  gap: 6px;
  padding: 12px 14px;
  background: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.mock-dot:first-child {
  background: #ff5f57;
}
.mock-dot:nth-child(2) {
  background: #febc2e;
}
.mock-dot:nth-child(3) {
  background: #28c840;
}

.mock-body {
  display: flex;
  min-height: 280px;
}

.mock-sidebar {
  width: 28%;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.mock-content {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mock-image {
  flex: 1;
  min-height: 140px;
  background: linear-gradient(135deg, #2a2a30 0%, #1a1a1e 100%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mock-caption {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mock-line {
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
}
.mock-line.accent {
  background: rgba(230, 133, 26, 0.5);
}
.mock-line.short {
  width: 60%;
}
.mock-line.medium {
  width: 75%;
}
.mock-line.wide {
  width: 100%;
}

.features {
  padding: 5rem 0;
  background: #1c1c1f;
}

.section-lead {
  font-size: 1.125rem;
  color: #a1a1a6;
  max-width: 42rem;
  margin-bottom: 2.5rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

@media (max-width: 900px) {
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }
}
.feature-card {
  padding: 1.5rem;
  background: #222226;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.feature-card:hover {
  background: #2a2a2f;
  border-color: rgba(230, 133, 26, 0.35);
}
.feature-card h3 {
  color: #f5f5f7;
  margin-bottom: 0.5rem;
}
.feature-card p {
  font-size: 0.9375rem;
  color: #a1a1a6;
  margin: 0;
  line-height: 1.55;
}

.requirements {
  padding: 5rem 0;
  background: #1c1c1f;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.requirements-lead {
  text-align: left;
  margin: 0 0 1.5rem;
  max-width: 40rem;
}

.req-list {
  font-size: 1.0625rem;
  margin-bottom: 1.5rem;
}
.req-list li {
  margin-bottom: 0.5rem;
  color: #a1a1a6;
}
.req-list li strong {
  color: #f5f5f7;
}

.privacy-note {
  font-size: 0.9375rem;
  color: #6e6e73;
  max-width: 36rem;
}

.waitlist-page {
  padding: 3rem 0 5rem;
}

.waitlist-page-inner {
  max-width: 28rem;
}

.beta-feedback-inner {
  max-width: 32rem;
}

.beta-badge {
  display: inline-block;
  margin: 0 0 0.75rem;
  padding: 0.25rem 0.625rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #E6851A;
  background: rgba(230, 133, 26, 0.24);
  border: 1px solid rgba(230, 133, 26, 0.25);
  border-radius: 999px;
}

.beta-callout {
  margin-bottom: 1.25rem;
  padding: 1rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #a1a1a6;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.beta-callout-tips {
  background: rgba(255, 255, 255, 0.02);
}

.beta-callout-title {
  margin: 0 0 0.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #f5f5f7;
}

.beta-tips-list {
  margin: 0;
  padding-left: 1.125rem;
}
.beta-tips-list li + li {
  margin-top: 0.35rem;
}

.waitlist-field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (max-width: 540px) {
  .waitlist-field-row {
    grid-template-columns: 1fr;
  }
}

.waitlist-page h1 {
  margin-bottom: 0.5rem;
}

.waitlist-lead {
  margin-bottom: 2rem;
}

.waitlist-form-card {
  padding: 1.75rem;
  background: #1c1c1f;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.waitlist-footnote {
  margin-top: 1.25rem;
  font-size: 0.8125rem;
  color: #6e6e73;
  text-align: center;
}

.waitlist-notice {
  font-size: 0.8125rem;
  color: #6e6e73;
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: rgba(230, 133, 26, 0.08);
  border-radius: 8px;
  border: 1px solid rgba(230, 133, 26, 0.2);
}

.waitlist-privacy-link {
  display: inline;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: #E6851A;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
}
.waitlist-privacy-link:hover {
  color: #f09530;
}

.waitlist-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.waitlist-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #a1a1a6;
}
.waitlist-field .req {
  color: #E6851A;
}
.waitlist-field input,
.waitlist-field select,
.waitlist-field textarea {
  font: inherit;
  font-weight: 400;
  padding: 0.625rem 0.75rem;
  color: #f5f5f7;
  background: #222226;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.waitlist-field input:focus,
.waitlist-field select:focus,
.waitlist-field textarea:focus {
  outline: none;
  border-color: rgba(230, 133, 26, 0.35);
  box-shadow: 0 0 0 3px rgba(230, 133, 26, 0.15);
}
.waitlist-field input::placeholder,
.waitlist-field select::placeholder,
.waitlist-field textarea::placeholder {
  color: #6e6e73;
}
.waitlist-field textarea {
  resize: vertical;
  min-height: 5.5rem;
  line-height: 1.45;
}
.waitlist-field select {
  cursor: pointer;
}
.waitlist-field.is-invalid input,
.waitlist-field.is-invalid select,
.waitlist-field.is-invalid textarea {
  border-color: #ff6b6b;
  box-shadow: 0 0 0 3px rgba(255, 107, 107, 0.12);
}

.waitlist-field-error {
  margin: 0;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ff6b6b;
}

.waitlist-field-error-check {
  display: block;
  margin-top: -0.5rem;
}

.waitlist-section-label {
  margin: 0.25rem 0 0;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6e6e73;
}

.waitlist-check {
  display: flex;
  gap: 0.625rem;
  align-items: flex-start;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #a1a1a6;
  line-height: 1.45;
  cursor: pointer;
}
.waitlist-check input {
  flex-shrink: 0;
  margin-top: 0.2rem;
  accent-color: #E6851A;
}
.waitlist-check a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.waitlist-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.waitlist-submit {
  width: 100%;
  margin-top: 0.25rem;
}
.waitlist-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.waitlist-error {
  margin: 0;
  font-size: 0.875rem;
  color: #ff6b6b;
}

.waitlist-error-summary {
  padding: 0.75rem 1rem;
  font-weight: 500;
  line-height: 1.45;
  background: rgba(255, 107, 107, 0.08);
  border: 1px solid rgba(255, 107, 107, 0.35);
  border-radius: 8px;
}

.waitlist-frame {
  position: absolute;
  width: 0;
  height: 0;
  border: 0;
  visibility: hidden;
}

.waitlist-success-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 700;
  color: #E6851A;
  background: rgba(230, 133, 26, 0.24);
  border: 1px solid rgba(230, 133, 26, 0.35);
  border-radius: 50%;
}

.thank-you-hero {
  padding: 5rem 0 6rem;
  text-align: center;
}

.thank-you-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thank-you-icon {
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
}

.thank-you-lead {
  margin: 0 auto 1rem;
  max-width: 28rem;
}

.thank-you-sub {
  margin: 0 auto 2rem;
  max-width: 28rem;
  font-size: 0.9375rem;
  color: #6e6e73;
  line-height: 1.5;
}
.thank-you-sub a {
  color: #E6851A;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cta-band {
  padding: 4rem 0;
  background: radial-gradient(ellipse 60% 80% at 50% 100%, rgba(230, 133, 26, 0.1), transparent), #141416;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-band-inner {
  text-align: center;
}
.cta-band-inner h2 {
  margin-bottom: 1.5rem;
}

.page-hero {
  padding: 4rem 0 2rem;
}

.page-content {
  padding: 0 0 5rem;
}
.page-content h2 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.375rem;
}
.page-content h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.page-content p, .page-content li {
  color: #a1a1a6;
}
.page-content li {
  margin-bottom: 0.375rem;
}
.page-content pre {
  background: #222226;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 1rem 1.25rem;
  overflow-x: auto;
  margin: 0 0 1.25rem;
}
.page-content pre code {
  background: none;
  padding: 0;
  font-size: 0.875rem;
}

.site-footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #141416;
}

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

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.footer-brand img {
  border-radius: 6px;
}

.footer-tagline {
  color: #6e6e73;
  font-size: 0.9375rem;
  margin-bottom: 1.25rem;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}
.footer-nav a {
  color: #a1a1a6;
  font-size: 0.9rem;
}
.footer-nav a:hover {
  color: #f5f5f7;
}

.footer-copy {
  font-size: 0.8125rem;
  color: #6e6e73;
  margin: 0;
}

/*# sourceMappingURL=main.css.map */