@import url("/shared.css");
body {
  background: #f8fafc;
  color: #172033;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav {
  max-width: 1440px;
  margin: auto;
  padding: 30px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  font-size: 29px;
  font-weight: 750;
  letter-spacing: -1.4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.brand-dot {
  font-size: 10px;
  align-self: flex-start;
  padding-top: 8px;
}
.mark {
  display: flex;
  font-size: 27px;
  background: #172033;
  color: #2563eb;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  letter-spacing: -4px;
  padding-right: 4px;
}
.mark span {
  font-size: 22px;
}
.nav nav {
  display: flex;
  gap: 35px;
  font-size: 14px;
}
.nav-login {
  border: 1px solid #cbd5e1;
  border-radius: 7px;
  padding: 12px 20px;
  font-size: 14px;
}
.nav-login span {
  padding-left: 25px;
}
.hero {
  max-width: 1440px;
  margin: auto;
  padding: 85px 6% 100px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: center;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 25px;
}
.live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #334155;
  border-radius: 50%;
  margin-right: 7px;
}
.hero h1 {
  font-size: clamp(50px, 5.4vw, 78px);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: -4px;
  margin: 0 0 28px;
}
em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.intro {
  font-size: 17px;
  line-height: 1.7;
  color: #334155;
  max-width: 440px;
}
.start-form {
  display: flex;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  max-width: 490px;
  padding: 5px;
  background: white;
  margin-top: 32px;
}
.start-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  background: transparent;
  padding: 13px;
  font: inherit;
  font-size: 13px;
  outline-offset: 0;
}
.start-form button,
.button {
  border: 0;
  background: #2563eb;
  border-radius: 5px;
  padding: 15px 20px;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
}
.start-form button span {
  margin-left: 12px;
}
.hero-note {
  font-size: 10px;
  color: #64748b;
  margin-top: 14px;
}
.platforms {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 46px;
}
.platforms > span {
  font-size: 8px;
  letter-spacing: 1.4px;
  width: 95px;
  line-height: 1.8;
  color: #64748b;
}
.platforms b {
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.platforms i {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
}
.meta-word {
  letter-spacing: -1px;
}
.hero-demo {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 15px 60px #1720330b;
  transform: rotate(-1deg);
  font-size: 13px;
  overflow: hidden;
  padding-bottom: 18px;
  position: relative;
}
.demo-top {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 15px 19px;
  border-bottom: 1px solid #eff6ff;
  font-size: 11px;
  font-weight: 600;
}
.mini-mark {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #172033;
  color: #dbeafe;
  border-radius: 6px;
  width: 26px;
  height: 26px;
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}
.example-label {
  margin-left: auto;
  font-size: 7px;
  letter-spacing: 1px;
  color: #64748b;
}
.demo-message {
  margin: 24px 20px 24px 70px;
  background: #eff6ff;
  padding: 13px;
  border-radius: 9px 9px 0 9px;
  line-height: 1.5;
}
.demo-agent {
  display: flex;
  gap: 13px;
  margin: 0 22px;
}
.demo-agent p {
  margin: 2px 0 10px;
  line-height: 1.65;
  font-size: 12px;
}
.muted {
  color: #64748b;
}
.source-row {
  display: flex;
  gap: 8px;
  font-size: 8px;
  margin: 14px 0;
}
.source-row span {
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 5px 7px;
}
.example-chart {
  margin: 8px 22px 18px 61px;
  padding: 17px 18px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
}
.example-chart > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 18px;
  font-size: 7px;
  letter-spacing: 1px;
}
.example-chart small {
  font-size: 7px;
  letter-spacing: 0;
  color: #64748b;
}
.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 9px 0;
}
.bar-row label {
  font-size: 8px;
  width: 60px;
  flex-shrink: 0;
  color: #64748b;
}
.bar {
  height: 13px;
  border-radius: 2px;
}
.bar-1 {
  width: 75%;
  background: #64748b;
}
.bar-2 {
  width: 48%;
  background: #e2e8f0;
}
.bar-3 {
  width: 27%;
  background: #eadfd2;
}
.demo-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  border-radius: 7px;
  margin: 0 22px 23px 61px;
  padding: 14px;
}
.demo-action div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.demo-action small {
  font-size: 7px;
  letter-spacing: 1px;
  color: #64748b;
}
.demo-action strong {
  font-size: 11px;
  font-weight: 600;
}
.demo-action div > span {
  font-size: 8px;
  color: #64748b;
}
.round-arrow {
  border-radius: 50%;
  background: #e2e8f0;
  padding: 7px;
}
.demo-input {
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  margin: 0 18px;
  padding: 11px 14px;
  color: #64748b;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
}
.demo-input span {
  background: #2563eb;
  color: #172033;
  border-radius: 4px;
  padding: 5px 9px;
}
.principles {
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-evenly;
  padding: 27px 5%;
  font-size: 12px;
}
.principles b {
  font-size: 10px;
  color: #64748b;
  font-weight: 400;
  margin-right: 13px;
}
.section {
  max-width: 1440px;
  margin: auto;
  padding: 110px 6%;
}
.intro-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}
h2 {
  font-size: clamp(34px, 3.7vw, 53px);
  font-weight: 450;
  line-height: 1.12;
  letter-spacing: -2px;
  margin: 0;
}
h3 {
  font-weight: 500;
  letter-spacing: -0.5px;
}
.steps article {
  display: flex;
  gap: 23px;
  border-bottom: 1px solid #e2e8f0;
  padding: 0 0 24px;
  margin-bottom: 25px;
}
.steps article:last-child {
  margin-bottom: 0;
}
.steps article > span {
  font-size: 10px;
  padding-top: 7px;
  color: #64748b;
}
.steps h3 {
  font-size: 20px;
  margin: 0 0 12px;
}
.steps p {
  font-size: 13px;
  line-height: 1.8;
  color: #64748b;
  margin: 0;
}
.inside {
  padding-top: 10px;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 45px;
}
.section-heading > p {
  max-width: 285px;
  font-size: 14px;
  line-height: 1.7;
  color: #64748b;
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.feature {
  border: 1px solid #e2e8f0;
  border-radius: 9px;
  padding: 33px 35px;
  background: #eff6ff;
}
.feature-number {
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #64748b;
}
.feature h3 {
  font-size: 28px;
  line-height: 1.2;
  margin: 30px 0 15px;
}
.feature p {
  font-size: 13px;
  line-height: 1.8;
  max-width: 390px;
  color: #64748b;
}
.feature-wide {
  background: #eff6ff;
}
.feature-wide h3 {
  font-family: Georgia, serif;
  font-size: 35px;
  line-height: 1.2;
  margin-top: 35px;
}
.question-tags {
  display: flex;
  gap: 7px;
  margin: 25px 0 0;
  flex-wrap: wrap;
}
.question-tags span {
  padding: 7px 10px;
  font-size: 9px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
}
.trend-lines {
  height: 70px;
  margin: 20px 0;
}
.trend-lines svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #64748b;
  stroke-width: 2;
}
.trend-lines path + path {
  stroke: #cbd5e1;
}
.research h3 {
  margin-top: 20px;
}
.control {
  background: #172033;
  color: #eff6ff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10%;
  padding: 85px max(6%, calc((100vw - 1267px) / 2));
}
.control-inner .eyebrow {
  color: #cbd5e1;
}
.control h2 {
  font-size: 60px;
}
.control-inner > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.8;
  color: #64748b;
  max-width: 400px;
  margin-top: 24px;
}
.control-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-size: 12px;
  margin-top: 30px;
}
.control-points span:before {
  content: "✓";
  color: #2563eb;
  padding-right: 12px;
}
.review-example {
  background: #eff6ff;
  color: #172033;
  border-radius: 9px;
  padding: 28px 30px;
  align-self: center;
  transform: rotate(1deg);
}
.review-example-head {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  letter-spacing: 1px;
  color: #64748b;
}
.review-example-head span {
  background: #eff6ff;
  padding: 3px 7px;
}
.review-example h3 {
  font-size: 29px;
  margin: 25px 0;
}
.review-line {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #e2e8f0;
  padding: 17px 0;
  font-size: 10px;
}
.review-line span {
  color: #64748b;
}
.review-line b {
  font-weight: 500;
}
.review-example > p {
  background: #2563eb;
  text-align: center;
  padding: 13px;
  margin: 15px 0 0;
  font-size: 11px;
  border-radius: 4px;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 100px;
}
.faq-list details {
  border-top: 1px solid #e2e8f0;
  padding: 20px 0;
}
.faq-list details:last-child {
  border-bottom: 1px solid #e2e8f0;
}
.faq-list summary {
  font-size: 15px;
  cursor: pointer;
  list-style: none;
  padding-right: 20px;
  position: relative;
}
.faq-list summary:after {
  content: "+";
  position: absolute;
  right: 0;
}
.faq-list details[open] summary:after {
  content: "−";
}
.faq-list p {
  font-size: 13px;
  line-height: 1.8;
  color: #64748b;
  margin-top: 17px;
}
.closing {
  margin: 0 6% 85px;
  text-align: center;
  padding: 65px 20px;
  background: #eff6ff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}
.closing h2 {
  font-size: 60px;
}
.button {
  display: inline-flex;
  gap: 35px;
  margin-top: 30px;
  border: 1px solid #64748b;
}
.closing .eyebrow {
  font-size: 9px;
}
footer {
  border-top: 1px solid #e2e8f0;
  padding: 35px 6%;
  display: flex;
  align-items: center;
  gap: 35px;
  justify-content: space-between;
}
footer .brand {
  font-size: 22px;
}
footer p {
  font-size: 10px;
  color: #64748b;
}
footer > div {
  display: flex;
  gap: 24px;
  font-size: 11px;
}
.legal {
  max-width: 760px;
  margin: 65px auto;
  padding: 0 25px;
  line-height: 1.8;
}
.legal h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -2px;
}
.legal h2 {
  font-size: 24px;
  letter-spacing: -0.5px;
  margin-top: 30px;
}
.legal p {
  color: #64748b;
  font-size: 15px;
}
@media (max-width: 1000px) {
  .hero {
    gap: 30px;
  }
  .hero h1 {
    font-size: 56px;
    letter-spacing: -3px;
  }
  .start-form {
    flex-direction: column;
  }
  .intro-section,
  .faq {
    gap: 45px;
  }
  .platforms {
    gap: 15px;
  }
  .hero-note {
    line-height: 1.5;
  }
  .control {
    gap: 40px;
  }
  .control h2 {
    font-size: 48px;
  }
}
@media (max-width: 720px) {
  .nav {
    padding: 20px 6%;
  }
  .nav nav {
    display: none;
  }
  .brand {
    font-size: 25px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 45px;
    gap: 45px;
    padding-bottom: 55px;
  }
  .hero h1 {
    font-size: 61px;
  }
  .intro {
    font-size: 16px;
  }
  .start-form {
    flex-direction: row;
  }
  .start-form button {
    padding: 15px 12px;
    font-size: 11px;
  }
  .hero-demo {
    transform: none;
    max-width: 500px;
    width: 100%;
    margin: auto;
  }
  .platforms {
    margin-top: 30px;
  }
  .principles {
    align-items: flex-start;
    gap: 20px;
    padding: 20px 6%;
    font-size: 10px;
    line-height: 1.5;
  }
  .principles b {
    display: block;
    margin-bottom: 5px;
  }
  .section {
    padding: 65px 6%;
  }
  .intro-section,
  .faq {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    max-width: 100%;
    margin-top: 22px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature {
    padding: 28px;
  }
  .control {
    grid-template-columns: 1fr;
    padding: 55px 6%;
    gap: 40px;
  }
  .review-example {
    transform: none;
  }
  .closing {
    padding: 50px 15px;
    margin-bottom: 50px;
  }
  .closing h2 {
    font-size: 46px;
  }
  footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  footer p {
    order: 3;
    width: 100%;
  }
  footer > div {
    margin-left: auto;
    gap: 14px;
    font-size: 10px;
  }
}

/* Adlane blue, shared with the workspace. */
.btn.primary,
.cta,
.hero-form button {
  background: #2563eb;
  color: #fff;
  border-color: #2563eb;
}

.start-form button,
.button,
.demo-input span,
.review-example > p {
  color: #fff;
}
.mark {
  background: #2563eb;
  color: #fff;
}
/* Shared shadcn controls retain the marketing composition and blue brand. */
[data-slot=button] { border:0; cursor:pointer; }
[data-slot=accordion-item] { border:0; border-bottom:1px solid #dce3f2; padding:12px 0; }
[data-slot=accordion-trigger] { width:100%; border:0; background:none; color:#172033; padding:20px 0; font:inherit; font-weight:600; text-align:left; cursor:pointer; display:flex; justify-content:space-between; align-items:center; gap:20px; }
[data-slot=accordion-trigger] svg { flex-shrink:0; width:18px; height:18px; }
[data-slot=accordion-content] { color:#64748b; font-size:15px; line-height:1.8; }
[data-slot=accordion-content] > div { padding:0 0 20px; }
.start-form [data-slot=input] { box-shadow:none; height:auto; }
[data-slot=button][data-variant=default] { color:#fff; background:#2563eb; }
[data-slot=button][data-variant=default]:hover { background:#1d4ed8; }

.start-form {gap:8px;align-items:stretch;padding:6px;border-radius:12px;transition:border-color .15s,box-shadow .15s}
.start-form:focus-within {border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}
.start-form [data-slot=input] {min-width:0;border:0;border-radius:6px;outline:none;box-shadow:none;line-height:1.5;padding:12px}
.start-form [data-slot=input]:focus-visible {outline:none;box-shadow:none}
.start-form [data-slot=button] {height:auto;min-height:44px;border-radius:7px;padding:12px 20px}
@media(max-width:520px){
  .start-form {flex-direction:column;gap:6px}
  .start-form [data-slot=input] {width:100%;min-height:46px;flex:auto;font-size:15px}
  .start-form [data-slot=button] {width:100%;font-size:13px}
}
