/* [project]/src/app/landing.module.css [app-client] (css) */
.landing-module__g1LwZa__page {
  --blue: #1458d4;
  --blue-dark: #0b3d96;
  --blue-soft: #eaf2ff;
  --navy: #11233b;
  --copy: #52647a;
  --border: #dfe7f0;
  color: var(--navy);
  background: #fff;
  font-family: Arial, sans-serif;
  overflow: hidden;
}

.landing-module__g1LwZa__header {
  z-index: 2;
  background: #ffffffeb;
  border-bottom: 1px solid #d1dce8bf;
  position: relative;
}

.landing-module__g1LwZa__nav {
  justify-content: space-between;
  align-items: center;
  width: min(1180px, 100% - 40px);
  height: 78px;
  margin: auto;
  display: flex;
}

.landing-module__g1LwZa__brand {
  letter-spacing: -.02em;
  align-items: center;
  gap: 11px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.landing-module__g1LwZa__mark, .landing-module__g1LwZa__markSmall {
  background: linear-gradient(145deg,var(--blue),#4c8ff7);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  display: grid;
  box-shadow: 0 8px 22px #1458d438;
}

.landing-module__g1LwZa__mark {
  width: 48px;
  height: 48px;
}

.landing-module__g1LwZa__markSmall {
  width: 34px;
  height: 34px;
}

.landing-module__g1LwZa__mark svg, .landing-module__g1LwZa__markSmall svg {
  width: 68%;
  height: 68%;
}

.landing-module__g1LwZa__links {
  color: #506176;
  gap: 32px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.landing-module__g1LwZa__links a:hover {
  color: var(--blue);
}

.landing-module__g1LwZa__loginButton, .landing-module__g1LwZa__primaryButton, .landing-module__g1LwZa__lightButton {
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-weight: 700;
  transition: transform .18s, box-shadow .18s;
  display: inline-flex;
}

.landing-module__g1LwZa__loginButton {
  background: var(--navy);
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
}

.landing-module__g1LwZa__loginButton:hover, .landing-module__g1LwZa__primaryButton:hover, .landing-module__g1LwZa__lightButton:hover {
  transform: translateY(-2px);
}

.landing-module__g1LwZa__hero {
  border-bottom: 1px solid var(--border);
  background: radial-gradient(circle at 12% 4%, #e5efff 0, #e5efff40 28%, #0000 50%), linear-gradient(135deg, #fbfdff, #f4f8fd);
  position: relative;
}

.landing-module__g1LwZa__hero:after {
  content: "";
  border: 1px solid #1458d41f;
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -260px;
  right: -180px;
  box-shadow: 0 0 0 80px #1458d406, 0 0 0 160px #1458d405;
}

.landing-module__g1LwZa__heroInner {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 72px;
  width: min(1180px, 100% - 40px);
  margin: auto;
  padding: 96px 0 104px;
  display: grid;
  position: relative;
}

.landing-module__g1LwZa__heroCopy {
  max-width: 610px;
}

.landing-module__g1LwZa__badge {
  color: var(--blue-dark);
  letter-spacing: .06em;
  text-transform: uppercase;
  background: #ffffffb8;
  border: 1px solid #ccdcf7;
  border-radius: 999px;
  align-items: center;
  gap: 9px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
}

.landing-module__g1LwZa__badge > span {
  background: #24a46d;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  box-shadow: 0 0 0 4px #24a46d1f;
}

.landing-module__g1LwZa__hero h1 {
  letter-spacing: -.052em;
  max-width: 650px;
  margin: 24px 0 22px;
  font-size: clamp(45px, 5.2vw, 72px);
  line-height: .99;
}

.landing-module__g1LwZa__hero h1 em {
  color: var(--blue);
  font-style: normal;
  display: block;
}

.landing-module__g1LwZa__heroCopy > p {
  max-width: 590px;
  color: var(--copy);
  margin: 0;
  font-size: 19px;
  line-height: 1.65;
}

.landing-module__g1LwZa__heroActions {
  align-items: center;
  gap: 24px;
  margin-top: 34px;
  display: flex;
}

.landing-module__g1LwZa__primaryButton {
  background: var(--blue);
  color: #fff;
  padding: 15px 24px;
  box-shadow: 0 12px 28px #1458d440;
}

.landing-module__g1LwZa__textLink {
  color: var(--blue-dark);
  gap: 8px;
  font-weight: 700;
  display: flex;
}

.landing-module__g1LwZa__trust {
  color: #68788b;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.landing-module__g1LwZa__trust span {
  align-items: center;
  gap: 6px;
  display: flex;
}

.landing-module__g1LwZa__trust svg, .landing-module__g1LwZa__audienceCard li svg {
  color: #238961;
  width: 16px;
  height: 16px;
}

.landing-module__g1LwZa__preview {
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 22px;
  padding: 25px;
  position: relative;
  transform: rotate(1deg);
  box-shadow: 0 30px 75px #17315321, 0 4px 10px #1731530a;
}

.landing-module__g1LwZa__previewTop {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  display: flex;
}

.landing-module__g1LwZa__previewTop div {
  gap: 5px;
  display: grid;
}

.landing-module__g1LwZa__previewTop div span {
  letter-spacing: .12em;
  color: #7b8999;
  font-size: 10px;
  font-weight: 800;
}

.landing-module__g1LwZa__previewTop strong {
  font-size: 20px;
}

.landing-module__g1LwZa__region {
  background: var(--blue-soft);
  color: var(--blue-dark);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 700;
}

.landing-module__g1LwZa__searchLine {
  background: #f5f8fc;
  border-radius: 11px;
  grid-template-columns: 1fr 1fr auto;
  gap: 8px;
  margin: 22px 0 14px;
  padding: 11px;
  font-size: 11px;
  display: grid;
}

.landing-module__g1LwZa__searchLine span {
  border: 1px solid var(--border);
  color: #53647a;
  background: #fff;
  border-radius: 7px;
  padding: 7px 8px;
}

.landing-module__g1LwZa__searchLine b {
  color: var(--blue);
  align-self: center;
  padding: 0 5px;
}

.landing-module__g1LwZa__results {
  gap: 9px;
  display: grid;
}

.landing-module__g1LwZa__result {
  border: 1px solid var(--border);
  border-radius: 12px;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 13px;
  display: grid;
}

.landing-module__g1LwZa__resultMuted {
  opacity: .72;
}

.landing-module__g1LwZa__resultIcon, .landing-module__g1LwZa__resultIconStrong {
  color: #708197;
  background: #edf2f7;
  border-radius: 10px;
  place-items: center;
  width: 36px;
  height: 36px;
  display: grid;
}

.landing-module__g1LwZa__resultIconStrong {
  background: var(--blue-soft);
  color: var(--blue);
}

.landing-module__g1LwZa__resultIcon .landing-module__g1LwZa__markSmall, .landing-module__g1LwZa__resultIconStrong .landing-module__g1LwZa__markSmall {
  color: currentColor;
  width: 22px;
  height: 22px;
  box-shadow: none;
  background: none;
}

.landing-module__g1LwZa__result > div:nth-child(2) {
  gap: 4px;
  display: grid;
}

.landing-module__g1LwZa__result strong {
  font-size: 12px;
}

.landing-module__g1LwZa__result span {
  color: #738296;
  font-size: 10px;
}

.landing-module__g1LwZa__resultMeta {
  text-align: right;
  gap: 5px;
  display: grid;
}

.landing-module__g1LwZa__resultMeta .landing-module__g1LwZa__status, .landing-module__g1LwZa__resultMeta .landing-module__g1LwZa__statusStrong {
  color: #926400;
  background: #fff5db;
  border-radius: 999px;
  padding: 4px 7px;
  font-size: 9px;
}

.landing-module__g1LwZa__resultMeta .landing-module__g1LwZa__statusStrong {
  color: #187c51;
  background: #e5f7ee;
}

.landing-module__g1LwZa__previewFooter {
  border-top: 1px solid var(--border);
  color: #8490a0;
  justify-content: space-between;
  margin-top: 17px;
  padding-top: 16px;
  font-size: 9px;
  display: flex;
}

.landing-module__g1LwZa__previewFooter span {
  align-items: center;
  gap: 6px;
  display: flex;
}

.landing-module__g1LwZa__pulse {
  background: #24a46d;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.landing-module__g1LwZa__problem {
  background: var(--navy);
  color: #fff;
  padding: 96px 20px;
}

.landing-module__g1LwZa__narrow {
  text-align: center;
  max-width: 820px;
  margin: auto;
}

.landing-module__g1LwZa__kicker {
  color: #3979dc;
  letter-spacing: .18em;
  margin: 0 0 16px;
  font-size: 11px;
  font-weight: 800;
}

.landing-module__g1LwZa__problem .landing-module__g1LwZa__kicker, .landing-module__g1LwZa__security .landing-module__g1LwZa__kicker {
  color: #80acf3;
}

.landing-module__g1LwZa__problem h2, .landing-module__g1LwZa__sectionHead h2, .landing-module__g1LwZa__security h2, .landing-module__g1LwZa__cta h2 {
  letter-spacing: -.035em;
  margin: 0;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.12;
}

.landing-module__g1LwZa__problem .landing-module__g1LwZa__narrow > p:last-child {
  color: #b9c6d5;
  max-width: 760px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 1.7;
}

.landing-module__g1LwZa__section, .landing-module__g1LwZa__flowSection {
  width: min(1120px, 100% - 40px);
  margin: auto;
  padding: 104px 0;
}

.landing-module__g1LwZa__sectionHead {
  max-width: 700px;
  margin-bottom: 46px;
}

.landing-module__g1LwZa__sectionHead > p:last-child {
  color: var(--copy);
}

.landing-module__g1LwZa__audienceGrid {
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  display: grid;
}

.landing-module__g1LwZa__audienceCard {
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 18px;
  padding: 36px;
  position: relative;
  box-shadow: 0 15px 45px #1c36560e;
}

.landing-module__g1LwZa__audienceNumber {
  color: #e0e9f5;
  font-size: 42px;
  font-weight: 800;
  position: absolute;
  top: 24px;
  right: 28px;
}

.landing-module__g1LwZa__audienceCard > p {
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 15px;
  font-size: 12px;
  font-weight: 800;
}

.landing-module__g1LwZa__audienceCard h3 {
  letter-spacing: -.025em;
  max-width: 420px;
  margin: 0 0 14px;
  font-size: 24px;
}

.landing-module__g1LwZa__audienceCard > span {
  color: var(--copy);
  line-height: 1.65;
  display: block;
}

.landing-module__g1LwZa__audienceCard ul {
  border-top: 1px solid var(--border);
  gap: 11px;
  margin: 26px 0 0;
  padding: 22px 0 0;
  list-style: none;
  display: grid;
}

.landing-module__g1LwZa__audienceCard li {
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.landing-module__g1LwZa__flowSection {
  padding-top: 70px;
}

.landing-module__g1LwZa__steps {
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  display: grid;
  position: relative;
}

.landing-module__g1LwZa__steps:before {
  content: "";
  border-top: 1px dashed #aebfd3;
  position: absolute;
  top: 25px;
  left: 13%;
  right: 13%;
}

.landing-module__g1LwZa__steps article {
  gap: 24px;
  display: grid;
  position: relative;
}

.landing-module__g1LwZa__steps article > span {
  z-index: 1;
  background: var(--blue);
  color: #fff;
  border-radius: 50%;
  place-items: center;
  width: 52px;
  height: 52px;
  font-size: 12px;
  font-weight: 800;
  display: grid;
  position: relative;
  box-shadow: 0 0 0 8px #fff;
}

.landing-module__g1LwZa__steps h3 {
  margin: 0 0 10px;
  font-size: 19px;
}

.landing-module__g1LwZa__steps p {
  color: var(--copy);
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

.landing-module__g1LwZa__security {
  background: #eef4fb;
  padding: 100px 20px;
}

.landing-module__g1LwZa__securityInner {
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 80px;
  width: min(1120px, 100%);
  margin: auto;
  display: grid;
}

.landing-module__g1LwZa__securityInner > div:first-child > p:last-child {
  color: var(--copy);
  line-height: 1.7;
}

.landing-module__g1LwZa__securityGrid {
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  display: grid;
}

.landing-module__g1LwZa__securityGrid > div {
  background: #ffffffb3;
  border: 1px solid #d8e4f1;
  border-radius: 14px;
  grid-template-columns: 40px 1fr;
  column-gap: 12px;
  padding: 20px;
  display: grid;
}

.landing-module__g1LwZa__securityGrid svg {
  fill: none;
  width: 28px;
  height: 28px;
  stroke: var(--blue);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7px;
  grid-row: 1 / 3;
}

.landing-module__g1LwZa__securityGrid strong {
  font-size: 13px;
}

.landing-module__g1LwZa__securityGrid span {
  color: var(--copy);
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.5;
}

.landing-module__g1LwZa__cta {
  background: linear-gradient(130deg,var(--blue-dark),var(--blue));
  color: #fff;
  border-radius: 22px;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  width: min(1120px, 100% - 40px);
  margin: 90px auto;
  padding: 46px 52px;
  display: flex;
  box-shadow: 0 22px 50px #1458d433;
}

.landing-module__g1LwZa__cta > div > span {
  color: #c9dcff;
  font-size: 13px;
}

.landing-module__g1LwZa__cta h2 {
  margin-top: 7px;
  font-size: 32px;
}

.landing-module__g1LwZa__lightButton {
  color: var(--blue-dark);
  white-space: nowrap;
  background: #fff;
  padding: 15px 24px;
}

.landing-module__g1LwZa__footer {
  border-top: 1px solid var(--border);
  color: #758395;
  grid-template-columns: 1fr 1.5fr 1fr;
  align-items: center;
  gap: 20px;
  width: min(1180px, 100% - 40px);
  min-height: 100px;
  margin: auto;
  font-size: 12px;
  display: grid;
}

.landing-module__g1LwZa__footer p {
  text-align: center;
}

.landing-module__g1LwZa__footer > span {
  text-align: right;
}

.landing-module__g1LwZa__footer .landing-module__g1LwZa__brand {
  color: var(--navy);
}

@media (max-width: 900px) {
  .landing-module__g1LwZa__links {
    display: none;
  }

  .landing-module__g1LwZa__heroInner, .landing-module__g1LwZa__securityInner {
    grid-template-columns: 1fr;
  }

  .landing-module__g1LwZa__heroInner {
    padding-top: 64px;
  }

  .landing-module__g1LwZa__preview {
    transform: none;
  }

  .landing-module__g1LwZa__securityInner {
    gap: 42px;
  }

  .landing-module__g1LwZa__steps:before {
    display: none;
  }
}

@media (max-width: 680px) {
  .landing-module__g1LwZa__nav {
    height: 68px;
  }

  .landing-module__g1LwZa__brand {
    font-size: 16px;
  }

  .landing-module__g1LwZa__header .landing-module__g1LwZa__loginButton {
    padding: 10px 14px;
    font-size: 12px;
  }

  .landing-module__g1LwZa__heroInner {
    gap: 45px;
    width: min(100% - 28px, 1180px);
    padding: 48px 0 70px;
  }

  .landing-module__g1LwZa__hero h1 {
    font-size: 43px;
  }

  .landing-module__g1LwZa__heroCopy > p {
    font-size: 16px;
  }

  .landing-module__g1LwZa__heroActions {
    flex-direction: column;
    align-items: flex-start;
  }

  .landing-module__g1LwZa__trust {
    display: grid;
  }

  .landing-module__g1LwZa__preview {
    padding: 16px;
  }

  .landing-module__g1LwZa__searchLine {
    grid-template-columns: 1fr;
  }

  .landing-module__g1LwZa__result {
    grid-template-columns: 34px 1fr;
  }

  .landing-module__g1LwZa__resultMeta {
    text-align: left;
    grid-column: 2;
    display: flex;
  }

  .landing-module__g1LwZa__previewFooter {
    gap: 12px;
  }

  .landing-module__g1LwZa__audienceGrid, .landing-module__g1LwZa__securityGrid, .landing-module__g1LwZa__steps {
    grid-template-columns: 1fr;
  }

  .landing-module__g1LwZa__section, .landing-module__g1LwZa__flowSection {
    padding: 75px 0;
  }

  .landing-module__g1LwZa__audienceCard {
    padding: 28px;
  }

  .landing-module__g1LwZa__steps {
    gap: 35px;
  }

  .landing-module__g1LwZa__steps article {
    grid-template-columns: 52px 1fr;
    gap: 16px;
  }

  .landing-module__g1LwZa__cta {
    flex-direction: column;
    align-items: flex-start;
    margin: 55px auto;
    padding: 34px 26px;
  }

  .landing-module__g1LwZa__footer {
    grid-template-columns: 1fr;
    padding: 28px 0;
  }

  .landing-module__g1LwZa__footer p, .landing-module__g1LwZa__footer > span {
    text-align: left;
  }
}

/*# sourceMappingURL=src_app_landing_module_20gqe_j.css.map*/