/* Shared marketing section. No Solugatt runtime styles or payment widgets. */
.sgm-landing .sgm-sales {
    padding: 96px 0;
    background: linear-gradient(145deg, #eff8f5 0%, #f4f8fb 70%, #eef6f7 100%);
    color: #102a43;
    scroll-margin-top: 96px;
}
.sgm-sales, .sgm-sales * { box-sizing: border-box; }
.sgm-landing .sgm-sales__wrap { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.sgm-landing .sgm-sales__heading { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.sgm-landing .sgm-sales__intro { max-width: 780px; }
.sgm-landing .sgm-sales__eyebrow { color: #09634e; font-size: 12px; font-weight: 800; letter-spacing: .13em; margin: 0 0 16px; }
.sgm-landing .sgm-sales h2 { color: #102a43; font-size: clamp(28px, 3.1vw, 42px); line-height: 1.17; letter-spacing: -.025em; margin: 0 0 20px; }
.sgm-landing .sgm-sales__intro > p:last-child { color: #4c6173; font-size: 17px; line-height: 1.8; margin: 0; }
.sgm-landing .sgm-sales__brand { flex: 0 0 200px; padding: 20px; background: #fff; border: 1px solid #dce8e2; border-radius: 16px; }
.sgm-landing .sgm-sales__brand img { display: block; width: 100%; height: auto; }
.sgm-landing .sgm-sales__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.sgm-landing .sgm-sales__card { min-width: 0; background: #fff; border: 1px solid #dbe7e4; border-radius: 22px; overflow: hidden; box-shadow: 0 14px 36px rgba(3, 47, 36, .05); }
.sgm-landing .sgm-sales__figure { display: flex; align-items: center; justify-content: center; margin: 0; background: #f0f7f2; aspect-ratio: 1212 / 856; }
.sgm-landing .sgm-sales__figure img { display: block; width: 100%; height: auto; max-height: 100%; object-fit: contain; }
.sgm-landing .sgm-sales__copy { padding: 30px 32px 32px; }
.sgm-landing .sgm-sales__tag { margin: 0 0 12px; color: #09634e; font-size: 11px; letter-spacing: .12em; font-weight: 800; }
.sgm-landing .sgm-sales h3 { color: #102a43; margin: 0 0 16px; font-size: 25px; line-height: 1.3; letter-spacing: -.025em; }
.sgm-landing .sgm-sales__copy > p:not(.sgm-sales__tag) { color: #4c6173; line-height: 1.8; font-size: 15px; margin: 0; }
.sgm-landing .sgm-sales__copy ul { display: grid; gap: 10px; margin: 24px 0 0; padding: 0; list-style: none; }
.sgm-landing .sgm-sales__copy li { position: relative; padding-left: 23px; color: #294b42; font-size: 14px; line-height: 1.6; }
.sgm-landing .sgm-sales__copy li::before { content: '\2713'; position: absolute; left: 0; color: #08755d; font-weight: 800; }
.sgm-landing .sgm-sales__caption { text-align: center; margin: 18px 0 0; font-size: 12px; line-height: 1.7; color: #566e63; }
.sgm-landing .sgm-sales__bottom { display: flex; justify-content: space-between; align-items: center; gap: 28px; margin-top: 30px; border-top: 1px solid #d1e2da; padding-top: 28px; }
.sgm-landing .sgm-sales__bottom > p { margin: 0; max-width: 500px; font-size: 14px; line-height: 1.8; color: #4c6173; }
.sgm-landing .sgm-sales__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.sgm-landing .sgm-sales__button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 22px; border-radius: 12px; color: #fff; background: #074b3a; font-size: 14px; font-weight: 750; text-decoration: none; white-space: nowrap; transition: background .15s ease; }
.sgm-landing .sgm-sales__button:hover { background: #073c30; color: #fff; }
.sgm-landing .sgm-sales__link { min-height: 44px; display: inline-flex; align-items: center; gap: 6px; color: #074b3a; text-decoration: underline; text-underline-offset: 4px; font-size: 14px; font-weight: 700; }
.sgm-landing .sgm-sales a:focus-visible { outline: 3px solid #096b56; outline-offset: 5px; }
@media (max-width: 900px) {
    .sgm-landing .sgm-sales__heading { gap: 24px; }
    .sgm-landing .sgm-sales__brand { flex-basis: 160px; }
    .sgm-landing .sgm-sales__copy { padding: 24px; }
    .sgm-landing .sgm-sales h3 { font-size: 22px; }
    .sgm-landing .sgm-sales__bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 680px) {
    .sgm-landing .sgm-sales { padding: 60px 0; }
    .sgm-landing .sgm-sales__wrap { width: calc(100% - 32px); }
    .sgm-landing .sgm-sales__heading { flex-direction: column; align-items: flex-start; gap: 20px; }
    .sgm-landing .sgm-sales__brand { flex: none; width: 170px; padding: 14px; }
    .sgm-landing .sgm-sales__grid { grid-template-columns: minmax(0, 1fr); gap: 22px; }
    .sgm-landing .sgm-sales__intro > p:last-child { font-size: 16px; }
    .sgm-landing .sgm-sales__copy { padding: 24px; }
    .sgm-landing .sgm-sales__eyebrow { font-size: 11px; }
    .sgm-landing .sgm-sales__actions { gap: 12px 18px; }
}
@media (prefers-reduced-motion: reduce) {
    .sgm-landing .sgm-sales__button { transition: none; }
}
