:root {
  --sunset: #ff9966;
  --peach: #ffcc99;
  --text-light-major: #ffffff;
  --text-dark-accessory: #999999;
  --neutral-grey-300: #cccccc;
  --neutral-grey-800: #444444;
  --neutral-grey-900: #222222;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #271f28; 
  color: white;
}

.section {
  padding: 40px 0;
  text-align: center;
}

.container {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 15px;
}

h1.heading1 {
  font-family: "Mono", sans-serif;
  max-width: 600px;
  margin: 0 auto 16px auto;
  font-weight: 700;
  font-size: 28px;
}

.subheading {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  max-width: 500px;
  margin: 0 auto 30px auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  border: none;
  background-color: transparent;
  border-radius: 100px;
  color: var(--sunset);
  cursor: pointer;
  user-select: none;
  box-shadow: 0 0 0 1px;
  transition: 200ms ease;
  text-decoration: none;
}

.btn:hover {
  color: var(--peach);
}

.btn-block {
  width: 100%;
}

.btn-primary {
  color: var(--text-light-major);
  background-color: var(--neutral-grey-900);
  box-shadow: 0 0 0 1px var(--neutral-grey-900);
}

.btn-primary:hover {
  background-color: var(--neutral-grey-800);
  box-shadow: 0 0 0 1px var(--neutral-grey-800);
}

.btn-orange {
  color: #ebb600;
  box-shadow: 0 0 0 1px #ebb600;
}

.btn-orange:hover {
  box-shadow: 0 0 0 1px #c1544b;
  color: #c1544b;
}

.btn-disabled,
.btn:disabled {
  color: var(--text-dark-accessory);
  background-color: var(--neutral-grey-300);
  box-shadow: 0 0 0 1px var(--neutral-grey-300);
  cursor: not-allowed;
  pointer-events: none;
}

.btn-icon {
  width: 1.2em;
  height: 1.2em;
  transform: rotate(-45deg);
  margin-left: 8px;
}

/* Key Feature */

body {
  color: #FFFFFF;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
}

.section {
  padding: 40px 0;
  text-align: center;
}

.key-features-container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1012px;
  text-align: center;
}

.key-feature-heading {
  font-size: 34px;
  margin-bottom: 12px;
  line-height: 1.3em;
  font-weight: 500;
}

.key-feature-description {
  font-size: 16px;
  line-height: 25px;
  max-width: 500px;
  margin: 0 auto 30px auto;
  color: rgba(255, 255, 255, 0.8);
}

.pricing-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.price-card {
  flex: 1;
  max-width: 400px;
  width: 50%;
  border: 1px solid #444;
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}

.price-heading {
  font-size: 22px;
  margin-bottom: 16px;
  font-weight: 500;
}

.price-card-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

.price-card-list-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
}

.price-card-list-item svg {
  flex-shrink: 0;
  margin-top: 4px;
}

.price-card-list-item p {
  margin: 0;
}

@media (max-width: 768px) {
  .pricing-cards {
    flex-direction: column;
    align-items: center;
  }
  
  .price-card {
    width: 100%;
    max-width: 100%;
  }
  
  .key-feature-heading {
    font-size: 28px;
  }
}


/* Trusted By Section */

.trusted-section {
  padding: 40px 0;
  text-align: center;
}

.trusted-container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1012px;
  text-align: center;
}

.trusted-eyebrow {
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #a7a4a4;
}

.trusted-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.trusted-logo {
  width: 140px;
  height: 60px;
  border-radius: 8px;
  object-fit: contain;
}


/* Get Start Section */

.getstart-section {
  padding: 40px 0;
  text-align: center;
}

.getstart-container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1012px;
  text-align: center;
}

@media (max-width: 880px) {
  .getstart-container {
    max-width: 880px;
  }
}

.getstart-eyebrow {
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #a7a4a4;
}

.getstart-heading {
  font-family: "Mono", sans-serif;
  max-width: 600px;
  margin: 0 auto 16px;
  font-weight: 700;
}


/* Freq Asked Question */

.faq-section {
  padding: 40px 0;
  text-align: center;
}

.faq-container {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 1012px;
  font-size: 14px;
}

.faq-eyebrow {
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
  color: #a7a4a4;
}

.faq-heading {
  font-family: "Mono", sans-serif;
  max-width: 600px;
  margin: 0 auto 16px;
  font-weight: 700;
}

.faq-item {
  border-bottom: 1px solid rgb(92, 92, 92);
  padding: 16px 0;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.faq-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-icon {
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  display: none;
  padding: 10px 0;
  margin-top: 15px;
  color: #a7a4a4;
}

.faq-item.active .faq-answer {
  display: block;
  padding-left: 10px;
  margin-bottom: 0px;
  font-weight: 400;

}
