:root {
  color-scheme:light;
  --paper:#fafbff;
  --ink:#17243c;
  --muted:#526079;
  --blue:#2563eb;
  --blue-dark:#1d4ed8;
  --line:#dbe2ef;
  --soft:#edf2fc;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-synthesis:none;
  font-size:16px;
  color:var(--ink);
  background:var(--paper);
  scroll-behavior:smooth;
  scroll-padding-top:2rem;
}

* {
  box-sizing:border-box;
}

body {
  margin:0;
  overflow-wrap:anywhere;
  -webkit-font-smoothing:antialiased;
}

a {
  color:inherit;
  text-decoration:none;
}

a:hover {
  color:var(--blue);
}

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

button,a,summary {
  -webkit-tap-highlight-color:transparent;
}

a:focus-visible,summary:focus-visible,video:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:6px;
}

p {
  font-size:1rem;
  line-height:1.7;
  margin:0 0 1rem;
}

h1,h2,h3 {
  margin:0;
  font-weight:500;
}

h1,h2 {
  letter-spacing:-.045em;
}

h2 {
  font-size:clamp(2rem,3.6vw,3rem);
  line-height:1.15;
}

h3 {
  font-size:1.3rem;
  font-weight:600;
  letter-spacing:-.025em;
}

figure {
  margin:0;
}

.wrap {
  width:min(1200px,calc(100% - 6rem));
  margin-inline:auto;
}

.muted,.small {
  color:var(--muted);
}

.small {
  font-size:.875rem;
}

.eyebrow {
  display:flex;
  align-items:center;
  gap:.7rem;
  font-size:.75rem;
  line-height:1.6;
  font-weight:600;
  letter-spacing:.12em;
  margin-bottom:1.5rem;
}

.status-dot {
  display:inline-block;
  flex-shrink:0;
  width:6px;
  height:6px;
  background:var(--blue);
  border-radius:50%;
}

.eyebrow-line {
  width:30px;
  height:1px;
  background:#b9c7df;
  margin-inline:.3rem;
}

.section-space {
  padding-block:6rem;
}

.skip-link {
  position:fixed;
  top:-100px;
  left:1rem;
  z-index:20;
  background:white;
  padding:1rem;
  border:2px solid var(--blue);
}

.skip-link:focus {
  top:1rem;
}

.site-header {
  min-height:100px;
  display:flex;
  flex-wrap:wrap;
  padding-block:1.2rem;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
  border-bottom:1px solid var(--line);
}

.brand {
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  font-size:1.5rem;
  font-weight:650;
  letter-spacing:-.045em;
}

.brand-note {
  border-left:1px solid var(--line);
  padding-left:1rem;
  margin-left:.4rem;
  font-size:.75rem;
  letter-spacing:.14em;
  line-height:1.6;
  color:var(--muted);
  font-weight:500;
  max-width:90px;
}

.site-header nav {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:2rem;
  font-size:.875rem;
  font-weight:500;
}

.nav-download {
  border-bottom:1px solid var(--ink);
  padding-block:.5rem;
}

.nav-download span {
  margin-left:.8rem;
}

.hero {
  padding-top:3.5rem;
}

.hero-layout {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:4rem;
  align-items:center;
  padding-block:.5rem 3.5rem;
}
.hero-layout > *, .projects-layout > *, .demo-layout > *, .faq-section > *, .site-footer > * {
  min-width:0;
}

h1 {
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(3.75rem,6.15vw,5.6rem);
  line-height:1.06;
  font-weight:400;
  letter-spacing:-.055em;
}

h1 em {
  color:var(--blue);
  font-weight:400;
}

.hero-copy {
  max-width:430px;
  margin-left:auto;
  padding-top:1.2rem;
}

.hero-copy>p:first-child {
  font-size:1.2rem;
  font-weight:550;
  letter-spacing:-.02em;
  margin-bottom:.8rem;
}

.hero-actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1.5rem;
  margin:1.6rem 0 1rem;
}

.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:1.5rem;
  min-height:50px;
  padding:.8rem 1.15rem;
  font-size:.875rem;
  font-weight:600;
  border-radius:5px;
  border:1px solid transparent;
  transition:background .15s,transform .15s;
}

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

.button.primary {
  color:white;
  background:var(--blue);
  border-color:var(--blue);
}

.button.primary:hover {
  background:var(--blue-dark);
}

.button.secondary {
  border-color:var(--line);
  background:white;
}

.button.secondary:hover {
  border-color:var(--blue);
}

.text-link {
  display:inline-flex;
  align-items:center;
  gap:.65rem;
  font-size:.875rem;
  font-weight:550;
  line-height:1.6;
  text-decoration:underline;
  text-underline-offset:5px;
  text-decoration-color:#afbad0;
}

.text-link:hover {
  text-decoration-color:currentColor;
}

.play-symbol {
  font-size:.65rem;
  border:1px solid var(--line);
  width:25px;
  height:25px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  padding-left:2px;
}

.hero-note {
  font-size:.75rem;
}

.product-shot {
  border:1px solid #cfd9ed;
  border-radius:8px 8px 0 0;
  box-shadow:0 12px 50px #294b8e0c;
  background:#fff;
}

.shot-label {
  padding:1rem 1.2rem;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#edf2fc;
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:.75rem;
  color:#526079;
  border-radius:8px 8px 0 0;
  letter-spacing:.04em;
  border-bottom:1px solid var(--line);
}

.shot-label>span:first-child {
  display:flex;
  align-items:center;
  gap:.6rem;
}

.product-shot img {
  width:100%;
}

.product-shot figcaption {
  display:flex;
  justify-content:space-between;
  gap:1rem;
  padding:1rem 1.2rem;
  border-top:1px solid var(--line);
  font-size:.75rem;
  color:var(--muted);
}

.section-heading {
  margin-bottom:3rem;
}

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

.feature-grid article {
  border-top:1px solid var(--line);
  padding-top:1.4rem;
  display:flex;
  flex-direction:column;
}

.feature-number {
  color:var(--blue);
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  font-size:.75rem;
  letter-spacing:.06em;
  margin-bottom:2rem;
}

.feature-grid h3 {
  margin-bottom:.8rem;
}

.feature-grid p {
  color:var(--muted);
  flex:1;
}

.feature-detail {
  font-size:.75rem;
  color:#526079;
  display:flex;
  align-items:center;
  gap:.3rem;
  margin-top:.8rem;
  line-height:1.7;
  flex-wrap:wrap;
}

kbd {
  border:1px solid #c7d1e3;
  border-bottom-width:2px;
  border-radius:3px;
  padding:0 .3rem;
  font:inherit;
  color:#334560;
  background:white;
}

.projects-layout {
  display:grid;
  grid-template-columns:.85fr 1.5fr;
  gap:4rem;
  align-items:center;
  padding-top:7rem;
}

.projects-copy h2 {
  font-size:clamp(2rem,2.8vw,2.5rem);
  margin-bottom:1.4rem;
}

.projects-copy p:not(.eyebrow) {
  color:var(--muted);
}

.projects-copy .text-link {
  margin-top:.5rem;
}

.tabs-shot img {
  border:1px solid #34425c;
  border-radius:6px;
  box-shadow:0 20px 35px #13244610;
}

.tabs-shot figcaption {
  font-size:.75rem;
  color:var(--muted);
  margin-top:1rem;
  text-align:center;
}

.demo-section {
  background:#13213b;
  color:#f4f7ff;
  position:relative;
}

.demo-layout {
  display:grid;
  grid-template-columns:.75fr 1.5fr;
  gap:4rem;
  align-items:center;
}

.demo-copy .eyebrow {
  color:#9cb8f9;
}

.demo-copy h2 {
  margin-bottom:1.5rem;
}

.demo-copy p:not(.eyebrow) {
  color:#bdc9df;
}

.demo-copy .demo-caption {
  font-size:.875rem;
  margin:1.6rem 0;
}

.demo-copy .text-link {
  color:#f4f7ff;
}

.video-container video {
  width:100%;
  aspect-ratio:1.6;
  background:#080f1c;
  border:1px solid #42506a;
  border-radius:6px;
}
.video-stage {
  display:grid;
}
.video-stage>video, .video-start {
  grid-area:1/1;
}
.video-stage>video {
  align-self:center;
}
.video-start {
  position:relative;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:.75rem;
  background:#0b183348;
  border:0;
  border-radius:6px;
  color:white;
  font:600 .875rem/1.5 Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  cursor:pointer;
  padding:1rem;
}
.video-start[hidden] {
  display:none;
}
.video-start>span:first-child {
  display:grid;
  place-items:center;
  width:3.5rem;
  height:3.5rem;
  border-radius:50%;
  background:white;
  color:var(--blue);
  padding-left:.2rem;
  font-size:1rem;
  box-shadow:0 4px 24px #0b183345;
}
.video-start>span:last-child {
  background:#13213b;
  padding:.5rem .8rem;
  border-radius:4px;
}
.video-start:hover>span:first-child {
  background:#dbe7ff;
}
.video-start:focus-visible {
  outline:3px solid #9cb8f9;
  outline-offset:6px;
}
.video-start:disabled {
  cursor:wait;
}

.video-container>p {
  font-size:.75rem;
  color:#bcc9e0;
  line-height:1.6;
  margin:1rem 0 0;
}

.pricing-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:3rem;
  margin-bottom:3rem;
}

.pricing-heading>p {
  max-width:380px;
  color:var(--muted);
  margin:0;
}

.pricing-grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(min(100%,25rem),1fr));
  gap:1.5rem;
}

.price-card {
  min-width:0;
  padding:2.2rem;
  border:1px solid var(--line);
  border-radius:8px;
  background:white;
  display:flex;
  flex-direction:column;
}

.card-top {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:1rem;
}

.card-top h3 {
  font-size:1.125rem;
}

.pill {
  font-size:.75rem;
  line-height:1.5;
  font-weight:650;
  letter-spacing:.07em;
  background:#eff3f9;
  padding:.35rem .5rem;
  border-radius:3px;
  max-width:100%;
}

.price {
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  gap:1rem;
  font-size:3.75rem;
  line-height:1.2;
  letter-spacing:-.05em;
  margin:1.8rem 0 .8rem;
  font-weight:500;
}

.price>span {
  font-size:.875rem;
  color:var(--muted);
  letter-spacing:0;
}

.price-description {
  color:var(--muted);
  font-size:.875rem;
}

.price-card ul {
  list-style:none;
  padding:1.3rem 0 1.7rem;
  margin:0;
  border-top:1px solid var(--line);
  display:grid;
  gap:.85rem;
  flex:1;
}

.price-card li {
  font-size:.875rem;
  line-height:1.6;
  display:flex;
  gap:.7rem;
}

.price-card li:before {
  content:'✓';
  color:var(--blue);
}

.planned {
  background:#eff4ff;
  border-color:#b7cbf4;
}

.planned .pill {
  background:#dbe7ff;
  color:#1748a8;
}

.planned .price {
  color:var(--blue);
}

.planned .not-on-sale {
  padding:.8rem 1rem;
  min-height:50px;
  background:#e0eaff;
  border-radius:5px;
  color:#304e80;
  text-align:center;
  font-size:.875rem;
  margin:0;
  display:grid;
  place-items:center;
}

.pricing-note {
  max-width:860px;
  font-size:.875rem;
  color:var(--muted);
  margin:1.7rem 0 0;
}

.download-section {
  background:#eaf0fc;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  align-items:center;
  gap:3rem;
  padding:3.5rem;
  border-radius:8px;
  border:1px solid #d1def6;
}

.download-section h2 {
  font-size:clamp(2rem,3vw,2.65rem);
  margin-bottom:1.2rem;
}

.download-section>div>p:last-child {
  color:var(--muted);
  max-width:440px;
  margin-bottom:0;
}

.download-options {
  display:flex;
  flex-direction:column;
  align-items:start;
  gap:.8rem;
  min-width:275px;
}

.download-options .button {
  width:100%;
}

.download-options>p {
  color:var(--muted);
  font-size:.75rem;
  line-height:1.8;
  margin:0 0 .3rem;
}

.faq-section {
  display:grid;
  grid-template-columns:1fr 1.5fr;
  gap:4rem;
}

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

.questions details:first-child {
  border-top:1px solid var(--line);
}

.questions summary {
  cursor:pointer;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1.5rem;
  padding:1.4rem 0;
  font-size:1rem;
  font-weight:550;
  line-height:1.5;
}

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

.questions summary span {
  font-size:1.3rem;
  font-weight:400;
  color:var(--blue);
  transition:transform .15s;
}

.questions details[open] summary span {
  transform:rotate(45deg);
}

.questions details p {
  color:var(--muted);
  font-size:.9375rem;
  margin:0 0 1.5rem;
  max-width:600px;
}

.questions details a {
  text-decoration:underline;
  text-underline-offset:3px;
  color:var(--blue);
}

.site-footer {
  border-top:1px solid var(--line);
  padding-block:2.5rem;
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  gap:2rem;
}

.site-footer p,.site-footer a:not(.brand) {
  font-size:.875rem;
  color:var(--muted);
}

.site-footer .brand+p {
  margin:1rem 0 0;
}

.footer-links {
  display:flex;
  align-items:start;
  flex-direction:column;
  gap:.9rem;
  padding-top:.3rem;
}

.site-footer a:hover {
  color:var(--blue);
}

.maker p {
  margin:0 0 .65rem;
}

.maker>p:first-child a {
  text-decoration:underline;
  text-underline-offset:3px;
}

.maker .small {
  font-size:.75rem;
  margin-top:.8rem;
}

.maker {
  padding-top:.3rem;
}

@media(min-width:1500px) {
  .hero {
    padding-top:4rem;
  }
  .hero-layout {
    padding-bottom:4.5rem;
  }
}

@media(max-width:1050px) {
  .wrap {
    width:calc(100% - 4rem);
  }
  .hero-layout {
    gap:2rem;
    grid-template-columns:1.1fr 1fr;
  }
  h1 {
    font-size:4rem;
  }
  .hero-actions {
    gap:1rem;
  }
  .hero-actions .button {
    gap:.8rem;
  }
  .projects-layout,.demo-layout {
    gap:2.5rem;
  }
  .card-top {
    align-items:start;
    flex-direction:column;
    gap:.7rem;
  }
  .price-card {
    padding:1.8rem;
  }
  .download-section {
    padding:2.5rem;
    gap:2rem;
  }
  .faq-section {
    gap:2.5rem;
  }
}

@media(max-width:760px) {
  .wrap {
    width:calc(100% - 2.5rem);
  }
  .site-header {
    min-height:85px;
    gap:1rem;
  }
  .brand {
    font-size:1.4rem;
  }
  .brand-note {
    display:none;
  }
  .site-header nav {
    gap:1.2rem;
    font-size:.875rem;
  }
  .site-header nav>a:first-child {
    display:none;
  }
  .nav-download span {
    margin-left:.3rem;
  }
  .hero {
    padding-top:2.3rem;
  }
  .hero>.eyebrow {
    font-size:.75rem;
    gap:.45rem;
    flex-wrap:wrap;
  }
  .eyebrow-line {
    width:15px;
    margin:0;
  }
  .hero-layout {
    grid-template-columns:1fr;
    gap:1.2rem;
    padding-top:.6rem;
    padding-bottom:2.5rem;
  }
  h1 {
    font-size:clamp(3.25rem,8.5vw,4.5rem);
  }
  .hero-copy {
    margin:0;
    max-width:560px;
    padding:0;
  }
  .hero-copy>p:first-child {
    font-size:1.125rem;
  }
  .hero-actions {
    margin-top:1.4rem;
  }
  .hero-note {
    margin-bottom:0;
  }
  .shot-label {
    padding:.8rem;
    font-size:.75rem;
  }
  .shot-label>span:last-child {
    display:none;
  }
  .product-shot figcaption {
    padding:.8rem;
    font-size:.75rem;
  }
  .product-shot figcaption>span:last-child {
    display:none;
  }
  .section-space {
    padding-block:4rem;
  }
  .section-heading {
    margin-bottom:2rem;
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:2rem;
  }
  .feature-number {
    margin-bottom:1rem;
  }
  .feature-grid article p {
    max-width:580px;
  }
  .feature-detail {
    margin-top:0;
  }
  .projects-layout {
    grid-template-columns:1fr;
    gap:2rem;
    padding-top:4rem;
  }
  .projects-copy h2 {
    font-size:2.3rem;
  }
  .demo-layout {
    grid-template-columns:1fr;
    gap:2rem;
  }
  .demo-copy h2 {
    font-size:2.5rem;
  }
  .demo-copy .demo-caption {
    margin:1.2rem 0;
  }
  .pricing-heading {
    align-items:start;
    flex-direction:column;
    gap:1.5rem;
    margin-bottom:2rem;
  }
  .pricing-heading>p {
    max-width:100%;
  }
  .pricing-grid {
    grid-template-columns:1fr;
  }
  .card-top {
    flex-direction:row;
  }
  .price-card {
    padding:1.8rem;
  }
  .download-section {
    flex-direction:column;
    align-items:start;
    padding:2rem 1.5rem;
    gap:2rem;
  }
  .download-options {
    min-width:0;
    width:100%;
  }
  .download-options .button {
    max-width:320px;
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:2rem;
  }
  .site-footer {
    grid-template-columns:1fr 1fr;
    gap:2rem 1rem;
  }
  .site-footer>div:first-child {
    grid-column:1/-1;
  }
  .site-footer .brand+p {
    margin-top:.5rem;
  }
  .maker {
    text-align:right;
  }
  .site-footer p,.site-footer a:not(.brand) {
    font-size:.875rem;
  }
}

@media(max-width:380px) {
  .wrap {
    width:calc(100% - 2rem);
  }
  .site-header nav {
    gap:.8rem;
  }
  .site-header .brand img {
    width:30px;
    height:30px;
  }
  .hero>.eyebrow {
    flex-wrap:wrap;
  }
  .hero>.eyebrow .eyebrow-line {
    display:none;
  }
  .hero-actions {
    gap:1rem;
  }
  .card-top {
    flex-direction:column;
  }
  .price-card {
    padding:1.4rem;
  }
}

@media(prefers-reduced-motion:reduce) {
  :root {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    transition:none!important;
  }
  .button:hover {
    transform:none;
  }
}
