/* Global Styles */
* {
  margin: 0;
  padding: 0;
  font-weight: 400;
  box-sizing: border-box;
}

body {
  padding-top: 44px;
}

#page-main {
  background-color: #050303;
}

#page-footer {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Header Background */
.header-background {
  float: left;
  position: absolute;
  top: 176px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1760px;
  width: 100%;
  height: 960px;
  z-index: 0;
}

/* Header Banner */
.header-banner {
  width: 100%;
  position: relative;
}

.banner-image {
  width: 1440px;
  height: 56px;
  display: block;
}

/* 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;
  border-radius: 99px;
  width: 136px;
  height: 36px;
  display: flex;
  color: #ffffff;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.btn-download span {
  color: #ffffff;
  font-family: "Segoe UI";
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.btn-download:hover {
  top: -1px;
  background: linear-gradient(#ffffff0d, #ffffff0d), #e0192a;
  box-shadow: 0px 4px 20px #e0192a80;
  color: #ffffff;
}

.navbar-section .btn-download i {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(../img/store-clawinsta/ic-download.png);
  background-repeat: no-repeat;
}

.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;
}

/* Page Header */
.section-top {
  padding: 80px 0;
}

.section-top h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-family: "Segoe UI";
  font-weight: 900;
  font-size: 44px;
  margin-bottom: 16px;
}

.section-top p {
  font-size: 18px;
  color: #8a9099;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}

/* Pricing Card */
.plans {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.plans .plans-item:nth-child(1):before {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: block;
  width: 108px;
  height: 32px;
  background: url(../img/store-clawinsta/icon-save.png) center center no-repeat;
  background-size: 100%;
}

.plans-item {
  width: 440px;
  height: 583px;
  background-color: #111115;
  border: 1px solid #22222e;
  border-radius: 20px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
  position: relative;
}

.popular-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 109px;
  height: 32px;
}

.plan-badge {
  padding: 7px 0;
  width: 150px;
  line-height: 19px;
  border-radius: 99px;
  border: 1px solid rgba(224, 25, 42, 0.5);
  background-color: rgba(224, 25, 42, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.plan-badge span {
  background: linear-gradient(90deg, rgba(255, 80, 80, 1) 4.33%, rgba(255, 118, 115, 1) 55%, rgba(255, 113, 61, 1) 100%), rgba(224, 25, 42, 1);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  font-family: "Segoe UI";
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.plans-item h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 28px;
  margin: 0 0 24px 0;
}

.price-section {
  margin-bottom: 40px;
}

.price-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 8px;
}

.price {
  font-size: 50px;
  font-weight: 900;
  color: #ffffff;
  line-height: 56px;
  margin-right: 16px;
  letter-spacing: 0;
}

.original-price {
  font-size: 20px;
  color: #8a9099;
  line-height: 28px;
  text-decoration: line-through;
  letter-spacing: 0;
}

.price-note {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  font-style: italic;
  margin: 0;
}

.price-note span:first-child {
  color: #ffffff;
}

.price-note span:last-child {
  color: #8a9099;
}

.buy-now.paypal {
  margin-bottom: 40px;
  display: block;
  background-color: #FFD467;
  background-image: url(../img/store-clawinsta/paypal.png);
  background-size: auto 22px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
  border: 1px solid #FFD467;
  box-sizing: border-box;
}

.plans ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plans ul li {
  display: flex;
  align-items: center;
  padding-left: 36px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #8a9099;
  line-height: 20px;
  background-image: url(../img/store-clawinsta/ic-check.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left top;
}

.plans ul li:last-child {
  margin-bottom: 0;
}

.check-icon {
  width: 20px;
  height: 20px;
  margin-right: 16px;
  flex-shrink: 0;
}

/* Features Section */
.features-section {
  padding: 80px 0 0;
}

.feature-card {
  width: 320px;
  height: 286px;
  background-color: #111115;
  border: 1px solid #22222e;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 20px;
}

.feature-card:last-child {
  margin-right: 0;
}

.feature-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.feature-icon img {
  width: 32px;
  height: 32px;
}

.shield-container {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
}

.shield-icon {
  position: absolute;
  width: 6px;
  height: 13px;
  top: 10px;
  left: 13px;
}

.shield-bg {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  left: 4px;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 0 16px 0;
}

.feature-card p {
  color: rgba(138, 144, 153, 1);
  font-family: "Segoe UI";
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

/* FAQ Section */
.section-faqs {
  padding-bottom: 80px;
}

#page-main .section-faqs .section-title {
  margin-top: 90px;
  margin-bottom: 80px;
  color: rgba(255, 255, 255, 1);
  font-weight: 900;
  font-size: 44px;
  line-height: 1.2;
}

.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/store-clawinsta/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;
}

/* Footer */
.footer {
  width: 1443px;
  height: 40px;
  background-color: #4c4c4c;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 0 0 0;
}


.footer p {
  font-size: 16px;
  color: #f0eff4;
  line-height: 25.60px;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}

/* Responsive */
@media (min-width: 1200px) {
  .section-top {
    padding: 144px 0 80px;
  }

  .feature-cards.row {
    margin: 0 auto;
    width: 1080px;
  }

  .feature-cards.row .span4 {
    width: auto;
    margin-left: 20px;
  }

  .section-faqs {
    margin: 0 auto;
    width: 960px;
  }
}

@media (max-width: 1200px) {

  .header-background {
    display: none;
  }

  .header-banner .banner-image {
    width: 100%;
    height: auto;
  }

  .navbar-section {
    width: 100%;
  }

  .nav-container {
    width: auto;
    padding: 0 20px;
  }

  .brand-section {
    width: auto;
    flex: 1;
    gap: 12px;
  }

  .btn-download {
    width: auto;
    padding: 0 24px;
  }

  .plans-item {
    width: 100%;
    max-width: 440px;
    height: auto;
  }

  .feature-card {
    width: 100%;
    min-height: 286px;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .faq-list {
    width: 100%;
  }

  .footer {
    width: 100%;
  }

  .footer p {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .navbar-section .btn-download {
    width: auto;
    padding: 6px 12px;
  }

  .nav-container {
    padding: 0;
  }

  .brand-section {
    margin-right: 10px;
  }
}