/* General Body */
body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #000;
  margin: 20px;
  line-height: 1.4 !important;  /* rapetin semua teks default */
  letter-spacing: 0 !important; /* buang jarak antar huruf */
}

/* Container */
.container {
  max-width: 700px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

/* Brand Heading */
.brand-heading {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #008080; /* Teal */
  margin-bottom: 15px;
  line-height: 1.2 !important; /* rapetin heading */
}

/* Intro Paragraph */
.intro {
  margin-bottom: 25px;
  background-color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.4 !important;
  color: #000;
  text-align: justify;
}

/* Labels */
label {
  font-weight: bold;
  display: block;
  margin-top: 12px;
  line-height: 1.3 !important;
}

/* Input Fields */
input[type="number"] {
  width: 95%;
  max-width: 350px;
  display: block;
  margin: 10px auto;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

/* Button */
button {
  background-color: #000;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin: 15px auto;
  display: block;
  width: 100%;
  max-width: 350px;
}

/* Results */
.results {
  margin-top: 25px;
}

.results table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.results th, .results td {
  border: 1px solid #000;
  padding: 10px;
  text-align: center;
  line-height: 1.3 !important;
}

.results th {
  background-color: #008080; /* Teal */
  color: white;
}

/* Assumptions */
.assumptions {
  margin-top: 25px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.4 !important;
}

.assumptions h4 {
  margin-top: 20px;
  color: #008080; /* Teal */
  line-height: 1.2 !important;
}

.assumptions ul {
  padding-left: 20px;
}

/* Disclaimer */
#disclaimer {
  margin-top: 40px;
  background: #fff;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 1.4 !important;
  text-align: justify;
}

#disclaimer h3 {
  color: #A38B4A; /* Gold */
  font-weight: bold;
  line-height: 1.2 !important;
}
