:root {
  --bg: #0f1115;
  --card: #0b0d10;
  --muted: #9aa4a6;
  --accent: #24d7a1;
  --glass: rgba(255, 255, 255, 0.03);
}

html, body {
  height: 100%;
  margin: 0;
  font-family: Inter, Poppins, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  background: var(--bg);
  color: #fff;
  margin: 0;
  padding: 0;
}

.wrap {
  max-width: 90%;
  margin: 0px auto;
  padding: 20px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: space-between;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
  margin-top: 0;
}
.headline{
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;

}
.headlingenew{
  justify-content: center;
  align-items: center;
  margin-bottom: 121px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
  margin-right: 10px;
  margin-top: 100px;
}

hr{
  color: var(--muted);
  background: var(--muted);
  opacity: 20%;
  width: 100%;
  align-items: center;
}
.logo{
  width: 150px;
  height: 70px;
}
nav ul {
 list-style: none;
 display: flex;
 gap: 50px;
 font-size: 15px;
 margin-top: 30px;
  margin-right: 30px;
}

nav ul li a {
      text-decoration: none;
      color: white;
      transition: color 0.3s;
}

nav ul li a:hover {
      color: #24d7a1;
}
nav ul li a:active {
      color: #24d7a1;
}

h1 {
  color: var(--accent);
  margin: 0;
  font-weight: 600;
  font-size: 35px;
  text-shadow: 0 0 2px #4ef0bf;

}
p {
  margin: 0px;
  font-size: 13px;
}
.headline .aboutp{
    justify-content: center;
    text-align: center;
    width: 70%;
}


.sub {
  color: var(--muted);
  font-size: 14px;
}

.grid {
  display: flex;
  gap: 18px;
}

.card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), var(--glass));
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

form .row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}

label {
  display: block;
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 6px;
}

input[type=number],
input[type=text],
select {
  width: 80%;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: #fff;
}

.small {
  width: calc(50% - 5px);
}

.btn {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 8px;
  width: 70%;
  border: none;
  background: var(--accent);
  color: #02110b;
  font-weight: 600;
  cursor: pointer;
}

.muted-btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  width: 30%;

}

.result-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.kpi {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.25);
}

.kpi strong {
  font-size: 18px;
}

.advice {
  color: var(--muted);
  font-size: 14px;
}

.heading {
  color: var(--accent);
  margin-top: 50px;
  font-weight: 600;
  font-size: 90px;
}
.para {
  margin-top: 8px;
  font-size: 23px;
  margin-bottom: 100px;
  width: 70%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.container {
  max-width: 100%;
  padding: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
  align-items: center;
  justify-content: center;
}

.section {
  margin-bottom: 40px;
}

 .section h2 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 12px;
}

  .section p {
  line-height: 1.8;
  color: #d8d8d8;
  font-size: 16px;
}

@media (max-width: 900px) {
nav ul {
  gap: 10px;
  }
  .wrap{
    max-width: 100%;
  }
  .grid {
    flex-direction: column;
    width: 100%;
  }
  .headline .aboutp{
  justify-content: center;
  align-items: center;
  margin-bottom: 21px;
  color: var(--muted);
  font-size: 12px;
  text-align: center;
  width: 100%;
  }
    }
  @media (max-width: 485px) {
  .grid {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  nav ul {
  display: none;
  gap: 10px;
  }
  .headline{
    width: 100%;
  }
  #breakdownChart{
    width: 300px;
    height: 200px;
  }
  .container{
    max-width: 100%;
  }
  .heading {
    font-size: 50px;
  }
  .para{
    width: 100%;
  }
    .headline h1{
    width: 300px;
  }
    }
  @media (width: 414px) {
  .grid {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  .headline{
   width: 100%;
   justify-content: center;
}
  }