* {
  box-sizing:border-box;
}

html {
  scroll-behavior:smooth;
}

body {
  margin:0;
  font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
  color:#152039;
  background:#fff;
}

a {
  color:inherit;
}

.wrap {
  width:min(1180px,calc(100% - 40px));
  margin:auto;
}

.header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(6,14,28,.93);
  backdrop-filter:blur(16px);
  color:#fff;
  border-bottom:1px solid #ffffff12;
}

.nav {
  min-height:76px;
  display:flex;
  align-items:center;
  gap:24px;
  min-width:0;
}

.brand {
  display:inline-flex;
  align-items:center;
  min-width:0;
  text-decoration:none;
  flex:0 0 auto;
}

.brand-logo {
  display:block;
  width:190px;
  max-width:100%;
  height:auto;
  object-fit:contain;
}

.footer-brand-logo {
  width:175px;
}

.nav nav {
  margin-left:auto;
  display:flex;
  gap:26px;
}

.nav nav a,.actions>a {
  font-size:14px;
  text-decoration:none;
  color:#e8ebf3;
}

.actions {
  display:flex;
  align-items:center;
  gap:14px;
}

.langs {
  display:flex;
  gap:4px;
  color:#8791a6;
}

.langs button {
  border:0;
  background:transparent;
  color:inherit;
  font-weight:800;
  cursor:pointer;
}

.langs button.active {
  color:#fff;
}

.btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 20px;
  border-radius:10px;
  background:linear-gradient(90deg,#3288ff,#724df6,#a942e4);
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 12px 28px #4b4cff33;
}

.btn.small {
  min-height:40px;
  padding:0 15px;
  font-size:13px;
}

.btn.ghost {
  background:transparent;
  border:1px solid #ffffff3d;
  box-shadow:none;
}

.btn.ghost-dark {
  background:transparent;
  color:#2b3450;
  border:1px solid #d9ddea;
  box-shadow:none;
}

.btn.light {
  background:#fff;
  color:#4a46a2;
  box-shadow:none;
}

.menu {
  display:none;
}

.hero {
  padding:92px 0 78px;
  background:linear-gradient(145deg,#040b18,#09152e 58%,#150d38);
  color:#fff;
  overflow:hidden;
}

.hero-grid {
  display:grid;
  grid-template-columns:.9fr 1.25fr;
  gap:55px;
  align-items:center;
}

.eyebrow,.kicker {
  font-size:12px;
  font-weight:900;
  letter-spacing:.14em;
  color:#75839c;
}

.hero h1 {
  font-size:clamp(52px,6vw,82px);
  line-height:.98;
  margin:14px 0 20px;
  letter-spacing:-.05em;
}

.hero h1 span {
  display:block;
}

.gradient {
  background:linear-gradient(90deg,#2d91ff,#7b55ff,#d24ddd);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.hero p {
  color:#c2cbda;
  font-size:18px;
  line-height:1.65;
}

.cta-row {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:28px;
}

.product {
  position:relative;
  min-height:500px;
}

.dash {
  position:absolute;
  right:0;
  top:0;
  width:90%;
  background:#0b162b;
  border:1px solid #ffffff18;
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 32px 80px #0008;
}

.dash-top {
  display:flex;
  justify-content:space-between;
  padding:14px 18px;
  border-bottom:1px solid #ffffff12;
  font-size:12px;
}

.dash-top span {
  background:#663cff;
  padding:7px 10px;
  border-radius:7px;
}

.dash-body {
  display:grid;
  grid-template-columns:90px 1fr 125px;
  min-height:360px;
}

.dash aside {
  padding:18px 12px;
  line-height:2.7;
  color:#6e7c95;
  font-size:10px;
  border-right:1px solid #ffffff0d;
}

.dash section {
  padding:18px;
}

.dash section h3 {
  margin:0 0 4px;
}

.dash section small {
  color:#7f8ca2;
}

.calendar {
  position:relative;
  height:270px;
  margin-top:18px;
  background:repeating-linear-gradient(to bottom,transparent 0,transparent 38px,#ffffff0d 39px);
}

.apt {
  position:absolute;
  width:48%;
  padding:8px 10px;
  border-radius:6px;
  font-size:8px;
  color:#fff;
}

.apt small {
  color:#ffffffb8;
}

.apt.a {
  top:14px;
  left:4%;
  background:#2c5dd7;
}

.apt.b {
  top:96px;
  left:36%;
  background:#1f7c68;
}

.apt.c {
  top:166px;
  left:7%;
  background:#7047bc;
}

.apt.d {
  top:220px;
  left:46%;
  background:#285fc5;
}

.stats {
  padding:18px 12px;
  border-left:1px solid #ffffff0d;
  display:grid;
  align-content:start;
  gap:12px;
}

.stats div {
  padding:12px;
  border-radius:9px;
  background:#ffffff08;
  display:grid;
  gap:4px;
}

.stats small {
  font-size:8px;
  color:#7c879a;
}

.stats b {
  font-size:20px;
}

.phone {
  position:absolute;
  left:0;
  bottom:0;
  width:190px;
  padding:28px 14px 14px;
  background:#0a1427;
  border:7px solid #121824;
  border-radius:30px;
  box-shadow:0 24px 55px #0008;
}

.notch {
  position:absolute;
  top:7px;
  left:50%;
  width:70px;
  height:8px;
  transform:translateX(-50%);
  background:#000;
  border-radius:99px;
}

.phone>b {
  display:block;
  font-size:11px;
  margin-bottom:12px;
}

.phone span {
  display:block;
  padding:9px 0;
  border-bottom:1px solid #ffffff0e;
  font-size:9px;
}

.phone button {
  width:100%;
  margin-top:14px;
  padding:9px;
  border:0;
  border-radius:7px;
  background:linear-gradient(90deg,#3288ff,#764df4);
  color:#fff;
  font-weight:800;
}

.section {
  padding:78px 0;
}

.soft {
  background:linear-gradient(#fbfcff,#f3f5fa);
}

.center {
  text-align:center;
}

.section h2 {
  font-size:40px;
  margin:10px 0 28px;
}

.industries {
  display:grid;
  grid-template-columns:repeat(8,1fr);
  gap:10px;
}

.industries div {
  display:grid;
  place-items:center;
  gap:9px;
  min-height:104px;
  padding:15px 10px;
  border:1px solid #e7eaf2;
  border-radius:12px;
  box-shadow:0 9px 22px #14233d0a;
}

.industries div:first-line {
  font-size:22px;
}

.industries b {
  font-size:11px;
}

.two {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:65px;
  align-items:center;
}

.feature-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
  margin-top:30px;
}

.feature-grid div {
  display:grid;
  grid-template-columns:38px 1fr;
  column-gap:12px;
  align-items:start;
}

.feature-grid i {
  grid-row:1/3;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  background:#eee9ff;
  color:#6544e8;
  border-radius:10px;
  font-style:normal;
}

.feature-grid small {
  color:#6f7890;
  line-height:1.45;
  margin-top:4px;
}

.visual {
  position:relative;
  min-height:470px;
  border-radius:26px;
  background:linear-gradient(145deg,#0c1730,#16153b);
  box-shadow:0 24px 70px #101c361f;
}

.chart-card {
  position:absolute;
  left:8%;
  top:12%;
  width:60%;
  padding:22px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 20px 55px #0004;
  display:grid;
  gap:8px;
}

.chart-card>b {
  font-size:28px;
}

.bars {
  height:135px;
  display:flex;
  align-items:end;
  gap:10px;
}

.bars span {
  flex:1;
  border-radius:6px 6px 0 0;
  background:linear-gradient(#7252ff,#2b7df7);
}

.bars span:nth-child(1) {
  height:28%;
}

.bars span:nth-child(2) {
  height:42%;
}

.bars span:nth-child(3) {
  height:38%;
}

.bars span:nth-child(4) {
  height:62%;
}

.bars span:nth-child(5) {
  height:53%;
}

.bars span:nth-child(6) {
  height:82%;
}

.confirm {
  position:absolute;
  right:6%;
  top:26%;
  width:190px;
  padding:22px;
  background:#fff;
  border-radius:18px;
  box-shadow:0 20px 55px #0005;
  display:grid;
  gap:7px;
  text-align:center;
}

.confirm strong {
  width:40px;
  height:40px;
  margin:auto;
  display:grid;
  place-items:center;
  border:2px solid #2ac7d1;
  border-radius:50%;
  color:#2ac7d1;
}

.confirm small {
  color:#6f7890;
}

.insight {
  position:absolute;
  left:12%;
  right:10%;
  bottom:7%;
  padding:18px;
  border-radius:16px;
  background:linear-gradient(90deg,#171843,#2c1d61);
  color:#fff;
}

.insight p {
  margin:8px 0 12px;
  line-height:1.45;
}

.insight button {
  border:0;
  border-radius:8px;
  padding:9px 13px;
  font-weight:800;
}

.ai-card {
  display:grid;
  grid-template-columns:150px 1fr 1fr;
  gap:32px;
  align-items:center;
  padding:40px;
  border-radius:26px;
  background:linear-gradient(120deg,#101535,#1b1952 58%,#371765);
  color:#fff;
}

.orb {
  width:130px;
  height:130px;
  border-radius:50%;
  background:radial-gradient(circle at 38% 30%,#5dd9f6,#4837d1 42%,#171236 68%);
  box-shadow:0 0 55px #407dff55;
}

.ai-card p {
  color:#cad2e0;
  line-height:1.6;
}

.ai-card li {
  margin:9px 0;
}

.chat {
  display:grid;
  gap:12px;
}

.chat div {
  padding:12px 14px;
  border-radius:14px;
  font-size:13px;
  line-height:1.45;
}

.you {
  justify-self:end;
  background:linear-gradient(90deg,#5b38db,#8d42ef);
}

.bot {
  background:#fff;
  color:#1c2340;
}

.plans {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  max-width:820px;
  margin:auto;
}

.plans article {
  padding:30px;
  text-align:left;
  border:1px solid #e4e7ef;
  border-radius:20px;
  background:#fff;
  display:grid;
  gap:14px;
}

.plans .featured {
  border-color:#a999ff;
  box-shadow:0 22px 55px #5d44e21c;
}

.plans span {
  font-size:12px;
  font-weight:900;
  color:#6b4ce6;
}

.plans h3 {
  margin:0;
  font-size:24px;
}

.plans p,.note {
  color:#6f7890;
  line-height:1.6;
}

.plans .btn {
  justify-self:start;
}

.note {
  font-size:12px;
  margin-top:24px;
}

.login-band {
  background:#091326;
  color:#fff;
}

.login-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
}

.login-box {
  padding:60px;
  display:grid;
  justify-items:center;
  text-align:center;
}

.login-brand-logo {
  display:block;
  width:160px;
  max-width:46%;
  height:auto;
  object-fit:contain;
}

.login-box p {
  color:#aab5ca;
}

.login-box h2 {
  font-size:30px;
}

.login-box small {
  margin-top:12px;
  color:#7f8aa0;
}

.login-box small a {
  color:#a989ff;
}

.security {
  padding:60px;
  background:#fff;
  color:#152039;
  display:grid;
  align-content:center;
  gap:28px;
}

.security div {
  font-size:18px;
}

.final {
  padding:48px 0;
  background:linear-gradient(90deg,#1d68e8,#6048ee,#ae3ee3);
  color:#fff;
}

.final-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
}

.final h2 {
  margin:0;
  font-size:34px;
}

.final p {
  margin:6px 0 0;
}

.footer {
  display:grid;
  grid-template-columns:1.4fr repeat(4,1fr);
  gap:35px;
}

.footer>div {
  display:grid;
  align-content:start;
  gap:10px;
}

.footer p,.footer a {
  color:#8692a7;
  font-size:13px;
  line-height:1.55;
  text-decoration:none;
}

.bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-top:35px;
  padding-top:20px;
  border-top:1px solid #ffffff10;
  color:#647087;
  font-size:12px;
}

footer {
  padding:52px 0 22px;
  background:#050c18;
  color:#fff;
}

@media(max-width:980px) {
  .nav {
    justify-content:space-between;
  }

  .brand-logo {
    width:165px;
  }

  .nav nav {
    display:none;
  }

  .actions {
    margin-left:0;
    flex:0 0 auto;
  }

  .langs {
    margin-left:auto;
  }

  .hero-grid,.two {
    grid-template-columns:1fr
  }

  .product {
    min-height:510px
  }

  .industries {
    grid-template-columns:repeat(4,1fr)
  }

  .ai-card {
    grid-template-columns:120px 1fr
  }

  .chat {
    grid-column:1/-1
  }

  .footer {
    grid-template-columns:1.4fr repeat(2,1fr)
  }

}

@media(max-width:720px) {
  .nav {
    justify-content:space-between;
    gap:12px;
  }

  .brand-logo {
    width:145px;
  }

  .actions {
    margin-left:auto;
  }

  .langs {
    margin-left:auto;
  }

  .footer-brand-logo {
    width:150px
  }

  .login-brand-logo {
    width:138px;
    max-width:48vw;
    height:auto;
  }

  .wrap {
    width:min(100% - 26px,1180px)
  }

  .actions>a {
    display:none
  }

  .hero {
    padding:70px 0 55px
  }

  .hero h1 {
    font-size:50px
  }

  .product {
    min-height:390px
  }

  .dash {
    position:relative;
    width:100%
  }

  .phone {
    display:none
  }

  .dash-body {
    grid-template-columns:70px 1fr
  }

  .stats {
    display:none
  }

  .industries {
    grid-template-columns:repeat(2,1fr)
  }

  .feature-grid {
    grid-template-columns:1fr
  }

  .visual {
    min-height:480px
  }

  .chart-card {
    width:80%
  }

  .confirm {
    top:42%;
    right:6%;
    width:170px
  }

  .ai-card {
    grid-template-columns:1fr;
    padding:28px
  }

  .orb {
    width:95px;
    height:95px
  }

  .plans {
    grid-template-columns:1fr
  }

  .login-grid {
    grid-template-columns:1fr
  }

  .login-box,.security {
    padding:48px 24px
  }

  .final-row {
    flex-direction:column;
    align-items:flex-start
  }

  .footer {
    grid-template-columns:1fr 1fr
  }

  .footer>div:first-child {
    grid-column:1/-1
  }

}

@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }

  *,*::before,*::after {
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important
  }

}

a:focus-visible,button:focus-visible {
  outline:2px solid #d6a63a;
  outline-offset:3px;
}