.crm-growth-open { overflow: hidden; }
.crm-growth[hidden] { display: none !important; }
.crm-growth { position: fixed; inset: 0; z-index: 10000; display: grid; place-items: center; padding: 20px; color: #2f241f; }
.crm-growth__backdrop { position: absolute; inset: 0; background: rgba(20, 16, 14, .52); backdrop-filter: blur(4px); }
.crm-growth__dialog { position: relative; width: min(560px, 100%); padding: clamp(30px, 6vw, 64px); background: #f4efe9; border: 1px solid rgba(76, 57, 48, .2); box-shadow: 0 28px 90px rgba(0, 0, 0, .28); }
.crm-growth__dialog::before { content: ''; position: absolute; inset: 12px; border: 1px solid rgba(76, 57, 48, .14); pointer-events: none; }
.crm-growth__close { position: absolute; z-index: 1; top: 14px; right: 16px; width: 36px; height: 36px; border: 0; background: transparent; color: inherit; font-size: 28px; line-height: 1; cursor: pointer; }
.crm-growth__eyebrow { margin: 0 0 18px; font-size: 11px; letter-spacing: .22em; }
.crm-growth h2 { margin: 0; font: 400 clamp(30px, 6vw, 50px)/1.04 Georgia, serif; letter-spacing: -.025em; }
.crm-growth__lead { max-width: 440px; margin: 20px 0 28px; font-size: 15px; line-height: 1.55; }
.crm-growth__label { display: block; margin-bottom: 8px; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.crm-growth__row { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.crm-growth__row input { min-width: 0; height: 50px; padding: 0 15px; border: 1px solid #705e54; border-radius: 0; background: rgba(255,255,255,.55); color: inherit; font-size: 16px; }
.crm-growth__row button { min-height: 50px; padding: 0 20px; border: 1px solid #4c3930; border-radius: 0; background: #4c3930; color: #fff; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
.crm-growth__row button:disabled { opacity: .55; cursor: wait; }
.crm-growth__consent { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; margin-top: 16px; font-size: 12px; line-height: 1.45; cursor: pointer; }
.crm-growth__consent input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: #4c3930; }
.crm-growth a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.crm-growth__note { margin: 14px 0 0; color: #796a62; font-size: 11px; line-height: 1.45; }
.crm-growth__message { min-height: 20px; margin: 16px 0 0; font-size: 13px; line-height: 1.45; }
.crm-growth__message.is-success { color: #315b3d; }
.crm-growth__message.is-error { color: #8b2f2f; }
@media (max-width: 600px) {
  .crm-growth { align-items: end; padding: 0; }
  .crm-growth__dialog { width: 100%; padding: 38px 24px 28px; }
  .crm-growth__dialog::before { inset: 8px; }
  .crm-growth__row { grid-template-columns: 1fr; }
  .crm-growth__row button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .crm-growth__backdrop { backdrop-filter: none; } }

.crm-test-offer-card { box-sizing: border-box; flex: 0 0 auto; width: 100%; margin: 0 0 2px; padding: 14px; border: 1px solid rgba(76,57,48,.18); border-radius: 14px; background: #f4efe9; color: #2f241f; box-shadow: 0 6px 18px rgba(44,31,25,.07); }
.crm-test-offer__eyebrow { margin-bottom: 7px; font-size: 9px; letter-spacing: .16em; color: #7a685e; }
.crm-test-offer__title { font: 600 18px/1.2 Georgia, serif; }
.crm-test-offer__text { margin-top: 7px; font-size: 12px; line-height: 1.4; }
.crm-test-offer__form { display: grid; gap: 7px; margin-top: 10px; }
.crm-test-offer__email { box-sizing: border-box; width: 100%; height: 40px; padding: 0 11px; border: 1px solid #8c7b71; border-radius: 9px; background: #fff; color: #2f241f; font-size: 14px; }
.crm-test-offer__submit, .crm-test-offer__cart { display: grid; min-height: 40px; place-items: center; padding: 0 14px; border: 0; border-radius: 9px; background: #4c3930; color: #fff !important; font-size: 11px; font-weight: 600; letter-spacing: .05em; text-decoration: none !important; text-transform: uppercase; cursor: pointer; }
.crm-test-offer__submit:disabled { opacity: .55; cursor: wait; }
.crm-test-offer__consent { display: grid; grid-template-columns: 15px 1fr; gap: 7px; align-items: start; font-size: 10px; line-height: 1.35; }
.crm-test-offer__consent input { width: 14px; height: 14px; margin: 0; accent-color: #4c3930; }
.crm-test-offer__consent a { color: inherit; text-decoration: underline; }
.crm-test-offer__message { min-height: 15px; font-size: 11px; line-height: 1.35; }
.crm-test-offer__message.is-error { color: #8b2f2f; }
.crm-test-offer__loader { margin-top: 12px; font-size: 11px; color: #6f5e54; }
.crm-test-offer__loader::before { content: ''; display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #4c3930; animation: crm-test-pulse 1.2s infinite ease-in-out; }
.crm-test-offer__verify-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 7px; margin-top: 10px; }
.crm-test-offer__code { box-sizing: border-box; min-width: 0; height: 40px; padding: 0 12px; border: 1px solid #8c7b71; border-radius: 9px; background: #fff; color: #2f241f; font-size: 18px; font-weight: 600; letter-spacing: .24em; text-align: center; }
.crm-test-offer__verify-form button { min-height: 40px; padding: 0 12px; border: 0; border-radius: 9px; background: #4c3930; color: #fff; font-size: 10px; font-weight: 600; cursor: pointer; }
.crm-test-offer__change-form { display: grid; grid-template-columns: 1fr auto; gap: 7px; margin-top: 10px; }
.crm-test-offer__change-form button, .crm-test-offer__resend { min-height: 36px; padding: 0 10px; border: 1px solid #8c7b71; border-radius: 9px; background: transparent; color: #4c3930; font-size: 10px; font-weight: 600; cursor: pointer; }
.crm-test-offer__resend { width: 100%; margin-top: 7px; }
.crm-test-offer__verify-form button:disabled, .crm-test-offer__change-form button:disabled, .crm-test-offer__resend:disabled { opacity: .55; cursor: wait; }
@keyframes crm-test-pulse { 50% { opacity: .25; transform: scale(.75); } }
@media (max-width: 420px) {
  .crm-test-offer-card { padding: 12px; }
  .crm-test-offer__text { font-size: 11.5px; }
  .crm-test-offer__change-form { grid-template-columns: 1fr; }
  .crm-test-offer__verify-form { grid-template-columns: 1fr; }
}
