.sgcas-personal-offer[hidden], .sgcas-personal-offer [hidden] { display: none !important; }
.sgcas-personal-offer { box-sizing: border-box; color: #252531; background: #fffaf1; border: 1px solid #dfcba1; border-radius: 18px; padding: 22px; box-shadow: 0 7px 24px rgba(35, 25, 20, .08); font-family: inherit; font-size: 16px; line-height: 1.4; }
.sgcas-personal-offer * { box-sizing: border-box; }
.sgcas-personal-offer--static { width: min(1100px, calc(100% - 32px)); margin: 30px auto; display: grid; grid-template-columns: minmax(210px, 1fr) minmax(300px, 1.15fr); gap: 22px; align-items: center; }
.sgcas-personal-offer--floating { position: fixed; z-index: 99992; right: 18px; bottom: 18px; width: min(410px, calc(100vw - 36px)); max-height: calc(100vh - 36px); overflow-y: auto; box-shadow: 0 15px 45px rgba(31, 25, 18, .23); }
.sgcas-personal-offer h2 { color: #252531; font-family: Inter, system-ui, sans-serif !important; font-size: clamp(20px, 2vw, 27px); font-weight: 750; line-height: 1.2; margin: 5px 0 8px; }
.sgcas-personal-offer p { margin: 5px 0 11px; }
.sgcas-personal-offer__sale { color: #914422; font-weight: 700; font-size: 14px; }
.sgcas-personal-offer__form > label:first-child, .sgcas-personal-offer__verify > label { font-weight: 700; display: block; margin-bottom: 7px; }
.sgcas-personal-offer__row { display: flex; gap: 8px; }
.sgcas-personal-offer__row input { min-width: 0; flex: 1; border: 1px solid #998b80; border-radius: 8px; background: #fff; padding: 11px; color: #252531; font-size: 16px; }
.sgcas-personal-offer__row button, .sgcas-personal-offer [data-personal-builder] { border: 0; border-radius: 8px; background: #813b22; color: #fff; padding: 10px 13px; font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: none; white-space: nowrap; }
.sgcas-personal-offer__row button:disabled { opacity: .55; cursor: default; }
.sgcas-personal-offer .sgcas-personal-offer__consent, .sgcas-personal-offer .sgcas-personal-offer__consent span { display: flex; align-items: flex-start; gap: 7px; margin-top: 12px; color: #49434a; font-size: 12px !important; line-height: 1.45 !important; }
.sgcas-personal-offer .sgcas-personal-offer__consent span { display: inline; margin: 0; }
.sgcas-personal-offer__consent input { flex: none; margin: 2px 0 0; }
.sgcas-personal-offer__consent a { color: #77391e; text-decoration: underline; }
.sgcas-personal-offer__verify { margin-top: 13px; }
.sgcas-personal-offer__message { min-height: 1.2em; color: #713421; font-size: 13px; }
.sgcas-personal-offer__success { font-weight: 700; color: #35673d; }
.sgcas-personal-offer [data-personal-builder] { display: inline-block; margin-top: 7px; }
.sgcas-personal-offer.is-verified { display: block; }
.sgcas-personal-offer__close { position: absolute; top: 5px; right: 9px; border: 0; background: transparent; color: #483c36; font-size: 28px; cursor: pointer; }
.sgcas-personal-offer--floating h2 { padding-right: 25px; font-size: 22px; }
@media (max-width: 750px) { .sgcas-personal-offer--static { grid-template-columns: 1fr; gap: 5px; padding: 18px; } .sgcas-personal-offer__row { flex-wrap: wrap; } .sgcas-personal-offer__row button { width: 100%; } .sgcas-personal-offer--floating { bottom: 58px; } }
