
      
    


      
     


      {} *{} {}
     


      #IE-warning {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: white;
      }
      .IE-warning-message {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
      }
    



 :root { --brand-cream: #f7f3eb; --brand-card: #fefcf8; --brand-ink: #2c3e50; --brand-ink-hover: #1f2d3a; --brand-text: #1a1a1a; --brand-text-soft: #3a3a3a; --brand-text-muted: #6a6a6a; --brand-border: #e5dfd0; --brand-border-soft: #ece8db; } * { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; } body { font-family: Georgia, 'Times New Roman', serif; color: var(--brand-text); background: #ffffff; line-height: 1.6; font-size: 17px; } a { color: var(--brand-ink); text-decoration: underline; } a:hover { color: var(--brand-ink-hover); } img { max-width: 100%; height: auto; display: block; } .container { max-width: 960px; margin: 0 auto; padding: 0 24px; } .header { padding: 24px 0; border-bottom: 1px solid var(--brand-border-soft); background: #ffffff; } .header .container { display: flex; align-items: center; justify-content: center; } .header img { max-height: 150px; width: auto; } .hero { background: var(--brand-cream); padding: 88px 0 72px; text-align: center; } .hero h1 { font-size: 42px; line-height: 1.2; font-weight: bold; color: var(--brand-text); max-width: 760px; margin: 0 auto 28px; } .hero .subhead { font-size: 18px; line-height: 1.65; color: var(--brand-text-soft); max-width: 700px; margin: 0 auto; } .two-col { padding: 72px 0; } .two-col .container { display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: start; } .two-col h2 { font-size: 26px; font-weight: bold; margin-bottom: 18px; color: var(--brand-text); } .two-col .left-col p { margin-bottom: 16px; font-size: 17px; color: var(--brand-text-soft); } .offer-card { background: var(--brand-card); border: 1px solid var(--brand-border); border-radius: 6px; padding: 36px 30px; text-align: center; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05); } .offer-card .course-visual { width: 100%; max-width: 240px; margin: 0 auto 24px; background: var(--brand-cream); border-radius: 4px; padding: 32px 16px; color: var(--brand-ink); font-weight: bold; font-size: 13px; letter-spacing: 2px; line-height: 1.5; } .offer-card .course-name { font-size: 24px; font-weight: bold; margin-bottom: 6px; color: var(--brand-text); } .offer-card .course-subtitle { font-size: 16px; font-style: italic; color: var(--brand-ink); margin-bottom: 18px; } .offer-card .course-blurb { font-size: 15px; color: var(--brand-text-soft); margin-bottom: 26px; line-height: 1.6; } .description { padding: 72px 0; background: #fafaf6; } .description h2 { font-size: 30px; font-weight: bold; margin-bottom: 28px; color: var(--brand-text); text-align: center; } .description p { font-size: 17px; color: var(--brand-text-soft); margin-bottom: 18px; max-width: 720px; margin-left: auto; margin-right: auto; line-height: 1.7; } .checkmarks { padding: 72px 0; } .checkmarks h2 { font-size: 26px; font-weight: bold; text-align: center; margin-bottom: 36px; color: var(--brand-text); } .checkmarks ul { list-style: none; max-width: 680px; margin: 0 auto; padding: 0; } .checkmarks li { padding: 18px 0 18px 40px; position: relative; font-size: 17px; color: var(--brand-text-soft); border-bottom: 1px solid var(--brand-border-soft); line-height: 1.6; } .checkmarks li:last-child { border-bottom: none; } .checkmarks li::before { content: "\2713"; color: var(--brand-ink); font-weight: bold; font-size: 22px; position: absolute; left: 4px; top: 16px; } .signature { padding: 72px 0; text-align: center; background: var(--brand-cream); } .signature .photo-pair { max-width: 520px; margin: 0 auto 28px; border-radius: 8px; overflow: hidden; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12); } .signature .photo-pair img { width: 100%; height: auto; display: block; } .signature .names { font-size: 20px; font-weight: bold; margin-bottom: 8px; color: var(--brand-text); } .signature .tagline { font-size: 16px; color: var(--brand-text-muted); font-style: italic; } .secondary-cta { padding: 64px 0; text-align: center; } .escape-hatch { padding: 56px 0; border-top: 1px solid var(--brand-border-soft); background: #fafaf6; } .escape-hatch .container { max-width: 660px; } .escape-hatch h3 { font-size: 17px; font-weight: bold; color: var(--brand-text-soft); margin-bottom: 14px; } .escape-hatch p { font-size: 15px; color: var(--brand-text-muted); line-height: 1.65; margin-bottom: 14px; } .escape-hatch a { color: var(--brand-ink); } .footer { padding: 32px 0; text-align: center; font-size: 13px; color: #9a9a9a; border-top: 1px solid var(--brand-border-soft); } .footer a { color: #9a9a9a; margin: 0 8px; text-decoration: none; } .footer a:hover { text-decoration: underline; } @media (max-width: 768px) { .hero { padding: 56px 0 48px; } .hero h1 { font-size: 30px; } .hero .subhead { font-size: 16px; } .two-col { padding: 48px 0; } .two-col .container { grid-template-columns: 1fr; gap: 32px; } .two-col .right-col { order: -1; } .description { padding: 48px 0; } .description h2 { font-size: 24px; } .checkmarks { padding: 48px 0; } .checkmarks h2 { font-size: 22px; } .signature { padding: 48px 0; } .signature .photo-pair { max-width: 360px; } .secondary-cta { padding: 48px 0; } .escape-hatch { padding: 48px 0; } } 

