/* Reset */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* Body - matches .body-2 */
body {
  color: #212529;
  letter-spacing: normal;
  font-family: helvetica-lt-pro, sans-serif;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* Header bar - matches .div-block-1706 */
.site-header {
  height: 68px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}

/* Header inner - matches .div-block-1707 */
.header-inner {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  font-family: helvetica-lt-pro, sans-serif;
  display: flex;
}

/* Logo - matches .image-281 */
.site-logo {
  flex: 0 auto;
  width: 53px;
  height: 48px;
}

/* Nav container - matches .div-block-1709 */
.site-nav {
  gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

/* Nav items - matches .text-block-448 */
.nav-item {
  letter-spacing: normal;
  font-size: 15px;
  line-height: 19px;
}

/* Nav divider - matches .div-block-1708 */
.nav-divider {
  background-color: #939090;
  width: 2px;
  height: 9.5px;
}

/* Main flex container - matches .flex-block */
.page-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: column;
}

/* Container - matches .container-21 */
.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 930px;
  padding-top: 50px;
  display: flex;
}

/* Content wrapper - matches .div-block-1734 */
.content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

/* Heading - matches .heading-13 */
.hero-headline {
  color: #000441;
  text-align: center;
  letter-spacing: 0;
  max-width: 868px;
  margin-bottom: 20px;
  font-family: helvetica-lt-pro, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 39px;
}

/* Hero image - matches .image-282 */
.hero-image {
  aspect-ratio: 548/349;
  object-fit: fill;
  border-radius: 15px;
  height: 349px;
  margin-bottom: 20px;
  overflow: hidden;
}

/* Rich text content */
.hero-content p {
  margin-bottom: 14px;
  line-height: 24px;
}

/* Divider line - matches .div-block-1710 */
.hero-divider {
  align-self: flex-start;
  width: 45px;
  height: 1px;
  background-color: #000;
}

/* Author bio section - matches .div-block-1728 / .footer-author */
.author-bio {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.author-bio.footer-bio {
  max-width: 1120px;
}

/* Author photo - matches .image-283 / .author-photo */
.author-photo {
  width: 112px;
  height: 112px;
  margin-top: 80px;
}

.footer-bio .author-photo {
  margin-top: 30px;
}

/* Author name - matches .text-block-450 */
.author-name {
  color: #333;
  margin-top: 26px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

/* Author text - matches .text-block-449 */
.author-text {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

/* Info section - matches .div-block-1724 */
.info-section {
  align-self: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Info headline - matches .text-block-459 */
.info-headline {
  color: #000441;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

/* Info text - matches .paragraph-7 */
.info-text {
  font-size: 14px;
  line-height: 20px;
}

/* Benefits section - matches .div-block-1725 */
.benefits-section {
  background-color: #fcfff9;
  border: 3px solid #14c649;
  border-radius: 10px;
  align-self: stretch;
  margin-bottom: 20px;
  padding: 20px;
}

/* Benefits headline - matches .text-block-460 */
.benefits-headline {
  color: #000441;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
}

/* Benefits list - matches .div-block-1727 */
.benefits-list {
  gap: 10px;
  flex-flow: column;
  display: flex;
}

/* Benefit item - matches .div-block-1726._1 */
.benefit-item {
  gap: 12.5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-flow: row;
}

/* Benefit icon - matches .image-288 */
.benefit-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* Benefit text - matches .text-block-461 */
.benefit-text {
  color: #000;
  align-self: center;
  font-size: 18px;
  line-height: 22px;
}

/* Considerations section - matches .div-block-1725 (reuses benefits) */
.considerations-section {
  background-color: #fcfff9;
  border: 3px solid #14c649;
  border-radius: 10px;
  align-self: stretch;
  margin-bottom: 20px;
  padding: 20px;
}

/* Considerations list - matches .div-block-1727._2 */
.considerations-list {
  gap: 20px;
  flex-flow: column;
  display: flex;
}

/* Consideration item - matches .div-block-1726 */
.consideration-item {
  gap: 12.5px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.consideration-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* Consideration title - matches .text-block-463 */
.consideration-title {
  color: #000441;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
}

/* Consideration text - matches .text-block-462 */
.consideration-text {
  color: #333;
}

/* Warnings section - matches .div-block-1725.red */
.warnings-section {
  background-color: #fcfff9;
  border: 3px solid #d0021b;
  border-radius: 10px;
  align-self: stretch;
  margin-bottom: 20px;
  padding: 20px;
}

.warning-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

/* Footer - matches .div-block-1729 */
.site-footer {
  background-color: #f0ecec;
  width: 100%;
  margin-top: 100px;
  padding-top: 30px;
  padding-bottom: 45px;
}

/* Footer inner - matches .div-block-1730 */
.footer-inner {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Footer logo wrapper - matches .div-block-1735 */
.footer-logo-wrap {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

/* Footer logo - matches .image-289 */
.footer-logo {
  width: 64px;
}

/* Footer links - matches .div-block-1731 */
.footer-links {
  gap: 25px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

/* Footer link - matches .text-block-464 */
.footer-link {
  color: #cc3366;
  font-size: 14px;
  text-decoration: underline;
}

/* Footer text wrapper - matches .div-block-1732 */
.footer-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  margin-top: 20px;
}

/* Footer disclaimer - matches .text-block-465 */
.footer-disclaimer {
  color: #555;
  text-align: center;
  margin-bottom: 14.4px;
  font-size: 14px;
  line-height: 22px;
  max-width: 900px;
  display: block;
}

/* Responsive - matches @media queries from original */
@media (max-width: 991px) {
  .hero-headline { font-size: 32px; line-height: 32px; }
  .container { max-width: 100%; margin-left: 0; margin-right: 0; }
}

@media (max-width: 767px) {
  .hero-headline { font-size: 27px; line-height: 33px; }
  .hero-image { height: 160px; }
  .info-section, .author-bio.footer-bio, .site-footer, .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
