html,
body.osb-fullscreen-template {
    margin: 0;
    padding: 0;
    min-height: 100%;
    background: #ffffff;
}

body.osb-fullscreen-template {
    font-family: Arial, Helvetica, sans-serif;
}

body.osb-fullscreen-template #wpadminbar {
    position: fixed;
}

.osb-page-shell {
    background: #ffffff;
}

.osb-page-shell.osb-landing-page-standalone {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    box-sizing: border-box;
}

.osb-landing-page-wrap {
    width: 100%;
    background: #ffffff;
}

.osb-landing-page-card {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(280px, 520px) 1fr;
    gap: 36px;
    align-items: center;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    border: 1px solid #e5edf5;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(15, 40, 70, 0.08);
    padding: 36px;
}

.osb-logo-wrap {
    text-align: center;
}

.osb-logo {
    width: 100%;
    max-width: 420px;
    height: auto;
}

.osb-copy-wrap {
    color: #17324d;
}

.osb-eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef7ff;
    color: #0c5e97;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.osb-headline {
    margin: 0 0 16px;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.08;
    color: #0e2e4f;
}

.osb-description {
    font-size: 1.12rem;
    line-height: 1.7;
    color: #42617d;
    margin: 0 0 24px;
    max-width: 680px;
}

.osb-feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}

.osb-feature-row span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #d9e6f2;
    color: #134a75;
    font-weight: 700;
    box-shadow: 0 6px 18px rgba(16, 55, 88, 0.05);
}

.osb-cta-wrap {
    margin-bottom: 16px;
}

.osb-cta-button {
    display: inline-block;
    padding: 15px 24px;
    border-radius: 12px;
    background: linear-gradient(90deg, #0f5d95 0%, #f7931e 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 12px 24px rgba(18, 68, 110, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.osb-cta-button:hover,
.osb-cta-button:focus {
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(18, 68, 110, 0.22);
}

.osb-secondary-text {
    margin: 0;
    font-size: 0.95rem;
    color: #627d96;
}

@media (max-width: 900px) {
    .osb-page-shell.osb-landing-page-standalone {
        padding: 24px 16px;
    }

    .osb-landing-page-card {
        grid-template-columns: 1fr;
        text-align: center;
        padding: 28px;
    }

    .osb-feature-row {
        justify-content: center;
    }
}
