
.logo-nav {
    background-color: #1F2937;
    padding: 16px;
    gap: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}

.logo-nav h1 {
    font-size: 24px;
    color: #F9FAF8;
    margin: 0;
}

.logo-nav ul {
    font-size: 16px;
    list-style: none;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
}
.logo-nav ul li a {
    text-decoration: none;
    color: #E5E7EB;
}

.logo {
    font-size: 16px;
    color: #F9FAF8;
    margin: 0;
}

.intro-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    background-color: #1F2937;
    background-size: auto;
    color: #E5E7EB;
    padding: 50px;
}

.intro-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    gap: 30px;
    max-width: 300px;
}

.intro-text button {
    background-color: #3882F6;
    color: #E5E7EB;
    border: 1px solid #E5E7EB;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.intro-text button a {
    text-decoration: none;
    color: #E5E7EB;
}

.intro-header img {
    display: block;
    max-width: 25%;
    height: auto;
    border-radius: 8px;
    margin-top: 16px;
}

.copyright {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-shrink: 0;
    text-align: center;
    font-size: 14px;
    color: #E5E7EB;
    background-color: #1F2937;
    padding: 16px;
    margin: auto;
}

.body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.body h2 {
    font-size: 24px;
    margin-bottom: 64px;
}

.body ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style: none;
    padding: 8px;
    gap: 32px;
    font-size: 18px;
}

.body ul li {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    margin-bottom: 8px;
}

.body ul li img {
    display: flex;
    width: 150px;
    height: 150px;
    border-radius: 16px;
}

.quote-section {
    display: flex;
    margin-top: 64px;
    padding: 75px;
    background-color: #E5E7EB;
    font-style: italic;
    font-size: 18px;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
}

.footer {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    padding: 16px;
    border-top: 50px solid white;
    border-bottom: 50px solid white;
    border-left: 50px solid white;
    border-right: 50px solid white;
    border-radius: 100px;
    background-color: #3882F6;
    color: #E5E7EB;
    text-align: center;
}

.footer p + h2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 16px;
}

.footer button {
    background-color: #3882F6;
    color: #E5E7EB;
    border: 1px solid #E5E7EB;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.footer button a {
    text-decoration: none;
    color: #E5E7EB;
}

.form-container {
    background-color: #3882F6;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 16px;
    border-radius: 150px;
    margin-top: 50px;
    margin-left: 75px;
    margin-right: 75px;
}

.form-container label {
    font-size: 18px;
}

.form-container input {
    display: flex;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    max-width: 400px;
    margin: 8px;
}

.form-container button {
    display: flex;
    background-color: #3882F6;
    color: #E5E7EB;
    border: 1px solid #E5E7EB;
    padding: 12px 24px;
    margin: 16px;
    margin-left: 80px;
    font-size: 16px;
    border-radius: 16px;
    cursor: pointer;
}

#vanta-project {
    background-color: #1F2937;
    color: #E5E7EB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.vanta-header img {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    margin-top: 100px;
    display: block;
}

.vanta-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    flex-wrap: nowrap;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
    background-color: #1F2937;
    color: #E5E7EB;
    padding: 50px 0 0 0;
}

.vanta-header .intro-text {
    min-width: 400px;
    flex: 1 1 0;
}

body .vanta-container {
    min-height: 100vh;
    margin: 0;
    background-color: #1F2937;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    flex: 1 0 auto;
}

.about-body .copyright {
    display: flex;
    justify-content: center;
    text-align: bottom;
    font-size: 14px;
    color: #E5E7EB;
    background-color: #1F2937;
    padding: 16px;
    margin-top: 300px;
}

#signup-page .copyright {
    display: flex;
    justify-content: center;
    text-align: bottom;
    font-size: 14px;
    color: #E5E7EB;
    background-color: #1F2937;
    padding: 16px;
    margin-top: 50px;
}

*,
*::before,
*::after { box-sizing: border-box; }

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

.container, .vanta-container { padding-left: 16px; padding-right: 16px; }

.logo-nav { flex-wrap: wrap; gap: 16px; }
.logo-nav ul { flex-wrap: wrap; justify-content: center; }

.body ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
}
.body ul li img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.about-body .copyright { margin-top: 120px; }

@media (max-width: 1024px) {
  .intro-header { padding: 32px; }
  .intro-header img { max-width: 420px; width: 100%; margin-top: 0; }
  .vanta-header { flex-wrap: wrap; text-align: center; padding: 32px 0 0; }
  .vanta-header .intro-text { min-width: auto; align-items: center; max-width: 700px; }
  .vanta-header img { width: min(60vw, 380px); height: auto; margin-top: 24px; }
}

@media (max-width: 768px) {
  .logo-nav h1 { font-size: 20px; }
  .intro-header {
      flex-direction: column-reverse;
      align-items: center;
      text-align: center;
      padding: 24px;
  }
  .intro-text { align-items: center; max-width: none; }
  .intro-text h1 { font-size: 28px; }
  .footer {
      border-width: 24px;
      border-radius: 40px;
      padding: 20px;
  }
  .form-container {
      margin: 24px 16px;
      border-radius: 24px;
  }
  .quote-section { padding: 24px; width: 94%; }
  .copyright { padding: 12px; }
  .vanta-header img { width: min(70vw, 340px); }
  .about-body .copyright { margin-top: 64px; }
}

@media (max-width: 480px) {
  .logo-nav h1 { font-size: 18px; }
  .logo-nav { justify-content: center; }
  .logo-nav ul { gap: 12px; }
  .intro-text h1 { font-size: 24px; }
  .body h2 { font-size: 20px; margin-bottom: 32px; }
  .body ul li { font-size: 14px; }
  .vanta-header { padding: 24px 0 0; }
  .vanta-header img { width: min(80vw, 300px); }
  .footer { border-width: 16px; border-radius: 28px; }
}

.logo-nav {
    background-color: #1F2937;
    padding: 16px;
    gap: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
}

.logo-nav h1 {
    font-size: 24px;
    color: #F9FAF8;
    margin: 0;

}

.logo-nav ul {
    font-size: 16px;
    list-style: none;
    display: flex;
    gap: 16px;
    margin: 0;
    padding: 0;
}
.logo-nav ul li a {
    text-decoration: none;
    color: #E5E7EB;
}

.logo {
    font-size: 16px;
    color: #F9FAF8;
    margin: 0;
}

.intro-header {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    background-color: #1F2937;
    color: #E5E7EB;
    padding: 50px;
}

.intro-text {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;  
    gap: 25px;
    max-width: 300px;
}

.intro-text button {
    background-color: #3882F6;
    color: #E5E7EB;
    border: 1px solid #E5E7EB;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.intro-text button a {
    text-decoration: none;
    color: #E5E7EB;
}

.intro-header img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    max-width: 25%;
    width: auto;
    height: auto;
    border-radius: 8px;
    margin-top: 16px;
 }
 
 .copyright {
    text-align: center;
    font-size: 14px;
    color: #E5E7EB;
    background-color: #1F2937;
    padding: 16px;
 }

 .body {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

    .body h2 {
        font-size: 24px;
        margin-bottom: 64px;
    }
    
    .body ul {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        list-style: none;
        padding: 8px;
        gap: 32px;
        font-size: 18px;
    }
    
    .body ul li {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    .body ul li img {
        display: flex;
        width: 150px;
        height: 150px;
        border-radius: 16px;

    }

    .quote-section {
        display: flex;
        flex: 1;
        margin-top: 64px;
        padding: 75px;
        background-color: #E5E7EB;
        font-style: italic;
        font-size: 18px;
        width: 90%;
        justify-content: center;
    }

    .footer {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 18px;
        padding: 16px;
        border-top: 50px solid white;
        border-bottom: 50px solid white;
        border-left: 50px solid white;
        border-right: 50px solid white;
        border-radius: 100px;
        background-color: #3882F6;
        color: #E5E7EB;
        text-align: center;
    }


    .footer p + h2 {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin-top: 16px;
    }

    .footer button {
        background-color: #3882F6;
        color: #E5E7EB;
        border: 1px solid #E5E7EB;
        padding: 12px 24px;
        font-size: 16px;
        border-radius: 8px;
        cursor: pointer;
    }

    .form-container {
        background-color: #3882F6;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
        padding: 16px;
        border-radius: 150px;
        margin-top: 50px;
        margin-left: 75px;
        margin-right: 75px;
    }

    .form-container label {
        font-size: 18px;
    }

    .form-container input {
        display: flex;
        padding: 12px;
        font-size: 16px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
        max-width: 400px;
        margin: 8px;
    }

    .form-container button {
        display: flex;
        background-color: #3882F6;
        color: #E5E7EB;
        border: 1px solid #E5E7EB;
        padding: 12px 24px;
        margin: 16px;
        margin-left: 80px;
        font-size: 16px;
        border-radius: 16px;
        cursor: pointer;
    }

    .vantaproject-about {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    gap: 16px;
    max-width: 300px;
}

.vantaproject-about button {
    background-color: #3882F6;
    color: #E5E7EB;
    border: 1px solid #E5E7EB;
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.vantaproject-about button a {
    text-decoration: none;
    color: #E5E7EB;
}

.intro-imgs {
     display: flex; flex-direction: column !important; gap: 350px; 
    }

.intro-imgs img {
     max-width: 200px; width: 400%; height: 400%; margin-top: 0; 
    }

    /* --- Mobile polish pass --- */
*,
*::before,
*::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }

.intro-imgs { display: flex; flex-direction: column; gap: 16px; align-items: center; }
.intro-imgs img { max-width: 100%; width: auto; height: auto; }

.intro-header img {
  max-width: min(90vw, 520px);
  width: 100%;
  height: auto;
  margin-top: 0;
}

@media (max-width: 768px) {
  .intro-header { padding: 20px; text-align: center; flex-direction: column-reverse; }
  .intro-text { max-width: none; align-items: center; gap: 16px; }
  .quote-section { padding: 20px; width: 94%; }
  .footer { border-width: 24px; border-radius: 40px; padding: 20px; }
  .form-container { margin: 20px 12px; border-radius: 24px; }
}

@media (max-width: 600px) {
  .logo-nav { flex-direction: column; gap: 8px; }
  .logo-nav ul { display: flex; flex-direction: column; gap: 8px; justify-content: center; align-items: center; }
  .logo-nav h1 { font-size: 20px; }
}

h1 { font-size: clamp(1.5rem, 5vw, 2.5rem); }
p  { font-size: clamp(1rem, 3.2vw, 1.125rem); }

.body ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.body ul li img { width: 100%; max-width: 220px; height: auto; }

button { max-width: 100%; width: auto; }

.about-page .intro-header {
  display: block;
  padding: 40px 24px;
  background-color: #1F2937;
  color: #E5E7EB;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
  max-width: 1100px;
  margin: 0 auto;
}

.about-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(229, 231, 235, 0.12);
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  gap: 16px;
}

.about-card header h1 {
  margin: 0;
  font-size: clamp(1.4rem, 1.2rem + 1vw, 2rem);
  line-height: 1.2;
  color: #F9FAF8;
}

.about-card p {
  margin: 0;
  font-size: clamp(1rem, 0.95rem + 0.3vw, 1.1rem);
  color: #E5E7EB;
}

.about-media {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-media img {
  display: block;
  max-width: 260px;
  width: 100%;
  height: auto;
  border-radius: 12px; 
}

/* Actions */
.about-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.about-actions .btn {
  display: inline-block;
  background-color: #3882F6;
  color: #E5E7EB;
  text-decoration: none;
  border: 1px solid #E5E7EB;
  padding: 12px 20px;
  border-radius: 10px;
  font-weight: 600;
}

.about-page .intro-header img {
  max-width: 100%;
  height: auto;
  margin-top: 0;
}

.about-page .intro-text { max-width: none; }

@media (max-width: 1024px) {
  .about-grid { gap: 24px; }
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr; 
    max-width: 720px;
  }
  .about-actions { justify-items: stretch; }
  .about-actions .btn { text-align: center; width: 100%; }
}

@media (max-width: 600px) {
  .about-page .intro-header { padding: 24px 16px; }
  .about-card { padding: 20px; border-radius: 12px; }
  .about-media img { max-width: 220px; }
}
.project-hub-btn {
    display: inline-block;
    padding: 10px 18px;
    font-size: 22px;
    color: rgb(17, 223, 255);
    text-shadow: #111 0px 0px 2px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    margin-bottom: 20px;
}

.project-hub-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0,0,0,0.4);
}

.project-hub-btn:active {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Mobile scaling */
@media (max-width: 600px) {
    .project-hub-btn {
        font-size: 18px;
        padding: 8px 14px;
        margin-top: 5px;
    }
}

