body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #f4f6fa;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 1.6;
}

.container {
	  max-width: 900px;
  margin: auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  border: 1px solid #0a1c33;
}

.hero {
  text-align: center;
  margin-bottom: 30px;
}

.hero h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.quick-questions ul li {
  margin: 10px 0;
  font-size: 17px;
}

.quick-questions a {
  color: #1E5799; /* clean blue */
  font-size: 17px;
}

input {
  width: 100%;
  padding: 14px;
  margin-top: 20px;
  box-sizing: border-box;
}

.questions ul {

  list-style: none;
  padding-left: 0;
}

.questions a {
  color: #1E5799; /* clean blue */
  font-size: 17px;
}

.questions li {
  margin: 10px 0;
  font-weight: 500;
}

.structure li {
  margin: 12px 0;
  font-weight: 500;
}

a {
  color: #0a1c33;
  text-decoration: none;
}

.cta {
  margin-top: 10px;
  text-align: center;
}


.nav-brand {
	color: #1E5799; /* clean blue */
	font-weight: bold;
	font-size: 20px;
}

.cta-btn {
  display: inline-block;
  padding: 12px 26px 0px 26px;
  background: #2b6cff;
  color: #fff;
  border-radius: 6px;
  margin-top: 0px;
  line-height: 1.1;
  width: 300px;
}

.cta-btn-secondary {
  background: transparent;
  color: #0a1c33;
  border: 1px solid #0a1c33;
}

.del-link {
  color: #1E5799; /* clean blue */
  font-weight: 600;
}

.del-link:hover {
  color: #c9a64b; /* gold accent */
}


/* -------------------------
   FEATURED SECTION (TIGHT)
------------------------- */
.featured {
  margin-bottom: 15px;
}

.featured-item {
  background: #f0f6ff;
  padding: 10px 12px;
  border-radius: 8px;
  margin-bottom: 8px;
}

.featured-item h3 {
  margin: 0;
  font-size: 16px;
}

.featured-item p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #555;
}

/* -------------------------
   CTA (COMPRESSED)
------------------------- */
.featured-cta {
  background: #eef5ff;
  padding: 10px 12px;
  border-radius: 10px;
  text-align: center;
  margin-top: 10px;
}

.cta-btn.primary {
  background: #2b6cff;
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 18px;
  display: inline-block;
  margin: 6px 0;
  width: 300px;
}

.cta-sub {
  font-size: 14px;
  color: #666;
  margin-top: 4px;
}

.cta-sub-2 {
  font-size: 14px;
  color: #A9CBE5;
  margin-top: 4px;
}

/* -------------------------
   GLOBAL TIGHTENING (SAFE)
------------------------- */
section {
  margin-bottom: 14px;
}

h1, h2, h3 {
  margin-bottom: 8px;
}

p {
  margin-bottom: 8px;
  line-height: 1.4;
}

.next-step {
  margin: 14px 0;
  padding: 10px;
  background: #fafcff;
  border-left: 3px solid #2b6cff;
}

.next-label {
  font-size: 12px;
  color: #888;
  margin-bottom: 4px;
}

.next-link {
  color: #2b6cff;
  font-weight: 500;
  text-decoration: none;
}

.next-link:hover {
  text-decoration: underline;
}


