:root {
  color-scheme: light;
  --ink: #071126;
  --muted: #667085;
  --line: rgba(13, 21, 54, 0.09);
  --paper: #f6f8fc;
  --white: #ffffff;
  --blue: #245bff;
  --cyan: #12b7ff;
  --violet: #6737f5;
  --orange: #ff7a1a;
  --navy: #0d1536;
  --bezier: cubic-bezier(0.32, 0.72, 0, 1);
  --shadow-soft: 0 32px 90px rgba(15, 35, 87, 0.12);
  --shadow-card: 0 22px 60px rgba(23, 43, 99, 0.09);
  font-family: "Plus Jakarta Sans", "Satoshi", "Avenir Next", system-ui, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(18, 183, 255, 0.18), transparent 32rem),
    radial-gradient(circle at 88% 4%, rgba(103, 55, 245, 0.16), transparent 34rem),
    linear-gradient(180deg, #fbfcff 0%, #eef4ff 44%, #ffffff 100%);
  color: var(--ink);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 30;
  pointer-events: none;
  opacity: 0.035;
  background-image:
    linear-gradient(90deg, rgba(7, 17, 38, 0.6) 1px, transparent 1px),
    linear-gradient(rgba(7, 17, 38, 0.6) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

a {
  color: inherit;
  text-decoration: none;
}

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

.site-shell {
  position: relative;
  z-index: 1;
}

.nav {
  position: sticky;
  top: 20px;
  z-index: 20;
  display: flex;
  justify-content: center;
  padding: 18px 18px 0;
}

.nav-inner {
  width: min(1120px, 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-radius: 999px;
  padding: 9px 10px 9px 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 70px rgba(21, 44, 109, 0.12), inset 0 1px 1px rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 850;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.brand-logo {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  object-fit: cover;
  box-shadow: 0 16px 36px rgba(36, 91, 255, 0.18);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nav-links a {
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: rgba(7, 17, 38, 0.72);
  transition: transform 700ms var(--bezier), background 700ms var(--bezier), color 700ms var(--bezier);
}

.nav-links a:hover,
.nav-links a.active {
  background: rgba(36, 91, 255, 0.08);
  color: var(--blue);
  transform: translateY(-1px);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 0;
  background: var(--navy);
  position: relative;
}

.nav-toggle span {
  position: absolute;
  left: 14px;
  right: 14px;
  height: 1.5px;
  background: #fff;
  transition: transform 700ms var(--bezier), top 700ms var(--bezier);
}

.nav-toggle span:first-child {
  top: 18px;
}

.nav-toggle span:last-child {
  top: 27px;
}

.menu-open .nav-toggle span:first-child {
  top: 22px;
  transform: rotate(45deg);
}

.menu-open .nav-toggle span:last-child {
  top: 22px;
  transform: rotate(-45deg);
}

.section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 112px 0;
}

.hero {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 54px;
  align-items: center;
  min-height: calc(100dvh - 84px);
  padding-top: 48px;
  padding-bottom: 80px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--blue);
  background: rgba(36, 91, 255, 0.08);
  border: 1px solid rgba(36, 91, 255, 0.11);
}

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(255, 122, 26, 0.14);
}

h1,
h2,
h3,
p {
  margin: 0;
}

.hero h1 {
  margin-top: 24px;
  font-size: clamp(54px, 8vw, 112px);
  line-height: 0.9;
  letter-spacing: -0.055em;
  max-width: 860px;
}

.hero-title {
  margin-top: 24px;
  font-size: clamp(48px, 7vw, 92px);
  line-height: 0.93;
  letter-spacing: -0.055em;
  max-width: 820px;
}
.hero-title1 {
  margin-top: 24px;
  font-size: clamp(48px, 7vw, 52px);
  line-height: 0.93;
  letter-spacing: -0.055em;
  text-align: center;

}
.gradient-word {
  color: transparent;
  background: linear-gradient(100deg, var(--blue), var(--violet) 56%, var(--orange));
  -webkit-background-clip: text;
  background-clip: text;
}

.lead {
  margin-top: 28px;
  max-width: 620px;
  color: rgba(7, 17, 38, 0.67);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.cta-row {
  margin-top: 38px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 54px;
  padding: 8px 9px 8px 22px;
  border-radius: 999px;
  font-weight: 850;
  letter-spacing: -0.01em;
  transition: transform 700ms var(--bezier), box-shadow 700ms var(--bezier), background 700ms var(--bezier);
}

.btn:active {
  transform: scale(0.985);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--violet));
  box-shadow: 0 24px 58px rgba(36, 91, 255, 0.28);
}

.btn-secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(13, 21, 54, 0.08);
}

.btn-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.22);
  transition: transform 700ms var(--bezier), background 700ms var(--bezier);
}

.btn-secondary .btn-icon {
  background: rgba(36, 91, 255, 0.09);
  color: var(--blue);
}

.btn:hover {
  transform: translateY(-2px);
}

.btn:hover .btn-icon {
  transform: translate(3px, -1px) scale(1.04);
}

.trust-strip {
  margin-top: 46px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 640px;
}

.trust-item {
  padding: 15px 16px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.8);
}

.trust-item strong {
  display: block;
  font-size: 21px;
  letter-spacing: -0.04em;
}

.trust-item span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
}

.phone-stage {
  justify-self: end;
  width: min(430px, 100%);
  position: relative;
}

.phone-stage::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 78%;
  left: -18%;
  bottom: 4%;
  border-radius: 46%;
  background: radial-gradient(circle, rgba(18, 183, 255, 0.22), transparent 70%);
  filter: blur(10px);
}

.device-shell {
  position: relative;
  padding: 10px;
  border-radius: 46px;
  background: rgba(7, 17, 38, 0.06);
  border: 1px solid rgba(7, 17, 38, 0.08);
  box-shadow: var(--shadow-soft);
  transform: rotate(2deg);
}

.device-core {
  overflow: hidden;
  border-radius: 38px;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.9);
}

.device-core img {
  width: 100%;
}

.floating-card {
  position: absolute;
  left: -64px;
  bottom: 76px;
  padding: 8px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.82);
  box-shadow: 0 24px 70px rgba(15, 35, 87, 0.14);
}

.floating-card-inner {
  padding: 18px 20px;
  min-width: 184px;
  border-radius: 21px;
  background: #fff;
}

.floating-card span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--muted);
  font-weight: 800;
}

.floating-card strong {
  display: block;
  margin-top: 5px;
  font-size: 29px;
  letter-spacing: -0.04em;
  color: var(--orange);
}

.section-head {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: end;
  margin-bottom: 42px;
}

.section-head h2 {
  font-size: clamp(38px, 6vw, 74px);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

.section-head p {
  color: rgba(7, 17, 38, 0.64);
  font-size: 18px;
  line-height: 1.65;
  max-width: 600px;
}

.bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}

.bezel {
  padding: 8px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-card);
}

.panel {
  min-height: 100%;
  padding: 30px;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.86);
}

.feature-large {
  grid-column: span 7;
}

.feature-small {
  grid-column: span 5;
}

.feature-tall {
  grid-column: span 4;
}

.panel h3 {
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.panel p {
  margin-top: 14px;
  color: rgba(7, 17, 38, 0.62);
  line-height: 1.65;
}

.mini-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 19px;
  margin-bottom: 36px;
  color: #fff;
  background: linear-gradient(145deg, var(--blue), var(--violet));
  box-shadow: 0 18px 44px rgba(36, 91, 255, 0.18);
  font-size: 24px;
  font-weight: 900;
}

.process {
  display: grid;
  gap: 18px;
}

.step {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 18px;
  align-items: start;
}

.step-number {
  width: 58px;
  height: 58px;
  border-radius: 21px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(18,183,255,0.15), rgba(103,55,245,0.14));
  color: var(--blue);
  font-weight: 900;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.info-row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 18px;
  padding: 18px 0;
  border-top: 1px solid rgba(13, 21, 54, 0.08);
}

.info-row:first-child {
  border-top: 0;
  padding-top: 0;
}

.info-label {
  font-size: 12px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-weight: 800;
}

.info-value {
  color: var(--navy);
  line-height: 1.55;
  font-weight: 650;
}

.notice {
  border-radius: 30px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 15% 0%, rgba(18,183,255,0.42), transparent 34rem),
    linear-gradient(135deg, #071126, #111b4b 58%, #1d1b59);
  box-shadow: 0 28px 88px rgba(13, 21, 54, 0.24);
}

.notice p {
  color: rgba(255,255,255,0.72);
}

.legal-layout {
  display: grid;
  grid-template-columns: 290px 1fr;
  gap: 38px;
  align-items: start;
}

.legal-toc {
  position: sticky;
  top: 108px;
}

.legal-toc a {
  display: block;
  padding: 11px 0;
  color: rgba(7, 17, 38, 0.62);
  border-bottom: 1px solid rgba(13, 21, 54, 0.07);
  transition: color 700ms var(--bezier), transform 700ms var(--bezier);
}

.legal-toc a:hover {
  color: var(--blue);
  transform: translateX(3px);
}

.legal-copy h2 {
  margin-top: 52px;
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 46px);
  line-height: 1;
  letter-spacing: -0.045em;
}

.legal-copy h2:first-child {
  margin-top: 0;
}

.legal-copy p,
.legal-copy li {
  color: rgba(7, 17, 38, 0.67);
  line-height: 1.75;
  font-size: 16px;
}

.legal-copy ul {
  padding-left: 20px;
}

.footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 36px 0 54px;
  border-top: 1px solid rgba(13, 21, 54, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: rgba(7, 17, 38, 0.58);
  font-size: 13px;
}

.footer-links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.reveal {
  opacity: 0;
  transform: translateY(42px);
  filter: blur(8px);
  transition: opacity 900ms var(--bezier), transform 900ms var(--bezier), filter 900ms var(--bezier);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

@media (max-width: 860px) {
  .nav {
    top: 0;
    padding: 0;
  }

  .nav-inner {
    width: 100%;
    border-radius: 0 0 28px 28px;
    padding: 14px 14px 14px 16px;
    background: rgba(255, 255, 255, 0.84);
  }

  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(7, 17, 38, 0.46);
    opacity: 0;
    pointer-events: none;
    transition: opacity 320ms var(--bezier);
    backdrop-filter: blur(8px);
  }

  .menu-open .nav-backdrop {
    opacity: 1;
    pointer-events: auto;
  }

  .nav-links {
    position: fixed;
    top: 82px;
    left: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(15, 35, 87, 0.08);
    box-shadow: 0 20px 52px rgba(15, 35, 87, 0.14);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px) scale(0.985);
    transform-origin: top center;
    transition: opacity 280ms var(--bezier), transform 280ms var(--bezier);
    backdrop-filter: blur(16px);
    z-index: 21;
  }

  .menu-open .nav-links {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .nav-links-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 2px 12px;
    margin-bottom: 8px;
  }

  .nav-links-label {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 2px;
  }

  .nav-links-header::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 8px;
    width: 42px;
    height: 4px;
    border-radius: 999px;
    transform: translateX(-50%);
    background: rgba(13, 21, 54, 0.12);
  }

  .nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 999px;
    background: rgba(7, 17, 38, 0.05);
    color: var(--ink);
    font-size: 22px;
    line-height: 1;
    flex: 0 0 auto;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(247, 249, 255, 0.92);
    border: 1px solid rgba(15, 35, 87, 0.06);
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    transform: none;
    opacity: 1;
  }

  .nav-links a::after {
    content: "";
  }

  .nav-links a.active,
  .nav-links a:hover {
    background: rgba(36, 91, 255, 0.08);
    color: var(--navy);
    transform: none;
  }

  .nav-toggle {
    display: block;
    z-index: 22;
  }

  .hero,
  .section-head,
  .company-grid,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    gap: 28px;
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 48px;
  }

  .section {
    width: min(100% - 32px, 1180px);
    padding: 68px 0;
  }

  .trust-strip {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .phone-stage {
    justify-self: center;
    width: min(290px, 86vw);
  }

  .device-shell {
    transform: none;
  }

  .floating-card {
    left: -4px;
    bottom: 28px;
  }

  .feature-large,
  .feature-small,
  .feature-tall {
    grid-column: span 12;
  }

  .info-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .legal-toc {
    position: relative;
    top: 0;
  }

  .footer {
    flex-direction: column;
    width: min(100% - 32px, 1180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    filter: none;
  }
}
