/* Client marketing experience — configured in the StabilityHost addon. */
.sh-marketing-modal { position: fixed; z-index: 11050; inset: 0; display: grid; place-items: center; padding: 1.25rem; opacity: 0; pointer-events: none; transition: opacity .2s ease; }
.sh-marketing-modal.is-open { opacity: 1; pointer-events: auto; }
.sh-marketing-backdrop { position: absolute; inset: 0; background: rgba(19, 23, 38, .58); backdrop-filter: blur(4px); }
.sh-marketing-dialog { position: relative; z-index: 1; width: min(100%, 44rem); max-height: min(45rem, calc(100vh - 2.5rem)); overflow: auto; border: 1px solid rgba(255, 255, 255, .55); border-radius: 1.35rem; background: #fff; box-shadow: 0 28px 70px rgba(12, 18, 35, .26); transform: translateY(10px) scale(.985); transition: transform .22s ease; }
.sh-marketing-modal.is-open .sh-marketing-dialog { transform: translateY(0) scale(1); }
.sh-marketing-close { position: absolute; z-index: 2; top: .95rem; right: .95rem; display: grid; width: 2.15rem; height: 2.15rem; place-items: center; border: 1px solid rgba(255, 255, 255, .36); border-radius: 50%; background: rgba(28, 8, 63, .17); color: #fff; cursor: pointer; }
.sh-marketing-close:hover { background: rgba(28, 8, 63, .34); }
.sh-promotion-heading { padding: 2rem 2.15rem 1.65rem; background: radial-gradient(circle at 86% 4%, rgba(255, 255, 255, .22), transparent 10rem), linear-gradient(128deg, #491377, #7620c4 55%, #a54be8); color: #fff; }
.sh-promotion-heading > span, .sh-comparison-heading > span { display: inline-flex; align-items: center; gap: .38rem; font-size: .67rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.sh-promotion-heading > span { color: rgba(255, 255, 255, .78); }
.sh-promotion-heading h2 { margin: .5rem 0 .35rem; color: #fff; font-size: clamp(1.45rem, 3.1vw, 2.05rem); font-weight: 600; letter-spacing: -.045em; }
.sh-promotion-heading p { max-width: 32rem; margin: 0; color: rgba(255, 255, 255, .83); font-size: .84rem; line-height: 1.55; }
.sh-promotion-coupon { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin: -1rem 1.5rem 0; padding: .8rem 1rem; border: 1px solid #e9d8fb; border-radius: .85rem; background: #fff; box-shadow: 0 10px 20px rgba(60, 30, 97, .1); }
.sh-promotion-coupon span { display: grid; gap: .12rem; }.sh-promotion-coupon small { color: #9a87ad; font-size: .59rem; letter-spacing: .05em; text-transform: uppercase; }.sh-promotion-coupon strong { color: #6320a9; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 1rem; letter-spacing: .06em; }.sh-promotion-coupon em { padding: .35rem .55rem; border-radius: 999px; background: #f2e8ff; color: #7222bd; font-size: .68rem; font-style: normal; font-weight: 600; white-space: nowrap; }
.sh-promotion-products { display: grid; gap: .55rem; padding: 1.3rem 1.5rem .7rem; }.sh-promotion-products article { display: grid; grid-template-columns: 2.4rem minmax(0, 1fr) auto; gap: .65rem; align-items: center; padding: .72rem; border: 1px solid #e8ebf1; border-radius: .8rem; background: #fff; }.sh-promotion-product-icon { display: grid; width: 2.25rem; height: 2.25rem; place-items: center; border-radius: .65rem; background: #f1e6ff; color: #852bda; font-size: .78rem; }.sh-promotion-products h3 { margin: 0; color: #31425c; font-size: .84rem; font-weight: 600; }.sh-promotion-products p { overflow: hidden; max-width: 21rem; margin: .13rem 0 0; color: #7d899a; font-size: .67rem; text-overflow: ellipsis; white-space: nowrap; }.sh-promotion-price { display: grid; justify-items: end; gap: .08rem; }.sh-promotion-price del { color: #9ba5b3; font-size: .65rem; }.sh-promotion-price strong { color: #6d1eb7; font-size: .9rem; font-weight: 600; }.sh-promotion-price small { color: #929cac; font-size: .58rem; }
.sh-promotion-actions { display: flex; align-items: center; justify-content: flex-end; gap: .65rem; padding: .8rem 1.5rem 1.5rem; }.sh-promotion-actions form { margin: 0; }.sh-promotion-actions form button, .sh-marketing-secondary { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 2.65rem; padding: .48rem .9rem; border: 1px solid #e0c9f2; border-radius: .65rem; font-size: .72rem; font-weight: 600; cursor: pointer; }.sh-promotion-actions form button { border-color: #852bda; background: #852bda; color: #fff; box-shadow: 0 9px 18px rgba(133, 43, 218, .19); }.sh-promotion-actions form button:hover { background: #6e1cb8; }.sh-marketing-secondary { background: #fff; color: #7330af; }.sh-marketing-secondary:hover { background: #fbf8ff; }
.sh-plan-compare-launch { position: fixed; z-index: 1035; right: 1.25rem; bottom: 1.25rem; display: inline-flex; align-items: center; gap: .48rem; min-height: 2.75rem; padding: .48rem .85rem; border: 1px solid #e4d2f3; border-radius: 999px; background: #fff; box-shadow: 0 12px 26px rgba(48, 28, 79, .14); color: #7030ab; font-size: .72rem; font-weight: 600; cursor: pointer; }.sh-plan-compare-launch:hover { border-color: #b98be3; background: #fcf9ff; }
.sh-comparison-dialog { width: min(100%, 58rem); padding: 2rem; }.sh-comparison-dialog .sh-marketing-close { border-color: #eadcf7; background: #fbf8ff; color: #7643a5; }.sh-comparison-heading { padding-right: 2.5rem; }.sh-comparison-heading > span { color: #8b57ba; }.sh-comparison-heading h2 { margin: .42rem 0 .3rem; color: #293c58; font-size: clamp(1.45rem, 3vw, 2rem); font-weight: 600; letter-spacing: -.04em; }.sh-comparison-heading p { margin: 0; color: #748299; font-size: .82rem; }
.sh-plan-comparison-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr)); gap: .8rem; margin-top: 1.35rem; }.sh-plan-comparison-grid article { position: relative; display: flex; min-height: 15rem; flex-direction: column; padding: 1rem; border: 1px solid #e5e8ee; border-radius: 1rem; background: #fff; }.sh-plan-comparison-grid article.is-featured { border-color: #b887e4; background: linear-gradient(160deg, #fff, #fbf6ff); box-shadow: 0 13px 25px rgba(115, 43, 184, .13); }.sh-plan-recommended { position: absolute; top: -.62rem; left: 1rem; padding: .28rem .48rem; border-radius: 999px; background: #852bda; color: #fff; font-size: .57rem; font-weight: 600; }.sh-plan-comparison-grid h3 { margin: .25rem 0 .45rem; color: #34445d; font-size: .92rem; font-weight: 600; }.sh-plan-comparison-grid p { min-height: 3.1rem; margin: 0; color: #748298; font-size: .68rem; line-height: 1.5; }.sh-plan-price { display: grid; gap: .12rem; margin: auto 0 .85rem; padding-top: 1rem; }.sh-plan-price strong { color: #6820af; font-size: 1.1rem; font-weight: 600; }.sh-plan-price small { color: #929cab; font-size: .61rem; }.sh-plan-comparison-grid a { display: inline-flex; align-items: center; justify-content: center; gap: .35rem; min-height: 2.35rem; border: 1px solid #dfc9f2; border-radius: .6rem; color: #7325bc; font-size: .68rem; font-weight: 600; text-decoration: none; }.sh-plan-comparison-grid article.is-featured a { border-color: #852bda; background: #852bda; color: #fff; }.sh-plan-comparison-grid a:hover { background: #f7efff; text-decoration: none; }.sh-plan-comparison-grid article.is-featured a:hover { background: #6b1cb2; }
.sh-cart-reminder { position: fixed; z-index: 1040; right: 1.25rem; bottom: 4.7rem; display: grid; grid-template-columns: 2.5rem minmax(0, 1fr); gap: .75rem; width: min(calc(100vw - 2rem), 22rem); padding: .9rem 1rem; border: 1px solid #e2d0f1; border-radius: 1rem; background: #fff; box-shadow: 0 18px 42px rgba(26, 24, 45, .18); opacity: 0; pointer-events: none; transform: translateY(1rem); transition: opacity .22s ease, transform .22s ease; }.sh-cart-reminder.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }.sh-cart-reminder-icon { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border-radius: .72rem; background: #f0e5fd; color: #8227d1; }.sh-cart-reminder small { color: #9668bd; font-size: .59rem; font-weight: 600; letter-spacing: .045em; text-transform: uppercase; }.sh-cart-reminder h2 { margin: .17rem 0; color: #30415a; font-size: .82rem; font-weight: 600; }.sh-cart-reminder p { margin: 0 0 .48rem; color: #778499; font-size: .66rem; line-height: 1.45; }.sh-cart-reminder a { color: #7426bc; font-size: .68rem; font-weight: 600; text-decoration: none; }.sh-cart-reminder a:hover { color: #5e189f; text-decoration: none; }.sh-cart-reminder-close { position: absolute; top: .45rem; right: .45rem; border: 0; background: transparent; color: #a19aac; font-size: .67rem; cursor: pointer; }
@media (max-width: 575.98px) { .sh-marketing-modal { padding: .65rem; }.sh-marketing-dialog { max-height: calc(100vh - 1.3rem); border-radius: 1rem; }.sh-promotion-heading { padding: 1.6rem 1.15rem 1.35rem; }.sh-promotion-coupon { margin: -.8rem 1rem 0; }.sh-promotion-products { padding: 1rem .85rem .5rem; }.sh-promotion-products article { grid-template-columns: 2.15rem minmax(0, 1fr); }.sh-promotion-price { grid-column: 2; justify-items: start; }.sh-promotion-actions { align-items: stretch; flex-direction: column; padding: .7rem 1rem 1.1rem; }.sh-promotion-actions form button, .sh-marketing-secondary { width: 100%; }.sh-comparison-dialog { padding: 1.35rem 1rem; }.sh-plan-comparison-grid { grid-template-columns: 1fr; }.sh-plan-comparison-grid article { min-height: 0; }.sh-plan-comparison-grid p { min-height: 0; }.sh-plan-price { margin-top: .85rem; }.sh-plan-compare-launch { right: .75rem; bottom: .75rem; }.sh-cart-reminder { right: .65rem; bottom: 4.35rem; } }

/* Campaign image layouts, selected in the addon. */
.sh-promotion-dialog { overflow: hidden; }
.sh-promotion-top-with-image { display: grid; grid-template-columns: minmax(10.5rem, 31%) minmax(0, 1fr); min-height: 12.5rem; background: radial-gradient(circle at 95% 3%, rgba(255,255,255,.23), transparent 10rem), linear-gradient(128deg, #491377, #7620c4 55%, #a54be8); }
.sh-promotion-top-with-image .sh-promotion-heading { padding-left: 1.2rem; background: transparent; }
.sh-promotion-image { margin: 0; overflow: hidden; background: #f1e4ff; }
.sh-promotion-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.sh-promotion-image-side { margin: 1rem 0 1rem 1rem; border: 1px solid rgba(255,255,255,.24); border-radius: 1rem; box-shadow: 0 14px 28px rgba(28, 7, 57, .22); }
.sh-promotion-image-banner { height: clamp(8rem, 22vw, 12rem); border-bottom: 1px solid #eee4f7; }
.sh-promotion-layout-banner .sh-promotion-heading { padding-bottom: 1.8rem; }
.sh-promotion-coupon { position: relative; align-items: flex-start; }
.sh-promotion-coupon-meta { display: grid; justify-items: end; gap: .38rem; }
.sh-promotion-coupon-meta small { color: #8a729e; font-size: .6rem; line-height: 1.25; text-align: right; }
.sh-promotion-coupon-meta small i { color: #8b2ad1; }
.sh-promotion-products article { transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.sh-promotion-products article:hover { border-color: #cda8ed; box-shadow: 0 8px 18px rgba(81, 41, 126, .08); transform: translateY(-1px); }
@media (max-width: 575.98px) { .sh-promotion-top-with-image { grid-template-columns: 5.5rem minmax(0, 1fr); min-height: 0; }.sh-promotion-image-side { margin: .75rem 0 .75rem .75rem; border-radius: .75rem; }.sh-promotion-top-with-image .sh-promotion-heading { padding-left: .9rem; }.sh-promotion-image-banner { height: 8.5rem; }.sh-promotion-coupon-meta { justify-items: start; }.sh-promotion-coupon-meta small { text-align: left; }.sh-promotion-coupon { flex-direction: column; }.sh-promotion-heading h2 { font-size: 1.35rem; } }

/* A finer, layered promotion card with calm motion. */
.sh-promotion-dialog { border-color: rgba(255,255,255,.78); border-radius: 1.5rem; box-shadow: 0 30px 85px rgba(12, 13, 35, .34), inset 0 1px 0 rgba(255,255,255,.72); }
.sh-promotion-dialog::before { position: absolute; z-index: 0; inset: 0; border: 1px solid transparent; border-radius: inherit; background: linear-gradient(125deg, rgba(255,255,255,.75), rgba(211,158,255,.18), rgba(255,255,255,.7)) border-box; -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); -webkit-mask-composite: xor; mask-composite: exclude; content: ''; pointer-events: none; animation: sh-promotion-edge 5s ease-in-out infinite; }
.sh-promotion-dialog > * { position: relative; z-index: 1; }
.sh-promotion-dialog > .sh-marketing-close,
.sh-comparison-dialog > .sh-marketing-close { position: absolute; z-index: 5; top: .95rem; right: .95rem; left: auto; bottom: auto; }
.sh-promotion-layout-none .sh-promotion-heading { padding-right: 4.6rem; }
.sh-marketing-modal.is-open .sh-promotion-dialog { animation: sh-promotion-enter .42s cubic-bezier(.18,.82,.22,1.08) both; }
.sh-promotion-heading { position: relative; overflow: hidden; }
.sh-promotion-heading::after { position: absolute; top: -5rem; right: -4rem; width: 12rem; height: 12rem; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(255,255,255,.035), 0 0 0 4rem rgba(255,255,255,.025); content: ''; pointer-events: none; }
.sh-promotion-heading > * { position: relative; z-index: 1; }
.sh-promotion-more-products { display: flex; align-items: center; justify-content: space-between; gap: .8rem; margin: .15rem 1.5rem .55rem; padding: .72rem .82rem; border: 1px solid #e8d7f7; border-radius: .78rem; background: linear-gradient(105deg, #fdfaff, #f6edff); color: #6f26ae; font-size: .7rem; font-weight: 600; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.sh-promotion-more-products span { display: inline-flex; align-items: center; gap: .48rem; }.sh-promotion-more-products:hover { border-color: #b77ce3; box-shadow: 0 9px 20px rgba(95,34,150,.1); color: #5f199f; text-decoration: none; transform: translateY(-1px); }
@keyframes sh-promotion-edge { 0%,100% { opacity: .55; } 50% { opacity: 1; } }
@keyframes sh-promotion-enter { from { opacity: 0; transform: translateY(1.25rem) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@media (max-width: 575.98px) { .sh-promotion-dialog { border-radius: 1.1rem; }.sh-promotion-more-products { margin: .15rem 1rem .4rem; }.sh-promotion-dialog::before { display: none; } }

.sh-plan-compare-launch { gap: .6rem; padding: .45rem .8rem; }.sh-plan-compare-launch > span { display: grid; gap: .1rem; text-align: left; }.sh-plan-compare-launch small { color: #9472b6; font-size: .56rem; font-weight: 500; }.sh-plan-compare-launch > .fa-arrow-right { font-size: .62rem; }

/* Technical recommendation details, calculated from the profiles maintained in the addon. */
.sh-comparison-dialog { overflow: hidden; border-color: rgba(220, 198, 240, .78); box-shadow: 0 28px 70px rgba(20, 16, 48, .3), inset 0 1px 0 rgba(255,255,255,.9); }
.sh-comparison-heading { position: relative; margin: -2rem -2rem 0; padding: 2rem 4.5rem 1.45rem 2rem; border-bottom: 1px solid #eee7f6; background: radial-gradient(circle at 92% 12%, rgba(170,88,247,.14), transparent 12rem), linear-gradient(135deg,#fff,#fcf9ff); }
.sh-plan-comparison-grid { align-items: stretch; }
.sh-plan-comparison-grid article { min-height: 0; overflow: hidden; padding: 1.05rem; border-color: #e4e7ee; }
.sh-plan-comparison-grid article.is-featured { border-color: #bc88ea; background: linear-gradient(160deg,#fff,#faf4ff 62%,#fff); }
.sh-plan-tech-list { display: flex; flex-wrap: wrap; gap: .35rem; min-height: 1.8rem; margin: .72rem 0 0; padding: 0; list-style: none; }
.sh-plan-tech-list li { display: inline-flex; align-items: center; gap: .28rem; padding: .3rem .42rem; border: 1px solid #e7d9f5; border-radius: 999px; background: #fcf9ff; color: #69537e; font-size: .59rem; line-height: 1.1; }
.sh-plan-tech-list i { color: #8c35cf; font-size: .57rem; }
.sh-plan-smart-advice { display: grid; gap: .36rem; margin: .85rem 0 .15rem; padding: .66rem; border: 1px solid #d9b8f2; border-radius: .72rem; background: linear-gradient(135deg,#faf5ff,#fff); box-shadow: 0 7px 17px rgba(102,38,159,.06); }
.sh-plan-smart-advice > span { display: inline-flex; align-items: center; gap: .3rem; color: #7822bf; font-size: .6rem; font-weight: 600; letter-spacing: .015em; }
.sh-plan-smart-advice p { min-height: 0; margin: 0; color: #665877; font-size: .63rem; line-height: 1.45; }
.sh-plan-smart-advice p strong { color: #58218e; font-weight: 600; }
.sh-plan-comparison-grid .sh-plan-smart-advice a { display: inline-flex; justify-content: flex-start; min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; color: #7426b8; font-size: .62rem; font-weight: 600; }
.sh-plan-comparison-grid .sh-plan-smart-advice a:hover { background: transparent; color: #55138f; }
.sh-plan-comparison-grid article .sh-plan-price { margin-top: auto; }
@media (max-width: 575.98px) { .sh-comparison-heading { margin: -1.35rem -1rem 0; padding: 1.35rem 3.5rem 1.05rem 1rem; }.sh-plan-tech-list { margin-top: .6rem; }.sh-plan-smart-advice { margin-top: .7rem; } }
