body {
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  color: #333;
  height: 100%;
  width: 100%;
  overflow-x: hidden; 
  overflow-y: auto;
  background-color: #091840;
  margin-bottom: 15px;
}

body > div > div,
body > div > p,
body > div > ul,
body > div > h2,
body > div > h3 {
  width: 800px;
  background: #c5cfd6;
  margin-bottom: 40px;
  padding: 20px 25px;
  border-radius: 15px;
  box-shadow: 5px 5px 5px #f0f2f5;
}

h2.h2, h3.h3 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #0a3d62;
  font-weight: bold;
  border-bottom: 2px solid #1e3799;
  padding-bottom: 6px;
}

p {
  line-height: 1.8;
  font-size: 1.05em;
  color: #444;
}

ul {
  padding-left: 20px;
}

ul li {
  margin-bottom: 10px;
  color: #2f3640;
}

div:last-child p {
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.6;
  color: #192a56;
}

body > div > div {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

body > div > div:hover {
  transform: translateY(-4px);
  opacity: 0.98;
}

.container {
  margin-left: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
  gap: 40px;
  width: 90%;
  height: 90%;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  background-color: #c5cfd6; 
  padding: 40px;
}

.organ {
  background-color: #b3e5fc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin: 15px;
  box-shadow: 4px 4px 10px #fff;
  border: 3px solid gray;
  border-radius: 15px;
  width: 98%;
  height: 570px;
  padding: 20px;
  box-sizing: border-box;
}

.step {
  background: linear-gradient(145deg, #1e3c72, #2a5298); 
  color: white;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  position: relative;
  font-family: sans-serif;
  transition: transform 0.3s;
}

.step:hover {
  transform: scale(1.05);
}

.footer-links {
  font-size: 14px;
}

.footer {
  background-color: #222;
  color: #eee;
  padding: 30px 15px 10px;
  margin-bottom: 0;
  margin-top: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.linkFooter {
  color: #fff;
  font-size: 14px;
}

.linkFooter li {
  color: #fff;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  height: 260px;
  margin: auto;
}

.footer-section {
  flex: 1 1 300px;
  margin: 10px;
}

.footer-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 4px;
  color: #00d2ff;
}

.footer-text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #eee;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #00d2ff;
}

.prgF {
  color: #fff;
}

.footer-bottom {
  text-align: center;
  padding: 7px 0;
  border-top: 1px solid #fff;
  font-size: 10px;
  color: #fff;
  margin-top: 10px;
}

.step .number {
  background-color: #6ef2f2;
  color: #000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: bold;
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step p {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.4;
}

header {
  text-align: center;
  padding: 30px 20px;
  background: #031542;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.h1 {
  text-align: center;
  font-size: 5em;
}

.magic {
  color: #f0f2f5; 
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  text-shadow: 3px 3px 5px #999;
}

.sys {
  color: #0f2b56; 
  font-style: italic;
  font-family: 'Arial', sans-serif;
  text-shadow: 3px 3px 3px #ccc;
  background-color: #fff;
}

.circle-diagram {
  margin-top: 50px;
  position: relative;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: conic-gradient(
    #ffcc00 0deg 72deg,
    #ff6b6b 72deg 144deg,
    #9d4edd 144deg 216deg,
    #00b4d8 216deg 288deg,
    #8bc34a 288deg 360deg
  );
  display: flex;
  justify-content: center;
  align-items: center;
}

.segment {
  position: absolute;
  width: 100px;
  height: 100px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.segment .icon {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 1px;
  margin-left: 10px;
}

.segment1 { top: 17%; left: 65%; }
.segment2 { top: 59%; left: 85%; }
.segment3 { top: 78%; left: 47%; }
.segment4 { top: 65%; left: 18%; }
.segment5 { top: 20%; left: 33%; }

.center-circle {
  position: absolute;
  width: 78px;
  height: 78px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.center-circle h2 {
  font-size: 10px;
}

.description {
  width: 300px;
  height: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 15px;
}

.container p {
  font-size: 10px;
}

.desc-item {
  background: white;
  padding: 18px;
  border-left: 6px solid;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.desc-item h3 {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 15px;
}

.desc-item h6 {
  margin-bottom: 14px;
  font-size: 10px;
}

.yellow { border-color: #ffcc00; height: 80px; }
.red    { border-color: #ff6b6b; height: 80px; }
.purple { border-color: #9d4edd; height: 80px; }
.blue   { border-color: #00b4d8; height: 80px; }
.green  { border-color: #8bc34a; height: 80px; }

@media (max-width: 768px) {
  header h1 {
    font-size: 2.5em;
  }

  .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    margin-left: 0;
  }

  .organ {
    width: 92%;
    margin: 15px;
    overflow-x: auto; 
    overflow-y: auto;
    padding: 5px;
  }

  .circle-diagram {
    width: 280px;
    height: 280px;
    margin-top: 40%;
  }

  .segment {
    width: 70px;
    height: 70px;
    font-size: 10px;
  }

  .segment .icon {
    font-size: 16px;
    margin-left: 0;
  }

  .center-circle {
    width: 90px;
    height: 90px;
    font-size: 14px;
  }

  .footer-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    max-width: 1200px;
    height: 800px;
    margin: auto;
  }

  .description {
    width: 100%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .desc-item {
    width: 90%;
    margin: 10px auto;
    text-align: center;
  }

  .desc-item h3 {
    margin-left: 0;
    font-size: 14px;
  }

  .desc-item h6 {
    margin-left: 0;
    font-size: 12px;
  }

  .yellow { border-color: #ffcc00; height: 90px; }
  .red    { border-color: #ff6b6b; height: 90px; }
  .purple { border-color: #9d4edd; height: 90px; }
  .blue   { border-color: #00b4d8; height: 90px; }
  .green  { border-color: #8bc34a; height: 90px; }
}