.rtadv-demo-notice {
    border-left-color: #c99736 !important;
    background: #fff8e8 !important;
}

.rtadv-demo-notice p {
    color: #182536 !important;
    font-size: 14px;
}

.rtadv-demo-ribbon {
    position: fixed;
    z-index: 100000;
    right: 18px;
    bottom: 18px;
    max-width: 320px;
    padding: 12px 16px;
    border: 1px solid #d4aa55;
    border-radius: 6px;
    background: #081720;
    color: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .22);
    font-size: 12px;
    line-height: 1.45;
}

.rtadv-demo-ribbon strong {
    display: block;
    color: #e7bd68;
    font-size: 13px;
}

.sje-demo-entry {
    max-width: 720px;
    margin: 60px auto;
    padding: 32px;
    border: 1px solid #d9e1e8;
    border-radius: 8px;
    background: #fff;
    color: #162235;
    font-family: Arial, sans-serif;
}

.sje-demo-entry h1 {
    margin: 6px 0 12px;
    font-size: 32px;
    line-height: 1.15;
}

.sje-demo-entry__eyebrow {
    margin: 0;
    color: #9b6b18;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}

.sje-demo-entry__error {
    margin: 18px 0;
    padding: 14px 16px;
    border-left: 4px solid #b42318;
    background: #fff0ef;
    color: #7a271a;
}

.sje-demo-entry__warning {
    display: grid;
    gap: 6px;
    margin: 22px 0;
    padding: 18px;
    border-left: 4px solid #c99736;
    background: #fff7e6;
}

.sje-demo-entry form {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.sje-demo-entry__field {
    display: grid;
    gap: 7px;
    color: #162235;
    font-weight: 700;
}

.sje-demo-entry__field input {
    box-sizing: border-box;
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border: 1px solid #aebdca;
    border-radius: 5px;
    background: #fff;
    color: #162235;
    font: inherit;
    font-weight: 400;
}

.sje-demo-entry__field input:focus {
    border-color: #184f78;
    outline: 2px solid rgba(24, 79, 120, .2);
}

.sje-demo-entry__check {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 9px;
    align-items: start;
    line-height: 1.45;
}

.sje-demo-entry__check input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
}

.sje-demo-entry__check > span {
    min-width: 0;
}

.sje-demo-entry__check a {
    color: #184f78;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.sje-demo-entry__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.sje-demo-entry button {
    min-height: 48px;
    border: 0;
    border-radius: 5px;
    background: #184f78;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

.sje-demo-entry__sales {
    display: block;
    margin-top: 20px;
    color: #184f78;
    text-align: center;
    font-weight: 700;
}

.sje-demo-entry__button {
    display: inline-flex;
    min-height: 46px;
    margin-top: 12px;
    padding: 0 20px;
    align-items: center;
    border-radius: 5px;
    background: #184f78;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

body.sje-demo-standalone {
    min-width: 320px;
    margin: 0;
    background: #eef3f7;
    color: #152338;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.sje-demo-standalone main {
    min-height: 100vh;
    background: linear-gradient(90deg, #0b2942 0, #0b2942 52%, #eef3f7 52%, #eef3f7 100%);
}

.sje-demo-standalone .sje-demo-entry {
    box-sizing: border-box;
    width: min(1180px, calc(100% - 48px));
    max-width: none;
    min-height: 100vh;
    margin: 0 auto;
    padding: 34px 0 24px;
    border: 0;
    background: transparent;
    color: #152338;
    font-family: inherit;
}

.sje-demo-entry__brand {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.sje-demo-entry__brand img {
    display: block;
    width: min(340px, 64vw);
    height: auto;
}

.sje-demo-entry__brand > span {
    padding: 8px 12px;
    border: 1px solid #c99736;
    color: #8b611a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sje-demo-entry__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .82fr);
    gap: 76px;
    align-items: center;
    min-height: calc(100vh - 180px);
    padding: 36px 0;
}

.sje-demo-entry__intro {
    padding: 38px 0;
    color: #fff;
}

.sje-demo-entry__intro .sje-demo-entry__eyebrow {
    color: #e0b65d;
}

.sje-demo-entry__intro h1 {
    max-width: 520px;
    margin: 12px 0 18px;
    color: #fff;
    font-size: clamp(36px, 3.2vw, 50px);
    line-height: 1.08;
}

.sje-demo-entry__lead {
    max-width: 590px;
    margin: 0;
    color: #d9e5ee;
    font-size: 18px;
    line-height: 1.6;
}

.sje-demo-entry__intro .sje-demo-entry__warning {
    max-width: 570px;
    margin: 28px 0;
    border-left-color: #d7a946;
    background: rgba(255, 255, 255, .09);
    color: #fff;
}

.sje-demo-entry__intro .sje-demo-entry__warning span {
    color: #d9e5ee;
}

.sje-demo-entry__benefits {
    display: grid;
    max-width: 590px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sje-demo-entry__benefits li {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 18px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.sje-demo-entry__benefits strong {
    color: #fff;
}

.sje-demo-entry__benefits span {
    color: #bed0de;
    line-height: 1.45;
}

.sje-demo-entry__panel {
    padding: 34px;
    border: 1px solid #d7e0e7;
    border-top: 5px solid #c99736;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(13, 34, 54, .14);
}

.sje-demo-entry__panel-head > span {
    color: #9b6b18;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
}

.sje-demo-entry__panel-head h2 {
    margin: 7px 0;
    color: #142237;
    font-size: 28px;
}

.sje-demo-entry__panel-head p {
    margin: 0;
    color: #617184;
    line-height: 1.5;
}

.sje-demo-entry__panel form {
    gap: 14px;
    margin-top: 24px;
}

.sje-demo-entry__panel .sje-demo-entry__check {
    color: #49596b;
    font-size: 13px;
}

.sje-demo-entry__panel button {
    margin-top: 4px;
    font-size: 15px;
}

.sje-demo-entry__panel button:hover,
.sje-demo-entry__panel button:focus {
    background: #0f3b5c;
}

.sje-demo-entry__privacy-note {
    margin: 14px 0 0;
    color: #748294;
    text-align: center;
    font-size: 12px;
}

.sje-demo-entry__footer {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #657487;
    font-size: 12px;
}

.sje-demo-entry__footer a {
    color: #184f78;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 600px) {
    .rtadv-demo-ribbon {
        right: 10px;
        bottom: 10px;
        left: 10px;
        max-width: none;
    }
    .sje-demo-entry {
        margin: 20px 12px;
        padding: 22px;
    }
}

@media (max-width: 900px) {
    .sje-demo-standalone main {
        background: #eef3f7;
    }
    .sje-demo-standalone .sje-demo-entry {
        width: min(720px, calc(100% - 32px));
        padding-top: 22px;
    }
    .sje-demo-entry__brand {
        min-height: 60px;
        padding: 16px 24px;
        border-radius: 8px;
        background: #0b2942;
        justify-content: center;
    }
    .sje-demo-entry__brand > span {
        display: none;
    }
    .sje-demo-entry__layout {
        grid-template-columns: 1fr;
        gap: 22px;
        min-height: 0;
        padding: 24px 0;
    }
    .sje-demo-entry__intro {
        padding: 32px;
        border-radius: 8px;
        background: #0b2942;
    }
    .sje-demo-entry__intro h1 {
        font-size: clamp(32px, 7vw, 44px);
    }
}

@media (max-width: 600px) {
    .sje-demo-standalone .sje-demo-entry {
        width: min(100% - 20px, 520px);
        margin: 0 auto;
        padding: 14px 0 20px;
    }
    .sje-demo-entry__brand img {
        width: min(260px, 76vw);
    }
    .sje-demo-entry__layout {
        padding-top: 14px;
    }
    .sje-demo-entry__intro,
    .sje-demo-entry__panel {
        padding: 24px 20px;
    }
    .sje-demo-entry__intro h1 {
        font-size: 32px;
        line-height: 1.12;
    }
    .sje-demo-entry__lead {
        font-size: 16px;
    }
    .sje-demo-entry__benefits li {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .sje-demo-entry__footer {
        flex-direction: column;
        justify-content: center;
        padding-top: 10px;
        text-align: center;
    }
}
