* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: Georgia, 'Times New Roman', serif;
  color: #1a1a1a;
  background: #fff;
  line-height: 1.75;
  font-size: 18px;
}

.page-wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.section {
  max-width: 100%;
  padding: 48px 24px;
}

.section .inner {
  max-width: 680px;
  margin: 0 auto;
}

.section-white {
  background: #fff;
}

.section-blue {
  background: #d4e6f7;
}

.section-dark {
  background: #d6e0eb;
}

h1 {
  font-family: Georgia, serif;
  font-size: 2.2em;
  line-height: 1.2;
  color: #0b2545;
  text-align: center;
  margin-bottom: 8px;
}

h2.subtitle {
  font-family: Georgia, serif;
  font-size: 1.3em;
  line-height: 1.4;
  color: #13315c;
  text-align: center;
  font-weight: normal;
  font-style: italic;
  margin-bottom: 40px;
}

.section-head {
  font-family: Georgia, serif;
  font-size: 1.5em;
  line-height: 1.3;
  color: #0b2545;
  margin: 0 0 20px;
  font-weight: bold;
}

.section-subhead {
  font-family: Georgia, serif;
  font-size: 1.15em;
  line-height: 1.4;
  color: #13315c;
  margin: -8px 0 20px;
  font-style: italic;
}

p {
  margin-bottom: 18px;
}

.divider {
  border: none;
  border-top: 1px solid #c8d6e5;
  margin: 40px 0;
}

.cta-block {
  text-align: center;
  margin: 40px 0;
}

.cta-btn {
  display: inline-block;
  background: #134074;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 1.15em;
  font-weight: bold;
  padding: 18px 48px;
  text-decoration: none;
  letter-spacing: 0.5px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

.cta-btn:hover {
  background: #0b2545;
}

.cta-btn-secondary {
  background: #13315c;
}

.cta-btn-secondary:hover {
  background: #0b2545;
}

.salutation {
  font-style: italic;
  color: #13315c;
  margin-bottom: 24px;
}

.signoff {
  font-weight: bold;
  font-size: 1.1em;
  margin-top: 32px;
  color: #0b2545;
}

.book-cover {
  display: block;
  max-width: 280px;
  margin: 0 auto 32px;
  box-shadow: 0 4px 20px rgba(11,37,69,0.2);
}

.testimonial {
  border-left: 3px solid #134074;
  padding: 16px 24px;
  margin: 24px 0;
  background: #d4e6f7;
  font-style: italic;
}

.testimonial .attribution {
  font-style: normal;
  font-weight: bold;
  margin-top: 8px;
  color: #0b2545;
}

.bullet-list {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.bullet-list li {
  padding: 8px 0 8px 28px;
  position: relative;
}

.bullet-list li::before {
  content: "\2014";
  position: absolute;
  left: 0;
  color: #134074;
  font-weight: bold;
}

.faq-q {
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 24px;
  color: #0b2545;
}

.faq-a {
  margin-bottom: 20px;
}

.price-callout {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #134074;
  margin: 24px 0;
}

.policy-block {
  background: #d4e6f7;
  padding: 24px;
  margin: 24px 0;
  font-size: 0.95em;
  line-height: 1.6;
  border-left: 3px solid #134074;
}

.layer-head {
  font-weight: bold;
  font-size: 1.15em;
  margin: 32px 0 12px;
  color: #134074;
}

.product-ladder {
  background: #d4e6f7;
  border: 1px solid #c8d6e5;
  padding: 32px 24px;
  margin: 40px 0;
  text-align: center;
}

.product-ladder p {
  margin-bottom: 12px;
}

.nav-bar {
  background: #0b2545;
  padding: 16px 24px;
  text-align: center;
}

.nav-bar a {
  color: #8da9c4;
  text-decoration: none;
  font-family: Georgia, serif;
  font-size: 0.95em;
  margin: 0 16px;
  transition: color 0.2s;
}

.nav-bar a:hover {
  color: #fff;
}

.nav-bar .brand {
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}

footer {
  text-align: center;
  padding: 40px 24px;
  color: #8da9c4;
  font-size: 0.85em;
  border-top: 1px solid #c8d6e5;
  margin-top: 0;
  background: #0b2545;
}

footer a {
  color: #8da9c4;
  text-decoration: underline;
}

footer a:hover {
  color: #fff;
}

.photo-full {
  display: block;
  max-width: 480px;
  width: 100%;
  margin: 24px auto;
  box-shadow: 0 4px 16px rgba(11,37,69,0.15);
}

.photo-caption {
  text-align: center;
  font-style: italic;
  color: #13315c;
  font-size: 0.9em;
  margin-top: -12px;
  margin-bottom: 24px;
}

.photo-portrait {
  display: block;
  max-width: 300px;
  margin: 0 auto 24px;
}

.photo-chart {
  display: block;
  max-width: 500px;
  margin: 24px auto;
}

.testimonial-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
}

.testimonial::after {
  content: "";
  display: table;
  clear: both;
}

.hero-portrait {
  display: block;
  max-width: 320px;
  margin: 0 auto 32px;
}

.course-cover {
  display: block;
  max-width: 260px;
  margin: 0 auto 32px;
  box-shadow: 0 4px 20px rgba(11,37,69,0.2);
}

@media (max-width: 600px) {
  body { font-size: 16px; }
  h1 { font-size: 1.7em; }
  .page-wrap { padding: 24px 16px 60px; }
  .cta-btn { padding: 16px 32px; font-size: 1em; }
  .book-cover { max-width: 220px; }
}
