body {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  background-color: #1c1c1c;
}

h1,h2,h3,p {
	margin: 0;
	padding: 0;
}

.mb120 {
  margin-bottom: 120px !important;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.highlight-underline {
  text-decoration: underline;
  text-decoration-color: #00FFE0;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.hero-text {
  display: flex;
  flex-direction: column;
  max-width: 40%;
}

.hero-main {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2vw;
}

.hero-image img {
  width: 600px;
}

.hero {
	color: white;
	padding: 25px 0 200px 0;
	display: flex;
	flex-direction: column;
}

.hero h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
  background: linear-gradient(113deg, #00FFE0 4.75%, #00FFE0 34.01%, #E43DFF 95.51%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.1em;
}

.hero p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
  color: #bcb5be;
}

.branding img {
  margin-bottom: 5em;
}

.cta-button {
  border-radius: 3px;
  border: 1px solid #00FFE0;
  margin-bottom: 10px;
  cursor: pointer;
  min-width: 275px;
  color: #00FFE0;
  text-decoration: none;
  padding: 4px 8px;
}

.cta-button:hover {
  background-color: #00FFE0;
  color: #1c1c1c;
}

.footer {
	background-color: #f1f1f1;
	padding: 20px;
	text-align: center;
	font-size: 0.7em;
}

.footer-outreach {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 1.2em;
  gap: 20px;
}

.footer-outreach .outreach-text {
  max-width: 400px;
  text-align: left;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

.sub-hero {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;

  .feature {
    display: flex;
    flex-direction: column;
    max-width: 27%;
    justify-content: center;
    align-items: center;

    p {
      font-size: 1em;
      margin-bottom: 1.5em;
      color: #bcb5be;
      text-align: center;
    }
  
    h2 {
      font-size: 2em;
      margin-bottom: 0.5em;
      color: #00FFE0;
      line-height: 1.1em;
    }
  }
}

section.info {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  margin-bottom: 200px;

  h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #00FFE0;
    line-height: 1.1em;
  }

  p {
    color: #bcb5be;
    margin-bottom: 2em;
  }
}

section#modules {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 500px;
  gap: 1%;

  .module-tile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 25%;
    gap: 16px;
  }
  
  h1 {
    font-size: 1.3em;
    color: #00FFE0;
    line-height: 1.1em;
    border: 2px solid #00FFE0;
    width: max-content;
    padding: 4px;
  }

  h2 {
    font-size: 1.1em;
    color: #bd83f5;
    line-height: 1.2em;
    padding: 4px;
    max-width: 80%;
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }

  .module-text {
    color: #bcb5be;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    max-width: 80%;
  }

  a {
    cursor: pointer;
    min-width: 275px;
    color: #00FFE0;
    text-decoration: none;
  }
}

.section-header {
  font-family: "Poppins", serif;
  font-weight: 600;
  text-align: center;
  font-size: 3em;
  margin-bottom: 4em;
  background: linear-gradient(113deg, #00FFE0 4.75%, #00FFE0 34.01%, #E43DFF 95.51%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.1em;
}

.section-header-alt {
  font-family: "Poppins", serif;
  font-weight: 600;
  text-align: center;
  font-size: 3em;
  margin-bottom: 0.3em;
  background: linear-gradient(113deg, #00FFE0 4.75%, #00FFE0 34.01%, #E43DFF 95.51%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.1em;
}

section#customer-benefits {
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 263px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4em;

  img {
    border: 1px solid #c6eef6;
    margin-bottom: 40px;
  }

  .text-content {
    margin-bottom: 80px;

    h2 {
      font-size: 1.7em;
      margin-bottom: 0.5em;
      color: #c6eef6;
      line-height: 1.1em;
      font-family: "Poppins", serif;
      font-weight: 600;
      font-style: normal;
    }

    p {
      color: #bcb5be;
      margin-bottom: 2em;
      line-height: 1.4em;
      max-width: 90%;
      font-family: "Poppins", serif;
      font-weight: 200;
      font-style: normal;
    }
  }

  .button {
    border-radius: 3px;
    border: 1px solid #c6eef6;
    margin-bottom: 10px;
    cursor: pointer;
    min-width: 275px;
    color: #c6eef6;
    text-decoration: none;
    padding: 4px 8px;

    &:hover {
      background-color: #c6eef6;
      color: #1c1c1c;
    }
  }
}

section#iso {
  background-color: #2a2a2a;
  padding: 50px;
  border-radius: 10px;
  margin: 20em 0 20em 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4em;

  .text-content {
    margin-bottom: 80px;

    h2 {
      font-size: 1.7em;
      margin-bottom: 0.5em;
      color: #5ecfea;
      line-height: 1.1em;
      font-family: "Poppins", serif;
      font-weight: 600;
      font-style: normal;
    }

    p {
      color: #bcb5be;
      margin-bottom: 2em;
      line-height: 1.4em;
      max-width: 90%;
      font-family: "Poppins", serif;
      font-weight: 200;
      font-style: normal;
    }
  }

  .button {
    border-radius: 3px;
    border: 1px solid #5ecfea;
    margin-bottom: 10px;
    cursor: pointer;
    min-width: 275px;
    color: #5ecfea;
    text-decoration: none;
    padding: 4px 8px;

    &:hover {
      background-color: #5ecfea;
      color: #1c1c1c;
    }
  }
}

.module-feature {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 3em;
  margin-bottom: 200px;

  h3 {
    font-size: 1.2em;
    margin-bottom: 0.5em;
    color: #bcb5be;
    line-height: 1.4em;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }

  h2 {
    font-size: 1.7em;
    margin-bottom: 0.5em;
    color: #03ffe0;
    line-height: 1.1em;
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }

  .text-content {
    color: #bcb5be;
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
    max-width: 90%;
    line-height: 1.4em;
  }
}

#module-features {
  margin-bottom: 300px;
}

section#request-demo {
  background-color: #2a2a2a;
  padding: 50px;
  border-radius: 10px;
  margin-bottom: 200px;
  color: white;
  border-bottom: ;

  h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #00FFE0;
  }
  
  .honeypot-field {
    display: none; /* Hide from humans */
  }
  
  h1 {
    font-size: 2em;
    margin-bottom: 1.5em;
    color: #00FFE0;
    line-height: 1.1em;
    font-family: "Poppins", serif;
    font-weight: 600;
    text-align: center;
  }
  
  form {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  input:invalid, textarea:invalid {
    border-color: #E43DFF;
  }
  
  label {
    display: flex;
    flex-direction: column;
    color: #bcb5be;
    font-family: "Poppins", serif;
    font-weight: 300;
    gap: 8px;
  }
  
  input, textarea {
    background-color: #1c1c1c;
    border: 1px solid #5ecfea;
    border-radius: 3px;
    padding: 12px;
    color: white;
    font-family: "Poppins", serif;
    font-weight: 300;
    
    &:focus {
      outline: none;
      border-color: #00FFE0;
      box-shadow: 0 0 0 2px rgba(0, 255, 224, 0.2);
    }
  }
  
  textarea {
    min-height: 120px;
    resize: vertical;
  }
  
  button[type="submit"] {
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #00FFE0;
    padding: 10px 20px;
    cursor: pointer;
    color: #00FFE0;
    font-family: "Poppins", serif;
    font-weight: 400;
    margin-top: 10px;
    align-self: flex-start;
    
    &:hover {
      background-color: #00FFE0;
      color: #1c1c1c;
      transition: all 0.2s ease;
    }
  }
}

/* 1. Visually hide by default */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

/* 2. Make it visible when focused (keyboard users) */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;   /* put it back into flow */
  width: auto;        /* natural width */
  height: auto;       /* natural height */
  margin: 0.5em;      /* give some breathing room */
  overflow: visible;  /* allow full visibility */
  clip: auto;         /* disable clipping */
  white-space: normal;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.team-section {
  padding: 4rem 2rem;
  text-align: center;
}

.team-section .section-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #00FFE0;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 2rem;
  align-items: start;
}

.team-member {
  margin: 0 auto;
}

.team-member img {
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.team-member figcaption {
  margin-top: 1rem;
}

.member-name {
  font-size: 1.125rem;
  margin: 0;
  color: #5ecfea;
}

.member-role {
  font-size: 0. nine rem;
  color: #555;
  margin: 0.25rem 0 0;
}

section#team {
  margin-bottom: 200px;
}

.section-subheader {
  font-size: 2em;
  margin-bottom: 2em;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  color: #bcb5be;
  line-height: 1.4em;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

#timeline {
  margin: 20em 0 20em 0;

  ol {
    list-style: none;
    padding: 0;
    margin: 8em 0 0 0;
    gap: 2rem;
    color: #bcb5be;
    font-family: "Poppins", serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  i {
    color: #00FFE0;
    font-size: 400%;
    margin-right: 10px;
  }

  .process-step {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
    max-width: 50%;
    gap: 4em;
  }

  .process-text {
    display: flex;
    flex-direction: column;

    h2 {
      color: #03ffe0;
    }
  }
}

/* Layout */
.card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 4rem;
}

/* Cards */
.card {
  background: #2a2a2a;
  border-radius: 0.75rem;
  padding: 1.75rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  text-align: center;
}

/* Icon + text */
.card-icon  { font-size: 2rem; margin-bottom: 0.75rem; color: #03ffe0; }
.card-title { font-size: 1.05rem; font-weight: 600; margin-bottom: 0.4rem; color: #00FFE0; }
.card-text  { font-size: 0.95rem; line-height: 1.5; color: #bcb5be; }

.module-heading {
  margin: 2.5rem 0 1rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #03ffe0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.testimonial-card {
  background: #2a2a2a;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
  text-align: left;
}

.testimonial-quote {
  font-size: 1.1rem;
  font-style: italic;
  color: #bcb5be;
  margin-bottom: 1rem;
}

.testimonial-author {
  font-weight: 600;
  color: #555;
}

.text-muted {
  color: #aaa;
}

#testimonials {
  margin-bottom: 200px;
}

.ui-elements {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 200px;

  h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #FFF;
    line-height: 1.1em;
    font-family: "Poppins", serif;
    font-weight: 600;
  }

  .text {
    max-width: 35%;
    color: #bcb5be;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }

  .screenshot {
    background-color: #00FFE0;
    border-radius: 30px;
    padding: 20px 0 0 20px;
    overflow: hidden;
    height: 400px;
    width: 800px;

    img {
      border-radius: 12px;
    }
  }
}