/* XAVER marketing "designed issue" — newsletter + sequence emails.
   premailer-rails inlines this at delivery. Separate from letter.css. */
.email body {
  margin: 0; padding: 0;
  background-color: #EDF1F7;
  color: #241F21;
  font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
}
.email .canvas { width: 100%; background-color: #EDF1F7; }
.email .wrapper { width: 100%; max-width: 640px; margin: 0 auto; padding: 24px; }
.email .card {
  background-color: #FFFFFF; border-radius: 14px; overflow: hidden;
  box-shadow: 0 10px 30px -12px rgba(9,20,53,.35);
}
/* Solid navy only. A background-image (pixel-grid) here makes premailer merge a
   `background:` shorthand that drops the colour and overrides bgcolor — white
   masthead in Gmail. Email clients don't render gradients anyway. */
.email .masthead {
  background-color: #091435;
  padding: 22px 32px;
}
.email .masthead img { height: 26px; width: auto; display: block; border: 0; }
.email .content { padding: 30px 32px; }

.email .newsletter-body h1, .email .sequence-step-body h1,
.email .newsletter-body h2, .email .sequence-step-body h2,
.email .newsletter-body h3, .email .sequence-step-body h3 {
  font-family: "Funnel Display", "Segoe UI", system-ui, Arial, sans-serif;
  font-weight: 700; letter-spacing: -0.02em; color: #241F21; line-height: 1.1; margin: 0 0 14px;
}
.email .newsletter-body h1, .email .sequence-step-body h1 { font-size: 28px; }
.email .newsletter-body h2, .email .sequence-step-body h2 { font-size: 22px; }
.email .newsletter-body p, .email .sequence-step-body p {
  font-size: 16px; line-height: 1.7; color: #241F21; margin: 0 0 18px;
}
.email .newsletter-body ul, .email .sequence-step-body ul,
.email .newsletter-body ol, .email .sequence-step-body ol {
  margin: 0 0 18px; padding-left: 24px;
}
.email .newsletter-body li, .email .sequence-step-body li {
  font-size: 16px; line-height: 1.7; color: #241F21; margin: 0 0 8px;
}
.email .newsletter-body a, .email .sequence-step-body a { color: #091435; text-decoration: underline; }
.email .newsletter-body img, .email .sequence-step-body img { max-width: 100%; height: auto; border-radius: 8px; }
.email .newsletter-body blockquote, .email .sequence-step-body blockquote {
  margin: 0 0 16px; padding: 4px 0 4px 16px; border-left: 3px solid #8EB8DF; color: #5A5358;
}
.email .newsletter-body hr, .email .sequence-step-body hr {
  border: none; border-top: 1px solid rgba(36,31,33,.12); margin: 24px 0;
}

.email a.button {
  display: inline-block; background-color: #F29524; color: #ffffff !important;
  padding: 12px 22px; border-radius: 8px; text-decoration: none;
  font-weight: 600; font-size: 15px; font-family: "Figtree", system-ui, Arial, sans-serif;
}

.email .footer { background-color: #091435; padding: 22px 32px; }
.email .footer img { height: 16px; width: auto; display: block; margin-bottom: 10px; opacity: .95; border: 0; }
.email .footer p { font-size: 12px; color: rgba(255,255,255,.55); line-height: 1.6; margin: 0; }
.email .footer a { color: rgba(255,255,255,.72); text-decoration: underline; }
