@charset "utf-8";

/* ==============================
  Hero
============================== */

.product_hero {
  padding: 200px 24px 80px;
}

.product_hero_inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.product_badge {
  display: inline-flex;
  align-items: center;
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: #eef2ff;
  color: #3949ab;
  font-size: 13px;
  font-weight: 800;
}

.product_hero_content h1 {
  margin: 26px 0 22px;
  color: #111;
  font-size: 68px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
}

.product_hero_content p {
  max-width: 520px;
  margin: 0 0 34px;
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  word-break: keep-all;
}

/* ==============================
  Mockup
============================== */

.product_mockup {
  overflow: hidden;
  border: 1px solid rgba(17, 17, 17, .08);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(17, 17, 17, .08);
}

.mockup_top {
  display: flex;
  gap: 8px;
  align-items: center;
  height: 52px;
  padding: 0 20px;
  border-bottom: 1px solid #f1f1f1;
}

.mockup_top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ddd;
}

.mockup_body {
  display: grid;
  grid-template-columns: 86px 1fr;
  min-height: 430px;
}

.mockup_sidebar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 22px;
  background: #f6f7fb;
}

.mockup_sidebar span {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #e5e7eb;
}

.mockup_sidebar span.active {
  background: #111;
}

.mockup_panel {
  padding: 34px;
}

.mockup_title {
  width: 48%;
  height: 28px;
  border-radius: 999px;
  background: #e5e7eb;
}

.mockup_upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 210px;
  margin-top: 32px;
  border: 2px dashed #d7dae3;
  border-radius: 24px;
  background: #fafafa;
  color: #111;
}

.mockup_upload i {
  margin-bottom: 14px;
  font-size: 36px;
}

.mockup_upload strong {
  font-size: 18px;
  font-weight: 900;
}

.mockup_upload p {
  margin-top: 8px;
  color: #777;
  font-size: 14px;
}

.mockup_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 22px;
}

.mockup_grid span {
  height: 82px;
  border-radius: 18px;
  background: #f0f1f5;
}

/* ==============================
  Section
============================== */

.product_section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 24px;
}

.product_section_head {
  max-width: 720px;
  margin-bottom: 42px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.product_section_head>span {
  color: #3949ab;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product_section_head h2,
.product_info_grid h2,
.product_cta h2 {
  margin: 14px 0 16px;
  color: #111;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.product_section_head p,
.product_info_grid p,
.product_cta p {
  color: #666;
  font-size: 16px;
  line-height: 1.8;
  word-break: keep-all;
}

.product_feature_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.product_feature_card {
  padding: 34px;
  border: 1px solid rgba(17, 17, 17, .06);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(17, 17, 17, .04);
}

.product_feature_card i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 24px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  font-size: 20px;
}

.product_feature_card h3 {
  margin: 0 0 12px;
  color: #111;
  font-size: 21px;
  font-weight: 900;
}

.product_feature_card p {
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  /* word-break: keep-all; */
}

/* ==============================
  Info
============================== */

.product_soft_section {
  max-width: none;
  background: #fff;
}

.product_info_grid {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 70px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.product_info_grid .one_download_buttons {
  margin-top: 28px;
}

.product_spec_card {
  padding: 34px;
  border-radius: 26px;
  background: #f7f8fb;
}

.product_spec_card h3 {
  margin: 0 0 24px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
}

.product_spec_card dl {
  margin: 0;
}

.product_spec_card dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e9eaf0;
}

.product_spec_card dl div:last-child {
  border-bottom: 0;
}

.product_spec_card dt {
  color: #777;
  font-size: 14px;
  font-weight: 700;
}

.product_spec_card dd {
  margin: 0;
  color: #111;
  font-size: 14px;
  font-weight: 900;
}

/* ==============================
  CTA
============================== */

.product_cta {
  padding: 70px 40px;
  border-radius: 34px;
  background: #111;
  color: #fff;
  text-align: center;
}

.product_cta span {
  color: rgba(0, 0, 0, .64);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product_cta h2 {
  color: #fff;
}

.product_cta p {
  max-width: 620px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, .72);
}

.product_cta .one_download_buttons {
  justify-content: center;
}

.product_cta .one_download_btn {
  background: #fff;
  color: #111;
}

/* ==============================
  Tablet
============================== */

@media (max-width: 1199px) and (min-width: 768px) {

  .product_hero_inner,
  .product_info_grid {
    grid-template-columns: 1fr;
  }

  .product_hero_content h1 {
    font-size: 58px;
  }

  .product_feature_grid {
    grid-template-columns: 1fr;
  }

}

/* ==============================
  Mobile
============================== */

@media (max-width: 767px) {

  .product_hero {
    padding: 140px 18px 50px;
  }

  .product_hero_inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .product_hero_content h1 {
    font-size: 44px;
  }

  .product_hero_content p {
    font-size: 16px;
  }

  .mockup_body {
    grid-template-columns: 58px 1fr;
    min-height: 340px;
  }

  .mockup_sidebar {
    padding: 20px 12px;
  }

  .mockup_sidebar span {
    width: 34px;
    height: 34px;
  }

  .mockup_panel {
    padding: 22px;
  }

  .mockup_upload {
    height: 170px;
  }

  .mockup_grid {
    grid-template-columns: 1fr;
  }

  .product_section {
    padding: 64px 18px;
  }

  .product_section_head h2,
  .product_info_grid h2,
  .product_cta h2 {
    font-size: 32px;
  }

  .product_feature_grid,
  .product_info_grid {
    grid-template-columns: 1fr;
  }

  .product_feature_card {
    padding: 26px;
  }

  .product_cta {
    padding: 52px 22px;
    border-radius: 26px;
  }

}