/* Global Styles */
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}

body {
  padding-top: 44px;
  background-color: #050303;
  color: #f0eff4;
  font-family: "Segoe UI";
}

/* Navigation */
.navbar-section {
  z-index: 9;
  position: fixed;
  left: 0;
  right: 0;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #050303;
}

.nav-container {
  height: 64px;
  padding: 0 140px;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.brand-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 744px;
  height: 32px;
  margin-right: 40px;
}

.brand {
  display: flex;
  align-items: center;
  color: rgba(255, 80, 80, 1);
}

.brand span {
  background: linear-gradient(90deg, rgba(255, 80, 80, 1) 4.33%, rgba(255, 118, 115, 1) 55%, rgba(255, 113, 61, 1) 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -2%;
}

.logo-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.nav-link {
  color: #b8c0cc;
  font-size: 16px;
  line-height: 24px;
}

.nav-link:hover {
  color: #ffffff;
}

.btn-download {
  position: relative;
  transition: all .5s ease-in-out;
  background-color: #e0192a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Segoe UI";
  color: #ffffff;
  border-radius: 99px;
  padding: 18px 45px;
  box-shadow: none;
}

.btn-download span {
  color: #ffffff;
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.btn-download i {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../img/clawlnsta/ic-download.png);
  background-repeat: no-repeat;
}

.btn-download:hover {
  top: -1px;
  background: linear-gradient(#ffffff0d, #ffffff0d), #e0192a;
  box-shadow: 0px 4px 20px #e0192a80;
  color: #ffffff;
}

.navbar-section .btn-download {
  border-radius: 99px;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  width: 136px;
  height: 36px;
  font-size: 14px;
  padding: 8px 24px;
}

.navbar-section .btn-download span {
  color: #ffffff;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.dl-icon1 {
  position: absolute;
  width: 12px;
  height: 4px;
  top: 10px;
  left: 2px;
}

.dl-icon2 {
  position: absolute;
  width: 6.67px;
  height: 3.33px;
  top: 6.67px;
  left: 4.67px;
}

.dl-icon3 {
  position: absolute;
  height: 8px;
  top: 2px;
  left: 8px;
}

.hero-section {
  padding: 80px 0;
  position: relative;
}

.hero-title {
  margin: 0 auto;
  max-width: 800px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(255, 0, 0, 0.25);
}

.hero-title span {
  color: #FF2A3E;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
}

.hero-desc {
  margin: 0 auto;
  max-width: 600px;
  font-size: 18px;
  color: #8a9099;
  line-height: 1.5;
}

.btn-primary-custom {
  background-color: #e0192a;
  color: #fff;
  border-radius: 99px;
  padding: 16px 32px;
  font-weight: bold;
  font-size: 16px;
}

.btn-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

.btn-pricing {
  position: relative;
  transition: all .5s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #4e4e4e;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 17px 63px;
  border-radius: 99px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border: 1px solid rgba(78, 78, 78, 1);
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
}

.btn-pricing::before {
  content: 'SAVE 81%';
  padding: 2px 16px;
  position: absolute;
  top: -13px;
  right: -24px;
  border-radius: 20px;
  background: linear-gradient(268.01deg, rgba(255, 0, 0, 1) 1.58%, rgba(67, 55, 94, 1) 98.27%);
  color: rgba(255, 255, 255, 1);
  font-family: Poppins;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
}

.btn-pricing:hover {
  top: -1px;
  color: #fff;
  border: 1px solid rgba(224, 25, 42, 1);
  box-sizing: border-box;
  background: rgba(224, 25, 42, 0.1);
  box-shadow: 0px 4px 20px rgba(224, 25, 42, 0.5);
}

.version {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  color: rgba(138, 144, 153, 1);
  font-size: 13.1px;
  line-height: 21px;
}

.version i {
  display: block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: url(../img/clawlnsta/win.png) center center no-repeat;
  background-size: 100%;
}

.terminal-box {
  background-color: #111115;
  border: 1px solid #1e1e28;
  border-radius: 20px;
  overflow: hidden;
}

.terminal-header {
  background-color: #0d0d10;
  padding: 12px 18px;
}

.terminal-dot {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #e0192a;
  display: inline-block;
}

.terminal-title {
  color: #5c5c6e;
  font-size: 12.8px;
  margin-left: 274px;
}

.terminal-content {
  padding: 36px 40px;
}

.terminal-step {
  background-color: rgba(78, 204, 163, 0.07);
  border: 1px solid rgba(78, 204, 163, 0.18);
  border-radius: 6px;
  padding: 12px 19px;
  margin-bottom: 20px;
}

.terminal-step-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.terminal-step-item:last-child {
  margin-bottom: 0;
}

.check-icon {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid rgba(26, 194, 94, 0.4);
  background-color: rgba(26, 194, 94, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #1ac45e;
  font-size: 11.2px;
}

.step-label {
  color: #f0eff4;
  font-weight: bold;
}

.step-desc {
  color: #9a9aaa;
}

.step-status {
  color: #1ac45e;
  font-size: 13px;
  font-weight: 600;
}

.stats-section {
  margin: 40px 0;
}

.stat-card {
  padding: 40px;
  text-align: center;
}

.container.stats .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 931px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(34, 34, 46, 1);
}

.container.stats .row .span4 {
  margin-left: 0;
  flex: 1;
  background-color: #1e1e28;
}

.container.stats .row .span4:nth-child(2) .stat-card {
  border-left: 1px solid rgba(34, 34, 46, 1);
  border-right: 1px solid rgba(34, 34, 46, 1);
}

.stat-number {
  margin-bottom: 16px;
  background: linear-gradient(135deg, rgba(255, 42, 62, 1) 0%, rgba(255, 122, 80, 1) 100%), rgba(240, 239, 244, 1);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
}

.stat-label {
  font-size: 16px;
  color: #9a9aaa;
}

.section-title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
}

.section-title span {
  color: #ffa1a1;
}

.section-subtitle {
  margin: 0 auto;
  max-width: 600px;
  font-size: 16px;
  color: #8a9099;
  margin-top: 16px;
  margin-bottom: 80px;
}

.badge-bx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.feature-badge {
  background-color: rgba(224, 25, 42, 0.12);
  border: 1px solid #e0192a;
  border-radius: 999px;
  padding: 3px 15px;
  font-size: 12px;
  color: #e0192a;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.row.banner {
  margin-top: 80px;
}

.row.description {
  margin-top: 80px;
  padding: 1px;
  border-radius: 20px;
  border: 1px solid rgba(34, 34, 46, 1);
  box-sizing: border-box;
  overflow: hidden;
}

.row.remark {
  margin-top: 80px;
}

.row.description .span6 {
  width: 50%;
  margin-left: 0;
}

.row.description .span6:first-child .feature-card {
  border-right: 1px solid rgba(34, 34, 46, 1);
  border-bottom: 1px solid rgba(34, 34, 46, 1);
}

.row.description .span6:nth-child(2) .feature-card {
  border-bottom: 1px solid rgba(34, 34, 46, 1);
}

.row.description .span6:nth-child(3) .feature-card {
  border-right: 1px solid rgba(34, 34, 46, 1);
}

.feature-card {
  border: none;
  padding: 40px;
  height: 310px;
  background-color: #111115;
}

.feature-card:hover {
  background: linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)), rgba(17, 17, 21, 1);
}

.feature-card:hover::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 0, 0, 1) 0%, rgba(231, 66, 55, 1) 52.4%, rgba(0, 0, 0, 1) 100%);
}

.feature-icon {
  width: 48px;
  height: 48px;
}

.feature-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #fff;
}

.feature-desc {
  font-size: 16px;
  color: #8a9099;
  line-height: 1.5;
}

.title-bx h2 {
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
}

.title-bx h2 span {
  background: linear-gradient(135deg, rgba(255, 42, 62, 1) 0%, rgba(255, 122, 80, 1) 100%);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Segoe UI";
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
}

.review-card {
  background-color: #111115;
  border: 1px solid #22222e;
  border-radius: 18px;
  padding: 32px 40px;
  margin-bottom: 30px;
}

.reviewer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.reviewer-info .l,
.reviewer-info .r {
  display: flex;
  align-items: center;
}

.reviewer-info .r i {
  margin-right: 12px;
  width: 80px;
  height: 14px;
  background: url(../img/clawlnsta/stars.png) center center no-repeat;
  background-size: 100%;
}

.reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(255, 122, 80, 0.84), rgba(255, 42, 62, 0.84));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.reviewer-name {
  font-size: 18px;
  color: #fff;
  margin-right: 12px;
}

.review-text {
  min-height: 144px;
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 16px;
  color: #8a9099;
  line-height: 1.5;
}

.review-quote {
  color: #e0192a;
}

/* FAQ Section */
.section-faqs {
  padding-bottom: 80px;
}


.section-title {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 40px;
  line-height: 1.2;
}

.section-title.color {
  margin-bottom: 80px;
  color: #FF2A3E;
}

.section-faqs .faqs:first-of-type {
  border-top: none;
}

.section-faqs .faqs:last-of-type {
  margin-bottom: 0;
}

.section-faqs .faqs {
  margin-bottom: 8px;
  border: none;
  padding: 12px 10px;
  border-radius: 12px;
  border: 1px solid rgba(34, 34, 46, 1);
  box-sizing: border-box;
  background: linear-gradient(rgba(17, 17, 21, 1), rgba(17, 17, 21, 1)), rgba(255, 255, 255, 0.1);
}

.section-faqs .faqs .faqs-title {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 400;
}

.faqs .faqs-title i {
  width: 16px;
  height: 16px;
  background: url(../img/clawlnsta/unfold.png) center center no-repeat;
}

.faqs-title,
.faqs .faqs-content section,
.faqs-content section {
  padding: 12px 24px;
}

.faqs .faqs-content section {
  color: rgba(255, 255, 255, 1);
  background: linear-gradient(rgba(17, 17, 21, 1), rgba(17, 17, 21, 1)), rgba(255, 255, 255, 0.1);
}

.faqs .faqs-content section a {
  color: #FF4D4F;
}

.faqs .faqs-content section a:hover {
  opacity: 0.9;
}

.cta-section {
  padding: 60px 0;
  background: linear-gradient(90deg, rgba(10, 6, 6, 1) 0%, rgba(26, 12, 13, 1) 50%, rgba(10, 6, 6, 1) 100%);
}

.cta-section h3 {
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 36px;
  line-height: 1.2;
}

.cta-section h3.color {
  color: #FF2A3E;
}

#page-footer {
  margin-top: 0;
}

/* Responsive */
@media (min-width: 1200px) {
  .color-bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 480px;
    opacity: 0.25;
    background: linear-gradient(135deg, rgba(255, 42, 62, 1) 0%, rgba(255, 122, 80, 1) 100%);
    filter: blur(219.9px);
  }

  .hero-section,
  .features,
  .reviews {
    position: relative;
  }

  .review-card {
    width: 530px;
  }

  .hero-section .color-bg {
    top: 320px;
  }

  .features .color-bg {
    top: 280px;
  }

  .reviews .color-bg {
    top: 220px;
  }

  .hero-section {
    padding-top: 144px;
  }

  .row.description {
    margin: 0 auto;
    width: 1080px;
  }

  .row.description .span6 {
    width: 50%;
  }

  .feature-card {
    position: relative;
    width: 538px;
  }

  .row.remark {
    margin: 0 auto;
    width: 1100px;
  }

  .row.remark .span6 {
    margin-left: 20px;
    width: auto;
  }

  .section-faqs {
    margin: 0 auto;
    width: 960px;
  }
}


@media (max-width: 1200px) {
  .navbar-section {
    width: 100%;
  }

  .nav-container {
    width: auto;
    padding: 0 20px;
  }

  .brand-section {
    width: auto;
    flex: 1;
    gap: 12px;
  }

  .row.description .span6 {
    width: auto;
  }
}

@media (max-width: 768px) {
  .navbar-section .btn-download {
    width: auto;
    padding: 6px 12px;
  }

  .nav-container {
    padding: 0;
  }

  .brand-section {
    margin-right: 10px;
  }

  .feature-card {
    height: auto;
  }

  .container.stats .row .span4 {
    margin-bottom: 0;
  }
}