/* Add font files for Readex Pro */
@font-face {
  font-family: 'Readex Pro';
  src: url('fonts/ReadexPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Readex Pro SemiBold';
  src: url('fonts/ReadexPro-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

:root {
  --font-family-readex-pro: 'Readex Pro', sans-serif;
  --text-rgb-19-173-124: rgba(19, 173, 124, 1);
  --text-white: rgba(255, 255, 255, 1);
  --text-rgb-160-160-160: rgba(160, 160, 160, 1);
  --text-rgb-115-115-115: rgba(115, 115, 115, 1);
}

.text-rgb-19-173-124 {
  color: var(--text-rgb-19-173-124);
}

.text-white {
  color: var(--text-white);
}

.text-rgb-160-160-160 {
  color: var(--text-rgb-160-160-160);
}

.text-rgb-115-115-115 {
  color: var(--text-rgb-115-115-115);
}

/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Prototype Links */
a.prototype-link {
  text-decoration: none;
  color: inherit;
  display: contents;
}

.font-semi-bold {
  font-family: 'Readex Pro SemiBold';
}

.text-5 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-readex-pro);
  font-size: 40px;
  line-height: 57.599998474121094px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-19-173-124);
  font-family: var(--font-family-readex-pro);
  font-size: 40px;
  line-height: 57.599998474121094px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-white);
}

.title-4 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 90%;
}

.title-4 .text-5,
.title-4 .text-5 span {
  font-weight: 400;
  font-synthesis: none;
}

.text-8 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-readex-pro);
  font-weight: normal;
  font-size: 18px;
  line-height: 28.799999237060547px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-160-160-160);
}

.paragraph-7 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.text-10 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  text-align: center;
  font-family: var(--font-family-readex-pro);
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
  color: var(--text-rgb-115-115-115);
}

.paragraph-9 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  width: 100%;
}

.text-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  padding: 0px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.container-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 34px;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  max-width: 880px;
  background-color: rgba(18, 28, 26, 1);
  border-radius: 24px;
  box-shadow: 0px 0px 80px 0px #13AD7C40;
  border: 2px solid #13AD7C
}

.div-2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 0px 32px 0px 32px;
  flex: 1;
  width: 100%;
}

/* Email link styling - underline only the email */
.paragraph-9 .text-rgb-19-173-124,
.paragraph-9 a.text-rgb-19-173-124 {
  text-decoration: underline;
  color: var(--text-rgb-19-173-124);
}

.paragraph-9 a.text-rgb-19-173-124:hover {
  text-decoration: underline;
  opacity: 0.9;
}

.node-1 {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  @media (max-width: 1440px) {
    .node-1 {
      padding-left: 24px;
      padding-right: 24px;
    }
  }

  @media (max-width: 768px) {
    .node-1 {
      padding-left: 16px;
      padding-right: 16px;
    }
  }

  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  background: linear-gradient(180.16deg, rgba(19, 173, 124, 0.14) 0.14%, rgba(19, 173, 124, 0) 99.86%),
  linear-gradient(0deg, #0E0E0E, #0E0E0E);

}

/* Responsive styles */
@media (max-width: 768px) {
  .node-1 {
    padding: 0 12%;
    align-items: center;
  }

  .container-3 {
    padding: 32px 24px;
    width: 100%;
    max-width: none;
  }

  .title-4 {
    width: 100%;
  }

  .text-5 {
    font-size: 26px;
    line-height: 1.4;
  }

  .text-8 {
    font-size: 16px;
    line-height: 1.5;
  }

  .text-10 {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .node-1 {
    padding: 0 5%;
  }

  .container-3 {
    padding: 24px 20px;
    gap: 20px;
  }

  .text-5 {
    font-size: 26px;
  }

  .text-8 {
    font-size: 16px;
  }

  .text-10 {
    font-size: 14px;
  }
}