@font-face {
  font-family: Bricolage;
  src: url('/assets/bricolage-a79fdb52d4a5c765.woff2') format('woff2');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
:root {
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  color: #101f36;
  background: #fff;
  font-synthesis: none;
  --blue: #1959e8;
  --ink: #101f36;
  --muted: #526177;
  --line: #dce4ee;
  --soft: #edf3ff;
  --green: #20795c;
  --pink: #f7e2e8;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button,
summary {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
p {
  line-height: 1.65;
}
h1,
h2,
h3,
.wordmark {
  font-family: Bricolage, ui-sans-serif, system-ui, sans-serif;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  text-wrap: balance;
  letter-spacing: -0.04em;
}
h2 {
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.07;
  font-weight: 650;
}
h3 {
  font-size: 23px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 650;
}
.wrap {
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 48px;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 10;
  background: #fff;
  padding: 16px;
  border: 2px solid var(--blue);
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  max-width: 1440px;
  margin: auto;
  min-height: 100px;
  padding: 20px 48px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.wordmark {
  font-weight: 750;
  letter-spacing: -0.04em;
  font-size: 34px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.wordmark img {
  display: block;
  width: 168px;
  height: auto;
}
.brand-dot {
  color: var(--blue);
  margin-left: -9px;
}
.desktop-nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
  font-size: 14px;
}
.desktop-nav a,
.login-link {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.desktop-nav a:hover,
.login-link:hover,
.site-footer a:hover {
  color: var(--blue);
}
.login-link {
  font-size: 14px;
  margin-left: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: var(--blue);
  color: #fff;
  min-height: 54px;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 650;
  font-size: 15px;
  transition:
    background 0.2s,
    transform 0.25s var(--ease),
    box-shadow 0.25s;
}
.button:hover {
  background: #1049ca;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #1959e824;
}
.button svg {
  width: 20px;
  height: 20px;
}
.button-small {
  min-height: 46px;
  padding: 11px 17px;
  font-size: 14px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 48px;
  font-size: 15px;
  font-weight: 650;
}
.text-link:hover {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.hero {
  padding-block: 64px 76px;
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 76px;
  align-items: start;
}
.hero-intro {
  padding-top: 24px;
}
.hero h1 {
  font-size: clamp(48px, 5.1vw, 72px);
  line-height: 1.04;
  font-weight: 700;
  max-width: 650px;
}
.hero h1 span {
  color: var(--blue);
}
.lead {
  margin-top: 28px;
  font-size: 19px;
  color: var(--muted);
  max-width: 450px;
}
.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.pilot-status {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--muted);
}
.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
}
.scenario-picker {
  margin-top: 48px;
}
.scenario-picker > h2 {
  font-size: 26px;
  letter-spacing: -0.03em;
  margin-bottom: 8px;
}
.scenario-picker > p {
  font-size: 14px;
  font-weight: 400;
  color: var(--muted);
  margin-bottom: 12px;
}
.scenario-buttons {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  max-width: 390px;
}
.scenario-buttons button {
  background: none;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 15px 16px;
  min-height: 53px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  align-items: center;
  color: var(--muted);
  font-size: 15px;
  transition:
    color 0.2s,
    padding 0.3s var(--ease),
    background 0.2s;
}
.scenario-buttons button[aria-pressed='true'] {
  color: var(--blue);
  font-weight: 700;
  padding-inline: 16px;
  background: var(--soft);
}
.scenario-buttons button > svg:first-child {
  width: 22px;
  height: 22px;
  color: var(--blue);
}
.scenario-buttons button > svg:last-child {
  margin-left: auto;
  width: 18px;
  height: 18px;
}
.last-step > .story-note {
  background: var(--pink);
  color: #67273c;
  padding: 16px;
  border-radius: 12px;
  margin-top: 14px;
}
.scenario-buttons button:hover {
  color: var(--blue);
}
.scenario-buttons button:last-child {
  border-bottom: 1px solid var(--line);
}
.scenario-buttons button:disabled {
  cursor: default;
  color: var(--muted);
}
.conversation-story {
  scroll-margin-top: 24px;
  padding-top: 10px;
  position: relative;
}
.story-caption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  padding-bottom: 25px;
  font-size: 12px;
  color: var(--muted);
}
.story-caption > span:first-child {
  font-weight: 650;
  color: var(--ink);
}
.story-content {
  min-height: 630px;
}
.story-step {
  position: relative;
  margin-left: 18px;
  padding: 2px 0 34px 38px;
  border-left: 1px solid #cfdbf2;
}
.step-node {
  position: absolute;
  left: -18px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--soft);
  color: var(--blue);
  font-weight: 650;
  border: 4px solid white;
  font-size: 13px;
}
.node-ai {
  background: var(--blue);
  color: white;
}
.node-check {
  background: #e4f3eb;
  color: var(--green);
}
.node-human {
  background: var(--pink);
  color: #973953;
}
.step-node svg {
  width: 18px;
  height: 18px;
}
.story-step h2 {
  font-family: inherit;
  letter-spacing: -0.02em;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
  padding-top: 5px;
}
.story-note {
  font-size: 13px;
  color: var(--muted);
  margin-top: 6px;
  max-width: 360px;
}
.message {
  font-size: 14px;
  line-height: 1.65;
  padding: 20px;
  border-radius: 14px;
  margin-top: 18px;
}
.customer {
  background: var(--soft);
  margin-left: 38px;
  border-bottom-right-radius: 4px;
}
.assistant {
  background: var(--blue);
  color: white;
  border-bottom-left-radius: 4px;
}
.message-author {
  display: block;
  font-size: 12px;
  font-weight: 650;
  margin-bottom: 10px;
  color: #dce7ff;
}
.order-slip {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
  padding-top: 15px;
  border-top: 1px solid #ffffff4d;
}
.order-slip div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.order-slip strong {
  font-weight: 600;
  font-size: 13px;
}
.order-slip span {
  font-size: 12px;
  color: #e4ecff;
}
.order-slip svg {
  width: 28px;
  height: 28px;
}
.source-label {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  color: var(--muted);
}
.last-step {
  border: 0;
  padding-bottom: 18px;
}
.human-message {
  background: var(--pink);
  color: #67273c;
}
.human-message .message-author {
  color: #67273c;
}
.demo-footnote {
  font-size: 11px;
  color: var(--muted);
  padding-left: 55px;
  max-width: 430px;
}
.story-content.is-changing .message {
  animation: message-in 0.5s var(--ease) both;
}
.story-content.is-changing .assistant {
  animation-delay: 60ms;
}
.story-content.is-changing .human-message {
  animation-delay: 120ms;
}
@keyframes message-in {
  from {
    clip-path: inset(0 0 14% 0 round 14px);
    transform: translateY(10px);
    opacity: 0.55;
  }
  to {
    clip-path: inset(0 0 0 0 round 14px);
    transform: translateY(0);
    opacity: 1;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .hero-intro {
    animation: intro-in 0.85s var(--ease) both;
  }
  .conversation-story {
    animation: intro-in 1s 0.12s var(--ease) both;
  }
}
@keyframes intro-in {
  from {
    transform: translateY(16px);
    opacity: 0.7;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.integrations {
  display: flex;
  justify-content: space-between;
  gap: 26px;
  align-items: center;
  padding-block: 30px 40px;
  border-top: 1px solid var(--line);
}
.integrations > p {
  font-size: 14px;
  color: var(--muted);
}
.integrations > div {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.integrations strong {
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.035em;
}
.integrations span {
  font-size: 11px;
  color: var(--muted);
}
.coming-soon strong {
  color: var(--muted);
}
.coming-soon span {
  font-weight: 650;
  color: #6b5260;
}
.control-section {
  background: var(--soft);
  margin-top: 50px;
  padding-block: 100px;
}
.control-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}
.section-intro > p {
  font-size: 18px;
  color: var(--muted);
  margin-top: 24px;
  max-width: 470px;
}
.section-intro > .text-link {
  margin-top: 22px;
}
.control-details {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.control-details article {
  display: flex;
  gap: 20px;
  padding-bottom: 32px;
  border-bottom: 1px solid #d0ddf4;
}
.control-details article:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.detail-icon {
  color: var(--blue);
  padding-top: 2px;
}
.control-details article p {
  font-size: 15px;
  color: var(--muted);
  margin-top: 12px;
  max-width: 470px;
}
.inbox-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  padding-block: 120px;
}
.inbox-section h2 span {
  color: var(--blue);
}
.inbox-preview {
  background: #f5f7fa;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}
.inbox-preview-header {
  display: flex;
  gap: 22px;
  align-items: center;
  padding: 20px 24px;
  background: white;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
  color: var(--muted);
}
.small-wordmark {
  font-size: 23px;
  color: var(--ink);
}
.small-wordmark img {
  width: 108px;
}
.example-label {
  margin-left: auto;
  font-size: 11px;
}
.inbox-toolbar {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
}
.inbox-toolbar strong {
  font-size: 14px;
}
.human-status {
  font-size: 10px;
  background: var(--pink);
  color: #67273c;
  border-radius: 5px;
  padding: 6px 8px;
  white-space: nowrap;
}
.inbox-message {
  display: flex;
  gap: 12px;
  padding: 4px 24px 20px;
  align-items: flex-start;
}
.avatar {
  background: #d9e4f7;
  border-radius: 50%;
  padding: 8px 11px;
  font-size: 12px;
}
.inbox-message p {
  font-size: 13px;
  background: white;
  border-radius: 12px;
  padding: 16px;
}
.handoff-note {
  margin: 0 24px;
  padding: 18px;
  background: #e6edfa;
  border-radius: 10px;
}
.handoff-note > span {
  font-size: 11px;
  font-weight: 650;
  color: #315386;
}
.handoff-note p {
  margin-top: 7px;
  font-size: 13px;
  color: #334963;
}
.inbox-tags {
  display: flex;
  gap: 8px;
  margin: 16px 24px;
}
.inbox-tags span {
  font-size: 10px;
  padding: 5px 8px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 5px;
}
.private-note {
  margin: 20px 24px;
  background: #fbf0d9;
  padding: 18px;
  border-radius: 10px;
  color: #705016;
}
.private-note strong {
  font-size: 11px;
}
.private-note p {
  font-size: 13px;
  margin-top: 7px;
}
.private-note > span {
  font-size: 10px;
  display: block;
  margin-top: 10px;
}
.inbox-preview-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  font-size: 11px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  background: white;
}
.plain-checklist {
  margin-top: 24px;
  padding: 0;
  list-style: none;
}
.plain-checklist li {
  position: relative;
  padding: 10px 0 10px 24px;
  font-size: 14px;
  color: var(--muted);
}
.plain-checklist li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  width: 10px;
  height: 5px;
  transform: rotate(-45deg);
  border-left: 1.6px solid var(--green);
  border-bottom: 1.6px solid var(--green);
}
.setup-section {
  border-top: 1px solid var(--line);
  padding-block: 86px 105px;
}
.setup-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
}
.setup-heading > p {
  font-size: 18px;
  color: var(--muted);
  max-width: 360px;
}
.setup-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 55px 0 0;
}
.setup-steps li {
  border-top: 1px solid var(--line);
  padding-top: 20px;
}
.setup-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--soft);
  color: var(--blue);
  border-radius: 50%;
  font-size: 13px;
}
.setup-steps h3 {
  font-size: 22px;
  margin-top: 24px;
}
.setup-steps p {
  font-size: 14px;
  color: var(--muted);
  margin-top: 13px;
}
.faq-section {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 80px;
  padding-block: 30px 110px;
}
.faq-list details {
  border-bottom: 1px solid var(--line);
}
.faq-list details:first-child {
  border-top: 1px solid var(--line);
}
.faq-list summary {
  padding: 23px 35px 23px 0;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
  line-height: 1.5;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary > svg {
  position: absolute;
  right: 4px;
  top: 21px;
  color: var(--blue);
}
.faq-list details[open] .faq-vertical {
  display: none;
}
.faq-list details p {
  font-size: 15px;
  color: var(--muted);
  padding: 0 25px 24px 0;
}
.pilot-section {
  background: var(--blue);
  color: white;
  padding-block: 85px;
}
.pilot-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 65px;
  align-items: center;
}
.pilot-layout h2 {
  font-size: clamp(38px, 4.2vw, 57px);
}
.pilot-layout > div > p {
  color: #dfebff;
  font-size: 17px;
  max-width: 570px;
  margin-top: 22px;
}
.pilot-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.button-white {
  background: white;
  color: var(--blue);
}
.button-white:hover {
  background: #edf3ff;
  box-shadow: none;
}
.pilot-contact .contact-address {
  font-size: 17px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.pilot-contact > p {
  font-size: 12px !important;
  margin: 0 !important;
}
.pilot-section a:focus-visible {
  outline-color: white;
}
.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  align-items: center;
  padding-block: 40px;
}
.site-footer > .wordmark {
  font-size: 30px;
}
.site-footer > p {
  font-size: 12px;
  color: var(--muted);
}
.site-footer nav {
  margin-left: auto;
  display: flex;
  gap: 20px;
  font-size: 12px;
}
.site-footer nav a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.site-footer > span {
  font-size: 11px;
  color: var(--muted);
}
.legal-main {
  max-width: 850px;
  padding-block: 65px 100px;
}
.legal-main h1 {
  font-size: clamp(42px, 6vw, 66px);
  margin-bottom: 28px;
}
.legal-main h2 {
  font-family: inherit;
  font-size: 23px;
  letter-spacing: -0.02em;
  margin: 40px 0 15px;
}
.legal-main p,
.legal-main li {
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
  margin: 16px 0;
}
.legal-main a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
  overflow-wrap: anywhere;
}
.legal-main .back-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-bottom: 24px;
}
.legal-main ul {
  padding-left: 24px;
}
.legal-date {
  font-size: 13px !important;
}
@media (min-width: 1450px) {
  .hero {
    gap: 100px;
    padding-top: 75px;
  }
  .hero h1 {
    font-size: 76px;
  }
  .story-content {
    min-height: 645px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    padding-inline: 32px;
  }
  .site-header {
    padding-inline: 32px;
    gap: 20px;
  }
  .desktop-nav {
    gap: 18px;
  }
  .login-link {
    margin-left: auto;
  }
  .header-cta {
    display: none;
  }
  .hero {
    gap: 40px;
    padding-top: 32px;
  }
  .hero h1 {
    font-size: 56px;
  }
  .hero-actions {
    gap: 9px;
  }
  .lead {
    font-size: 18px;
  }
  .control-layout,
  .inbox-section {
    gap: 45px;
  }
  .hero-intro {
    padding-top: 18px;
  }
  .integrations {
    gap: 20px;
  }
  .story-step {
    padding-left: 28px;
  }
  .demo-footnote {
    padding-left: 46px;
  }
  .pilot-layout {
    gap: 36px;
  }
  .site-footer nav {
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  :root {
    scroll-padding-top: 24px;
  }
  .wrap {
    padding-inline: 24px;
  }
  .site-header {
    padding: 16px 24px;
    min-height: 78px;
  }
  .wordmark {
    font-size: 29px;
  }
  .wordmark img {
    width: 136px;
  }
  .small-wordmark img {
    width: 96px;
  }
  .desktop-nav {
    display: none;
  }
  .login-link {
    font-size: 14px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 28px;
    gap: 40px;
    padding-bottom: 48px;
  }
  .hero-intro {
    padding: 0;
  }
  .hero h1 {
    font-size: clamp(43px, 8vw, 64px);
    max-width: 640px;
  }
  .lead {
    margin-top: 24px;
    max-width: 490px;
  }
  .hero-actions {
    margin-top: 24px;
    gap: 12px 18px;
  }
  .button {
    font-size: 14px;
  }
  .pilot-status {
    font-size: 12px;
  }
  .scenario-picker {
    margin-top: 32px;
  }
  .scenario-buttons {
    max-width: none;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
  }
  .scenario-buttons button {
    font-size: 12px;
    padding: 12px;
    border: 1px solid var(--line) !important;
    border-radius: 8px;
    flex: 1;
    min-width: 90px;
    gap: 6px;
  }
  .scenario-buttons button[aria-pressed='true'] {
    border-color: #b9ccf8 !important;
    padding-inline: 12px;
  }
  .scenario-buttons button span {
    display: none;
  }
  .scenario-buttons button {
    flex-direction: column;
    align-items: flex-start;
    font-size: 12px;
    gap: 8px;
  }
  .scenario-buttons button > svg:last-child {
    display: none;
  }
  .story-caption {
    padding-bottom: 23px;
  }
  .conversation-story {
    max-width: 540px;
    width: 100%;
    margin-inline: auto;
  }
  .story-content {
    min-height: 0;
  }
  .story-step {
    padding-left: 30px;
    padding-bottom: 26px;
  }
  .message {
    padding: 18px;
  }
  .customer {
    margin-left: 24px;
  }
  .story-note {
    max-width: none;
  }
  .demo-footnote {
    padding-left: 49px;
  }
  .integrations {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-block: 30px;
    gap: 25px 18px;
    border-bottom: 1px solid var(--line);
  }
  .integrations > p {
    grid-column: 1/-1;
    font-size: 14px;
  }
  .integrations > p br {
    display: none;
  }
  .integrations strong {
    font-size: 21px;
  }
  .control-section {
    margin-top: 40px;
    padding-block: 60px;
  }
  .control-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  h2 {
    font-size: 40px;
  }
  .section-intro > p {
    font-size: 17px;
    margin-top: 20px;
  }
  .control-details {
    gap: 24px;
  }
  .control-details article {
    gap: 16px;
    padding-bottom: 24px;
  }
  .control-details article h3 {
    font-size: 22px;
  }
  .control-details article p {
    font-size: 15px;
  }
  .inbox-section {
    grid-template-columns: 1fr;
    padding-block: 65px;
    gap: 38px;
  }
  .inbox-section .section-intro {
    grid-row: 1;
  }
  .inbox-preview {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
  }
  .inbox-preview-header,
  .inbox-toolbar {
    padding: 18px;
  }
  .inbox-message {
    padding-inline: 18px;
  }
  .handoff-note,
  .private-note {
    margin-inline: 18px;
  }
  .inbox-tags {
    margin-inline: 18px;
  }
  .inbox-toolbar {
    flex-wrap: wrap;
  }
  .setup-section {
    padding-block: 60px;
  }
  .setup-heading {
    display: block;
  }
  .setup-heading > p {
    margin-top: 22px;
    font-size: 17px;
    max-width: 480px;
  }
  .setup-steps {
    grid-template-columns: 1fr 1fr;
    gap: 30px 24px;
    margin-top: 36px;
  }
  .setup-steps h3 {
    font-size: 21px;
    margin-top: 18px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 20px 60px;
  }
  .faq-list summary {
    font-size: 15px;
  }
  .pilot-section {
    padding-block: 55px;
  }
  .pilot-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pilot-layout h2 {
    font-size: 40px;
  }
  .pilot-layout > div > p {
    font-size: 16px;
  }
  .pilot-contact {
    gap: 20px;
  }
  .site-footer {
    padding-block: 30px;
    gap: 18px;
  }
  .site-footer > p {
    width: 100%;
  }
  .site-footer nav {
    width: 100%;
    gap: 24px;
  }
  .legal-main {
    padding-block: 35px 65px;
  }
}
@media (max-width: 360px) {
  .wrap,
  .site-header {
    padding-inline: 18px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .scenario-buttons {
    gap: 6px;
  }
  .scenario-buttons button {
    padding: 10px 8px;
    font-size: 11px;
    min-width: 80px;
  }
  .scenario-buttons button[aria-pressed='true'] {
    padding-inline: 8px;
  }
  .hero-actions > .button {
    width: 100%;
  }
  .setup-steps {
    grid-template-columns: 1fr;
  }
  .site-footer nav {
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
