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


@font-face {
  font-family: 'Nourd';
  src: url('/fonts/nourd_regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


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


body {
  font-family: 'Nourd', sans-serif;
  background-color: #fffdfa;
  color: #34364b;
  line-height: 1.6;
}


.login-container {
  display: none;
  p {
    font-family: "Roca", sans-serif;
  }

  .right-bar {
    background-color: #b7ccfa;
    color: #03234d;
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 100%;
    position: fixed;
    right: 0;
    z-index: 1;
  }

  .inputs {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    position: fixed;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 30px;
    font-family: "Nourd", sans-serif;

  }

  p {
    font-family: "Roca", sans-serif;
  }

  .select-perms {
    color: #03234d;
    text-align: left;
    margin: 50px 20px 0px 20px;
  }



  input {
    width: 300px;
    height: 45px;
  }

  input[type="email"],
  input[type="password"] {
    color: gray;
    border: 1px solid gray;
    font-size: 18px;
    padding: 15px;
    font-family: "Nourd", serif;
  }



  input[type="submit"] {
    color: #fff;
    background-color: #50ab7e;
    border: 1px solid #3bb54c;
    margin-top: 20px;
    font-size: 26px;
    font-family: "Nourd", serif;
    &:hover {
      cursor: pointer;
    }

  }


  .error {
    margin-bottom: 5px;
    color: #df0a0a;
  }



  .reset_pass {
    color: #03234d;
    margin-bottom: 30px;
  }



  .register {
    margin-top: 10px;
    color: #3f699f;
  }



  .close-login {
    width: 20px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    font-size: 28px;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;

    &:hover {
      font-size: 30px;
    }
  }
}


body {
  background-color: #faf7f3;
  color: #2A2A2A;
  line-height: 1.6;
}

.header {
  text-align: center;
  padding: 32px 16px;
}

.hero-section {
  max-width: 1400px;
  margin: 0 auto 64px;
  padding: 0 16px;
}



.hero-box {
  background-color: #b7ccfa;
  color: #1A1A1A;
  padding: 24px 40px;
  border-radius: 24px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  padding-bottom: 56px;
}



.hero-title {
  font-size: 28.8px;
  font-weight: bold;
  margin-bottom: 24px;
  line-height: 1.3;
  font-family: 'Roca', sans-serif;
}


.hero-text {
  margin-bottom: 16px;
  font-family: 'Nourd', sans-serif;
  font-size: 18.8px;
  line-height: 1.6;
  font-weight: 600px;
  text-align: center;
}



.cta-button {
  background-color: #f8e1ad;
  color: #1A1A1A;
  font-family: 'Nourd', sans-serif;
  font-weight: 700; 
  padding: 10px 30px;
  border: none;
  border-radius: 24px;
  cursor: pointer;
  font-size: 17.2px; 
  margin-top: 6px;
  position: absolute;
  left: 50%;
  bottom: -18px;
  transform: translateX(-50%);
  box-shadow: 2px 3px 0 -1px #000;
  cursor: pointer;
}


.about-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  font-size: 17.8px;
}

.about-section p strong {
  color: #e87863;
  font-weight: 700;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}

.section-title.coral {
  color: #e87863;
  font-family: 'Roca', serif;
  font-size: 42px;
  margin-bottom: 10px;
}

.section-title.blue {
  color: #3f699f;
  font-family: 'Roca', sans-serif;
}

.title-line {
  width: 180px;
  height: 3px;
  background-color: #9eb8ee;
  margin-left: 0;
  margin-bottom: 32px;
  margin-top: 0;
  position: relative;
}


.title-line::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #9eb8ee;
}

.about-content {
  font-size: 17px;
  line-height: 1.6;
}


.mission {
  width: 100%;
  margin-bottom: 60px;
  margin-top: 10x; 
}


.mission-row {
  width: 100%;
  margin: 0;
  padding: 25px 0; 
  font-weight: 400;
  border-radius: 0;
}


.mission-inner {
  max-width: 1400px; 
  margin: 0 auto;    
  padding: 0 16px; 
  line-height: 1.6;
  font-size: 16px;
}



.mission-row.blue {
  background-color: #b7ccfa;
}



.mission-row.pink {
  background-color: #fdd1d6;
}





.mission-row.last-wave {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}



.mission-row.last-wave::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 100' preserveAspectRatio='none'%3E%3Cpath d='M0,100 C250,100 250,0 500,0 C750,0 750,100 1000,100 V100 H0 Z' fill='%23faf7f3'/%3E%3C/svg%3E");
  background-size: 12.5% 30px;
  background-repeat: repeat-x;
  transform: none;
}


.subsection-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}

.abc-section {
  max-width: 1400px;
  margin: 0 auto 64px;
  padding: 0 16px;
}


.abc-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
  align-items: stretch; 
  margin-bottom: 32px;
}


.abc-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  gap: 24px;
}


.abc-content p {
  font-size: 17px;
  line-height: 1.6;
}

.abc-summary {
  text-align: center;
  font-size: 18.8px;
  line-height: 1.6;
  margin: 32px 0 40px 0; 
}

.text-coral {
  color: #e87863;
}

.text-blue {
  color: #3f699f;
}


.abc-sidebar {
  position: relative;
  height: 100%;
}


.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap:24px;
  max-width: 100%;
  overflow: hidden;
}

.main-logo {
  max-width: 280px;
  height: auto;
}

.platform-cloud-section {
  background-color: #dfe7fa;
  width: 100%;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}

.platform-content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
  font-size: 17px;
  line-height: 1.6;
  font-family: 'Nourd', sans-serif;
}


.platform-cloud-section::before {
  content: "";
  position: absolute;
  height: 25px; 
  width: 100%;
  top: -24px; 
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 C 15 0, 45 0, 60 50 C 70 20, 90 20, 100 50 Z' fill='%23dfe7fa'/%3E%3C/svg%3E");
  background-size: 60px 25px; 
  background-repeat: repeat-x;
  z-index: 1;
}


.platform-cloud-section::after {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: -24px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 0 C 15 50, 45 50, 60 0 C 70 30, 90 30, 100 0 Z' fill='%23dfe7fa'/%3E%3C/svg%3E");
  background-size: 60px 25px;
  background-repeat: repeat-x;
  z-index: 1;
}


.logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px; 
  padding: 24px 0;
  width: 100%;
  overflow: hidden;
}


.main-logo {
  max-width: 280px;
  height: auto;
  display: block;
  flex-shrink: 0; 
  z-index: 2; 
}



.logo-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  flex-grow: 1; 
}


.logo-dots.left {
  justify-content: flex-end;
}


.logo-dots.right {
  justify-content: flex-start;
}



.logo-dots span {
  display: block;
  border-radius: 50%;
  flex-shrink: 0; 
}


.logo-dots .big {
  width: 24px; 
  height: 24px;
  background-color: #f4a896; 
}



.logo-dots .small {
  width: 14px;
  height: 14px;
  background-color: #fde6b6;
}

@media (max-width: 768px) {
  .logo-dots {
    display: none;
  }
  .main-logo {
    max-width: 220px;
  }
}

.stats-cards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; 
  gap: 16px;
}


.stat-card {
  background-color: white;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #E5D5C5;
  text-align: center;
}


.stat-icon {
  font-size: 28px;
  margin-bottom: 4px;
}


.stat-label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

.stat-label.red {
  color: #FF6B4A;
}


.stat-label.blue {
  color: #3f699f;
}


.stat-value {
  font-size: 12px;
  color: #2A2A2A;
  margin-top: 4px;
}


.stat-value.small {
  font-size: 11px;
}


.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #FFE5E0;
  border-radius: 4px;
  margin-top: 8px;
  overflow: hidden;
}


.progress-fill {
  height: 100%;
  background-color: #FF6B4A;
  border-radius: 4px;
}

.workshop-bars {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin: 8px 0;
}

.workshop-bars .bar {
  width: 32px;
  height: 8px;
  background-color: #E5D5C5;
  border-radius: 4px;
}

.workshop-bars .bar.filled {
  background-color: #3f699f;
}

.platform-info {
  background-color: #E8F2FA;
  padding: 32px;
  border-radius: 16px;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  font-family: 'Nourd' , sans-serif;
}

.timeline-section {
  background-color: #a8c1f0; 
  padding: 40px 40px 60px 40px;
  border-radius: 16px;
  max-width: 1400px;
  margin: 0 auto 64px auto;
}

.timeline-title {
  color: #3f699f;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'Roca', sans-serif;
  font-size: 32px;
}


.timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
  z-index: 1;
}


.timeline::before {
  content: "";
  position: absolute;
  top: 42px; 
  left: 8%;
  right: 8%;
  height: 4px;
  background-color: #b0c0d4;
  z-index: -1;
}

.timeline-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.stage-date {
  height: 20px;
  margin-bottom: 8px;
  color: #8da1b9; 
  font-weight: 500;
}

.stage-label {
  color: #8da1b9; 
}


.stage-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff; 
  border: 7px solid #b0c0d4; 
  color: transparent; 
  font-size: 0;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
}

.stage-dot.active {

  background-color: #3f699f;

}

.timeline-stage:has(.active) .stage-dot {
  background-color: #3f699f;
  border-color: #3f699f; 
}

.timeline-stage:has(.active) .stage-date,
.timeline-stage:has(.active) .stage-label {
  color: #3f699f; 
}


.stage-label {
  font-size: 12px;
  color: #3f699f;
  max-width: 100px;
}



.stages-description {
  display: flex;
  flex-direction: column;
  gap: 24px;
}


.stage-card {
  background-color: #fdfdfd;
  padding: 24px 32px;
  border-radius: 12px;
  border-left: none; 
}


.stage-header {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  gap: 24px;
}

.stage-header > div:first-child {
  flex: 1; 
}

.stages-description {
  display: flex;
  flex-direction: column;
  gap: 16px; 
}

.stage-card h3 {
  display: inline; 
  font-size: 26px;
  margin-right: 8px;
  color: #3f699f;
  font-family: 'Roca', sans-serif;
}


.stage-card p {
  display: block; 
  margin-top: 8px;
  font-size: 16px;
  color: #2a2a2a;
}

.stage-card p:first-of-type {
  display: inline; 
}


.stage-date-label {
  flex-shrink: 0; 
  color: #3f699f;
  font-family: 'Roca', sans-serif;
  font-weight: bold;
  font-size: 16px; 
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: center;
  white-space: nowrap;
}



.materials-section {
  max-width: 100%; 
  width: 100%;
  background-color: #dfe7fa; 
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 60px 0; 
}

.materials-section::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  top: -24px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 C 15 0, 45 0, 60 50 C 70 20, 90 20, 100 50 Z' fill='%23dfe7fa'/%3E%3C/svg%3E");
  background-size: 60px 25px;
  background-repeat: repeat-x;
  z-index: 1;
}

.materials-section::after {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: -24px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 0 C 15 50, 45 50, 60 0 C 70 30, 90 30, 100 0 Z' fill='%23dfe7fa'/%3E%3C/svg%3E");
  background-size: 60px 25px;
  background-repeat: repeat-x;
  z-index: 1;
}

.materials-box {
  max-width: 1400px; 
  margin: 0 auto;
  padding: 0 16px;
}

.materials-content {
  background-color: transparent; 
  padding: 0; 
  width: 100%;
}

.materials-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 1.6;
}


.materials-link {
  color: #3f699f;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
}

.awards-section {
  max-width: 1400px;
  margin: 0 auto 64px;
  padding: 0 16px;
}


.awards-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.trophy-icon {
  font-size: 64px;
}

.awards-section p {
  font-size: 16px;
  line-height: 1.6;
}

.partners-section {
  background-color: transparent;
  max-width: 100%; 
  width: 100%;
  margin: 0 auto 64px auto;
  padding: 0; 
  overflow-x: hidden;
}

.partners-section::before,
.partners-section::after {
  display: none; 
}


.partners-grid,
.patronage-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%; 
  background-color: #ffffff;
  position: relative;
  padding: 60px 20px;
  margin-top: 60px; 
  margin-bottom: 80px;
}

.partners-grid::before,
.patronage-grid::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  top: -24px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 50 C 15 0, 45 0, 60 50 C 70 20, 90 20, 100 50 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 60px 25px;
  background-repeat: repeat-x;
  z-index: 1;
}

.partners-grid::after,
.patronage-grid::after {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  bottom: -24px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 50' preserveAspectRatio='none'%3E%3Cpath d='M0 0 C 15 50, 45 50, 60 0 C 70 30, 90 30, 100 0 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 60px 25px;
  background-repeat: repeat-x;
  z-index: 1;
}

.partner-logo,
.patronage-logo {
  background-color: white;
  border-radius: 8px;
  padding: 10px;     
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 120px;
  border: 1px solid #E5D5C5;
  flex-shrink: 0;
}


.patronage-logo {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}



.logo-text {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}



.logo-text.blue {
  color: #3f699f;
}



.logo-text.coral {
  color: #e87863;
}


.partner-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
}


.label-text {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}

.regulations-section {
  text-align: left; 
  max-width: 1400px;
  margin: 0 auto 80px auto;
  padding: 0 16px;
}

.regulations-section .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start; 
  margin-bottom: 48px;
}

.regulations-section .title-line {
  margin: 0; 
  margin-bottom: 32px;
}

.regulations-section .title-line::before {
  display: block; 
}


.regulations-grid {
  display: flex;
  flex-wrap: wrap; 
  gap: 24px; 
  width: 100%;
}

.regulation-button {
  flex: 1; 
  min-width: 240px; 
  background-color: #f8e1ad;
  color: #03234d;
  font-family: 'Nourd', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 20px;
  border: none;
  border-radius: 16px;
  cursor: pointer;
  text-align: center; 
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.regulation-button:hover {
  transform: translateY(-3px);
  background-color: #f9e7bd;
}

.footer {
    display: flex;
    flex-wrap: wrap; 
    background-color: #b7ccfa; 
    padding-top: 30px;
    justify-content: space-evenly;
    align-items: flex-start;
}

.footer h3 {
    font-family: 'Roca', serif;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
    color: #03234d;
}

.footer a, 
.footer p {
    font-family: 'Nourd', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #323232;
    text-decoration: none;
    display: block;
    margin-bottom: 8px;
}

.footer-funders {
    width: 100%;
    background-color: #b7ccfa; 
    padding: 12px 0 16px;              
    display: flex;
    justify-content: center;
}

.footer-funders img {
    width: 100%;
    max-width: 1000px;  
    height: auto;
    display: block;
}

.footer-copyright {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #333;
    background-color: #b7ccfa; 
}

.footer-copyright a {
    color: inherit;
    text-decoration: underline;
    display: inline; 
    margin-bottom: 0; 
}


.footer-copyright img {
    display: inline; 
    vertical-align: baseline;
    margin-bottom: 0;
}