/* ======================================================
                         RESET
====================================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #1c6fb4;
  color: #111;
}

img {
  max-width: 100%;
  display: block;
}

/* ======================================================
                    STICKY HEADER
====================================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;

    background: #156aa5;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 60px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    z-index: 9999999999;
    }

.header-spacer {
  width:30%;
}

.fuck {
  display: flex;
  justfy-content: center;
  align-items: center;
  width: 30%;
border: 2px solid red;
}


.nav {
    display: flex;
    gap: 28px;
    justify-content: end;
    align-items: center;
  width: 30%;
}

.nav a {
    text-decoration: none;
    color: white;
    font-weight: 600;
    transition: 0.25s;
    }

.nav a:hover {
    transform: translateY(-2px);
    opacity: 0.8;
    }

.join-btn {
    background: linear-gradient(45deg,#ff2fa6,#9b4dff);
    padding: 8px 18px;
    border-radius: 20px;
    transition: 0.25s;
    }

.join-btn:hover {
    transform: scale(1.08);
    }

.menu {
    display: none;
    font-size: 26px;
    }

/* ======================================================

                         SAFETY

====================================================== */

.files {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #1c6fb4;
  color: white;
  padding-top: 55px;
  padding-bottom: 100px;
  margin-top:30px;
}

.files h1 {
  font-size: 80px;
  font-weight: 900; 
  line-height: 1;
  margin-bottom: 0;
}

.intro {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  max-width: 1500px;
  padding: 0 50px 20px;
  margin-top: 20px;
  }

.intro-right {
  padding: 10px 0 30px 50px;
  margin-left: 40px;
  font-size: 20px;
  }

.section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  width: 90%;
  max-width: 1500px;
  margin: 0 0 50px;
  border-radius: 30px;
  padding: 20px;
  border: 2px solid white;
  overflow: hidden;
}

.section p {
  padding: 0 40px 30px;
  font-size: 20px;
border 2px solid yellow;
  }

.files h2 {
  font-size: 32px;
  font-weight: 600; 
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 30px;
  }

/*
.files h3 {
  font-size: 36px;
  font-weight: 300; 
  line-height: 1;
  margin-top: -30px;
  margin-bottom: 30px;
  }
*/


.float-top-right {
  float: right;
  
  margin-left: 20px;
  margin-bottom: 20px;
  
  max-width: 400px;
  height: auto;
}

.words {
  display: flow-root;
  }

.outro {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  width: 90%;
  max-width: 1500px;
  padding: 0 40px 0;
  }


/* ======================================================

                       NEXT SECTION 

====================================================== */

.next-section {
  width: fit-content;
  margin: -20px 0 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

/* ======================================================

                       RESPONSIVE 

====================================================== */


@media (max-width: 1175px) {

.intro {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  }

.intro-right {
  width: 100%
  padding: 50px 10px 20px 0;
  margin: 20px 0 0 0;
  font-size: 20px;
  }

.section {
  display: flex;
  flex-direction: column;
  }


.header-spacer {
  display: none;
}

.menu-logo {
  padding: 0;
  margin: 0;
  align-items: start;
}

.menu-logo img {
  transform: translateX(-25px);
}

.nav {
  width: 70%;
}

.column {
  margin: 20px;
  }
}


/* ======================================================

                         MOBILE 

====================================================== */


@media (max-width: 600px) {

/* ==============================================
                     MENU                             [MOBILE]
============================================== */

button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
}

/*
.header-spacer {
  display: none;
}
*/

.menu-logo {
  display: none;
  }

.nav {
  display: none;
}

.header {
  width: 100vw;
  padding: 5px;
  }

.small-logo {
  width: 100px;
  }


.hidden-menu {
  color: #156aa5;
  }

.menu {
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  }

.section {
  border: none;
  border-radius:0;
  }

.intro-right {
  padding: 0;
  margin: 20px 0 0;
  }

.intro-right p {
  font-size:18px;
  }

.files h1 {
  font-size: 48px;
  font-weight: 900; 
  line-height: 1;
  padding: 0;
  margin-bottom: 0;
}

.section h2 {
  font-size: 20px;
  font-weight: 900; 
  margin-top: 40px;
    }

.section p {
    font-size: 18px;
  padding: 0;
  margin: 20px 0 0;
    }

.intro {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  margin: 0 0 0;
  padding: 0 20px 0;
  }

.text {
  flex-direction: column;
  gap: 0;
  }

.float-top-right {
  max-width: 50%;
  }

.section {
  padding: 0;
  }