@font-face {
  font-family: Sora;
  src: url("/fonts/sora-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope-regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope-semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
:root {
  --paper: #f8f9fb;
  --white: #fff;
  --ink: #17212e;
  --muted: #536170;
  --blue: #0649ed;
  --pale: #e8efff;
  --line: #d8dfe7;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  font-family: Manrope, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  line-height: 1.65;
}
::selection {
  background: #bed1ff;
  color: #102242;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 6px;
}
p {
  color: var(--muted);
  margin: 0;
}
h1,
h2,
h3 {
  font-family: Sora, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-wrap: balance;
  margin: 0;
  line-height: 1.13;
}
h2 {
  font-size: clamp(2rem, 4.1vw, 3.5rem);
}
h3 {
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}
.wrap {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 12px 20px;
  background: white;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  font-family: Sora, Arial, sans-serif;
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}
.brand img {
  border-radius: 11px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 0.875rem;
  font-weight: 600;
}
.site-header nav > a:not(.nav-action) {
  text-underline-offset: 6px;
}
.site-header nav > a:not(.nav-action):hover {
  text-decoration: underline;
}
.nav-action {
  display: flex;
  gap: 18px;
  align-items: center;
  border-bottom: 1px solid var(--ink);
  padding: 10px 0;
}
.nav-action svg,
.text-action svg,
.button svg {
  transition: transform 0.3s var(--ease);
}
.nav-action:hover svg,
.text-action:hover svg,
.button:hover svg {
  transform: translateX(4px);
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 55px;
  align-items: center;
  padding-block: 76px 96px;
}
.hero h1 {
  font-size: clamp(3.1rem, 5.7vw, 5.3rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}
.hero h1 span {
  color: var(--blue);
}
.intro {
  font-size: 1.06rem;
  max-width: 42ch;
  margin: 27px 0 30px;
  line-height: 1.75;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
  padding: 18px 24px;
  min-height: 56px;
  border-radius: 7px;
  font-size: 0.875rem;
  font-weight: 600;
  transition:
    background 0.25s,
    color 0.25s,
    transform 0.25s;
}
.primary {
  background: var(--blue);
  color: white;
}
.primary:hover {
  background: #0339bd;
  transform: translateY(-2px);
}
.hero-note {
  font-size: 0.8rem;
  margin-top: 20px;
}
.hero-product {
  position: relative;
  margin: 0;
  min-height: 566px;
  background: var(--pale);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 36px 40px 48px;
  isolation: isolate;
}
.product-word {
  position: absolute;
  left: 28px;
  top: 34px;
  font-family: Sora, Arial, sans-serif;
  font-size: clamp(3rem, 5.4vw, 5rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
  color: #17418b;
  z-index: -1;
}
.phone {
  width: 254px;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 28px 48px -20px #183c784a;
  outline: 6px solid white;
}
.hero-phone {
  transform: rotate(6deg) translateY(16px);
  animation: phone-enter 1.1s var(--ease) both;
}
.hero-product figcaption {
  position: absolute;
  bottom: 19px;
  left: 28px;
  color: #2e4b76;
  font-size: 0.75rem;
}
.hero-scroll {
  position: absolute;
  left: 0;
  bottom: 31px;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 0.75rem;
  color: var(--muted);
}
.hero-scroll svg {
  width: 16px;
  height: 16px;
}
.workflow {
  padding-block: 88px 120px;
  border-top: 1px solid var(--line);
}
.workflow-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: end;
  margin-bottom: 62px;
}
.workflow-intro p {
  max-width: 39ch;
  font-size: 1.03rem;
}
.workflow-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.job-product {
  margin: 0;
  background: #eef0f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 44px 25px 25px;
}
.job-phone {
  width: 230px;
  transform: rotate(-3deg);
}
.job-product figcaption {
  font-size: 0.8rem;
  margin-top: 30px;
  color: var(--muted);
}
.steps {
  list-style: none;
  padding: 0;
  margin: 0;
}
.steps li {
  display: flex;
  gap: 22px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}
.steps li:last-child {
  border-bottom: 1px solid var(--line);
}
.step-number {
  font-size: 0.75rem;
  color: var(--blue);
  padding-top: 4px;
  font-variant-numeric: tabular-nums;
}
.steps h3 {
  margin-bottom: 13px;
}
.steps p {
  font-size: 0.95rem;
  max-width: 40ch;
  line-height: 1.8;
}
.audience {
  background: #e9edf2;
  padding-block: 104px;
}
.audience-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}
.audience-layout > div > p {
  max-width: 37ch;
  margin-top: 24px;
}
.role-tabs {
  display: flex;
  gap: 28px;
  border-bottom: 1px solid #bbc6d4;
}
.role-tabs button {
  position: relative;
  background: none;
  border: 0;
  padding: 0 2px 17px;
  color: var(--muted);
  font-size: 0.95rem;
  cursor: pointer;
  min-height: 44px;
}
.role-tabs button[aria-selected="true"] {
  color: var(--blue);
  font-weight: 600;
}
.role-tabs button[aria-selected="true"]::after {
  content: "";
  height: 2px;
  background: var(--blue);
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.role-panel {
  padding-top: 40px;
  min-height: 288px;
}
.role-panel[hidden] {
  display: none;
}
.role-panel h3 {
  font-size: 2rem;
  line-height: 1.25;
  margin-bottom: 20px;
}
.role-panel p {
  max-width: 40ch;
  font-size: 0.95rem;
}
.text-action {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  color: var(--blue);
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 25px;
}
.role-panel.is-changing {
  animation: panel-enter 0.4s var(--ease);
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  padding-block: 116px;
}
.question-list details {
  border-bottom: 1px solid var(--line);
}
.question-list details:first-child {
  border-top: 1px solid var(--line);
}
summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  list-style: none;
  padding: 24px 0;
  font-weight: 600;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}
summary span {
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
summary span::before,
summary span::after {
  content: "";
  height: 1.5px;
  width: 14px;
  background: var(--ink);
  position: absolute;
  top: 7px;
  left: 1px;
  transition: transform 0.25s var(--ease);
}
summary span::after {
  transform: rotate(90deg);
}
details[open] summary span::after {
  transform: rotate(0);
}
details > p {
  font-size: 0.94rem;
  padding: 0 28px 25px 0;
  max-width: 55ch;
}
details > p > a {
  text-decoration: underline;
  text-underline-offset: 3px;
  color: var(--blue);
}
.closing {
  border-top: 1px solid var(--line);
  padding-block: 78px 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.closing p {
  margin-top: 23px;
}
.site-footer {
  border-top: 1px solid var(--line);
  padding-block: 30px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.site-footer .brand {
  font-size: 1.2rem;
}
.site-footer nav {
  display: flex;
  gap: 25px;
  font-size: 0.8rem;
}
.site-footer nav a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.site-footer > p {
  font-size: 0.75rem;
}
.legal-page {
  width: min(740px, calc(100% - 48px));
  margin: auto;
  padding: 45px 0 90px;
}
.legal-page .brand {
  margin-bottom: 70px;
}
.legal-page h1 {
  font-size: clamp(2.5rem, 6vw, 4rem);
  margin-bottom: 20px;
}
.legal-page p {
  margin-bottom: 25px;
}
.legal-page .legal-date {
  font-size: 0.8rem;
}
.legal-page a:not(.brand) {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.legal-page .arrow-link {
  display: inline-flex;
  margin-top: 20px;
}
.support-box {
  padding-block: 15px;
  border-block: 1px solid var(--line);
  margin-block: 30px;
}
.support-box p {
  margin: 10px 0;
}
.support-box strong {
  color: var(--ink);
}
@keyframes phone-enter {
  from {
    transform: rotate(0) translateY(35px);
    opacity: 0.65;
  }
  to {
    transform: rotate(6deg) translateY(16px);
    opacity: 1;
  }
}
@keyframes panel-enter {
  from {
    opacity: 0.5;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (min-width: 1100px) {
  .hero-phone {
    margin-top: 28px;
  }
  .hero-product {
    padding-right: 36px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
  }
  .hero-product {
    min-height: 505px;
    padding: 50px 25px 40px;
  }
  .phone {
    width: 225px;
  }
  .product-word {
    font-size: 3.7rem;
    left: 20px;
    top: 25px;
  }
  .workflow-intro,
  .workflow-content,
  .audience-layout,
  .questions {
    gap: 55px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 20px;
  }
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    height: 88px;
  }
  .brand {
    font-size: 1.25rem;
    gap: 10px;
  }
  .brand img {
    width: 40px;
    height: 40px;
  }
  .site-header nav {
    gap: 0;
  }
  .site-header nav > a:not(.nav-action) {
    display: none;
  }
  .nav-action {
    font-size: 0.78rem;
    gap: 10px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 52px 76px;
    gap: 46px;
  }
  .hero h1 {
    font-size: clamp(2.7rem, 10.7vw, 4.5rem);
  }
  .intro {
    max-width: 42ch;
    margin-top: 24px;
    font-size: 1rem;
  }
  .button {
    padding: 17px 21px;
    gap: 20px;
  }
  .hero-product {
    min-height: 490px;
    padding: 30px 38px 42px;
    max-width: 510px;
    width: 100%;
    justify-self: center;
  }
  .hero-phone {
    width: 232px;
  }
  .product-word {
    font-size: 3.75rem;
    left: 24px;
    top: 28px;
  }
  .hero-product figcaption {
    left: 24px;
  }
  .hero-scroll {
    bottom: 25px;
  }
  .workflow {
    padding-block: 68px 72px;
  }
  .workflow-intro,
  .workflow-content,
  .audience-layout,
  .questions {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .workflow-intro {
    margin-bottom: 36px;
  }
  .workflow-intro p {
    max-width: 40ch;
  }
  .workflow-content {
    gap: 30px;
  }
  .job-product {
    padding-block: 35px 20px;
  }
  .job-phone {
    width: 220px;
  }
  .steps li {
    padding: 27px 0;
  }
  .audience {
    padding-block: 65px;
  }
  .audience-layout {
    gap: 42px;
  }
  .role-tabs {
    gap: 32px;
  }
  .role-panel {
    min-height: 285px;
    padding-top: 30px;
  }
  .role-panel h3 {
    font-size: 1.85rem;
  }
  .questions {
    padding-block: 70px;
    gap: 38px;
  }
  .closing {
    align-items: flex-start;
    flex-direction: column;
    padding-block: 60px 65px;
    gap: 28px;
  }
  .closing h2 {
    font-size: 2.35rem;
  }
  .site-footer {
    flex-wrap: wrap;
    padding-block: 27px;
    gap: 24px;
  }
  .site-footer nav {
    gap: 20px;
  }
  .site-footer > p {
    width: 100%;
  }
  .legal-page .brand {
    margin-bottom: 55px;
  }
}
@media (max-width: 380px) {
  .brand {
    font-size: 1.1rem;
  }
  .nav-action {
    font-size: 0.72rem;
  }
  .hero-product {
    padding-right: 24px;
  }
  .hero-phone {
    width: 214px;
  }
  .role-tabs {
    gap: 24px;
  }
  .button {
    font-size: 0.8rem;
    gap: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .hero-phone {
    transform: translateY(16px);
  }
  .job-phone {
    transform: none;
  }
}
