:root {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #18212b;
  background: #f5f6f7;
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
  cursor: pointer;
}
a,
button,
summary {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #ef7b82;
  outline-offset: 5px;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
.skip {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 10;
  padding: 12px;
  background: white;
}
.skip:focus {
  top: 12px;
}
.site-nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 0 max(5vw, 20px);
  background: #fff;
}
.logo {
  width: 184px;
  height: 65px;
  display: flex;
  align-items: center;
}
.logo img {
  width: 100%;
  height: auto;
}
.site-nav nav,
.nav-actions {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  font-weight: 600;
}
.nav-actions {
  gap: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  background: #c51d24;
  color: #fff;
  padding: 18px 25px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #a5161c;
  transform: translateY(-2px);
}
.button.small {
  padding: 13px 19px;
  font-size: 13px;
}
.hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  background: #17191e;
  overflow: hidden;
}
.hero-media {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.hero-media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.78;
}
.hero-media:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(18, 18, 23, 0.84),
    rgba(18, 18, 23, 0.55) 55%,
    rgba(18, 18, 23, 0.22)
  );
}
.hero-inner {
  max-width: 1380px;
  margin: auto;
  padding: 86px max(5vw, 20px) 76px;
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 8%;
  align-items: center;
  min-height: 660px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.16em;
  line-height: 1.8;
  font-weight: 700;
  margin: 0 0 22px;
}
.hero .eyebrow {
  color: #f3ccce;
}
.eyebrow > span {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #ef7b82;
  border-radius: 50%;
  margin-right: 8px;
}
h1 {
  font-size: clamp(44px, 4.7vw, 70px);
  line-height: 1.08;
  letter-spacing: -0.06em;
  font-weight: 700;
  margin: 0;
}
em {
  font-style: normal;
  color: #ff9299;
}
.hero-description {
  font-size: 14px;
  line-height: 1.9;
  max-width: 440px;
  color: #e3e0e1;
  margin: 27px 0;
}
.hero-actions {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-actions .button {
  background: #c51d24;
  color: #ffffff;
}
.hero-actions .button:hover {
  background: #a5161c;
}
.text-link {
  font-size: 12px;
  font-weight: 600;
}
.text-link span {
  margin-left: 12px;
}
.demo-note {
  font-size: 11px;
  color: #cec4c6;
  margin: 18px 0 0;
}
.product-preview {
  background: rgba(28, 27, 33, 0.92);
  border: 1px solid #665158;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 30px 70px #0005;
  transform: rotate(2deg);
  max-width: 390px;
  width: 100%;
  justify-self: end;
  backdrop-filter: blur(14px);
}
.preview-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 9px;
  letter-spacing: 0.14em;
  color: #d6c9cc;
}
.demo-tag {
  border: 1px solid #70585e;
  border-radius: 4px;
  padding: 4px 7px;
}
.preview-greeting {
  font-size: 20px;
  font-weight: 600;
  margin: 22px 0;
}
.preview-balance {
  background: #821b25;
  border: 1px solid #aa4550;
  border-radius: 12px;
  padding: 22px;
}
.preview-balance > span {
  font-size: 11px;
  color: #ecd6d9;
}
.preview-balance > strong {
  display: block;
  font-size: 30px;
  letter-spacing: -0.05em;
  margin: 8px 0 25px;
}
.preview-balance > strong > span {
  font-size: 16px;
  color: #efb8be;
}
.preview-balance > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 10px;
  margin-top: 12px;
  color: #ecd6d9;
}
.preview-balance b {
  font-weight: 500;
  color: white;
}
.preview-title {
  font-size: 11px;
  margin: 24px 0 17px;
}
.preview-goal {
  display: flex;
  gap: 13px;
  align-items: center;
}
.goal-icon {
  background: #f4d9dc;
  color: #98202c;
  border-radius: 10px;
  padding: 12px;
  font-size: 20px;
}
.preview-goal strong {
  font-size: 12px;
}
.preview-goal p {
  font-size: 10px;
  color: #c9bec2;
  margin: 6px 0;
}
.preview-bottom {
  border-top: 1px solid #56434a;
  margin-top: 24px;
  padding-top: 19px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #efb8be;
}
.hero-footer {
  border-top: 1px solid #ffffff26;
  padding: 19px max(5vw, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  color: #d6c9cc;
}
.hero-footer > div {
  display: flex;
  gap: 38px;
}
.hero-footer button {
  background: transparent;
  border: 1px solid #a29499;
  border-radius: 20px;
  color: white;
  padding: 9px 15px;
  font-size: 11px;
  min-height: 40px;
}
.section {
  padding: 84px max(5vw, 20px);
  max-width: 1380px;
  margin: auto;
}
h2 {
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.2;
  letter-spacing: -0.045em;
  margin: 0 0 22px;
  font-weight: 600;
}
.section-heading {
  max-width: 610px;
}
.section-heading > p:last-child,
.how > div > p:not(.eyebrow) {
  font-size: 14px;
  line-height: 1.9;
  color: #596474;
  max-width: 460px;
}
.section .eyebrow {
  color: #c51d24;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
  border-top: 1px solid #dce1e5;
}
.service-grid article {
  padding: 30px 32px 0 0;
}
.service-grid article + article {
  padding-left: 32px;
  border-left: 1px solid #dce1e5;
}
.service-number {
  font-size: 10px;
  color: #c51d24;
  letter-spacing: 0.1em;
}
h3 {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.35;
}
.service-grid p {
  font-size: 13px;
  line-height: 1.9;
  color: #596474;
  min-height: 80px;
}
.service-grid a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  margin-top: 28px;
  min-height: 44px;
}
.how {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12%;
  border-top: 1px solid #dce1e5;
}
.how .button {
  margin-top: 17px;
}
.how ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.how li {
  display: flex;
  gap: 25px;
  padding: 24px 0;
  border-bottom: 1px solid #dce1e5;
}
.how li:first-child {
  padding-top: 0;
}
.how li > span {
  font-size: 12px;
  color: #c51d24;
  padding-top: 4px;
}
.how li h3 {
  font-size: 17px;
  margin: 0 0 10px;
}
.how li p {
  font-size: 13px;
  line-height: 1.8;
  color: #596474;
  margin: 0;
}
.about {
  max-width: none;
  background: #252027;
  color: #fff;
  text-align: center;
}
.about .eyebrow {
  color: #f3ccce;
}
.about p:not(.eyebrow) {
  max-width: 555px;
  margin: 0 auto 28px;
  color: #e0d5d8;
  font-size: 14px;
  line-height: 1.9;
}
.about .button {
  background: #c51d24;
  color: #ffffff;
}
.faq {
  max-width: 900px;
}
.faq h2 {
  margin-bottom: 34px;
}
.faq details {
  border-bottom: 1px solid #dce1e5;
  padding: 22px 0;
  font-size: 14px;
}
.faq summary {
  cursor: pointer;
  font-weight: 600;
  line-height: 1.7;
}
.faq details p {
  color: #596474;
  line-height: 1.9;
  max-width: 640px;
}
.site-footer {
  border-top: 1px solid #dce1e5;
  padding: 34px max(5vw, 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #596474;
}
.footer-name {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #18212b;
}
.footer-name span {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 4px;
}
.site-footer small {
  flex-basis: 100%;
  font-size: 10px;
  padding-top: 10px;
}
.hero-copy {
  animation: enter 0.6s ease-out both;
}
@keyframes enter {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 760px) {
  .site-nav {
    height: 64px;
    padding: 0 16px;
    gap: 8px;
  }
  .logo {
    width: 125px;
    flex-shrink: 0;
  }
  .site-nav nav {
    display: none;
  }
  .nav-actions {
    gap: 12px;
    font-size: 12px;
  }
  .nav-actions > a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .button.small {
    padding: 11px 14px;
  }
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 32px 18px 24px;
    gap: 24px;
    min-height: 0;
  }
  h1 {
    font-size: clamp(30px, 8.9vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.05em;
  }
  .hero-description {
    font-size: 13px;
    max-width: 370px;
    margin: 18px 0;
    line-height: 1.8;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 0.06em;
    margin-bottom: 16px;
  }
  .hero-actions {
    gap: 8px 16px;
  }
  .button {
    font-size: 12px;
    padding: 15px 19px;
    gap: 20px;
    min-height: 44px;
  }
  .text-link {
    font-size: 11px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
  }
  .demo-note {
    margin-top: 10px;
  }
  .product-preview {
    justify-self: center;
    transform: none;
    max-width: 440px;
    padding: 16px;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }
  .preview-top {
    display: contents;
    font-size: 9px;
  }
  .preview-top > span:first-child {
    align-self: center;
  }
  .demo-tag {
    justify-self: end;
  }
  .preview-balance {
    padding: 14px 16px;
    grid-column: 1 / -1;
  }
  .preview-balance > strong {
    font-size: 27px;
    margin: 6px 0 14px;
  }
  .preview-balance > div {
    font-size: 11px;
    margin-top: 8px;
  }
  .preview-greeting {
    display: none;
  }
  .preview-title {
    display: none;
  }
  .preview-goal,
  .preview-bottom {
    display: none;
  }
  .hero-footer {
    padding: 12px 18px;
    font-size: 10px;
    align-items: center;
  }
  .hero-footer > div {
    gap: 5px;
    flex-direction: column;
  }
  .hero-footer button {
    font-size: 10px;
    white-space: nowrap;
    min-height: 44px;
  }
  .section {
    padding: 36px 18px;
  }
  .section .eyebrow {
    font-size: 10px;
    margin-bottom: 12px;
  }
  h2 {
    font-size: clamp(26px, 7vw, 34px);
    margin-bottom: 16px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    margin-top: 22px;
  }
  .service-grid article,
  .service-grid article + article {
    padding: 20px 0;
    border-left: 0;
    border-bottom: 1px solid #dce1e5;
  }
  .service-grid h3 {
    font-size: 22px;
    margin: 12px 0;
  }
  .service-grid p {
    min-height: 0;
    max-width: 400px;
  }
  .service-grid a {
    margin-top: 15px;
  }
  .how {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .how li {
    gap: 20px;
  }
  .about h2 {
    font-size: 28px;
  }
  .site-footer {
    padding: 24px 18px max(24px, env(safe-area-inset-bottom));
  }
  .site-footer > a {
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
  }
  .site-footer > p {
    display: none;
  }
  .faq summary {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .hero-copy {
    animation: none;
  }
  .button {
    transition: none;
  }
}
