:root {
  --primary: #8e1efc;
  --primary-2: #7259d7;
  --cyan-soft: #0ccaf033;
  --ink: #1e2746;
  --muted: #818992;
  --line: #e4e4e4;
  --paper: #ffffff;
  --soft: #fafafa;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", "Montserrat", "Rubik", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: #5f0099;
  text-decoration: none;
}

img,
video {
  max-width: 100%;
}

button,
a.about-btn {
  font: inherit;
}

.container {
  width: min(1140px, calc(100% - 30px));
  margin: 0 auto;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 8px 20px;
  background: #fff;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--primary-2);
  font-size: 28px;
  font-weight: 700;
}

.logo-top {
  width: 60px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-login,
.link-btn {
  border: 0;
  background: transparent;
  color: #5f0099;
  cursor: pointer;
  font-weight: 700;
}

.banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to left, #7a60ff, #cd9ffa);
  padding: 70px 0 100px;
}

.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/images/pattern.png");
  opacity: 0.45;
}

.banner-overlay {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 45px;
  align-items: center;
}

.banner-text {
  color: #fff;
}

.banner-text h1 {
  margin: 0 0 18px;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1.08;
}

.banner-text p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.65;
}

.hero-video {
  border-radius: 28px;
  box-shadow: 0 20px 70px rgba(30, 39, 70, 0.25);
}

.svg-hero {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  z-index: 1;
}

.logo-big {
  position: absolute;
  top: 300px;
  left: 20%;
  opacity: 0.3;
  z-index: 0;
}

.section-padding {
  padding: 80px 0;
}

.sectioner-header {
  width: min(760px, 90%);
  margin: 0 auto;
  text-align: center;
}

.sectioner-header h2 {
  margin: 0;
  color: var(--primary-2);
  font-size: 32px;
}

.line {
  position: relative;
  display: block;
  width: 50px;
  height: 2px;
  margin: 20px auto;
  background: var(--primary);
}

.line::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 150px;
  height: 2px;
  border-bottom: 2px dashed var(--primary);
  margin-left: -75px;
}

.sectioner-header p,
.icon-box p,
.single-feature p,
.faq p {
  color: var(--muted);
  line-height: 1.6;
}

.about-box {
  margin-top: -15px;
  padding: 30px 30px 16px;
  background: #f3fcfe;
  border: 15px solid #0ccaf011;
  border-radius: 80px;
}

.logo-product {
  display: block;
  width: 130px;
  margin: 0 auto 15px;
}

.about-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  margin: 28px 0;
  padding: 8px 22px;
  border: 2px solid var(--primary);
  border-radius: 11px;
  background: var(--primary);
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.about-btn:hover {
  color: #eae1ac;
}

.android-icon {
  color: #eae1ac;
  font-size: 12px;
}

.product-grid,
.feature-grid,
.faq-grid,
.team-grid {
  display: grid;
  gap: 30px;
}

.product-grid {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  text-align: center;
}

.poster {
  width: 200px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 10px solid var(--cyan-soft);
}

.icon-box h3,
.single-feature h3,
.faq h3 {
  font-size: 18px;
}

.comp {
  text-align: center;
}

.comp img {
  width: min(900px, 90%);
  min-width: 240px;
}

.feature-grid {
  grid-template-columns: 1fr minmax(220px, 320px) 1fr;
  align-items: center;
  margin-top: 70px;
}

.single-feature {
  margin: 36px 0;
}

.feature-column:first-child {
  text-align: right;
}

.feature-mobile {
  text-align: center;
}

.feature-mobile img {
  max-height: 620px;
}

.team-intro,
.team,
.faq {
  background: var(--soft);
  border-top: 1px solid var(--line);
}

.team-intro {
  padding: 52px 0;
  text-align: center;
}

.about-video {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 540px);
  gap: 36px;
  align-items: center;
  text-align: left;
}

.about-video video {
  border-radius: 22px;
}

.team-grid {
  grid-template-columns: 1.5fr repeat(4, 1fr);
  align-items: start;
  text-align: center;
}

.team-detail img {
  width: min(160px, 96%);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 6px solid #b09cff20;
}

.team-detail b {
  display: block;
  margin-top: 15px;
  color: #864eac;
}

.team-detail small {
  color: var(--muted);
}

.address {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  margin: 60px auto 0;
  padding: 20px 50px;
  background: #f7f7f7;
  border-radius: 20px;
}

.faq-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}

.footer-copy {
  padding: 18px 0;
  text-align: center;
  font-size: 13px;
  background: #fff;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: start center;
  padding: 100px 16px 40px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
}

.modal-panel {
  position: relative;
  width: min(420px, 100%);
  padding: 64px 40px 30px;
  border: 1px solid #888;
  border-radius: 33px;
  background: #fff;
  text-align: center;
}

.modal-panel h2,
.modal-panel h3 {
  margin-top: 0;
  color: var(--ink);
}

.modal-panel input {
  display: block;
  width: 100%;
  height: 42px;
  margin: 0 0 14px;
  padding: 0 14px;
  border: 1px solid #dfe4e8;
  border-radius: 5px;
  color: var(--ink);
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  border: 0;
  background: transparent;
  color: #84a3aa;
  font-size: 28px;
  cursor: pointer;
}

.primary-btn {
  display: block;
  width: 100%;
  min-height: 42px;
  border: 1px solid #9077f6;
  border-radius: 5px;
  background: #9077f6;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
}

.form-message {
  min-height: 18px;
  color: #ec6384;
  font-size: 13px;
}

.soft {
  width: min(520px, 100%);
  text-align: left;
}

.soft img {
  display: block;
  width: 45px;
  margin: 20px auto 0;
}

@media (max-width: 900px) {
  .nav-links a:not(:last-child) {
    display: none;
  }

  .hero-grid,
  .feature-grid,
  .about-video,
  .product-grid,
  .faq-grid,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .feature-column:first-child {
    text-align: left;
  }

  .logo-big {
    display: none;
  }

  .about-box {
    border-radius: 44px;
  }

  .team-detail img {
    width: 140px;
  }

  .address {
    padding: 20px;
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .navbar {
    align-items: flex-start;
    gap: 14px;
  }

  .navbar-brand {
    font-size: 22px;
  }

  .logo-top {
    width: 48px;
  }

  .section-padding {
    padding: 44px 0;
  }

  .banner {
    padding-top: 44px;
  }

  .modal {
    padding-top: 40px;
  }
}
