/* =============================================================
   SalesLetters.com -- sales-letter-presets.css
   Protocol v1.3 Final
   =============================================================
   This stylesheet defines the 5 preset designs for SalesLetters.com
   AI-generated letters:

     1. Marlon's Red Page    (.sl-preset-marlon-red-page)
     2. Marlon's Dark Blue   (.sl-preset-marlon-dark-blue)
     3. Clean Editorial      (.sl-preset-clean-editorial)
     4. Halbert Bold         (.sl-preset-halbert-bold)
     5. Premium Black        (.sl-preset-premium-black)

   All preset rules are SCOPED to their preset class so that one
   preset's styling never bleeds into another.

   IMPORTANT: This file requires the model to emit clean semantic
   HTML with NO inline style="" attributes. Inline styles override
   this CSS file due to specificity. Codex Change 8 enforces this
   in the system prompt.

   Brand color reference:
     Red       #b7060b
     Yellow    #f9e218  (lighter #ffeb7c)
     Lt Blue   #6bc3e8
     Dk Blue   #004aad
     Off-white #fdfbf6
     Gold      #d4af37  (Premium Black accent)

   Font reference (loaded via Google Fonts in the letter HTML):
     Anton                   -- Halbert Bold ultra headlines
     Barlow 400/700/900      -- main brand sans-serif
     Barlow Semi Cond 700    -- subheads
     Georgia                 -- body copy
     Inter 400/600/700/800   -- modern alt
     Lora 400/700            -- editorial alt
     Playfair Display 700/900 -- editorial serif headlines
     Roboto Cond 700/900     -- compressed sans alt
     Source Serif Pro 400/700 -- editorial serif body alt
     Special Elite           -- Halbert typewriter accents

   ============================================================= */


/* =============================================================
   1. RESET / GLOBAL DEFAULTS (apply to every letter)
   ============================================================= */

.sl-letter,
.sl-letter * {
  box-sizing: border-box;
}

.sl-letter {
  margin: 0 auto;
  padding: 40px 24px;
  max-width: 780px;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 14pt;
  line-height: 1.6;
  color: #000000;
  background: #ffffff;
}

.sl-letter p {
  margin: 0 0 1em 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.sl-letter ul,
.sl-letter ol {
  margin: 0 0 1.2em 1.5em;
  padding: 0;
}

.sl-letter li {
  margin: 0 0 0.6em 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: 1.5;
}

.sl-letter a {
  color: inherit;
  text-decoration: underline;
}

.sl-letter h1,
.sl-letter h2,
.sl-letter h3 {
  margin: 1.5em 0 0.6em 0;
}

.sl-letter img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}

.sl-letter hr {
  border: none;
  height: 1px;
  background: #d0d0d0;
  margin: 2.5em 0;
}

.sl-letter blockquote {
  margin: 1.5em 0;
  padding: 0;
}

/* Default sections (presets override) */
.sl-section {
  margin: 2em 0;
}

.sl-prehead {
  margin-bottom: 1.5em;
  font-size: 0.9em;
}

.sl-prehead ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sl-prehead li {
  padding: 4px 0;
  border-bottom: 1px dotted #ccc;
}

.sl-prehead li:last-child {
  border-bottom: none;
}

.sl-bullets ul.sl-power-bullets,
.sl-power-bullets {
  list-style: none;
  margin: 1em 0;
  padding-left: 0;
}

.sl-bullets ul.sl-power-bullets li,
.sl-power-bullets li {
  background: rgba(0, 0, 0, 0.03);
  border-left: 4px solid currentColor;
  margin-bottom: 0.75em;
  padding: 0.75em 0.9em 0.75em 2.4em;
  position: relative;
}

.sl-bullets ul.sl-power-bullets li::before,
.sl-power-bullets li::before {
  content: "\2713";
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  left: 0.8em;
  position: absolute;
  top: 0.75em;
}

/* Emoji bullets -- the standard for body bullet lists.
   The emoji prefix (✅ or ➕) is in the <li> content itself, not added
   by CSS. This keeps emoji rendering consistent across browsers and
   gives the model full control over which emoji to use per bullet. */
.sl-emoji-bullets {
  list-style: none;
  margin: 1.2em 0;
  padding-left: 0;
}

.sl-emoji-bullets li {
  margin-bottom: 0.9em;
  padding-left: 0;
  background: none;
  border: none;
  position: static;
  line-height: 1.5;
}

.sl-emoji-bullets li::before {
  content: none;
}

.sl-emoji-bullets li strong {
  text-decoration: underline;
}

/* Product mockup placeholder -- used in marlon-red-page Template3 structure
   to mark where the seller should replace the placeholder image with their
   actual product mockup. The dashed red border draws attention. */
.sl-product-mockup-placeholder {
  text-align: center;
  margin: 2em auto;
  padding: 1.5em;
  border: 3px dashed #b7060b;
  background: #fdfbf6;
  max-width: 600px;
}

/* Product mockup -- used in marlon-red-page Template3 structure when the
   buyer has provided their own product_mockup_url in the brief. No dashed
   border, no fill -- just centered image with breathing room. */
.sl-product-mockup {
  text-align: center;
  margin: 2em auto;
  max-width: 600px;
}

.sl-product-mockup-placeholder img,
.sl-product-mockup-placeholder .sl-mockup-image,
.sl-product-mockup img,
.sl-product-mockup .sl-mockup-image {
  max-width: 100%;
  height: auto;
  margin: 0 auto 0.8em auto;
  display: block;
}

.sl-mockup-note {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: bold;
  font-size: 0.9em;
  color: #b7060b;
  margin: 0.8em 0 0 0;
  line-height: 1.4;
}

.sl-headline {
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 0.4em;
}

.sl-subhead {
  font-style: normal;
  margin-bottom: 1.5em;
}

.sl-ps,
.sl-pps {
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #d0d0d0;
}

.sl-ps strong,
.sl-pps strong {
  display: inline-block;
  margin-right: 0.5em;
}


/* =============================================================
   2. UTILITY CLASSES (default appearance, presets override)
   ============================================================= */

/* Yellow callout box */
.sl-yellow-callout {
  background: #f9e218;
  color: #000000;
  padding: 24px 28px;
  margin: 2em 0;
  border-radius: 4px;
  font-weight: bold;
}

.sl-yellow-callout p {
  margin: 0 0 0.6em 0;
}

.sl-yellow-callout p:last-child {
  margin-bottom: 0;
}

/* Dark blue callout box */
.sl-blue-callout {
  background: #004aad;
  color: #ffffff;
  padding: 24px 28px;
  margin: 2em 0;
  border-radius: 4px;
}

.sl-blue-callout p {
  margin: 0 0 0.6em 0;
  color: #ffffff;
}

.sl-blue-callout p:last-child {
  margin-bottom: 0;
}

/* Pull quote (default) */
.sl-pull-quote {
  font-size: 1.4em;
  font-weight: bold;
  color: #b7060b;
  text-align: center;
  margin: 2.5em 1em;
  padding: 0 1em;
  line-height: 1.3;
  font-style: normal;
}

/* Editorial-only pull quote (italic serif, no background) */
.sl-editorial-quote {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  margin: 2.5em 0;
  padding: 1.5em 2em;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

/* Bonus item box */
.sl-bonus-item {
  background: #fdfbf6;
  border-left: 6px solid #b7060b;
  padding: 20px 24px;
  margin: 1.5em 0;
}

.sl-bonus-item h3,
.sl-bonus-item .sl-bonus-title {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #b7060b;
  margin: 0 0 0.5em 0;
  font-size: 1.1em;
}

.sl-bonus-item p {
  font-family: Georgia, 'Times New Roman', serif;
  color: #000000;
  margin: 0 0 0.5em 0;
}

/* Guarantee box */
.sl-guarantee-box {
  background: #fdfbf6;
  border: 2px solid #b7060b;
  border-radius: 4px;
  padding: 28px 32px;
  margin: 2.5em 0;
}

.sl-offer,
.sl-guarantee {
  background: #fdfbf6;
  border: 2px solid #b7060b;
  border-radius: 4px;
  margin: 2.5em 0;
  padding: 28px 32px;
}

.sl-guarantee-box h2,
.sl-guarantee-box h3,
.sl-guarantee h2,
.sl-guarantee h3 {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #b7060b;
  margin: 0 0 0.8em 0;
}

.sl-guarantee-box img {
  float: right;
  max-width: 180px;
  margin: 0 0 1em 1.5em;
}

/* Yellow highlighter span (Halbert preset feature) */
.sl-yellow-hl {
  background: #f9e218;
  padding: 2px 6px;
  color: #000000;
}

/* Halbert red ink emphasis span */
.sl-halbert-redink {
  color: #b7060b;
  font-weight: bold;
}

/* Halbert margin note */
.sl-halbert-margin {
  display: block;
  font-family: 'Special Elite', 'Courier New', monospace;
  color: #b7060b;
  font-size: 0.95em;
  font-style: italic;
  margin: 1em 0 1em 2em;
  padding: 0.5em 1em;
  border-left: 3px solid #b7060b;
}

/* Default CTA button */
.sl-cta {
  text-align: center;
  margin: 2.5em 0;
}

.sl-buy-button {
  display: inline-block;
  background: #f9e218;
  color: #000000;
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22pt;
  padding: 20px 40px;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.sl-buy-button:hover {
  background: #ffeb7c;
  text-decoration: none;
}

.sl-buy-button:active {
  transform: translateY(1px);
}

/* Urgency banner (top of letter) */
.sl-urgency-banner {
  background: #b7060b;
  color: #f9e218;
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 20px;
  margin: -40px -24px 2em -24px;
  font-size: 1.1em;
  letter-spacing: 0.05em;
}


/* =============================================================
   3. PRESET 1 -- MARLON'S RED PAGE
   Bold, loud, urgent. Carnival barker energy.
   ============================================================= */

.sl-letter.sl-preset-marlon-red-page {
  background: #ffffff;
  color: #000000;
  font-family: Georgia, 'Times New Roman', serif;
}

.sl-preset-marlon-red-page .sl-headline {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #b7060b;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0;
  margin-bottom: 0.4em;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
}

.sl-preset-marlon-red-page .sl-subhead {
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 1.8em;
  text-align: center;
}

.sl-preset-marlon-red-page h2 {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #b7060b;
  font-size: 1.9em;
  line-height: 1.15;
  margin: 1.8em 0 0.7em 0;
  text-align: center;
}

.sl-preset-marlon-red-page h3 {
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1.25em;
}

.sl-preset-marlon-red-page .sl-yellow-callout {
  background: #f9e218;
  color: #000000;
  padding: 24px 28px;
  margin: 2em 0;
  border-radius: 4px;
  font-weight: bold;
  border-left: 6px solid #b7060b;
}

.sl-preset-marlon-red-page .sl-blue-callout {
  background: #004aad;
  color: #ffffff;
  padding: 24px 28px;
  margin: 2em 0;
  border-radius: 4px;
}

.sl-preset-marlon-red-page .sl-pull-quote {
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  color: #b7060b;
  font-size: 1.5em;
  line-height: 1.25;
  text-align: center;
  margin: 2.5em 1em;
  padding: 0.8em 1em;
  border-top: 3px solid #b7060b;
  border-bottom: 3px solid #b7060b;
}

.sl-preset-marlon-red-page .sl-bonus-item {
  background: #fdfbf6;
  border-left: 6px solid #b7060b;
  padding: 20px 24px;
  margin: 1.5em 0;
}

.sl-preset-marlon-red-page .sl-guarantee-box,
.sl-preset-marlon-red-page .sl-guarantee,
.sl-preset-marlon-red-page .sl-offer {
  background: #fdfbf6;
  border: 3px solid #b7060b;
  padding: 28px 32px;
  margin: 2.5em 0;
}

.sl-preset-marlon-red-page .sl-buy-button {
  background: #f9e218;
  color: #000000;
  border: 3px solid #b7060b;
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24pt;
  padding: 22px 44px;
  box-shadow: 4px 4px 0px #b7060b;
}

.sl-preset-marlon-red-page .sl-buy-button:hover {
  background: #ffeb7c;
}

.sl-preset-marlon-red-page .sl-ps strong,
.sl-preset-marlon-red-page .sl-pps strong {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  color: #b7060b;
  font-size: 1.1em;
}

.sl-preset-marlon-red-page .sl-prehead li {
  border-bottom: 1px dotted #b7060b;
}


/* =============================================================
   4. PRESET 2 -- MARLON'S DARK BLUE
   Authority, sophistication. Financial / B2B / high-ticket.
   ============================================================= */

.sl-letter.sl-preset-marlon-dark-blue {
  background: #ffffff;
  color: #000000;
  font-family: Georgia, 'Times New Roman', serif;
}

.sl-preset-marlon-dark-blue p,
.sl-preset-marlon-dark-blue li {
  color: #000000;
}

.sl-preset-marlon-dark-blue .sl-headline {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  background: #004aad;
  padding: 1em 1.2em;
  margin: 0 -24px 1em -24px;
  font-size: 2.6em;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
}

.sl-preset-marlon-dark-blue .sl-subhead {
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 1.8em;
  text-align: center;
}

.sl-preset-marlon-dark-blue h2 {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #004aad;
  font-size: 1.9em;
  line-height: 1.15;
  margin: 1.8em 0 0.7em 0;
  text-align: center;
}

.sl-preset-marlon-dark-blue h3 {
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.25em;
}

.sl-preset-marlon-dark-blue a {
  color: #f9e218;
}

.sl-preset-marlon-dark-blue .sl-yellow-callout {
  background: #f9e218;
  color: #000000;
  padding: 24px 28px;
  margin: 2em 0;
  border-radius: 4px;
}

.sl-preset-marlon-dark-blue .sl-yellow-callout p,
.sl-preset-marlon-dark-blue .sl-yellow-callout li {
  color: #000000;
}

.sl-preset-marlon-dark-blue .sl-blue-callout {
  background: #1a4f9e;
  color: #ffffff;
  padding: 24px 28px;
  margin: 2em 0;
  border-left: 4px solid #f9e218;
  border-radius: 4px;
}

.sl-preset-marlon-dark-blue .sl-pull-quote {
  background: #b7060b;
  color: #ffffff;
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  line-height: 1.25;
  text-align: center;
  padding: 1em 1.5em;
  margin: 2.5em 0;
  border-radius: 4px;
}

.sl-preset-marlon-dark-blue .sl-bonus-item {
  background: #1a4f9e;
  border-left: 6px solid #f9e218;
  color: #ffffff;
  padding: 20px 24px;
  margin: 1.5em 0;
}

.sl-preset-marlon-dark-blue .sl-bonus-item h3,
.sl-preset-marlon-dark-blue .sl-bonus-item .sl-bonus-title {
  color: #f9e218;
}

.sl-preset-marlon-dark-blue .sl-bonus-item p {
  color: #ffffff;
}

.sl-preset-marlon-dark-blue .sl-guarantee-box,
.sl-preset-marlon-dark-blue .sl-guarantee,
.sl-preset-marlon-dark-blue .sl-offer {
  background: #1a4f9e;
  border: 2px solid #f9e218;
  color: #ffffff;
  padding: 28px 32px;
  margin: 2.5em 0;
}

.sl-preset-marlon-dark-blue .sl-guarantee-box h2,
.sl-preset-marlon-dark-blue .sl-guarantee-box h3,
.sl-preset-marlon-dark-blue .sl-guarantee h2,
.sl-preset-marlon-dark-blue .sl-guarantee h3,
.sl-preset-marlon-dark-blue .sl-offer h2,
.sl-preset-marlon-dark-blue .sl-offer h3 {
  color: #f9e218;
}

.sl-preset-marlon-dark-blue .sl-guarantee-box p,
.sl-preset-marlon-dark-blue .sl-guarantee p,
.sl-preset-marlon-dark-blue .sl-offer p {
  color: #ffffff;
}

.sl-preset-marlon-dark-blue .sl-buy-button {
  background: #f9e218;
  color: #004aad;
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24pt;
  padding: 22px 44px;
  border: none;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
}

.sl-preset-marlon-dark-blue .sl-buy-button:hover {
  background: #ffeb7c;
}

.sl-preset-marlon-dark-blue .sl-ps,
.sl-preset-marlon-dark-blue .sl-pps {
  border-top: 1px solid #6bc3e8;
}

.sl-preset-marlon-dark-blue .sl-ps strong,
.sl-preset-marlon-dark-blue .sl-pps strong {
  color: #f9e218;
}


/* =============================================================
   5. PRESET 3 -- CLEAN EDITORIAL
   Magazine longform. Restrained, sophisticated, narrow body.
   ============================================================= */

.sl-letter.sl-preset-clean-editorial {
  background: #ffffff;
  color: #000000;
  font-family: Georgia, 'Times New Roman', serif;
  max-width: 700px;
  line-height: 1.75;
}

.sl-preset-clean-editorial p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 13.5pt;
  line-height: 1.75;
  color: #000000;
  margin-bottom: 1.2em;
}

.sl-preset-clean-editorial .sl-headline {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 900;
  text-transform: none;
  color: #000000;
  font-size: 2.4em;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 0.4em;
}

.sl-preset-clean-editorial .sl-subhead {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.15em;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 2.5em;
}

.sl-preset-clean-editorial h2 {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  text-transform: none;
  color: #333333;
  font-size: 1.6em;
  line-height: 1.25;
  margin: 2.2em 0 0.7em 0;
}

.sl-preset-clean-editorial h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: normal;
  color: #333333;
  font-size: 1.15em;
  margin: 1.5em 0 0.5em 0;
}

.sl-preset-clean-editorial .sl-prehead {
  font-family: Georgia, serif;
  font-style: italic;
  color: #555555;
  font-size: 0.95em;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

.sl-preset-clean-editorial .sl-prehead ul {
  list-style: none;
}

.sl-preset-clean-editorial .sl-prehead li {
  border-bottom: none;
  padding: 2px 0;
}

.sl-preset-clean-editorial .sl-section {
  margin: 2.5em 0;
}

.sl-preset-clean-editorial hr {
  background: #d0d0d0;
  margin: 3em auto;
  width: 60%;
}

/* Use editorial pull quote style by default */
.sl-preset-clean-editorial .sl-pull-quote {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1.4;
  color: #333333;
  text-align: center;
  margin: 3em 0;
  padding: 1.5em 2em;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  background: transparent;
}

.sl-preset-clean-editorial .sl-yellow-callout,
.sl-preset-clean-editorial .sl-blue-callout {
  background: #f5f5f5;
  color: #000000;
  border-left: 3px solid #333333;
  border-radius: 0;
  padding: 20px 28px;
  margin: 2em 0;
  font-style: italic;
}

.sl-preset-clean-editorial .sl-yellow-callout p,
.sl-preset-clean-editorial .sl-blue-callout p {
  color: #000000;
}

.sl-preset-clean-editorial .sl-bonus-item {
  background: #fafafa;
  border-left: 2px solid #333333;
  padding: 18px 24px;
  margin: 1.5em 0;
}

.sl-preset-clean-editorial .sl-bonus-item h3,
.sl-preset-clean-editorial .sl-bonus-item .sl-bonus-title {
  font-family: 'Playfair Display', 'Georgia', serif;
  font-weight: 700;
  color: #000000;
  text-transform: none;
  font-size: 1.15em;
  margin-bottom: 0.4em;
}

.sl-preset-clean-editorial .sl-guarantee-box,
.sl-preset-clean-editorial .sl-guarantee,
.sl-preset-clean-editorial .sl-offer {
  background: #fafafa;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  padding: 28px 32px;
  margin: 2.5em 0;
}

.sl-preset-clean-editorial .sl-guarantee-box h2,
.sl-preset-clean-editorial .sl-guarantee-box h3,
.sl-preset-clean-editorial .sl-guarantee h2,
.sl-preset-clean-editorial .sl-guarantee h3,
.sl-preset-clean-editorial .sl-offer h2,
.sl-preset-clean-editorial .sl-offer h3 {
  font-family: 'Playfair Display', 'Georgia', serif;
  color: #000000;
  text-transform: none;
}

.sl-preset-clean-editorial .sl-buy-button {
  background: #000000;
  color: #ffffff;
  font-family: 'Barlow', 'Arial', sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 16pt;
  padding: 16px 32px;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  letter-spacing: 0.02em;
}

.sl-preset-clean-editorial .sl-buy-button:hover {
  background: #333333;
}

.sl-preset-clean-editorial .sl-ps,
.sl-preset-clean-editorial .sl-pps {
  border-top: 1px solid #d0d0d0;
  font-style: italic;
  color: #333333;
}

.sl-preset-clean-editorial .sl-ps strong,
.sl-preset-clean-editorial .sl-pps strong {
  font-family: 'Playfair Display', 'Georgia', serif;
  color: #000000;
}


/* =============================================================
   6. PRESET 4 -- HALBERT BOLD
   Personal letter from a friend. Typewriter accents, yellow
   highlighter, red ink emphasis. Anton/Barlow Black headlines.
   ============================================================= */

.sl-letter.sl-preset-halbert-bold {
  background: #fdfbf6;
  color: #000000;
  font-family: Georgia, 'Times New Roman', serif;
}

.sl-preset-halbert-bold p {
  font-size: 14pt;
  line-height: 1.6;
}

.sl-preset-halbert-bold .sl-prehead {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 11pt;
  color: #000000;
  border-bottom: 2px dashed #b7060b;
  padding-bottom: 1em;
  margin-bottom: 2em;
}

.sl-preset-halbert-bold .sl-prehead ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sl-preset-halbert-bold .sl-prehead li {
  padding: 4px 0;
  border-bottom: 1px dotted #b7060b;
}

.sl-preset-halbert-bold .sl-headline {
  font-family: 'Anton', 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  font-size: clamp(2rem, 4.8vw, 3.2rem);
  line-height: 1.0;
  letter-spacing: 0;
  margin-bottom: 0.4em;
  background: #f9e218;
  padding: 0.3em 0.4em;
  display: block;
  max-width: 100%;
  overflow-wrap: break-word;
  text-align: center;
}

.sl-preset-halbert-bold .sl-subhead {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.3em;
  color: #b7060b;
  line-height: 1.2;
  margin: 1em 0 1.8em 0;
  border-bottom: 3px solid #f9e218;
  padding-bottom: 0.3em;
  display: block;
  text-align: center;
}

.sl-preset-halbert-bold h2 {
  font-family: 'Anton', 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #b7060b;
  font-size: 2em;
  line-height: 1.1;
  margin: 1.8em 0 0.7em 0;
  letter-spacing: 0.01em;
  text-align: center;
}

.sl-preset-halbert-bold h3 {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  font-size: 1.25em;
}

.sl-preset-halbert-bold strong {
  color: #b7060b;
  font-weight: bold;
}

.sl-preset-halbert-bold u {
  text-decoration: underline;
  text-decoration-color: #b7060b;
  text-decoration-thickness: 2px;
}

.sl-preset-halbert-bold ul {
  list-style: none;
  padding-left: 0;
}

.sl-preset-halbert-bold ul li {
  padding-left: 1.8em;
  position: relative;
  margin-bottom: 0.7em;
}
.sl-preset-halbert-bold ul li::before {
  content: "\2192";
  position: absolute;
  left: 0;
  color: #b7060b;
  font-weight: bold;
  font-size: 1.2em;
}

.sl-preset-halbert-bold .sl-yellow-callout {
  background: #f9e218;
  color: #000000;
  border: 3px solid #000000;
  padding: 24px 28px;
  margin: 2em 0;
  font-weight: bold;
}

.sl-preset-halbert-bold .sl-blue-callout {
  background: #b7060b;
  color: #ffffff;
  padding: 24px 28px;
  margin: 2em 0;
  border-radius: 0;
  font-weight: bold;
}

.sl-preset-halbert-bold .sl-blue-callout p {
  color: #ffffff;
}

.sl-preset-halbert-bold .sl-pull-quote {
  font-family: 'Anton', 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  background: #f9e218;
  font-size: 1.6em;
  line-height: 1.15;
  text-align: center;
  padding: 1em 1.2em;
  margin: 2.5em 0;
  border: 3px solid #b7060b;
  letter-spacing: 0.01em;
}

.sl-preset-halbert-bold .sl-bonus-item {
  background: #ffffff;
  border: 3px solid #b7060b;
  padding: 22px 26px;
  margin: 1.5em 0;
}

.sl-preset-halbert-bold .sl-bonus-item h3,
.sl-preset-halbert-bold .sl-bonus-item .sl-bonus-title {
  font-family: 'Anton', 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #b7060b;
  font-size: 1.25em;
  margin: 0 0 0.5em 0;
}

.sl-preset-halbert-bold .sl-guarantee-box,
.sl-preset-halbert-bold .sl-guarantee,
.sl-preset-halbert-bold .sl-offer {
  background: #ffffff;
  border: 4px double #b7060b;
  padding: 30px 34px;
  margin: 2.5em 0;
}

.sl-preset-halbert-bold .sl-guarantee-box h2,
.sl-preset-halbert-bold .sl-guarantee-box h3,
.sl-preset-halbert-bold .sl-guarantee h2,
.sl-preset-halbert-bold .sl-guarantee h3,
.sl-preset-halbert-bold .sl-offer h2,
.sl-preset-halbert-bold .sl-offer h3 {
  font-family: 'Anton', 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  color: #b7060b;
  font-size: 1.8em;
}

.sl-preset-halbert-bold .sl-buy-button {
  background: #f9e218;
  color: #000000;
  border: 4px solid #b7060b;
  font-family: 'Anton', 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 28pt;
  padding: 24px 48px;
  letter-spacing: 0.02em;
  box-shadow: 6px 6px 0px #000000;
}

.sl-preset-halbert-bold .sl-buy-button:hover {
  background: #ffeb7c;
}

.sl-preset-halbert-bold .sl-ps,
.sl-preset-halbert-bold .sl-pps {
  border-top: 2px dashed #b7060b;
  padding-top: 1.5em;
  margin-top: 2em;
}

.sl-preset-halbert-bold .sl-ps strong,
.sl-preset-halbert-bold .sl-pps strong {
  font-family: 'Anton', 'Barlow', 'Arial Black', sans-serif;
  color: #b7060b;
  font-size: 1.2em;
}

.sl-preset-halbert-bold .sl-urgency-banner {
  background: #b7060b;
  color: #f9e218;
  font-family: 'Anton', 'Barlow', 'Arial Black', sans-serif;
  border-bottom: 4px solid #000000;
}

.sl-preset-halbert-bold .sl-signature {
  font-family: 'Special Elite', 'Courier New', monospace;
  font-size: 16pt;
  color: #b7060b;
  margin-top: 2em;
}


/* =============================================================
   7. PRESET 5 -- PREMIUM BLACK
   Luxury dark mode. Black background, gold accents.
   NO italic subheads (per Marlon explicit feedback).
   ============================================================= */

.sl-letter.sl-preset-premium-black {
  background: #ffffff;
  color: #000000;
  font-family: Georgia, 'Times New Roman', serif;
  padding: 40px 24px;
}

.sl-preset-premium-black p,
.sl-preset-premium-black li {
  color: #000000;
  line-height: 1.7;
}

.sl-preset-premium-black .sl-prehead {
  color: #d4af37;
  font-size: 0.9em;
  border-bottom: 1px solid #d4af37;
  padding-bottom: 1em;
  margin-bottom: 2.5em;
}

.sl-preset-premium-black .sl-prehead ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sl-preset-premium-black .sl-prehead li {
  border-bottom: none;
  padding: 3px 0;
  color: #d4af37;
}

.sl-preset-premium-black .sl-headline {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
  background: #0a0a0a;
  padding: 1em 1.2em;
  margin: 0 -24px 1em -24px;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  max-width: 100%;
  overflow-wrap: break-word;
}

.sl-preset-premium-black .sl-subhead {
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 2.5em;
  text-align: center;
}

.sl-preset-premium-black h2 {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #0a0a0a;
  font-size: clamp(1.35rem, 2.8vw, 2rem);
  line-height: 1.2;
  margin: 2em 0 0.7em 0;
  letter-spacing: 0.02em;
  text-align: center;
}

.sl-preset-premium-black h3 {
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f5f0e8;
  font-size: 1.2em;
}

.sl-preset-premium-black a {
  color: #d4af37;
}

.sl-preset-premium-black hr {
  background: #d4af37;
  height: 1px;
  width: 30%;
  margin: 3em auto;
  opacity: 0.6;
}

.sl-preset-premium-black .sl-yellow-callout {
  background: #1a1a1a;
  color: #d4af37;
  border-left: 3px solid #d4af37;
  border-radius: 0;
  padding: 24px 28px;
  margin: 2em 0;
  font-style: normal;
}

.sl-preset-premium-black .sl-yellow-callout p {
  color: #f5f0e8;
}

.sl-preset-premium-black .sl-blue-callout {
  background: #1a1a1a;
  color: #f5f0e8;
  border-left: 3px solid #d4af37;
  border-radius: 0;
  padding: 24px 28px;
  margin: 2em 0;
}

.sl-preset-premium-black .sl-pull-quote {
  font-family: 'Barlow Semi Condensed', 'Arial Black', sans-serif;
  font-weight: 700;
  color: #d4af37;
  background: transparent;
  font-size: 1.5em;
  line-height: 1.3;
  text-align: center;
  margin: 3em 1em;
  padding: 1.5em 1em;
  border-top: 1px solid #d4af37;
  border-bottom: 1px solid #d4af37;
  letter-spacing: 0.01em;
}

.sl-preset-premium-black .sl-bonus-item {
  background: #1a1a1a;
  border-left: 3px solid #d4af37;
  padding: 22px 28px;
  margin: 1.5em 0;
}

.sl-preset-premium-black .sl-bonus-item h3,
.sl-preset-premium-black .sl-bonus-item .sl-bonus-title {
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #d4af37;
  font-size: 1.15em;
  letter-spacing: 0.02em;
  margin-bottom: 0.5em;
}

.sl-preset-premium-black .sl-bonus-item p {
  color: #f5f0e8;
}

.sl-preset-premium-black .sl-guarantee-box,
.sl-preset-premium-black .sl-guarantee,
.sl-preset-premium-black .sl-offer {
  background: #1a1a1a;
  border: 1px solid #d4af37;
  border-radius: 0;
  padding: 32px 36px;
  margin: 2.5em 0;
}

.sl-preset-premium-black .sl-guarantee-box h2,
.sl-preset-premium-black .sl-guarantee-box h3,
.sl-preset-premium-black .sl-guarantee h2,
.sl-preset-premium-black .sl-guarantee h3,
.sl-preset-premium-black .sl-offer h2,
.sl-preset-premium-black .sl-offer h3 {
  color: #d4af37;
  margin-top: 0;
}

.sl-preset-premium-black .sl-guarantee-box p,
.sl-preset-premium-black .sl-guarantee p,
.sl-preset-premium-black .sl-offer p {
  color: #f5f0e8;
}

/* Default luxury CTA -- gold on black */
.sl-preset-premium-black .sl-buy-button {
  background: #d4af37;
  color: #000000;
  font-family: 'Barlow', 'Arial Black', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 22pt;
  padding: 18px 40px;
  border: 1px solid #d4af37;
  border-radius: 2px;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
}

.sl-preset-premium-black .sl-buy-button:hover {
  background: #e8c547;
}

/* Action variant for urgency -- yellow with gold accent */
.sl-preset-premium-black .sl-buy-button.sl-cta-urgent {
  background: #f9e218;
  color: #000000;
  border: 2px solid #d4af37;
  font-size: 24pt;
  padding: 20px 40px;
  letter-spacing: 0.02em;
}

.sl-preset-premium-black .sl-buy-button.sl-cta-urgent:hover {
  background: #ffeb7c;
}

.sl-preset-premium-black .sl-ps,
.sl-preset-premium-black .sl-pps {
  border-top: 1px solid #d4af37;
  padding-top: 1.5em;
  margin-top: 2.5em;
}

.sl-preset-premium-black .sl-ps strong,
.sl-preset-premium-black .sl-pps strong {
  color: #d4af37;
}

.sl-preset-premium-black .sl-section {
  margin: 3em 0;
}


/* =============================================================
   8. RESPONSIVE BREAKPOINTS
   Tablet 768px / Mobile 480px
   ============================================================= */

@media (max-width: 768px) {
  .sl-letter {
    padding: 30px 18px;
    font-size: 13.5pt;
  }

  .sl-preset-marlon-red-page .sl-headline,
  .sl-preset-marlon-dark-blue .sl-headline,
  .sl-preset-premium-black .sl-headline {
    font-size: 2em;
  }

  .sl-preset-clean-editorial .sl-headline {
    font-size: 2em;
  }

  .sl-preset-halbert-bold .sl-headline {
    font-size: 2.2em;
    padding: 0.2em 0.3em;
  }

  .sl-preset-marlon-red-page h2,
  .sl-preset-marlon-dark-blue h2,
  .sl-preset-premium-black h2 {
    font-size: 1.5em;
  }

  .sl-preset-halbert-bold h2 {
    font-size: 1.6em;
  }

  .sl-buy-button,
  .sl-preset-marlon-red-page .sl-buy-button,
  .sl-preset-marlon-dark-blue .sl-buy-button,
  .sl-preset-halbert-bold .sl-buy-button,
  .sl-preset-premium-black .sl-buy-button {
    font-size: 18pt !important;
    padding: 16px 28px !important;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .sl-preset-clean-editorial .sl-buy-button {
    font-size: 14pt !important;
    padding: 14px 24px !important;
    width: auto;
  }

  .sl-yellow-callout,
  .sl-blue-callout,
  .sl-bonus-item,
  .sl-guarantee-box,
  .sl-guarantee,
  .sl-offer {
    padding: 18px 20px;
  }

  .sl-pull-quote,
  .sl-editorial-quote {
    font-size: 1.2em;
    margin-left: 0;
    margin-right: 0;
    padding: 0.7em 0.5em;
  }

  .sl-preset-clean-editorial {
    max-width: 100%;
  }

  .sl-preset-premium-black {
    padding: 40px 18px;
  }

  .sl-guarantee-box img {
    float: none;
    margin: 0 auto 1em auto;
  }
}

@media (max-width: 480px) {
  .sl-letter {
    padding: 24px 14px;
    font-size: 13pt;
  }

  .sl-preset-marlon-red-page .sl-headline,
  .sl-preset-marlon-dark-blue .sl-headline,
  .sl-preset-premium-black .sl-headline {
    font-size: 1.7em;
    line-height: 1.1;
  }

  .sl-preset-clean-editorial .sl-headline {
    font-size: 1.7em;
  }

  .sl-preset-halbert-bold .sl-headline {
    font-size: 1.8em;
    line-height: 1.05;
  }

  .sl-preset-marlon-red-page h2,
  .sl-preset-marlon-dark-blue h2,
  .sl-preset-premium-black h2,
  .sl-preset-halbert-bold h2 {
    font-size: 1.35em;
  }

  .sl-buy-button,
  .sl-preset-marlon-red-page .sl-buy-button,
  .sl-preset-marlon-dark-blue .sl-buy-button,
  .sl-preset-halbert-bold .sl-buy-button,
  .sl-preset-premium-black .sl-buy-button {
    font-size: 16pt !important;
    padding: 14px 20px !important;
  }

  .sl-yellow-callout,
  .sl-blue-callout,
  .sl-bonus-item,
  .sl-guarantee-box,
  .sl-guarantee,
  .sl-offer {
    padding: 14px 16px;
  }

  .sl-urgency-banner {
    font-size: 0.95em;
    padding: 10px 12px;
  }

  .sl-preset-halbert-bold ul li {
    padding-left: 1.4em;
  }
}


/* =============================================================
   9. PRINT STYLES
   For buyers who print the letter.
   ============================================================= */

@media print {
  .sl-letter {
    background: #ffffff !important;
    color: #000000 !important;
    max-width: 100% !important;
    padding: 0 !important;
    font-size: 11pt;
    line-height: 1.4;
  }

  .sl-letter * {
    background: transparent !important;
    color: #000000 !important;
    box-shadow: none !important;
  }

  .sl-letter .sl-headline,
  .sl-letter h2,
  .sl-letter h3 {
    color: #000000 !important;
    page-break-after: avoid;
  }

  .sl-buy-button {
    border: 2px solid #000000 !important;
    color: #000000 !important;
    background: #ffffff !important;
  }

  .sl-buy-button::after {
    content: " (visit the order page online)";
    font-style: italic;
    font-size: 0.85em;
  }

  .sl-yellow-callout,
  .sl-blue-callout,
  .sl-bonus-item,
  .sl-guarantee-box,
  .sl-guarantee,
  .sl-offer,
  .sl-pull-quote {
    border: 1px solid #000000 !important;
    page-break-inside: avoid;
  }

  .sl-section {
    page-break-inside: avoid;
  }

  img {
    max-width: 4in;
  }

  a {
    color: #000000 !important;
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.85em;
    font-style: italic;
  }
}

/* Final subhead rule: Marlon's delivery pages use upright subheads. */
.sl-letter [style*="font-size"],
.sl-letter [style*="font-family"],
.sl-letter [style*="color"] {
  font-size: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
}

.sl-letter [style*="italic"] {
  font-style: normal !important;
}

.sl-letter .sl-subhead,
.sl-subhead {
  font-style: normal !important;
}


/* =============================================================
   END OF FILE
   ============================================================= */
