:root {
  --paper:#f8f9f5;
  --ink:#20251f;
  --muted:#656b63;
  --line:#dce0d7;
  --blue:#2351ee;
  --serif:Georgia,'Times New Roman',serif}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:28px}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
  font-size:15px;
  -webkit-font-smoothing:antialiased}
a {
  color:inherit;
  text-decoration:none}
button,a {
  -webkit-tap-highlight-color:transparent}
a:focus-visible {
  outline:3px solid var(--blue);
  outline-offset:6px;
  border-radius:3px}
a:hover {
  color:var(--blue)}
.wrap {
  width:min(1240px,calc(100% - 112px));
  margin-inline:auto}
.header {
  height:112px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid var(--line)}
.brand {
  display:flex;
  align-items:center;
  font-size:25px;
  font-weight:700;
  letter-spacing:-1.3px}
.brand>span {
  font-weight:400}
.brand svg {
  width:42px;
  height:32px;
  margin-right:12px;
  flex-shrink:0}
nav {
  display:flex;
  align-items:center;
  gap:36px;
  font-size:13px}
nav .nav-contact {
  padding:12px 17px;
  border:1px solid #bfc4ba;
  border-radius:6px}
nav span {
  padding-left:16px}
.hero {
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:36px;
  padding-block:87px 77px;
  align-items:center}
.eyebrow {
  font-size:10px;
  font-weight:600;
  letter-spacing:1.45px;
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 28px}
.hero h1 {
  font-size:clamp(52px,5.4vw,78px);
  line-height:1.06;
  letter-spacing:-4px;
  font-weight:500;
  margin:0 0 26px}
.serif {
  font-family:var(--serif);
  font-weight:400;
  font-style:italic;
  letter-spacing:-.055em}
.hero-description {
  max-width:400px;
  font-size:16px;
  line-height:1.8;
  color:var(--muted);
  margin-bottom:28px}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:33px;
  font-size:13px;
  font-weight:500;
  border-radius:5px;
  padding:17px 21px;
  transition:transform .2s,background .2s}
.button:hover {
  transform:translateY(-3px)}
.dark {
  color:#fff;
  background:var(--ink)}
.dark:hover {
  color:#fff;
  background:var(--blue)}
.button>span[aria-hidden] {
  font-size:20px;
  line-height:1}
.eye-art {
  height:440px;
  position:relative;
  background:#edf1fb;
  border:1px solid #dce3f1;
  border-radius:4px;
  overflow:hidden}
.art-grid {
  position:absolute;
  inset:0;
  background-image:linear-gradient(#cbd6ef55 1px,transparent 1px),linear-gradient(90deg,#cbd6ef55 1px,transparent 1px);
  background-size:32px 32px}
.eye-illustration {
  position:absolute;
  width:112%;
  height:100%;
  left:-6%;
  top:0;
  animation:appear 1s ease both}
.product-section {
  padding-top:12px}
.product-card {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:var(--blue);
  color:white;
  min-height:450px;
  border-radius:8px;
  overflow:hidden}
.product-copy {
  padding:44px 48px}
.product-label {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:20px;
  font-weight:600;
  letter-spacing:-.5px}
.product-icon {
  background:white;
  color:var(--blue);
  width:31px;
  height:31px;
  border-radius:8px;
  display:grid;
  place-items:center;
  font-size:25px}
.product-copy h2 {
  font-size:64px;
  line-height:1.04;
  letter-spacing:-2.5px;
  margin:35px 0 21px}
.product-copy p {
  color:#e0e8ff;
  font-size:13px;
  line-height:1.85;
  max-width:355px;
  margin-bottom:25px}
.light {
  background:#fff;
  color:#1739a4}
.light:hover {
  background:#e6ecff}
.product-visual {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden}
.orbit {
  position:absolute;
  width:480px;
  height:480px;
  border:1px solid #ffffff24;
  border-radius:50%;
  top:25px;
  left:25px}
.orbit-two {
  width:370px;
  height:370px;
  top:80px;
  left:80px}
.transfer-preview {
  position:relative;
  z-index:1;
  width:87%;
  max-width:390px;
  background:#fff;
  color:var(--ink);
  padding:24px;
  border-radius:13px;
  box-shadow:0 20px 60px #06156455;
  transform:rotate(-5deg);
  margin-right:26px}
.preview-header {
  display:flex;
  gap:9px;
  align-items:center;
  font-size:10px;
  border-bottom:1px solid #edf0ed;
  padding-bottom:20px}
.preview-logo {
  font-size:24px;
  color:var(--blue)}
.preview-dots {
  margin-left:auto;
  color:#9b9d9c;
  letter-spacing:1px}
.file-row {
  display:flex;
  gap:12px;
  align-items:center;
  margin-top:25px}
.file-row strong {
  display:block;
  font-size:12px}
.file-row small {
  display:block;
  color:#81877f;
  font-size:9px;
  margin-top:6px}
.file-icon {
  width:42px;
  height:50px;
  border:1px solid #d7e0fb;
  border-radius:5px;
  background:#eff3ff;
  color:var(--blue);
  font-size:10px;
  display:grid;
  place-items:center;
  font-weight:600}
.file-check {
  margin-left:auto;
  color:#26816a;
  background:#e7f4ed;
  border-radius:50%;
  padding:4px 6px;
  font-size:10px}
.progress-track {
  height:5px;
  background:#eaf0ff;
  border-radius:5px;
  margin-top:25px;
  overflow:hidden}
.progress-track span {
  display:block;
  width:100%;
  height:100%;
  background:var(--blue)}
.preview-status {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  color:#777e73;
  margin-top:9px}
.preview-status strong {
  color:var(--ink)}
.preview-link {
  margin-top:24px;
  padding:13px 12px;
  border-radius:4px;
  background:#f1f4fb;
  font-size:10px;
  display:flex;
  justify-content:space-between}
.illustration-note {
  position:absolute;
  bottom:20px;
  right:26px;
  font-size:8px;
  color:#d5dfff}
.about {
  padding-block:100px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px}
.about h2,.contact h2 {
  font-weight:500;
  font-size:52px;
  letter-spacing:-2px;
  line-height:1.1;
  margin:0}
.about-copy .lead {
  font-size:20px;
  line-height:1.6;
  color:var(--ink);
  margin-top:0}
.about-copy p {
  font-size:13px;
  line-height:1.9;
  color:var(--muted)}
.contact {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:90px;
  border-top:1px solid var(--line);
  padding-block:66px 78px}
.contact p:not(.eyebrow) {
  font-size:13px;
  line-height:1.8;
  color:var(--muted);
  margin-top:24px}
.email-link {
  display:inline-flex;
  align-items:center;
  gap:24px;
  margin-top:14px;
  font-size:20px;
  border-bottom:1px solid #b1b8ac;
  padding-bottom:10px;
  letter-spacing:-.4px}
.email-link span {
  color:var(--blue)}
.company-details {
  background:#eef0e9;
  border:1px solid #e1e5dc;
  border-radius:6px;
  padding:29px 30px;
  align-self:center}
.company-details h3 {
  font-size:15px;
  font-weight:600;
  letter-spacing:0;
  margin:0 0 18px}
.company-details dl {
  font-size:11px;
  margin:0}
.company-details dl>div {
  display:flex;
  justify-content:space-between;
  gap:20px;
  border-bottom:1px solid #d9ded3;
  padding:13px 0}
.company-details dt {
  color:var(--muted)}
.company-details dd {
  margin:0;
  text-align:right}
.footer {
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  gap:30px;
  padding-block:29px 38px;
  font-size:10px;
  color:var(--muted)}
.footer-brand {
  font-size:20px;
  color:var(--ink)}
.footer p {
  margin-right:auto}
.back-top {
  margin-left:15px}
.skip-link {
  position:absolute;
  top:-100px;
  left:20px;
  background:var(--ink);
  color:white;
  padding:15px;
  z-index:10}
.skip-link:focus {
  top:15px}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0}
.legal {
  max-width:740px;
  padding-block:80px}
.legal h1 {
  font-size:54px;
  letter-spacing:-2px;
  font-weight:500}
.legal h2 {
  font-size:20px;
  margin-top:35px}
.legal p {
  line-height:1.85;
  color:var(--muted)}
.legal a {
  text-decoration:underline;
  text-underline-offset:4px}
.legal .eyebrow {
  color:var(--muted)}
@keyframes appear {
  from {
  opacity:0;
  transform:scale(.96)}
to {
  opacity:1;
  transform:scale(1)}
}

@media(min-width:1500px) {
  .hero h1 {
  font-size:82px}
.eye-art {
  height:470px}
}

@media(max-width:1000px) {
  .wrap {
  width:calc(100% - 64px)}
.hero {
  gap:22px;
  padding-block:60px}
.hero h1 {
  font-size:58px;
  letter-spacing:-3px}
.eye-art {
  height:390px}
.hero-description {
  font-size:14px}
.product-copy {
  padding:35px 30px}
.product-copy h2 {
  font-size:54px}
.product-label {
  font-size:18px;
  flex-wrap:wrap}
.transfer-preview {
  padding:17px;
  margin-right:15px}
.about {
  gap:35px}
.about h2,.contact h2 {
  font-size:44px}
.contact {
  gap:35px}
.footer {
  gap:20px}
.back-top {
  margin:0}
}

@media(max-width:700px) {
  .wrap {
  width:calc(100% - 40px)}
.header {
  height:84px}
.brand {
  font-size:22px}
.brand svg {
  width:34px;
  height:30px;
  margin-right:9px}
nav {
  gap:16px;
  font-size:11px}
nav>a:nth-child(2) {
  display:none}
nav .nav-contact {
  padding:10px 12px}
nav span {
  padding-left:5px}
.hero {
  grid-template-columns:1fr;
  padding-top:49px;
  padding-bottom:33px;
  gap:34px}
.eyebrow {
  font-size:8px;
  letter-spacing:1.1px;
  margin-bottom:24px}
.hero h1 {
  font-size:clamp(51px,10vw,70px);
  letter-spacing:-2.8px}
.hero-description {
  max-width:430px;
  font-size:15px;
  margin-bottom:24px}
.eye-art {
  height:330px}
.eye-illustration {
  width:100%;
  left:0}
.product-section {
  padding-top:20px}
.product-card {
  grid-template-columns:1fr}
.product-copy {
  padding:30px 27px 12px}
.product-copy h2 {
  font-size:58px;
  margin-top:29px}
.product-label {
  font-size:20px}
.product-visual {
  min-height:330px}
.transfer-preview {
  padding:22px;
  margin-right:0;
  max-width:340px}
.illustration-note {
  bottom:7px;
  font-size:7px}
.orbit {
  top:-80px;
  left:-15px}
.orbit-two {
  top:-25px;
  left:40px}
.about {
  grid-template-columns:1fr;
  padding-block:60px;
  gap:25px}
.about h2,.contact h2 {
  font-size:44px}
.about-copy .lead {
  font-size:19px}
.contact {
  grid-template-columns:1fr;
  gap:32px;
  padding-block:44px}
.email-link {
  font-size:19px;
  gap:15px}
.company-details {
  padding:25px}
.footer {
  flex-wrap:wrap;
  justify-content:space-between;
  gap:20px;
  padding-block:25px}
.footer p {
  order:4;
  width:100%;
  margin:0;
  font-size:9px}
.footer-brand {
  width:100%;
  font-size:22px}
.footer a {
  font-size:11px}
.footer .brand {
  font-size:22px}
.legal {
  padding-top:40px}
.legal h1 {
  font-size:44px}
}

@media(max-width:370px) {
  nav {
  gap:9px}
.brand {
  font-size:19px}
.brand svg {
  width:29px;
  height:26px}
.header:has(a[href="#product"]) nav>a:first-child {
  display:none}
.email-link {
  font-size:17px}
.hero h1 {
  font-size:48px}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*::before,*::after {
  animation:none!important;
  transition:none!important}
}

nav a {
  white-space:nowrap}
.brand {
  flex-shrink:0}

@media(max-width:420px) {
  .header:has(a[href="#product"]) nav>a:first-child {
  display:none}
}

@media(max-width:420px) {
  .product-copy h2 {
  font-size:52px}
}


.company-details dd {
  line-height:1.6}

