html body:has(.home-intro) .newsletter-panel {
  width: min(1600px, calc(100% - 64px));
  max-width: 1600px;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 1fr) minmax(160px, .55fr);
  gap: clamp(24px, 3vw, 48px);
  padding: clamp(36px, 4vw, 70px);
  border: 1px solid rgba(244, 159, 88, .4);
  border-radius: 24px;
  box-shadow: 0 24px 64px rgba(158, 76, 20, .22);
}
html body:has(.home-intro) .newsletter-copy .section-label { color: #ff831c; letter-spacing: .18em; margin-bottom: 22px; }
html body:has(.home-intro) .newsletter-copy h2 { font-family: inherit; font-size: clamp(34px, 3.5vw, 62px); font-weight: 600; line-height: 1.12; letter-spacing: -.035em; }
html body:has(.home-intro) .newsletter-copy h2 span { color: #f77a0b; }
html body:has(.home-intro) .newsletter-copy > p:not(.section-label) { color: #bdc0c8; font-size: clamp(16px, 1.3vw, 22px); line-height: 1.5; margin: 20px 0 0; }
.newsletter-benefits { display: flex; padding: 0; margin: 36px 0 0; list-style: none; gap: 16px; flex-wrap: wrap; }
.newsletter-benefits li { flex-shrink: 0; display: flex; align-items: center; gap: 12px; font-size: 14px; line-height: 1.5; }
.newsletter-benefits li + li { border-left: 1px solid #ffffff18; padding-left: 20px; }
.newsletter-benefits i { display: grid; place-items: center; flex-shrink: 0; width: 48px; height: 52px; border-radius: 17px; color: #ff831c; background: #ffffff0c; font-size: 24px; }
html body:has(.home-intro) .newsletter-form { border-left: 1px solid #ffffff18; padding-left: clamp(24px, 3vw, 48px); gap: 14px; }
html body:has(.home-intro) .newsletter-form label > span:first-child { display: block; margin-bottom: 12px; font-size: 16px; font-weight: 400; }
.newsletter-input { display: block; position: relative; }
.newsletter-input i { position: absolute; top: 50%; left: 18px; transform: translateY(-50%); color: #d8dbe2; font-size: 21px; pointer-events: none; }
html body:has(.home-intro) .newsletter-form input { width: 100%; min-height: 60px; border: 1px solid #ffffff26; border-radius: 14px !important; padding: 16px 16px 16px 52px; background: linear-gradient(120deg, #ffffff20, #ffffff10) !important; color: #fff !important; font-size: 18px; box-shadow: inset 0 1px 0 #ffffff08; }
html body:has(.home-intro) .newsletter-form input::placeholder { color: #969ba6; }
html body:has(.home-intro) .newsletter-form input:focus { outline: 0; border-color: #ff942f; box-shadow: 0 0 0 3px #ff831c30; }
html body:has(.home-intro) .newsletter-form .button { min-height: 60px; border: 1px solid #ff9b32; border-radius: 14px; background: linear-gradient(180deg, #ef801a, #cc5404) !important; color: #fff; font-size: 19px; font-weight: 600; box-shadow: inset 0 1px 0 #ffffff30; justify-content: center; gap: 14px; }
html body:has(.home-intro) .newsletter-form .button:hover { background: linear-gradient(180deg, #ff932c, #df650b) !important; }
.newsletter-reassurance { margin: 0; color: #a3a7b0; font-size: 13px; line-height: 1.5; }
.newsletter-status:empty { display: none; }
.newsletter-art { align-self: stretch; min-height: 300px; pointer-events: none; }
.newsletter-phone-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  max-width: none;
  height: 465px;
  object-fit: contain;
  transform: translate(-45%, -43%) rotate(5deg);
  mask-image: radial-gradient(ellipse at center, #000 48%, transparent 73%);
}
@media (max-width: 1199px) {
  html body:has(.home-intro) .newsletter-panel { grid-template-columns: minmax(0, 1.25fr) minmax(280px, 1fr); }
  .newsletter-art { display: none; }
  .newsletter-benefits { gap: 12px; flex-wrap: wrap; }
  .newsletter-benefits li + li { padding-left: 12px; }
}
@media (max-width: 760px) {
  html body:has(.home-intro) .newsletter-panel { width: calc(100% - 32px); grid-template-columns: minmax(0, 1fr); padding: 32px 24px; border-radius: 20px; gap: 30px; }
  html body:has(.home-intro) .newsletter-form { border-left: 0; border-top: 1px solid #ffffff18; padding: 26px 0 0; }
  .newsletter-benefits { gap: 16px; margin-top: 26px; }
  .newsletter-benefits li { font-size: 12px; gap: 8px; }
  .newsletter-benefits li + li { border: 0; padding: 0; }
  .newsletter-benefits i { width: 36px; height: 42px; font-size: 20px; border-radius: 12px; }
}
html body:has(.home-intro) .newsletter-section { padding-top: 56px; padding-bottom: 32px; background: radial-gradient(ellipse at 0 22%, #ffe7d2, transparent 28%), radial-gradient(ellipse at 100% 24%, #ffe8d5, transparent 28%), #f8f5f0 !important; }
html body:has(.home-intro) .newsletter-section > .home-section-fade { display: none; }
.newsletter-intro { width: min(1480px, calc(100% - 64px)); margin: 0 auto 32px; text-align: center; padding: 0 180px; }
.newsletter-eyebrow { display: flex; justify-content: center; align-items: center; gap: 20px; margin: 0 0 24px; color: #e96008; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.newsletter-eyebrow::before, .newsletter-eyebrow::after { content: ''; height: 1px; width: 80px; background: #e9cfbb; }
html body:has(.home-intro) .newsletter-intro h2 { margin: 0 0 12px; color: #0b1527; font-family: inherit; font-size: clamp(30px, 3.3vw, 52px); line-height: 1.15; font-weight: 700; letter-spacing: -.035em; }
.newsletter-intro h2 span { color: #eb6207; }
.newsletter-intro-text { margin: 0; color: #465c7e; font-size: clamp(16px, 1.4vw, 22px); line-height: 1.5; }
.newsletter-note { position: absolute; top: 16px; color: #ae998d; font-family: 'Segoe Print', 'Comic Sans MS', cursive; font-size: clamp(16px, 1.35vw, 22px); line-height: 1.5; text-align: left; }
.newsletter-note--left { left: 10px; transform: rotate(-10deg); }
.newsletter-note--left svg { position: absolute; width: 64px; height: 80px; left: 108px; top: 64px; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.newsletter-note--right { right: -12px; display: flex; align-items: center; gap: 14px; transform: rotate(-8deg); }
.newsletter-note--right svg { width: 72px; height: 86px; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.newsletter-flourish { height: 126px; margin: 12px 0 -12px; display: flex; justify-content: space-around; align-items: center; pointer-events: none; }
.newsletter-ribbons { position: absolute; inset: 0; width: 100%; height: 100%; }
.newsletter-glass { position: relative; display: grid; place-items: center; width: 90px; height: 90px; border: 2px solid #fff8; border-radius: 50%; background: radial-gradient(circle at 30% 20%, #fffdfb 0%, #fce8d4 65%, #ffe0bf 100%); box-shadow: inset 2px 3px 6px #fff, inset -2px -2px 5px #d9a98455, 0 6px 20px #b98a5620; color: #ef710d; font-size: 38px; }
.newsletter-pearl { position: absolute; width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, #fff4e8 35%, #f5d5b8); border: 1px solid #e9c4a577; }
.newsletter-pearl--one { left: 11%; top: 43px; }
.newsletter-pearl--two { left: 26%; top: 68px; width: 16px; height: 16px; background: radial-gradient(circle at 30% 20%, #97a8bb, #102037 55%, #040c17); }
.newsletter-pearl--three { left: 41%; top: 51px; width: 22px; height: 22px; background: radial-gradient(circle at 30% 20%, #fff0c3, #ff790a 48%, #c64b00); }
.newsletter-pearl--four { left: 57%; top: 63px; width: 12px; height: 12px; background: radial-gradient(circle at 30% 20%, #fff0c3, #ff790a 48%, #c64b00); }
.newsletter-pearl--five { left: 73%; top: 80px; background: radial-gradient(circle at 30% 20%, #97a8bb, #102037 55%, #040c17); }
.newsletter-pearl--six { left: 89%; top: 46px; width: 23px; height: 23px; }
@media (max-width: 1199px) {
  .newsletter-intro { padding-inline: 110px; }
  .newsletter-note { font-size: 14px; }
  .newsletter-note--right { right: 0; }
  .newsletter-note--right svg { display: none; }
  .newsletter-note--left svg { left: 54px; top: 64px; width: 44px; }
  .newsletter-intro-break { display: none; }
}
@media (max-width: 760px) {
  html body:has(.home-intro) .newsletter-section { padding-top: 40px; padding-bottom: 20px; }
  .newsletter-intro { width: calc(100% - 40px); padding: 0; margin-bottom: 28px; }
  .newsletter-note { display: none; }
  .newsletter-eyebrow { gap: 12px; font-size: 11px; margin-bottom: 18px; }
  .newsletter-eyebrow::before, .newsletter-eyebrow::after { width: 32px; }
  .newsletter-flourish { height: 100px; }
  .newsletter-glass { width: 62px; height: 62px; font-size: 27px; }
  .newsletter-pearl--two, .newsletter-pearl--four, .newsletter-pearl--six { display: none; }
}
.newsletter-section > .newsletter-punchline {
  position: static;
  display: block;
  width: fit-content;
  max-width: calc(100% - 48px);
  margin: 24px auto 16px;
  color: #ae998d;
  font-family: 'Segoe Print', 'Comic Sans MS', cursive;
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.5;
  text-align: center;
  text-wrap: balance;
  transform: rotate(-3deg);
}
