@font-face {
  font-family: Manrope;
  src: url("/assets/manrope-variable.ttf") format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --ink: #142238;
  --ivory: #f4f1ea;
  --cobalt: #315fe8;
  --muted: #58657a;
  --line: #7c899b;
  --tint: #eef1fb;
  --surface: #fff;
  color-scheme: light;
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  font-synthesis: none;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
a:hover {
  color: var(--cobalt);
}
a:focus-visible {
  outline: 3px solid var(--cobalt);
  outline-offset: 6px;
  border-radius: 3px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  flex-shrink: 0;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  text-wrap: balance;
}
p {
  text-wrap: pretty;
}
.wrap {
  width: min(1232px, calc(100% - 112px));
  margin-inline: auto;
}
.site-header {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  min-height: 44px;
}
.site-header nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
nav a {
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding-block: 14px;
  min-height: 44px;
}
nav a[aria-current="page"] {
  color: var(--cobalt);
  text-decoration: underline;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 20px;
  background: var(--ink);
  color: white;
  padding: 14px 20px;
  z-index: 20;
}
.skip-link:focus {
  top: 12px;
  color: white;
}
.hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 24px;
  padding-block: 20px 65px;
}
.hero-copy {
  padding-top: 55px;
  padding-bottom: 14px;
  align-self: start;
}
.eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.7;
}
.eyebrow-line {
  width: 25px;
  height: 2px;
  background: var(--cobalt);
}
h1 {
  font-size: clamp(3.2rem, 5.35vw, 4.8rem);
  line-height: 1.13;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.hero h1 {
  margin-block: 25px 26px;
}
.hero h1 span {
  color: var(--cobalt);
}
.hero-description {
  font-size: 1.14rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 460px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 56px;
  padding: 17px 23px;
  background: var(--cobalt);
  color: #fff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 0.9375rem;
  font-weight: 600;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  background: #294fcc;
  color: #fff;
  transform: translateY(-2px);
}
.hero .button {
  margin-top: 31px;
}
.button .icon {
  width: 19px;
  height: 19px;
}
.launch-note {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 17px;
}
.hero-product {
  display: flex;
  justify-content: center;
  position: relative;
}
.product-figure {
  margin: 0;
  width: 358px;
  max-width: 100%;
  position: relative;
}
.phone {
  text-align: left;
  border: 7px solid var(--ink);
  border-radius: 47px;
  background: var(--ivory);
  padding: 3px;
  box-shadow:
    0 25px 50px -28px #14223866,
    0 0 0 1px #14223815;
  position: relative;
}
.phone:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translateX(-50%);
  width: 83px;
  height: 20px;
  border-radius: 16px;
  background: var(--ink);
  z-index: 1;
}
.phone-screen {
  overflow: hidden;
  border-radius: 35px;
  background: var(--ivory);
  font-size: 12px;
}
.phone-status {
  height: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 22px;
  font-size: 12px;
  font-weight: 700;
}
.system-indicators {
  display: flex;
}
.phone-heading {
  padding: 8px 16px 10px;
  border-bottom: 1px solid var(--line);
}
.phone-heading > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.phone-heading strong {
  font-size: 18px;
  letter-spacing: -0.04em;
  font-weight: 600;
}
.phone-heading span {
  font-size: 12px;
  color: var(--cobalt);
}
.phone-heading p {
  font-size: 12px;
  color: var(--cobalt);
  margin-top: 10px;
}
.phone-conversation {
  padding: 12px 14px 14px;
}
.user-bubble {
  background: var(--tint);
  padding: 12px 13px;
  border-radius: 17px;
  line-height: 1.55;
  font-size: 12px;
  margin-left: 18px;
}
.nalia-answer {
  border-left: 2px solid var(--cobalt);
  padding-left: 12px;
  margin-top: 17px;
  font-size: 12px;
  line-height: 1.6;
}
.answer-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}
.nalia-answer h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 10px 0 5px;
  letter-spacing: -0.015em;
}
.week-list {
  margin: 9px 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
}
.week-list li {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 8px;
  padding-left: 10px;
  position: relative;
}
.week-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--cobalt);
}
.week-list b {
  font-weight: 600;
}
.answer-question {
  margin-top: 10px;
}
.phone-composer {
  border-top: 1px solid var(--line);
  padding: 11px 12px 10px;
}
.fake-input {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 10px 12px;
  color: var(--muted);
  line-height: 1.5;
  font-size: 12px;
}
.compose-actions {
  display: flex;
  gap: 9px;
  margin-top: 9px;
  color: var(--cobalt);
}
.compose-actions > span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 14px;
  min-height: 36px;
  background: var(--tint);
  padding: 8px 12px;
}
.compose-actions > span:last-child {
  flex: 1;
  background: #8aa2ec;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.compose-actions .icon {
  width: 17px;
  height: 17px;
}
.phone-tabs {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid var(--line);
  padding: 10px 8px 3px;
}
.phone-tabs > span {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  color: var(--muted);
  font-size: 10px;
}
.phone-tabs .icon {
  width: 19px;
  height: 19px;
}
.phone-tabs .selected {
  color: var(--cobalt);
}
.home-indicator {
  width: 100px;
  height: 4px;
  background: var(--ink);
  border-radius: 5px;
  margin: 9px auto 7px;
}
figcaption {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 18px;
}
.benefits {
  border-top: 1px solid #14223825;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 72px;
  padding-block: 47px 64px;
}
.benefits .icon {
  color: var(--cobalt);
  width: 26px;
  height: 26px;
  margin-bottom: 18px;
}
.benefits h2 {
  font-size: 1.075rem;
  font-weight: 650;
  letter-spacing: -0.025em;
  margin-bottom: 9px;
}
.benefits p {
  font-size: 0.9375rem;
  color: var(--muted);
  line-height: 1.75;
  max-width: 300px;
}
.how-section {
  background: var(--ink);
  color: var(--ivory);
  padding-block: 77px 82px;
}
.how-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.how-section .eyebrow {
  color: #b5c0d2;
}
.how-section h2 {
  font-size: clamp(2.4rem, 3.4vw, 3.2rem);
  font-weight: 500;
  line-height: 1.22;
  letter-spacing: -0.045em;
  margin-top: 19px;
}
.how-intro {
  color: #b5c0d2;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 22px;
}
.steps {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  gap: 24px;
}
.steps li {
  display: flex;
  gap: 23px;
  border-bottom: 1px solid #f4f1ea30;
  padding-bottom: 24px;
}
.steps li:last-child {
  border: 0;
  padding-bottom: 0;
}
.step-number {
  font-size: 0.875rem;
  color: #aac0ff;
  padding-top: 4px;
  font-weight: 500;
}
.steps h3 {
  font-size: 1.12rem;
  font-weight: 550;
  letter-spacing: -0.02em;
  margin-bottom: 7px;
}
.steps p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #b5c0d2;
  max-width: 340px;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding-block: 45px;
}
.site-footer p {
  font-size: 0.75rem;
  color: var(--muted);
  line-height: 1.7;
  margin-top: 12px;
}
.footer-right {
  text-align: right;
}
.site-footer nav {
  gap: 24px;
}
.site-footer nav a {
  font-size: 0.8125rem;
}
.legal-main {
  max-width: 820px;
  padding-block: 25px 80px;
}
.back-link {
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  text-decoration: none;
  color: var(--muted);
}
.back-link .icon {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
.legal-heading {
  margin: 34px 0;
}
.legal-heading h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  margin: 18px 0 20px;
  line-height: 1.15;
  letter-spacing: -0.05em;
}
.legal-lead {
  font-size: 1.1rem;
  line-height: 1.8;
  color: var(--muted);
  max-width: 660px;
}
.document-date {
  font-size: 0.8125rem;
  color: var(--muted);
  margin-top: 21px;
}
.draft-notice {
  border: 1px solid var(--line);
  border-left: 3px solid var(--cobalt);
  padding: 22px 24px;
  margin-block: 30px 38px;
  border-radius: 0 14px 14px 0;
}
.small-label {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
}
.draft-notice p {
  font-size: 0.9375rem;
  line-height: 1.75;
  margin-top: 9px;
  color: var(--muted);
}
.legal-section {
  margin-top: 31px;
}
.legal-section h2 {
  font-size: 1.22rem;
  letter-spacing: -0.025em;
  line-height: 1.5;
  font-weight: 650;
  margin-bottom: 13px;
}
.legal-section p,
.legal-section li {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.legal-section p + p {
  margin-top: 13px;
}
.legal-section strong {
  font-weight: 650;
  color: var(--ink);
}
.legal-section a {
  color: var(--cobalt);
}
.legal-section ul {
  padding-left: 24px;
}
.legal-section li {
  padding-left: 3px;
  margin-bottom: 7px;
}
.legal-section .pending {
  background: var(--tint);
  color: var(--ink);
  border-radius: 10px;
  padding: 13px 17px;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 17px;
}
.legal-main + .site-footer {
  border-top: 1px solid #14223825;
}
.support-contact {
  display: flex;
  gap: 22px;
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-block: 35px;
}
.support-contact img {
  align-self: flex-start;
}
.support-contact h2 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 13px;
}
.support-contact p {
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 10px;
}
.support-contact .contact-pending {
  color: var(--ink);
  font-weight: 600;
}
.contact-email {
  font-size: 1.1rem;
  color: var(--cobalt);
  overflow-wrap: anywhere;
}
.support-state {
  border-top: 1px solid #14223825;
  margin-top: 38px;
  padding-top: 26px;
}
.support-state p {
  margin-top: 12px;
  line-height: 1.8;
  color: var(--muted);
}
.error-main {
  min-height: 60vh;
  padding-block: 70px;
}
.error-main h1 {
  font-size: 3rem;
  margin-bottom: 24px;
}
.error-main p {
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.8;
}
@media (min-width: 1450px) {
  .hero {
    gap: 50px;
    padding-top: 40px;
  }
  .hero h1 {
    font-size: 4.9rem;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 72px);
  }
  .hero {
    grid-template-columns: 1.1fr 1fr;
    gap: 20px;
  }
  .hero h1 {
    font-size: 4.1rem;
  }
  .product-figure {
    width: 338px;
  }
  .hero-description {
    font-size: 1.04rem;
  }
  .benefits {
    gap: 40px;
  }
  .how-layout {
    gap: 65px;
  }
  .phone-heading strong {
    font-size: 17px;
  }
}
@media (max-width: 850px) {
  .wrap {
    width: calc(100% - 48px);
  }
  .site-header {
    height: 95px;
  }
  .site-header .brand img {
    width: 102px;
  }
  .site-header nav {
    gap: 18px;
  }
  .hero {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 32px;
    gap: 40px;
    padding-bottom: 46px;
  }
  .hero-copy {
    padding: 0;
  }
  .eyebrow {
    justify-content: center;
  }
  .hero h1 {
    font-size: clamp(3rem, 8.1vw, 4.9rem);
    margin-top: 21px;
  }
  .hero-description {
    margin-inline: auto;
    max-width: 470px;
    font-size: 1.1rem;
  }
  .hero .button {
    margin-top: 25px;
  }
  .product-figure {
    width: 358px;
  }
  .benefits {
    gap: 27px;
    padding-block: 36px 45px;
  }
  .benefits h2 {
    font-size: 1rem;
  }
  .benefits p {
    font-size: 0.875rem;
  }
  .how-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .how-section {
    padding-block: 50px;
  }
  .how-section .eyebrow {
    justify-content: flex-start;
  }
  .how-section h2 {
    font-size: 2.8rem;
  }
  .how-intro br {
    display: none;
  }
  .steps p {
    max-width: none;
  }
  .site-footer {
    padding-block: 32px;
  }
  .legal-heading .eyebrow {
    justify-content: flex-start;
  }
  .legal-main {
    padding-top: 12px;
  }
}
@media (max-width: 560px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: auto;
    min-height: 88px;
    gap: 8px 12px;
    flex-wrap: wrap;
    padding-block: 18px;
  }
  .site-header nav {
    flex-wrap: wrap;
  }
  .site-header .brand img {
    width: 88px;
  }
  .site-header nav {
    gap: 14px;
  }
  .site-header nav a {
    font-size: 0.875rem;
  }
  .hero {
    padding-top: 29px;
    gap: 32px;
  }
  .hero h1 {
    font-size: clamp(2.75rem, 9.3vw, 3.6rem);
    line-height: 1.16;
    letter-spacing: -0.055em;
    margin-block: 19px 20px;
  }
  .hero .eyebrow {
    font-size: 0.6875rem;
    letter-spacing: 0.13em;
  }
  .hero-description {
    font-size: 1rem;
    line-height: 1.8;
    max-width: 355px;
  }
  .desktop-break {
    display: none;
  }
  .hero .button {
    min-height: 54px;
    padding-inline: 22px;
    font-size: 0.875rem;
  }
  .launch-note {
    font-size: 0.75rem;
  }
  .product-figure {
    width: 338px;
  }
  .phone-heading strong {
    font-size: 17px;
  }
  .benefits {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 34px 43px;
  }
  .benefits article {
    display: grid;
    grid-template-columns: 28px 1fr;
    column-gap: 16px;
  }
  .benefits .icon {
    grid-row: 1 / 3;
    margin-top: 3px;
    margin-bottom: 0;
  }
  .benefits h2 {
    font-size: 1.075rem;
    margin-bottom: 7px;
  }
  .benefits p {
    font-size: 0.9375rem;
    max-width: 355px;
  }
  .how-section {
    padding-block: 43px 47px;
  }
  .how-section h2 {
    font-size: 2.45rem;
  }
  .how-intro {
    font-size: 0.9375rem;
    margin-top: 18px;
  }
  .how-layout {
    gap: 33px;
  }
  .steps {
    gap: 21px;
  }
  .steps li {
    gap: 18px;
    padding-bottom: 21px;
  }
  .steps h3 {
    font-size: 1.08rem;
  }
  .steps p {
    font-size: 0.9375rem;
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding-block: 31px;
  }
  .footer-brand p {
    margin-top: 10px;
  }
  .footer-right {
    text-align: left;
  }
  .site-footer nav {
    gap: 27px;
  }
  .footer-right p {
    margin-top: 4px;
  }
  .legal-main {
    padding-bottom: 45px;
  }
  .legal-heading {
    margin-top: 24px;
  }
  .legal-heading h1 {
    font-size: 2.55rem;
  }
  .legal-lead {
    font-size: 1rem;
  }
  .legal-section h2 {
    font-size: 1.12rem;
  }
  .draft-notice {
    padding: 19px 18px;
  }
  .support-contact {
    padding: 23px 20px;
    gap: 16px;
    flex-direction: column;
  }
  .support-contact h2 {
    font-size: 1.22rem;
  }
}
@media (max-width: 360px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .site-header nav {
    gap: 10px;
  }
  .site-header nav a {
    font-size: 0.875rem;
  }
  .site-header .brand img {
    width: 74px;
  }
  .hero h1 {
    font-size: 2.65rem;
  }
  .phone-conversation {
    padding-inline: 11px;
  }
  .phone-heading {
    padding-inline: 12px;
  }
  .phone-heading strong {
    font-size: 16px;
  }
  .phone-heading span {
    font-size: 11px;
  }
  .week-list li {
    grid-template-columns: 79px 1fr;
    gap: 5px;
  }
  .product-figure {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
  }
}
@media print {
  .site-header nav,
  .site-footer,
  .back-link,
  .skip-link {
    display: none;
  }
  .wrap {
    width: 100%;
  }
  .legal-main {
    max-width: none;
  }
  .draft-notice,
  .pending {
    break-inside: avoid;
  }
  body {
    background: white;
  }
}

h1,
h2,
h3 {
  overflow-wrap: anywhere;
}

.footer-right {
  max-width: 100%;
}
.site-footer nav {
  flex-wrap: wrap;
}
