/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type='button'], [type='reset'], [type='submit']) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
  }
  @media (width>=40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width>=48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width>=64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width>=80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width>=96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .table {
    display: table;
  }
  .resize {
    resize: both;
  }
}
:root {
  --navy: #061425;
  --navy2: #091a2d;
  --graphite: #111827;
  --blue: #1463ee;
  --blue2: #0b7cff;
  --cyan: #37a8ff;
  --text: #0b172b;
  --muted: #68758a;
  --line: #dce4ee;
  --surface: #f5f7fa;
  --white: #fff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  color: var(--text);
  font-family: var(--font-geist), Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
main {
  overflow: hidden;
}
#top,
#features,
#product,
#pricing,
#faq {
  scroll-margin-top: 24px;
}
.site-header {
  color: #fff;
  z-index: 30;
  background: #050f1d;
  border-bottom: 1px solid #ffffff17;
  align-items: center;
  gap: 52px;
  height: 72px;
  padding: 0 max(28px, 50vw - 720px);
  display: flex;
  position: relative;
}
.logo {
  letter-spacing: -1.3px;
  color: #fff;
  font-size: 27px;
  font-weight: 850;
}
.logo span {
  color: #4a8fff;
}
.desktop-nav {
  color: #c5cbd4;
  flex: 1;
  align-items: center;
  gap: 34px;
  font-size: 14px;
  display: flex;
}
.desktop-nav a:hover {
  color: #fff;
}
.header-actions {
  align-items: center;
  gap: 24px;
  font-size: 14px;
  display: flex;
}
.button {
  color: #fff;
  background: linear-gradient(135deg, #0d73ff, #1352dd);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  min-height: 52px;
  padding: 0 25px;
  font-size: 15px;
  font-weight: 620;
  transition: all 0.2s;
  display: inline-flex;
  box-shadow: 0 12px 30px #1161ee3b;
}
.button:hover {
  filter: brightness(1.08);
  transform: translateY(-2px);
}
.button-small {
  gap: 12px;
  min-height: 42px;
  padding: 0 21px;
}
.button-large {
  min-height: 64px;
  padding: 0 34px;
  font-size: 17px;
}
.mobile-menu {
  display: none;
}
.hero {
  color: #fff;
  background: #061425;
  min-height: 870px;
  position: relative;
}
.hero-art {
  background-image: linear-gradient(90deg, #0000 0% 36%, #050f1d38 51%, #050f1df5 66%, #050f1d 100%), url(/landing-images/hero-car.png);
  background-position: top;
  background-size: cover;
  position: absolute;
  inset: 0 0 126px;
}
.hero-art:after {
  content: '';
  background: linear-gradient(#0000 48%, #061425 82%);
  position: absolute;
  inset: 0;
}
.hero-inner {
  z-index: 2;
  grid-template-columns: 54% 46%;
  max-width: 1440px;
  min-height: 674px;
  margin: auto;
  padding: 28px 38px 25px;
  display: grid;
  position: relative;
}
.hero-content {
  padding: 0 0 0 12px;
}
.hero-spacer {
  min-height: 1px;
}
.eyebrow {
  color: #1668e8;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 760;
  display: inline-flex;
}
.dark-eyebrow {
  color: #72b2ff;
}
.dark-eyebrow i {
  background: #1986ff;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 14px #1986ff;
}
.hero-lead {
  color: #aab5c5;
  max-width: 600px;
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.55;
}
.hero-cta {
  align-items: center;
  gap: 26px;
  margin-bottom: 20px;
  display: flex;
}
.trial {
  color: #c4ccd8;
  font-size: 14px;
  line-height: 1.5;
}
.trial b {
  color: #1683ff;
  border: 1px solid #1683ff;
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  display: inline-grid;
}
.trial small {
  color: #77859a;
  margin-left: 34px;
}
.highlight-listing {
  background: linear-gradient(135deg, #0c2339f5, #051220f0);
  border: 1px solid #2c506e;
  border-radius: 10px;
  grid-template-columns: 150px 1fr 168px;
  align-items: center;
  height: 130px;
  padding: 14px 16px;
  display: grid;
  box-shadow: 0 22px 60px #0000002e;
}
.listing-image {
  background: radial-gradient(circle at 60% 45%, #29425c, #101e2c 72%);
  border-radius: 8px;
  place-items: center;
  height: 94px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.listing-image:before,
.mini-car:before,
.message-car:before {
  content: '';
  background: linear-gradient(#5b7186 0, #202d39 52%, #0a0e13 53%);
  border-radius: 60% 70% 26% 30%;
  width: 95px;
  height: 34px;
  transform: skew(-7deg);
  box-shadow: 0 9px 11px #0000008c;
}
.listing-image span {
  color: #ffffff12;
  font-size: 40px;
  font-weight: 800;
  position: absolute;
}
.listing-main {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-left: 18px;
  display: flex;
}
.new-badge {
  color: #fff;
  background: #0c68ee;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 11px;
}
.listing-main strong {
  font-size: 19px;
}
.listing-main small,
.listing-price small {
  color: #8694a5;
}
.listing-price {
  text-align: right;
  flex-direction: column;
  gap: 13px;
  display: flex;
}
.listing-price strong {
  font-size: 21px;
}
.listing-price b {
  color: #fb3242;
}
.live-feed {
  background: #04111eed;
  border: 1px solid #20384f;
  border-radius: 10px;
  margin-top: 11px;
  padding: 10px 15px;
}
.live-title {
  color: #d7e0ea;
  border-bottom: 1px solid #1b3044;
  align-items: center;
  gap: 8px;
  padding-bottom: 7px;
  font-size: 11px;
  display: flex;
}
.live-title > span {
  background: #ff3847;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
.live-title small {
  color: #8190a4;
}
.live-title a {
  color: #2991ff;
  margin-left: auto;
}
.live-row {
  color: #9da9b8;
  grid-template-columns: 90px 1fr 130px 108px 70px;
  align-items: center;
  gap: 10px;
  padding-top: 8px;
  font-size: 10px;
  display: grid;
}
.live-row strong {
  color: #e9eef4;
}
.live-row time {
  text-align: right;
}
.encar {
  color: #f42e3f !important;
}
.dong {
  color: #ff7c18 !important;
}
.che {
  color: #e7aa00 !important;
}
.hero-stats {
  z-index: 3;
  border-top: 1px solid #ffffff17;
  grid-template-columns: repeat(4, 1fr);
  width: min(1440px, 100%);
  height: 126px;
  padding: 28px 38px 30px;
  display: grid;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.hero-stats > div {
  border-right: 1px solid #ffffff24;
  grid-template-rows: auto auto;
  grid-template-columns: 52px auto;
  padding: 0 30px;
  display: grid;
}
.hero-stats > div:last-child {
  border: 0;
}
.hero-stats i {
  color: #1879ff;
  grid-row: 1/3;
  align-self: center;
  font-size: 37px;
  font-style: normal;
}
.hero-stats strong {
  font-size: 22px;
}
.hero-stats span {
  color: #8290a1;
  font-size: 11px;
}
.section {
  padding: 108px max(32px, 50vw - 660px);
}
.section-heading {
  margin-bottom: 52px;
}
.section-heading.centered {
  text-align: center;
}
.section-heading h2,
.product-heading h2 {
  letter-spacing: -2.1px;
  margin: 15px 0 12px;
  font-size: 46px;
  line-height: 1.08;
}
.section-heading p {
  color: var(--muted);
  margin: 0;
  font-size: 17px;
}
.steps-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  display: grid;
}
.step-card {
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 13px;
  min-height: 260px;
  padding: 26px 25px 28px;
  position: relative;
  box-shadow: 0 12px 35px #1936580d;
}
.step-card:after {
  content: '';
  border-top: 1px dashed #a8bbd0;
  width: 20px;
  position: absolute;
  top: 63px;
  right: -19px;
}
.step-card:last-child:after {
  display: none;
}
.step-number {
  color: #8da0b8;
  font: 600 11px/1 monospace;
  position: absolute;
  top: 20px;
  right: 20px;
}
.step-card i {
  color: #0d68ef;
  background: #edf5ff;
  border-radius: 50%;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 32px;
  font-size: 29px;
  font-style: normal;
  display: grid;
}
.step-card h3 {
  letter-spacing: -0.8px;
  color: #0b172b;
  margin: 0 0 14px;
  font-size: 26px;
  font-weight: 750;
  line-height: 1.15;
}
.step-card p {
  color: #68758a;
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}
.platform-strip {
  border-top: 1px solid #dce5ef;
  border-bottom: 1px solid #dce5ef;
  justify-content: center;
  align-items: center;
  gap: 52px;
  margin-top: 54px;
  padding: 25px 34px;
  display: flex;
}
.platform-strip > span,
.platform-strip small {
  color: #8a98aa;
  font-size: 12px;
}
.platform-strip b {
  font-size: 23px;
}
.product-section {
  color: #fff;
  background: #071628;
}
.product-heading {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}
.product-heading > p {
  color: #8d9bad;
  max-width: 470px;
  line-height: 1.7;
}
.dashboard-shell {
  background: #f8fafc;
  border: 1px solid #23405b;
  border-radius: 14px;
  grid-template-columns: 190px 1fr;
  min-height: 620px;
  display: grid;
  overflow: hidden;
  box-shadow: 0 35px 90px #00000059;
}
.dashboard-shell aside {
  color: #9cacbd;
  background: #0b1e31;
  flex-direction: column;
  gap: 7px;
  padding: 24px 15px;
  display: flex;
}
.dash-logo {
  color: #fff;
  margin: 0 9px 27px;
  font-size: 19px;
  font-weight: 850;
}
.dash-logo span {
  color: #3186ff;
}
.dashboard-shell aside > a {
  border-radius: 7px;
  align-items: center;
  gap: 12px;
  height: 43px;
  padding: 0 12px;
  font-size: 13px;
  display: flex;
}
.dashboard-shell aside > a.active {
  color: #fff;
  background: #1365e8;
}
.dashboard-shell aside > a b {
  color: #1263e4;
  background: #fff;
  border-radius: 9px;
  margin-left: auto;
  padding: 2px 6px;
}
.aside-user {
  border-top: 1px solid #25384c;
  gap: 9px;
  margin-top: auto;
  padding: 19px 6px 0;
  display: flex;
}
.aside-user i {
  color: #fff;
  background: #1e354c;
  border-radius: 50%;
  place-items: center;
  width: 33px;
  height: 33px;
  font-size: 11px;
  display: grid;
}
.aside-user span {
  color: #e5ebf2;
  font-size: 11px;
}
.aside-user small {
  color: #718398;
  margin-top: 3px;
  display: block;
}
.dashboard-main {
  color: #132237;
  padding: 30px;
}
.dash-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.dash-top small {
  color: #8593a5;
  font-size: 10px;
}
.dash-top h3 {
  margin: 4px 0 0;
  font-size: 22px;
}
.dash-top button,
.filter-panel button {
  color: #fff;
  background: #1463e9;
  border: 0;
  border-radius: 7px;
  padding: 13px 19px;
  font-weight: 650;
}
.dash-metrics {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 23px 0;
  display: grid;
}
.dash-metrics > div {
  background: #fff;
  border: 1px solid #e0e7ee;
  border-radius: 8px;
  grid-template-columns: 1fr auto;
  padding: 16px;
  display: grid;
}
.dash-metrics span {
  color: #748296;
  grid-column: 1/3;
  font-size: 11px;
}
.dash-metrics strong {
  margin-top: 8px;
  font-size: 25px;
}
.dash-metrics small {
  color: #15a26b;
  align-self: end;
}
.dash-body {
  grid-template-columns: 1.45fr 0.85fr;
  gap: 16px;
  display: grid;
}
.result-list,
.filter-panel {
  background: #fff;
  border: 1px solid #dce5ee;
  border-radius: 9px;
  padding: 17px;
}
.result-head {
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
}
.result-head span {
  color: #77869a;
}
.result-card {
  border-top: 1px solid #ebeff3;
  grid-template-columns: 108px 1fr 130px;
  align-items: center;
  gap: 14px;
  min-height: 99px;
  display: grid;
}
.mini-car {
  background: #eef2f5;
  border-radius: 6px;
  place-items: center;
  height: 64px;
  display: grid;
  overflow: hidden;
}
.mini-car:before {
  transform: scale(0.72) skew(-7deg);
}
.car-2:before {
  background: linear-gradient(#e4e9ed 0, #9ba5ae 52%, #18212a 53%);
}
.car-3:before {
  background: linear-gradient(#6f8394 0, #213442 52%, #10161d 53%);
}
.result-card > div:nth-child(2) {
  flex-direction: column;
  gap: 6px;
  display: flex;
}
.result-card b {
  font-size: 12px;
}
.result-card span {
  color: #7c899a;
  font-size: 10px;
}
.result-card em {
  font-size: 9px;
  font-style: normal;
}
.result-card > strong {
  text-align: right;
  font-size: 12px;
}
.result-card > strong small {
  color: #8b98a8;
  margin-top: 7px;
  font-size: 9px;
  display: block;
}
.filter-panel {
  flex-direction: column;
  gap: 10px;
  display: flex;
}
.filter-panel h4 {
  margin: 0 0 5px;
}
.filter-panel label {
  color: #758398;
  font-size: 9px;
}
.filter-panel label span {
  color: #28374a;
  border: 1px solid #dce3eb;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  height: 36px;
  margin-top: 5px;
  padding: 0 10px;
  font-size: 10px;
  display: flex;
}
.filter-two {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  display: grid;
}
.filter-panel button {
  margin-top: auto;
}
.telegram-section {
  background: #fff;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 80px;
  display: grid;
}
.telegram-copy h2 {
  letter-spacing: -2.2px;
  margin: 17px 0 20px;
  font-size: 48px;
  line-height: 1.05;
}
.telegram-copy > p {
  color: #68758a;
  font-size: 17px;
  line-height: 1.75;
}
.telegram-copy ul {
  gap: 13px;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  display: grid;
}
.telegram-copy li:before {
  content: '✓';
  color: #1267eb;
  background: #e9f3ff;
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  margin-right: 11px;
  display: inline-grid;
}
.button-dark {
  background: #0a1b2e;
}
.phone-stage {
  background: radial-gradient(circle at 50% 35%, #2d8cff 0, #0b3d82 32%, #061628 70%);
  border-radius: 24px;
  place-items: center;
  min-height: 630px;
  display: grid;
  position: relative;
  overflow: hidden;
}
.phone-stage:before,
.phone-stage:after {
  content: '';
  border: 1px solid #ffffff26;
  border-radius: 50%;
  width: 440px;
  height: 440px;
  position: absolute;
}
.phone-stage:after {
  width: 630px;
  height: 630px;
}
.phone {
  color: #fff;
  z-index: 2;
  background: #0b1220;
  border: 8px solid #111722;
  border-radius: 40px;
  width: 320px;
  height: 550px;
  padding: 14px 13px;
  position: relative;
  box-shadow: 0 25px 70px #00000080;
}
.phone-top {
  color: #c7d1df;
  justify-content: space-between;
  padding: 2px 4px 13px;
  font-size: 10px;
  display: flex;
}
.phone-top b {
  font-size: 12px;
}
.chat-date {
  text-align: center;
  color: #718096;
  margin: 4px;
  font-size: 9px;
}
.message {
  background: #18273a;
  border-radius: 13px;
  padding: 13px;
}
.message-car {
  background: linear-gradient(140deg, #34526d, #0f1e2c);
  border-radius: 8px;
  place-items: center;
  height: 145px;
  margin: 10px 0;
  display: grid;
}
.message-car:before {
  transform: scale(1.65) skew(-7deg);
}
.message h4 {
  margin: 0 0 6px;
}
.message p {
  color: #9cabbb;
  margin: 0;
  font-size: 10px;
}
.message strong {
  margin: 13px 0 4px;
  font-size: 21px;
  display: block;
}
.message small {
  font-size: 9px;
}
.message button {
  color: #fff;
  background: #1267e8;
  border: 0;
  border-radius: 6px;
  width: 100%;
  margin-top: 14px;
  padding: 12px;
  display: block;
}
.channel-card {
  z-index: 3;
  color: #122238;
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
  gap: 10px;
  padding: 14px 18px;
  font-size: 12px;
  display: flex;
  position: absolute;
  bottom: 36px;
  right: 30px;
  box-shadow: 0 18px 50px #00000040;
}
.channel-card > span {
  color: #8190a1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 650;
}
.channel-card > b {
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 650;
  display: flex;
}
.channel-icon {
  border-radius: 8px;
  flex: none;
  place-items: center;
  width: 28px;
  height: 28px;
  display: grid;
}
.channel-icon svg {
  width: 15px;
  height: 15px;
}
.channel-icon-email {
  color: #1267eb;
  background: #e8f1ff;
}
.channel-icon-push {
  color: #d35a00;
  background: #fff1e8;
}
.channel-card span {
  color: #8190a1;
  font-size: 9px;
}
.audience-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  display: grid;
}
.audience-grid article {
  background: #fff;
  border: 1px solid #dfe7f0;
  border-radius: 13px;
  padding: 24px;
  box-shadow: 0 12px 30px #1e375a0d;
}
.audience-grid article > span {
  color: #1267e8;
  letter-spacing: 0.11em;
  font-size: 10px;
  font-weight: 750;
}
.audience-visual {
  color: #fff;
  background: #08192c;
  border-radius: 9px;
  justify-content: space-between;
  align-items: flex-end;
  height: 176px;
  margin: 20px 0 22px;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.audience-visual:before {
  content: '';
  border: 1px solid #2d83ff59;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -68px;
  right: -30px;
}
.audience-visual i {
  color: #4d95ff;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
}
.audience-visual b {
  font-size: 13px;
}
.visual-2 {
  background: linear-gradient(135deg, #0b2a4e, #0a1727);
}
.visual-3 {
  background: linear-gradient(135deg, #111827, #102d50);
}
.audience-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
.audience-grid p {
  color: #68758a;
  font-size: 13px;
  line-height: 1.65;
}
.audience-grid a {
  color: #1267e8;
  justify-content: space-between;
  margin-top: 22px;
  font-size: 12px;
  font-weight: 650;
  display: flex;
}
.pricing-section {
  color: #fff;
  background: #071628;
}
.pricing-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  display: grid;
}
.pricing-grid article {
  background: #0a1b2e;
  border: 1px solid #24405b;
  border-radius: 12px;
  padding: 27px 24px;
  position: relative;
}
.pricing-grid article.popular {
  background: linear-gradient(#0d294a, #0a1b2e);
  border-color: #1678ff;
  transform: translateY(-8px);
}
.popular-label {
  color: #fff;
  background: #1268ec;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 10px;
  position: absolute;
  top: 16px;
  right: 16px;
}
.pricing-grid h3 {
  margin: 0 0 25px;
  font-size: 20px;
}
.price {
  align-items: flex-start;
  display: flex;
}
.price strong {
  letter-spacing: -2px;
  font-size: 42px;
}
.price > span {
  margin: 7px 0 0 8px;
}
.price small {
  color: #748599;
  font-size: 10px;
  display: block;
}
.pricing-grid article > b {
  margin: 12px 0 19px;
  font-size: 13px;
  display: block;
}
.pricing-grid ul {
  color: #aab6c5;
  border-top: 1px solid #20374d;
  gap: 12px;
  margin: 0;
  padding: 17px 0;
  font-size: 12px;
  list-style: none;
  display: grid;
}
.pricing-grid li:before {
  content: '✓';
  color: #2583ff;
  margin-right: 8px;
}
.pricing-grid article > p {
  color: #75879a;
  min-height: 35px;
  font-size: 11px;
}
.pricing-grid .button {
  gap: 15px;
  width: 100%;
  margin-top: 12px;
}
.button-outline {
  box-shadow: none;
  background: 0 0;
  border: 1px solid #38516a;
}
.trial-banner {
  background: linear-gradient(100deg, #0a213b, #0a1a2d);
  border: 1px solid #25517d;
  border-radius: 13px;
  justify-content: space-between;
  align-items: center;
  margin-top: 55px;
  padding: 31px 36px;
  display: flex;
}
.trial-banner span {
  color: #6cabff;
  letter-spacing: 0.13em;
  font-size: 10px;
}
.trial-banner h3 {
  margin: 7px 0;
  font-size: 27px;
}
.trial-banner p {
  color: #8392a5;
  margin: 0;
}
.faq-section {
  grid-template-columns: 0.75fr 1.25fr;
  gap: 100px;
  display: grid;
}
.faq-intro h2 {
  letter-spacing: -2px;
  margin: 16px 0;
  font-size: 46px;
}
.faq-intro p {
  color: #69778a;
  line-height: 1.7;
}
.faq-intro a {
  color: #1267e8;
  font-weight: 650;
}
.faq-list details {
  border-bottom: 1px solid #d8e1eb;
}
.faq-list summary {
  cursor: pointer;
  justify-content: space-between;
  padding: 23px 2px;
  font-weight: 650;
  list-style: none;
  display: flex;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: #1267e8;
  font-size: 23px;
  font-weight: 400;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list p {
  color: #68768a;
  margin: -4px 45px 22px 0;
  font-size: 14px;
  line-height: 1.7;
}
.final-cta {
  color: #fff;
  background: radial-gradient(circle at 15%, #123961, #071729 55%);
  justify-content: space-between;
  align-items: center;
  padding: 80px max(32px, 50vw - 660px);
  display: flex;
}
.final-cta h2 {
  letter-spacing: -2.2px;
  margin: 14px 0;
  font-size: 48px;
  line-height: 1.08;
}
.final-cta p {
  color: #8b9caf;
}
.final-cta .button {
  min-width: 260px;
}
footer {
  color: #fff;
  background: #04101e;
  padding: 65px max(32px, 50vw - 660px) 28px;
}
.footer-main {
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 60px;
  display: grid;
}
.footer-main > div {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}
.footer-main p {
  color: #738296;
  max-width: 280px;
  font-size: 12px;
  line-height: 1.7;
}
.footer-main b {
  margin-bottom: 6px;
  font-size: 12px;
}
.footer-main a:not(.logo) {
  color: #8392a4;
  font-size: 11px;
}
.footer-main a:hover {
  color: #fff;
}
.footer-bottom {
  color: #68798d;
  border-top: 1px solid #16283c;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 23px;
  font-size: 10px;
  display: flex;
}
@media (width<=1100px) {
  .desktop-nav {
    gap: 18px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .hero-inner {
    grid-template-columns: 48% 52%;
  }
  .highlight-listing {
    grid-template-columns: 110px 1fr 145px;
  }
  .steps-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .step-card:nth-child(2):after {
    display: none;
  }
  .dashboard-shell {
    grid-template-columns: 150px 1fr;
  }
  .dash-body {
    grid-template-columns: 1fr;
  }
  .filter-panel {
    display: none;
  }
  .telegram-section {
    gap: 35px;
  }
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-grid article.popular {
    transform: none;
  }
}
@media (width<=820px) {
  .site-header {
    height: 64px;
    padding: 0 20px;
  }
  .desktop-nav,
  .header-actions {
    display: none;
  }
  .logo {
    font-size: 22px;
  }
  .mobile-menu {
    margin-left: auto;
    display: block;
  }
  .mobile-menu summary {
    cursor: pointer;
    gap: 5px;
    width: 35px;
    list-style: none;
    display: grid;
  }
  .mobile-menu summary::-webkit-details-marker {
    display: none;
  }
  .mobile-menu summary span {
    background: #fff;
    border-radius: 2px;
    height: 2px;
  }
  .mobile-menu nav {
    background: #071626;
    gap: 20px;
    padding: 24px;
    display: grid;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
  }
  .hero {
    min-height: auto;
  }
  .hero-art {
    background-image: linear-gradient(#0000 30%, #061425 91%), url(/landing-images/hero-car.png);
    background-position: 32% 0;
    background-size: auto 440px;
    height: 440px;
    inset: 0;
  }
  .hero-inner {
    padding: 380px 20px 35px;
    display: block;
  }
  .hero-content {
    padding: 0;
  }
  .hero h1 {
    letter-spacing: -2.4px;
    font-size: 48px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-cta {
    flex-direction: column;
    align-items: flex-start;
  }
  .highlight-listing {
    grid-template-columns: 90px 1fr;
    height: 116px;
    padding: 10px;
  }
  .listing-image {
    height: 78px;
  }
  .listing-price,
  .live-feed {
    display: none;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
    height: auto;
    padding: 22px 20px;
    position: relative;
    left: auto;
    transform: none;
  }
  .hero-stats > div {
    border-bottom: 1px solid #ffffff1a;
    border-right: 0;
    padding: 12px;
  }
  .hero-stats strong {
    font-size: 18px;
  }
  .section {
    padding: 75px 20px;
  }
  .section-heading h2,
  .product-heading h2,
  .telegram-copy h2,
  .faq-intro h2 {
    letter-spacing: -1.5px;
    font-size: 35px;
  }
  .steps-grid {
    grid-template-columns: 1fr;
  }
  .step-card:after {
    display: none;
  }
  .platform-strip {
    justify-content: flex-start;
    gap: 28px;
    padding-inline: 0;
    overflow: auto;
  }
  .product-heading {
    display: block;
  }
  .product-heading > p {
    margin-top: 20px;
  }
  .dashboard-shell {
    transform-origin: 0 0;
    grid-template-columns: 1fr;
    min-width: 800px;
    transform: scale(0.8);
  }
  .product-section {
    padding-bottom: 0;
    overflow: hidden;
  }
  .dashboard-shell aside {
    display: none;
  }
  .dashboard-main {
    padding: 20px;
  }
  .telegram-section {
    grid-template-columns: 1fr;
  }
  .phone-stage {
    min-height: 600px;
  }
  .audience-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }
  .trial-banner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .final-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 70px 20px;
  }
  .final-cta h2 {
    font-size: 37px;
  }
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
  .footer-main > div:first-child {
    grid-column: 1/3;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 15px;
  }
}
@media (width<=480px) {
  .hero-art {
    background-position: 28% 0;
    background-size: auto 360px;
    height: 360px;
  }
  .hero-inner {
    padding-top: 310px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .hero-cta .button {
    width: 100%;
  }
  .trial {
    align-self: center;
  }
  .highlight-listing {
    grid-template-columns: 72px 1fr;
  }
  .listing-main strong {
    font-size: 15px;
  }
  .new-badge {
    font-size: 9px;
  }
  .hero-stats {
    grid-template-columns: 1fr 1fr;
  }
  .hero-stats > div {
    grid-template-columns: 40px auto;
  }
  .hero-stats i {
    font-size: 27px;
  }
  .section-heading p {
    font-size: 14px;
  }
  .product-section {
    min-height: 700px;
  }
  .dashboard-shell {
    width: 800px;
    transform: scale(0.55);
  }
  .phone-stage {
    border-radius: 0;
    margin-inline: -20px;
  }
  .channel-card {
    display: none;
  }
  .pricing-grid {
    gap: 12px;
  }
  .final-cta .button {
    width: 100%;
  }
  .footer-main {
    grid-template-columns: 1fr;
  }
  .footer-main > div:first-child {
    grid-column: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
.hero-cta {
  flex-wrap: wrap;
  gap: 12px;
}
.hero-cta .button {
  gap: 10px;
}
.hero-cta .button svg {
  flex: none;
  width: 20px;
  height: 20px;
}
.button-ghost {
  box-shadow: none;
  color: #fff;
  background: 0 0;
  border: 1px solid #ffffff47;
}
.button-ghost:hover {
  filter: none;
  background: #ffffff14;
  border-color: #ffffff73;
}
.site-header {
  color: #07152b;
  background: #fffffff5;
  border-bottom: 1px solid #e6eaf0;
  height: 76px;
  position: relative;
}
.site-header .logo,
.site-header .logo span {
  color: #07152b;
}
.desktop-nav {
  color: #162137;
}
.desktop-nav a:hover,
.login-link:hover {
  color: #1267e8;
}
.login-link {
  color: #182238;
}
.hero {
  color: #07152b;
  background: #fbfaf7;
  min-height: auto;
  overflow: hidden;
}
.hero-dark-shape {
  clip-path: polygon(17% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
  background: radial-gradient(circle at 45% 28%, #0e315d 0, #071a35 35%, #020b1d 76%);
  width: 58%;
  height: 540px;
  position: absolute;
  top: 0;
  right: -8%;
}
.hero-dark-shape:after {
  content: '';
  border: 1px solid #639cea47;
  border-radius: 50%;
  width: 740px;
  height: 740px;
  position: absolute;
  top: 74px;
  left: 5%;
}
.hero-art {
  z-index: 1;
  filter: saturate(0.9) contrast(1.04);
  background-image: url(/landing-images/hero-car.png);
  background-position: 20% 49%;
  background-repeat: no-repeat;
  background-size: 850px;
  width: 58%;
  height: 535px;
  inset: 0 5% auto auto;
}
.hero-art:after {
  background: linear-gradient(90deg, #fbfaf7 0, #0000 25% 86%, #020b1d59);
  inset: 0;
}
.hero-inner {
  grid-template-columns: 43% 57%;
  max-width: 1480px;
  min-height: 500px;
  padding: 44px 40px 26px;
  display: grid;
  position: relative;
}
.hero-content {
  z-index: 5;
  padding: 0;
  position: relative;
}
.hero-content .eyebrow i {
  background: #1267e8;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.hero h1 {
  letter-spacing: -3.6px;
  max-width: 660px;
  margin: 20px 0 22px;
  font-size: 62px;
  line-height: 1.06;
}
.hero-lead {
  color: #1d293b;
  align-items: center;
  gap: 13px;
  margin-bottom: 28px;
  font-size: 17px;
  display: flex;
}
.telegram-dot {
  color: #fff;
  background: #2388ee;
  border-radius: 50%;
  place-items: center;
  width: 34px;
  height: 34px;
  font-weight: 800;
  display: grid;
}
.hero-cta {
  gap: 13px;
  margin: 0;
}
.no-card {
  color: #111b2c;
  background: #ffffffb3;
  border: 1px solid #d9dee5;
  border-radius: 8px;
  align-items: center;
  gap: 11px;
  height: 64px;
  padding: 0 22px;
  font-size: 14px;
  display: flex;
}
.hero-platforms {
  align-items: center;
  gap: 26px;
  margin-top: 27px;
  display: flex;
}
.hero-platforms b {
  font-size: 18px;
}
.hero-platforms i {
  border-left: 1px solid #9ca5b0;
  height: 25px;
}
.hero-listings {
  z-index: 6;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
  padding: 28px 0 0;
  display: flex;
  position: relative;
}
.floating-listing {
  color: #101a2c;
  background: #fff;
  border-radius: 12px;
  grid-template-columns: 92px 1fr auto;
  align-items: center;
  gap: 10px;
  width: 315px;
  min-height: 105px;
  padding: 12px;
  display: grid;
  box-shadow: 0 14px 40px #0000002e;
}
.float-car {
  background: #eef2f5;
  border-radius: 8px;
  place-items: center;
  height: 70px;
  display: grid;
  overflow: hidden;
}
.float-car:before {
  content: '';
  background: linear-gradient(#526d86 0, #172635 52%, #070d13 53%);
  border-radius: 60% 70% 26% 30%;
  width: 88px;
  height: 31px;
  transform: skew(-7deg);
  box-shadow: 0 8px 10px #00000059;
}
.floating-listing > div:nth-child(2) {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.floating-listing b {
  font-size: 12px;
}
.floating-listing strong {
  font-size: 13px;
}
.floating-listing small {
  color: #788499;
  font-size: 10px;
}
.floating-listing em {
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
}
.floating-listing time {
  color: #7e8a9d;
  align-self: start;
  font-size: 9px;
}
.live-ticker {
  white-space: nowrap;
  z-index: 9;
  background: #fff;
  border-top: 1px solid #dfe4ea;
  border-bottom: 1px solid #dfe4ea;
  align-items: center;
  gap: 20px;
  height: 52px;
  padding: 0 max(28px, 50vw - 720px);
  font-size: 10px;
  display: flex;
  position: relative;
}
.live-ticker > b {
  color: #1267e8;
}
.live-ticker > b i {
  background: #1267e8;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  display: inline-block;
}
.live-ticker > span {
  color: #5e6978;
}
.live-ticker > div {
  border-left: 1px solid #d9dfe7;
  gap: 11px;
  padding-left: 18px;
  display: flex;
}
.live-ticker em {
  font-style: normal;
}
.live-ticker small {
  color: #7d8897;
}
.ticker-total {
  margin-left: auto;
}
.ticker-total b {
  color: #1267e8;
  font-size: 18px;
}
.hero-feature-preview {
  background: #fbfaf7;
  padding: 28px max(32px, 50vw - 720px) 46px;
}
.hero-feature-preview h2 {
  letter-spacing: -1px;
  margin: 0 0 20px;
  font-size: 29px;
}
.preview-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  display: grid;
}
.preview-grid > article {
  background: #fff;
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  min-height: 210px;
  padding: 18px;
  position: relative;
}
.preview-grid > article > span {
  color: #fff;
  background: #1267e8;
  border-radius: 50%;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 12px;
  display: inline-grid;
}
.preview-grid > article > b {
  font-size: 13px;
}
.mini-monitor,
.mini-filters {
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 22px;
  display: grid;
}
.mini-monitor {
  grid-template-columns: 1fr;
}
.mini-monitor i,
.mini-filters i {
  color: #657286;
  border: 1px solid #e0e6ed;
  border-radius: 6px;
  padding: 10px;
  font-size: 10px;
  font-style: normal;
}
.mini-monitor strong {
  float: right;
  color: #142033;
}
.mini-message {
  background: #eef6fc;
  border-radius: 10px;
  flex-direction: column;
  gap: 8px;
  max-width: 260px;
  margin: 22px auto 0;
  padding: 14px;
  display: flex;
}
.mini-message small {
  color: #68768a;
}
.mini-message em {
  font-style: normal;
  font-weight: 800;
}
.section-light {
  background: #fbfaf7;
}
@media (width<=1100px) {
  .hero h1 {
    font-size: 50px;
  }
  .hero-inner {
    grid-template-columns: 48% 52%;
  }
  .hero-art {
    width: 62%;
    right: -5%;
  }
  .floating-listing {
    width: 285px;
  }
  .live-ticker > div:nth-of-type(3) {
    display: none;
  }
}
@media (width<=820px) {
  .site-header {
    background: #fff;
  }
  .site-header .logo {
    color: #07152b;
  }
  .mobile-menu summary span {
    background: #07152b;
  }
  .mobile-menu nav {
    color: #07152b;
    background: #fff;
    border-top: 1px solid #e4e8ee;
  }
  .hero-dark-shape {
    clip-path: polygon(27% 0, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 350px;
    top: 0;
    right: -28%;
  }
  .hero-art {
    background-position: 50% 45%;
    background-size: 610px;
    width: 105%;
    height: 350px;
    right: -38%;
  }
  .hero-art:after {
    background: linear-gradient(#0000 55%, #fbfaf7 100%);
  }
  .hero-inner {
    padding: 305px 20px 28px;
    display: block;
  }
  .hero-content {
    max-width: 620px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .hero-listings {
    display: none;
  }
  .hero-platforms {
    overflow: auto;
  }
  .live-ticker {
    padding: 0 20px;
    overflow: hidden;
  }
  .live-ticker > div:nth-of-type(n + 2),
  .ticker-total {
    display: none;
  }
  .hero-feature-preview {
    padding: 28px 20px 55px;
  }
  .preview-grid {
    grid-template-columns: 1fr;
  }
  .preview-grid > article {
    min-height: 190px;
  }
  .no-card {
    height: 58px;
  }
  .hero-cta {
    flex-wrap: wrap;
  }
}
@media (width<=480px) {
  .hero-dark-shape {
    height: 285px;
  }
  .hero-art {
    background-size: 500px;
    height: 285px;
    right: -44%;
  }
  .hero-inner {
    padding-top: 245px;
  }
  .hero h1 {
    letter-spacing: -2.2px;
    font-size: 39px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-cta .button {
    width: 100%;
  }
  .no-card {
    justify-content: center;
    width: 100%;
  }
  .hero-platforms {
    gap: 18px;
  }
  .hero-platforms b {
    font-size: 15px;
  }
  .live-ticker > span {
    display: none;
  }
  .hero-feature-preview h2 {
    font-size: 26px;
  }
}
.hero-dark-shape {
  clip-path: none;
  background: radial-gradient(circle at 31% 34%, #1e5794e6 0, #0a274bf5 28%, #04152c 58%, #020a18 100%);
  border-radius: 50%;
  width: 70%;
  height: 760px;
  top: -210px;
  right: -12%;
  box-shadow: inset 0 -1px #70aeff2e;
}
.hero-dark-shape:before {
  content: '';
  border: 1px solid #66a4f438;
  border-radius: 50%;
  position: absolute;
  inset: 116px 84px 58px 30px;
}
.hero-dark-shape:after {
  border-color: #639cea2e;
  width: 610px;
  height: 610px;
  top: 150px;
  left: 21%;
}
.hero-art {
  transform-origin: 50%;
  filter: drop-shadow(0 5px 3px #d2e6ff29) drop-shadow(0 34px 30px #01081270) saturate(0.96) contrast(1.03) brightness(1.03);
  background-image: url(/landing-images/hero-car-light.png);
  background-position: bottom;
  background-size: contain;
  width: 64%;
  height: 500px;
  top: 34px;
  right: 10%;
  overflow: visible;
  transform: scaleX(-1);
}
.hero-art:after {
  display: none;
}
.hero-listings {
  padding-top: 15px;
}
@media (width<=1280px) {
  .hero-dark-shape {
    width: 74%;
    right: -18%;
  }
  .hero-art {
    width: 66%;
    height: 465px;
    top: 48px;
    right: 6%;
  }
}
@media (width<=1100px) {
  .hero-dark-shape {
    width: 79%;
    height: 700px;
    top: -170px;
    right: -24%;
  }
  .hero-art {
    width: 66%;
    height: 420px;
    top: 58px;
    right: 1%;
  }
  .hero-listings {
    padding-top: 10px;
  }
}
@media (width<=820px) {
  .hero-dark-shape {
    clip-path: none;
    border-radius: 50%;
    width: 125%;
    height: 500px;
    top: -155px;
    right: -35%;
  }
  .hero-dark-shape:before {
    inset: 90px 46px 38px 78px;
  }
  .hero-dark-shape:after {
    width: 420px;
    height: 420px;
    top: 88px;
    left: 27%;
  }
  .hero-art {
    filter: drop-shadow(0 4px 2px #d2e6ff24) drop-shadow(0 24px 24px #01081261) saturate(0.96) contrast(1.03) brightness(1.03);
    background-position: bottom;
    background-size: contain;
    width: 122%;
    height: 340px;
    top: 8px;
    right: -24%;
  }
  .hero-inner {
    padding-top: 300px;
  }
}
@media (width<=480px) {
  .hero-dark-shape {
    width: 145%;
    height: 405px;
    top: -115px;
    right: -44%;
  }
  .hero-dark-shape:before {
    inset: 72px 42px 30px 76px;
  }
  .hero-dark-shape:after {
    width: 320px;
    height: 320px;
    top: 82px;
    left: 30%;
  }
  .hero-art {
    background-size: contain;
    width: 138%;
    height: 285px;
    top: 2px;
    right: -33%;
  }
  .hero-inner {
    padding-top: 252px;
  }
}
.hero {
  color: #fff;
  background: radial-gradient(circle at 77% 22%, #18509194 0, #081f3d80 25%, #0000 48%), linear-gradient(135deg, #07182d 0, #061425 55%, #020b18 100%);
}
.hero:before {
  content: '';
  border: 1px solid #5a99ec26;
  border-radius: 50%;
  width: 720px;
  height: 720px;
  position: absolute;
  top: -270px;
  right: 2%;
}
.hero-dark-shape {
  display: none;
}
.hero-content .eyebrow {
  color: #68a9ff;
}
.hero-content .eyebrow i {
  background: #2787ff;
  box-shadow: 0 0 14px #2787ffcc;
}
.hero h1 {
  color: #fff;
}
.hero-lead {
  color: #c2cede;
}
.hero-art {
  background-position: 62% 55%;
  background-size: min(1180px, 98%);
  width: 78%;
  height: 560px;
  top: 8px;
  right: 0;
}
.hero-platforms i {
  border-color: #ffffff38;
}
.platform-label {
  align-items: center;
  gap: 9px;
  min-width: max-content;
  display: inline-flex;
}
.platform-label img {
  object-fit: cover;
  background: #fff;
  border-radius: 7px;
  width: 28px;
  height: 28px;
  box-shadow: 0 5px 14px #0000002e;
}
.platform-label b {
  font-size: inherit;
  color: inherit;
}
.floating-listing .platform-label {
  gap: 5px;
}
.floating-listing .platform-label img {
  width: 17px;
  height: 17px;
  box-shadow: none;
  border-radius: 4px;
}
.floating-listing .platform-label b {
  font-size: 11px;
}
.live-ticker {
  color: #dce6f3;
  background: #030e1bdb;
  border-color: #ffffff1a;
}
.live-ticker > span,
.live-ticker small {
  color: #8999ad;
}
.live-ticker > div {
  border-color: #ffffff1f;
}
.platform-strip .platform-label {
  font-size: 23px;
}
.platform-strip .platform-label img {
  border-radius: 9px;
  width: 38px;
  height: 38px;
}
@media (width<=1280px) {
  .hero-art {
    background-size: min(1040px, 100%);
    width: 80%;
    height: 520px;
    right: -2%;
  }
}
@media (width<=1100px) {
  .hero-art {
    background-size: min(920px, 105%);
    width: 82%;
    height: 470px;
    right: -6%;
  }
}
@media (width<=820px) {
  .hero:before {
    width: 520px;
    height: 520px;
    top: -220px;
    right: -45%;
  }
  .hero-art {
    width: 122%;
    height: 340px;
    top: 5px;
    right: -24%;
  }
  .hero-inner {
    padding-top: 300px;
  }
  .hero-platforms {
    padding-bottom: 4px;
  }
}
@media (width<=480px) {
  .hero:before {
    width: 410px;
    height: 410px;
    top: -170px;
    right: -72%;
  }
  .hero-art {
    width: 138%;
    height: 285px;
    top: 0;
    right: -33%;
  }
  .hero-inner {
    padding-top: 252px;
  }
  .hero-platforms {
    gap: 16px;
  }
  .platform-label {
    gap: 6px;
  }
  .platform-label img {
    width: 24px;
    height: 24px;
  }
  .hero-platforms i {
    height: 22px;
  }
}
.hero-phone-stage {
  z-index: 7;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 445px;
  padding: 4px 5.5% 0 0;
  display: flex;
  position: relative;
}
.hero-phone {
  background: linear-gradient(145deg, #626b78 0, #161d27 13%, #05080d 72%, #66717e 100%);
  border: 1px solid #ffffff61;
  border-radius: 44px;
  width: 264px;
  height: 522px;
  padding: 11px;
  position: relative;
  transform: rotate(2.5deg);
  box-shadow:
    0 34px 70px #00000080,
    inset 0 0 0 1px #ffffff24;
}
.hero-phone:before {
  content: '';
  z-index: 0;
  background: #e7f0e8;
  border-radius: 36px;
  position: absolute;
  inset: 8px;
}
.iphone-screen-shot {
  z-index: 1;
  object-fit: cover;
  object-position: center top;
  pointer-events: none;
  border-radius: 36px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  inset: 8px;
}
.iphone-island {
  z-index: 3;
  background: #020305;
  border-radius: 20px;
  width: 82px;
  height: 23px;
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translate(-50%);
  box-shadow: inset -14px 0 0 -12px #172333;
}
.iphone-home {
  z-index: 3;
  background: #ffffffd1;
  border-radius: 4px;
  width: 92px;
  height: 4px;
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translate(-50%);
}
.step-card i svg {
  width: 28px;
  height: 28px;
}
@media (width<=1280px) {
  .hero-phone-stage {
    padding-right: 2%;
  }
  .hero-phone {
    transform-origin: 100% 0;
    transform: rotate(2.5deg) scale(0.94);
  }
}
@media (width<=1100px) {
  .hero-phone-stage {
    padding-right: 0;
  }
  .hero-phone {
    transform: rotate(2deg) scale(0.86);
  }
}
@media (width<=820px) {
  .hero {
    min-height: auto;
    overflow: hidden;
  }
  .hero-art {
    z-index: 0;
    pointer-events: none;
    filter: drop-shadow(0 4px 2px #d2e6ff1f) drop-shadow(0 24px 28px #01081266) saturate(0.96) contrast(1.03) brightness(1.02);
    background-position: 50% 8%;
    background-repeat: no-repeat;
    background-size: min(720px, 118vw);
    width: 130%;
    height: 100%;
    max-height: none;
    inset: 0 -18% auto auto;
  }
  .hero-art:after {
    content: '';
    background: linear-gradient(#06142547 0, #0614258c 42%, #061425eb 72%, #061425 100%), linear-gradient(90deg, #061425b8 0, #06142559 48%, #0000 78%);
    display: block;
    position: absolute;
    inset: 0;
  }
  .hero-inner {
    min-height: auto;
    padding: 28px 20px 32px;
    display: block;
  }
  .hero-content {
    z-index: 2;
    max-width: 620px;
    padding: 0;
    position: relative;
  }
  .hero-phone-stage {
    z-index: 3;
    pointer-events: none;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    margin: 20px 0 0;
    padding: 8px 0 0;
    position: relative;
  }
  .hero-phone {
    border-radius: 30px;
    width: 180px;
    height: 356px;
    padding: 8px;
    transform: rotate(1.5deg);
  }
  .hero-phone:before {
    border-radius: 24px;
    inset: 6px;
  }
  .iphone-screen-shot {
    border-radius: 24px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    inset: 6px;
  }
  .iphone-island {
    width: 56px;
    height: 16px;
    top: 12px;
  }
  .iphone-home {
    width: 64px;
    height: 3px;
    bottom: 12px;
  }
}
@media (width<=480px) {
  .hero-art {
    background-position: 50% 4%;
    background-size: min(620px, 145vw);
    width: 150%;
    right: -28%;
  }
  .hero-inner {
    padding: 22px 20px 20px;
  }
  .hero-phone-stage {
    justify-content: center;
    margin-top: 16px;
    padding-right: 0;
  }
  .hero-phone {
    border-radius: 26px;
    width: 156px;
    height: 308px;
    padding: 7px;
    transform: rotate(1.5deg);
  }
  .hero-phone:before {
    border-radius: 21px;
    inset: 5px;
  }
  .iphone-screen-shot {
    border-radius: 21px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    inset: 5px;
  }
  .iphone-island {
    width: 48px;
    height: 14px;
    top: 10px;
  }
  .iphone-home {
    width: 56px;
    bottom: 10px;
  }
}
.dashboard-shell {
  background: #f4f7fb;
  grid-template-columns: none;
  max-width: 1080px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  display: block;
  overflow: hidden;
}
.dashboard-shot {
  width: 100%;
  height: auto;
  display: block;
}
@media (width<=820px) {
  .product-section {
    min-height: 0;
    padding-bottom: 75px;
    overflow: visible;
  }
  .dashboard-shell {
    width: 100%;
    min-width: 0;
    transform-origin: unset;
    transform: none;
  }
}
@media (width<=480px) {
  .product-section {
    min-height: 0;
  }
  .dashboard-shell {
    width: 100%;
    transform: none;
  }
}
@media (width<=1280px) {
  .pricing-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
  .pricing-grid article.popular {
    transform: none;
  }
  .price strong {
    font-size: 36px;
  }
}
@media (width<=900px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width<=560px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }
}
.phone {
  z-index: 2;
  background: #111722;
  padding: 0;
  overflow: hidden;
}
.phone-slider {
  background: #0b1220;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.phone-slide {
  object-fit: cover;
  object-position: center top;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition:
    opacity 0.28s,
    transform 0.28s;
  position: absolute;
  inset: 0;
  transform: scale(1.02);
}
.phone-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.phone-dots {
  z-index: 4;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #080e1873;
  border-radius: 999px;
  gap: 6px;
  padding: 6px 8px;
  display: flex;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%);
}
.phone-dot {
  cursor: pointer;
  background: #ffffff59;
  border: 0;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  padding: 0;
}
.phone-dot.is-active {
  background: #fff;
  border-radius: 999px;
  width: 18px;
}
@media (prefers-reduced-motion: reduce) {
  .phone-slide {
    transition: none;
  }
}
.arrow-icon {
  background: #ffffff1f;
  border: 1px solid #ffffff47;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 30px;
  height: 30px;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s;
  display: inline-grid;
}
.arrow-icon svg {
  width: 16px;
  height: 16px;
  overflow: visible;
}
.arrow-icon path {
  stroke: currentColor;
  stroke-width: 1.7px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
a:hover .arrow-icon {
  background: #fff3;
  border-color: #ffffff73;
  transform: translate(3px);
}
.arrow-icon-external {
  color: #1267e8;
  background: #eaf3ff;
  border-color: #cfe0fb;
  width: 24px;
  height: 24px;
  transform: rotate(-45deg);
}
a:hover .arrow-icon-external {
  background: #dcecff;
  border-color: #b8d2f7;
  transform: translate(2px, -2px) rotate(-45deg);
}
.support-link {
  align-items: center;
  gap: 9px;
  display: inline-flex;
}
@media (prefers-reduced-motion: reduce) {
  .arrow-icon {
    transition: none;
  }
}
.brand-logo {
  flex: none;
  line-height: 0;
  display: block;
}
.brand-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
.header-logo {
  width: 180px;
  height: 50px;
}
.footer-logo {
  width: 220px;
  height: 62px;
  margin-bottom: 4px;
}
@media (width<=820px) {
  .header-logo {
    width: 158px;
    height: 44px;
  }
  .footer-logo {
    width: 195px;
    height: 54px;
  }
}
.side-rays {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hero-rays {
  z-index: 0;
  mix-blend-mode: screen;
  position: absolute;
  inset: 0;
}
.hero-rays canvas {
  width: 100%;
  height: 100%;
  display: block;
}
@media (width<=820px) {
  .hero-rays {
    opacity: 0.7;
  }
}
