@charset "UTF-8";
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/inter-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("../assets/fonts/inter-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Inter", system-ui, sans-serif;
  color: #191c1f;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #000000;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: #376cd5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul,
ol {
  list-style: none;
}

button {
  font-family: "Inter", system-ui, sans-serif;
  cursor: pointer;
  border: none;
  background: none;
}

.t-display-xxl {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 136px;
  line-height: 1;
  letter-spacing: -2.72px;
}

.t-display-xl {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.8px;
}

.t-display-lg {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1.21;
  letter-spacing: -0.48px;
}

.t-display-md {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.4px;
}

.t-heading-lg {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: -0.32px;
}

.t-heading-md {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
}

.t-heading-sm {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

.t-body-lg {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: -0.09px;
}

.t-body-md {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

.t-body-md-bold {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.16px;
}

.t-body-sm {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
}

.t-button-lg {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

.t-button-md {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

.t-button-sm {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
}

.t-caption {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
}

.t-link-emph {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.24px;
}

h1 {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(48px, 8vw, 96px);
  line-height: 1;
  letter-spacing: -0.022em;
}

h2 {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(36px, 5vw, 48px);
  line-height: 1.21;
  letter-spacing: -0.48px;
}

h3 {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: -0.32px;
}

h4 {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33;
}

h5 {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
}

p {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.24px;
  color: #1f2226;
}

small {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #505a63;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  padding: 0 28px;
  border-radius: 9999px;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.24px;
  border: none;
  cursor: pointer;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn__fill {
  position: absolute;
  border-radius: 50%;
  background: #494fdf;
  transform: scale(0);
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0;
}
.btn__text {
  position: relative;
  z-index: 1;
  display: inherit;
  align-items: inherit;
  gap: inherit;
}
.btn--primary {
  background: #ffffff;
  color: #000000;
}
.btn--primary:hover {
  background: #494fdf;
  color: #ffffff;
  text-decoration: none;
}
.btn--dark {
  background: #000000;
  color: #ffffff;
}
.btn--dark:hover {
  background: #494fdf;
  color: #ffffff;
  text-decoration: none;
}
.btn--soft {
  background: #f4f4f4;
  color: #191c1f;
}
.btn--soft:hover {
  background: #494fdf;
  color: #ffffff;
  text-decoration: none;
}
.btn--outline-light {
  background: #ffffff;
  color: #191c1f;
  border: 1px solid #191c1f;
}
.btn--outline-light:hover {
  background: #494fdf;
  color: #ffffff;
  border-color: #494fdf;
  text-decoration: none;
}
.btn--outline-dark {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn--outline-dark:hover {
  background: #494fdf;
  color: #ffffff;
  border-color: #494fdf;
  text-decoration: none;
}
.btn--sm {
  height: 36px;
  padding: 0 16px;
  font-size: 14px;
  background: #f4f4f4;
  color: #191c1f;
}
.btn--sm:hover {
  background: #e2e2e7;
}
.btn--primary-cobalt {
  background: #494fdf;
  color: #ffffff;
}
.btn--primary-cobalt:hover {
  background: #3a40c4;
  text-decoration: none;
}

.card {
  border-radius: 20px;
  padding: 32px;
}
.card--light {
  background: #ffffff;
  color: #191c1f;
  border: 1px solid #e2e2e7;
}
.card--dark {
  background: #16181a;
  color: #ffffff;
}
.card--featured {
  background: #494fdf;
  color: #ffffff;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 13px;
  line-height: 1.4;
}
.badge--tag {
  background: #f4f4f4;
  color: #191c1f;
}
.badge--feature {
  background: #494fdf;
  color: #ffffff;
}
.badge--dark {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.text-input {
  height: 56px;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #e2e2e7;
  background: #ffffff;
  color: #191c1f;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  letter-spacing: 0.24px;
  width: 100%;
  transition: outline 0.1s ease;
}
.text-input:focus {
  outline: 2px solid #494fdf;
  outline-offset: -1px;
}
.text-input::placeholder {
  color: #8d969e;
}

textarea.text-input {
  height: auto;
  min-height: 120px;
  padding: 14px 16px;
  resize: vertical;
}

.glyph-box {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.glyph-box--teal {
  background: #00a87e;
}
.glyph-box--pink {
  background: #e61e49;
}
.glyph-box--green {
  background: #428619;
}
.glyph-box--blue {
  background: #007bc2;
}
.glyph-box--yellow {
  background: #b09000;
}
.glyph-box--cobalt {
  background: #494fdf;
}
.glyph-box--warning {
  background: #ec7e00;
}
.glyph-box svg {
  width: 28px;
  height: 28px;
  fill: rgba(255, 255, 255, 0.85);
}

.divider {
  height: 1px;
}
.divider--light {
  background: #e2e2e7;
}
.divider--dark {
  background: rgba(255, 255, 255, 0.12);
}
.divider--strong {
  background: #191c1f;
}

@keyframes sinit-fade-up {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sinit-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.navbar {
  animation: sinit-fade-in 0.5s ease both;
}

.hero__eyebrow {
  animation: sinit-fade-up 0.6s ease both;
  animation-delay: 0.1s;
}

.hero__title {
  animation: sinit-fade-up 0.7s ease both;
  animation-delay: 0.22s;
}

.hero__subtitle {
  animation: sinit-fade-up 0.7s ease both;
  animation-delay: 0.38s;
}

.hero__ctas {
  animation: sinit-fade-up 0.6s ease both;
  animation-delay: 0.52s;
}

.hero__disclosure {
  animation: sinit-fade-up 0.6s ease both;
  animation-delay: 0.64s;
}

.animate-fade-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.animate-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-stagger > * {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}
.animate-stagger.is-visible > *:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s;
}
.animate-stagger.is-visible > *:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.animate-stagger.is-visible > *:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.animate-stagger.is-visible > *:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.animate-stagger.is-visible > *:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.animate-stagger.is-visible > *:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.animate-stagger.is-visible > *:nth-child(7) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.animate-stagger.is-visible > *:nth-child(8) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #494fdf;
  pointer-events: none;
  z-index: 9999;
  will-change: transform;
  transition: width 0.2s ease, height 0.2s ease, opacity 0.3s ease, background 0.2s ease;
  opacity: 0;
}
.cursor-dot.is-active {
  opacity: 1;
}
.cursor-dot.is-hovering {
  width: 20px;
  height: 20px;
  background: #4f55f1;
}
@media (hover: none) {
  .cursor-dot {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .navbar,
  .hero__eyebrow,
  .hero__title,
  .hero__subtitle,
  .hero__ctas,
  .hero__disclosure {
    animation: none;
    opacity: 1;
    transform: none;
  }
  .animate-fade-up,
  .animate-stagger > * {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #000000;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.navbar__inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 32px;
}
.navbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #ffffff;
  flex-shrink: 0;
}
.navbar__brand:hover {
  text-decoration: none;
}
.navbar__logo {
  height: 28px;
  width: auto;
}
.navbar__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.navbar__link {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.16px;
  text-decoration: none;
  transition: color 0.15s ease;
}
.navbar__link:hover {
  color: #ffffff;
  text-decoration: none;
}
.navbar__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 16px;
}
.navbar__login {
  color: #ffffff;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-decoration: none;
}
.navbar__login:hover {
  text-decoration: underline;
}
.navbar__hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  background: none;
  border: none;
}
.navbar__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
  border-radius: 2px;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.navbar__hamburger.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.navbar__hamburger.is-open span:nth-child(2) {
  opacity: 0;
}
.navbar__hamburger.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.navbar__drawer {
  display: none;
  flex-direction: column;
  gap: 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 24px 24px 32px;
}
.navbar__drawer.is-open {
  display: flex;
}
.navbar__drawer .navbar__link {
  font-size: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.navbar__drawer .navbar__actions-mobile {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
}

@media (max-width: 768px) {
  .navbar__nav, .navbar__login {
    display: none;
  }
  .navbar__hamburger {
    display: flex;
  }
  .navbar__actions .btn {
    display: none;
  }
}
.hero {
  background: #000000;
  color: #ffffff;
  padding: 88px 24px 120px;
  position: relative;
  overflow: hidden;
}
.hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 1080px;
  width: 100%;
}
.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #494fdf;
}
.hero__title {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(52px, 8.5vw, 112px);
  line-height: 1;
  letter-spacing: -0.022em;
  color: #ffffff;
  margin: 0;
}
.hero__subtitle {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 400;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.5;
  letter-spacing: -0.09px;
  color: rgba(255, 255, 255, 0.72);
  max-width: 560px;
  margin: 0;
}
.hero__ctas {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.hero__disclosure {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.16px;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 8px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .hero {
    padding: 80px 16px 88px;
  }
  .hero__title {
    font-size: clamp(40px, 10vw, 64px);
  }
}
.legal-hero {
  background: #000000;
  padding: 88px 24px 48px;
}
.legal-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}
.legal-hero__eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #494fdf;
  margin-bottom: 16px;
}
.legal-hero__title {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 0;
}

.legal-content {
  background: #ffffff;
  padding: 88px 24px;
}
.legal-content__inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.legal-content__block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.legal-content__block h2 {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: #191c1f;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e2e7;
}
.legal-content__block h3 {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #191c1f;
  margin-top: 8px;
}
.legal-content__block p {
  color: #1f2226;
  line-height: 1.7;
}
.legal-content__block a {
  color: #376cd5;
  text-decoration: underline;
}
.legal-content__block ul {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.legal-content__block ul li {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #1f2226;
  letter-spacing: 0.24px;
}

.band {
  padding: 88px 24px;
}
.band--dark {
  background: #000000;
  color: #ffffff;
}
.band--light {
  background: #ffffff;
  color: #191c1f;
}
.band--soft {
  background: #f4f4f4;
  color: #191c1f;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
}

.section-header {
  margin-bottom: 48px;
  max-width: 720px;
}
.section-header--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 640px;
}

.eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow--light {
  color: #505a63;
}
.eyebrow--dark {
  color: rgba(255, 255, 255, 0.55);
}
.eyebrow--cobalt {
  color: #494fdf;
}

.services {
  background: #ffffff;
  padding: 88px 24px;
}
.services__header {
  margin-bottom: 48px;
  max-width: 680px;
}
.services__header h2 {
  color: #191c1f;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.services__card {
  background: #ffffff;
  border: 1px solid #e2e2e7;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.services__card:hover {
  border-color: #c9c9cd;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}
.services__card h4 {
  color: #191c1f;
  margin-top: 8px;
}
.services__card p {
  color: #1f2226;
  flex-grow: 1;
}
.services__card-link {
  color: #376cd5;
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}
.services__card-link:hover {
  text-decoration: underline;
}
.services__card-link::after {
  content: "→";
  transition: transform 0.15s ease;
}
.services__card-link:hover::after {
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .services__grid {
    grid-template-columns: 1fr;
  }
}

.about {
  background: #000000;
  padding: 88px 24px;
  color: #ffffff;
}
.about__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__content h2 {
  color: #ffffff;
}
.about__content p {
  color: rgba(255, 255, 255, 0.72);
}
.about__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.about__stat {
  background: #16181a;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.about__stat-value {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.3px;
  color: #ffffff;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.about__stat-label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 1024px) {
  .about__inner {
    grid-template-columns: 1fr;
    gap: 88px;
  }
}
@media (max-width: 480px) {
  .about__stats {
    grid-template-columns: 1fr;
  }
}

.process {
  background: #ffffff;
  padding: 88px 24px;
}
.process__header {
  max-width: 600px;
  margin-bottom: 48px;
}
.process__header h2 {
  color: #191c1f;
}
.process__steps {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
.process__steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: calc(12.5% + 28px);
  right: calc(12.5% + 28px);
  height: 1px;
  background: #e2e2e7;
}
@media (max-width: 1024px) {
  .process__steps::before {
    display: none;
  }
}
.process__step {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.process__step-number {
  width: 56px;
  height: 56px;
  border-radius: 9999px;
  border: 1px solid #e2e2e7;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #494fdf;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.process__step-title {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #191c1f;
}
.process__step-body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #505a63;
}
@media (max-width: 1024px) {
  .process__steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .process__steps {
    grid-template-columns: 1fr;
  }
}

.pricing {
  background: #000000;
  padding: 120px 24px;
  color: #ffffff;
}
.pricing__header {
  text-align: center;
  margin-bottom: 88px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.pricing__header h2 {
  color: #ffffff;
  margin-bottom: 16px;
}
.pricing__header p {
  color: rgba(255, 255, 255, 0.72);
}
.pricing__grid {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: start;
}
.pricing__card {
  background: #16181a;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: border-color 0.2s ease;
}
.pricing__card:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.pricing__card--featured {
  background: #494fdf;
  border-color: transparent;
  position: relative;
}
.pricing__card--featured .pricing__card-name,
.pricing__card--featured .pricing__card-price,
.pricing__card--featured .pricing__card-period,
.pricing__card--featured .pricing__card-desc,
.pricing__card--featured .pricing__card-feature {
  color: #ffffff;
}
.pricing__card--featured .pricing__card-feature::before {
  background: #ffffff;
}
.pricing__card--featured .pricing__card-divider {
  background: rgba(255, 255, 255, 0.2);
}
.pricing__badge {
  display: inline-flex;
  align-self: flex-start;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  text-transform: uppercase;
}
.pricing__card-name {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: -0.2px;
  color: #ffffff;
}
.pricing__card-price {
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.48px;
  color: #ffffff;
}
.pricing__card-period {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, sans-serif;
}
.pricing__card-desc {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
}
.pricing__card-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.pricing__card-features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pricing__card-feature {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pricing__card-feature::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  flex-shrink: 0;
  margin-top: 6px;
}
.pricing__card-feature--featured {
  color: #ffffff;
}
.pricing__cta {
  margin-top: 8px;
}
@media (max-width: 1024px) {
  .pricing__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .pricing__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
  }
}

.faq {
  background: #ffffff;
  padding: 88px 24px;
}
.faq__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.faq__header {
  position: sticky;
  top: 88px;
}
.faq__header h2 {
  color: #191c1f;
  margin-bottom: 16px;
}
.faq__header p {
  color: #505a63;
}
.faq__list {
  display: flex;
  flex-direction: column;
}
.faq__item {
  border-top: 1px solid #e2e2e7;
}
.faq__item:last-child {
  border-bottom: 1px solid #e2e2e7;
}
.faq__question {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  color: #191c1f;
}
.faq__question:hover {
  color: #494fdf;
}
.faq__question-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease, color 0.2s ease;
  color: #505a63;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  font-family: "Manrope", "Inter Display", system-ui, sans-serif;
}
.faq__question-icon::after {
  content: "+";
}
.faq__question:hover .faq__question-icon {
  color: #494fdf;
}
.faq__question[aria-expanded=true] {
  color: #191c1f;
}
.faq__question[aria-expanded=true] .faq__question-icon {
  transform: rotate(45deg);
  color: #191c1f;
}
.faq__answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}
.faq__answer-inner {
  padding: 0 0 24px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #505a63;
  max-width: 640px;
}
@media (max-width: 1024px) {
  .faq__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .faq__header {
    position: static;
  }
}

.contact {
  background: #000000;
  padding: 120px 24px;
  color: #ffffff;
}
.contact__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}
.contact__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact__content h2 {
  color: #ffffff;
}
.contact__content p {
  color: rgba(255, 255, 255, 0.72);
}
.contact__trust {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 8px;
}
.contact__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.72);
}
.contact__trust-item::before {
  content: "✓";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #494fdf;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.contact__form {
  background: #16181a;
  border-radius: 20px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact__form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 768px) {
  .contact__form-row {
    grid-template-columns: 1fr;
  }
}
.contact__form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact__form-group label {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.3px;
}
.contact__form-group .text-input {
  background: #0a0a0a;
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.contact__form-group .text-input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
.contact__form-group .text-input:focus {
  outline-color: #494fdf;
}
@media (max-width: 1024px) {
  .contact__inner {
    grid-template-columns: 1fr;
  }
}

.footer {
  background: #000000;
  color: rgba(255, 255, 255, 0.72);
  padding: 80px 24px 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.footer__inner {
  max-width: 1280px;
  margin: 0 auto;
}
.footer__top {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 48px;
  margin-bottom: 80px;
  align-items: start;
}
.footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #ffffff;
}
.footer__brand:hover {
  text-decoration: none;
}
.footer__logo {
  height: 28px;
  width: auto;
}
.footer__tagline {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 16px;
  max-width: 180px;
}
.footer__cols {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.footer__col-title {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer__col-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__col-link {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  letter-spacing: 0.16px;
  text-decoration: none;
  transition: color 0.15s ease;
}
.footer__col-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin-bottom: 32px;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.footer__copy {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.24px;
}
.footer__legal-links {
  display: flex;
  gap: 24px;
}
.footer__legal-link {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 13px;
  text-decoration: none;
}
.footer__legal-link:hover {
  color: rgba(255, 255, 255, 0.72);
}
@media (max-width: 1024px) {
  .footer__top {
    grid-template-columns: 1fr;
  }
  .footer__cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .footer__cols {
    grid-template-columns: 1fr 1fr;
  }
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .footer__cols {
    grid-template-columns: 1fr;
  }
}
