/* ===== GLOBAL ===== */
body{
  font-family: 'Inter', system-ui;
  color:#000;
  background:#fff;
}

/* ===== TYPOGRAPHY ===== */
.page-title{
  font-size:56px;
  font-weight:800;
  letter-spacing:-1px;
}

.page-subtitle{
  font-size:20px;
  color:#444;
  max-width:900px;
  line-height:1.7;
}

/* ===== SECTIONS ===== */
.section-space{
  padding:120px 0;
}

.section-light{
  background:#f8f8f8;
}

/* ===== FEATURES ===== */
.feature-box h5{
  font-size:20px;
  font-weight:600;
  margin-bottom:12px;
}

.feature-box p{
  color:#555;
  line-height:1.7;
}

/* ===== FORM ===== */
.form-control{
  border-radius:0;
  border:1px solid #ccc;
  padding:16px 14px;
  font-size:15px;
}

.form-control:focus{
  border-color:#000;
  box-shadow:none;
}

.form-floating>label{
  font-size:13px;
  color:#666;
}

.btn-dark{
  padding:16px 46px;
  font-size:13px;
  letter-spacing:2px;
  border-radius:0;
}
