body.single-post .single-post-wrapper {
    background:
        radial-gradient(circle at top left, rgba(20, 184, 166, 0.08), transparent 34%),
        linear-gradient(180deg, #f8fbff 0%, #eef5fb 100%);
    padding-top: 3.5rem;
}

body.single-post .site-main {
    padding-top: 4.5rem;
}

body.single-post .oscr-home-post-layout {
    overflow: clip;
}

body.single-post .oscr-post-hero {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}

body.single-post .oscr-post-hero-wrapper {
    align-items: stretch;
}

body.single-post .oscr-post-hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.single-post .oscr-home-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 1rem;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(14, 165, 233, 0.12);
    color: #0369a1;
    font-family: var(--font-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.single-post .oscr-post-hero-description {
    max-width: 62ch;
    margin-left: 0;
    margin-right: 0;
}

body.single-post .oscr-home-meta {
    margin-bottom: 2rem;
}

body.single-post .oscr-post-hero-actions {
    justify-content: flex-start;
    margin-bottom: 0;
}

body.single-post .oscr-post-hero-form {
    align-self: center;
}

.oscr-form-shell,
.oscr-secondary-form-shell,
.oscr-booking-form-wrap {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.08);
}

.oscr-form-shell {
    padding: 1.5rem;
}

.oscr-form-shell h2,
.oscr-secondary-form-shell h2 {
    margin-bottom: 0.7rem;
    font-size: clamp(1.5rem, 2vw, 2rem);
}

.oscr-form-shell > p {
    margin-bottom: 1rem;
}

.oscr-form-shell .opalsmile-lead-form-wrapper,
.oscr-booking-form-wrap .opalsmile-lead-form-wrapper,
.oscr-secondary-form-shell .opalsmile-lead-form-wrapper {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.oscr-form-shell .opalsmile-lead-form,
.oscr-booking-form-wrap .opalsmile-lead-form,
.oscr-secondary-form-shell .opalsmile-lead-form {
    max-width: none;
    margin: 0;
}

.oscr-form-shell .opalsmile-lead-form h3,
.oscr-booking-form-wrap .opalsmile-lead-form h3,
.oscr-secondary-form-shell .opalsmile-lead-form h3 {
    font-size: 1.4rem;
    margin-bottom: 0.6rem;
}

.oscr-form-shell .opalsmile-lead-form > p,
.oscr-booking-form-wrap .opalsmile-lead-form > p,
.oscr-secondary-form-shell .opalsmile-lead-form > p {
    margin-bottom: 1rem;
    color: #475569;
}

.oscr-form-shell .form-control,
.oscr-booking-form-wrap .form-control,
.oscr-secondary-form-shell .form-control {
    background: #f8fbff;
    border-radius: 14px;
    border-color: rgba(15, 23, 42, 0.08);
}

.oscr-form-shell .opalsmile-lead-form button[type="submit"],
.oscr-booking-form-wrap .opalsmile-lead-form button[type="submit"],
.oscr-secondary-form-shell .opalsmile-lead-form button[type="submit"] {
    width: 100%;
    border-radius: 999px;
    padding: 1rem 1.2rem;
    background: linear-gradient(135deg, #0ea5e9 0%, #14b8a6 100%);
    color: #ffffff;
    border: none;
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 1rem;
    box-shadow: 0 16px 30px rgba(14, 165, 233, 0.22);
}

.oscr-form-shell .opalsmile-lead-form button[type="submit"]:hover,
.oscr-booking-form-wrap .opalsmile-lead-form button[type="submit"]:hover,
.oscr-secondary-form-shell .opalsmile-lead-form button[type="submit"]:hover {
    background: linear-gradient(135deg, #0284c7 0%, #0f766e 100%);
}

.oscr-post-problems .problem-card,
.oscr-post-services .service-card,
.oscr-post-latest .post-card-home,
.oscr-post-faq .faq-item {
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

.oscr-post-guide {
    background: linear-gradient(180deg, #eef6fb 0%, #f7fbfd 100%);
}

.oscr-post-content-shell {
    max-width: 980px;
    margin: 0 auto;
}

.oscr-post-lead-capture {
    background: #ffffff;
}

.oscr-secondary-form-shell {
    max-width: 740px;
    margin: 2rem auto 0;
    padding: 1.5rem;
}

.oscr-secondary-form-shell .opalsmile-lead-form-wrapper {
    max-width: none;
}

.oscr-booking-form-wrap {
    max-width: 760px;
    margin: 0 auto 1.5rem;
    padding: 1.4rem;
    background: rgba(255, 255, 255, 0.96);
}

.oscr-post-latest .post-content {
    padding: 1.4rem;
}

.oscr-post-latest .post-content h3 {
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
}

.oscr-post-latest .post-content p:last-child {
    margin-bottom: 0;
}

.oscr-content .oscr-cta {
    display: none;
}

body.single-post .post-single-header {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 28px;
    box-shadow: 0 28px 50px rgba(15, 23, 42, 0.08);
    padding: clamp(1.5rem, 2vw, 2.25rem);
    margin-bottom: 1.5rem;
}

body.single-post .post-single-title {
    font-size: clamp(2.2rem, 4.3vw, 3.9rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    max-width: 12ch;
    margin-bottom: 1rem;
}

body.single-post .post-meta-full {
    gap: 1rem 1.5rem;
}

body.single-post .post-single-content {
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
    padding: clamp(1.5rem, 2vw, 2.5rem);
}

body.single-post .post-single-content > :last-child {
    margin-bottom: 0;
}

body.single-post .post-sidebar .sidebar-widget {
    position: sticky;
    top: 6.5rem;
    border-radius: 24px;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08);
}

body.single-post .latest-posts li {
    transition: transform 0.2s ease, background-color 0.2s ease;
    border-radius: 12px;
    padding-inline: 0.65rem;
}

body.single-post .latest-posts li:hover {
    background: rgba(14, 165, 233, 0.06);
    transform: translateX(4px);
}

.oscr-content {
    display: grid;
    gap: 1.6rem;
}

.oscr-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
    margin: 0;
    padding: 0.45rem 0.9rem;
    border-radius: 999px;
    background: rgba(20, 184, 166, 0.12);
    color: #0f766e;
    font-family: var(--font-primary);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.oscr-lead {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #0f172a;
}

.oscr-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.oscr-highlight-card,
.oscr-section,
.oscr-cta {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.oscr-highlight-card {
    padding: 1.1rem 1.2rem;
}

.oscr-highlight-card span {
    display: block;
    margin-bottom: 0.55rem;
    color: #0ea5e9;
    font-family: var(--font-primary);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.oscr-highlight-card strong {
    color: #0f172a;
    font-size: 1rem;
    line-height: 1.55;
}

.oscr-section {
    padding: 1.5rem;
}

.oscr-section h2 {
    margin-bottom: 0.85rem;
    font-size: clamp(1.55rem, 2.2vw, 2.1rem);
}

.oscr-checklist,
.oscr-steps,
.oscr-benefits {
    display: grid;
    gap: 0.8rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.oscr-checklist li,
.oscr-steps li,
.oscr-benefits li {
    position: relative;
    padding: 0.95rem 1rem 0.95rem 3rem;
    border-radius: 18px;
    background: #f8fbff;
    line-height: 1.7;
}

.oscr-checklist li::before,
.oscr-steps li::before,
.oscr-benefits li::before {
    position: absolute;
    top: 0.95rem;
    left: 1rem;
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0ea5e9, #14b8a6);
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
}

.oscr-checklist li::before {
    content: "!";
}

.oscr-steps {
    counter-reset: oscr-step;
}

.oscr-steps li::before {
    counter-increment: oscr-step;
    content: counter(oscr-step);
}

.oscr-benefits li::before {
    content: "+";
}

.oscr-faq {
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.oscr-faq-item + .oscr-faq-item {
    margin-top: 1.1rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.oscr-faq-item h3 {
    margin-bottom: 0.45rem;
    font-size: 1.1rem;
}

.oscr-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.2rem;
    padding: 1.6rem;
    background:
        radial-gradient(circle at top right, rgba(14, 165, 233, 0.16), transparent 32%),
        linear-gradient(135deg, #0f172a 0%, #12233f 100%);
    color: #ffffff;
}

.oscr-cta-copy h2,
.oscr-cta-copy p,
.oscr-cta-copy .oscr-cta-kicker {
    color: #ffffff;
}

.oscr-cta-kicker {
    margin-bottom: 0.45rem;
    font-family: var(--font-primary);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    opacity: 0.82;
}

.oscr-cta-copy h2 {
    margin-bottom: 0.75rem;
    font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.oscr-cta-copy p {
    margin-bottom: 0;
    max-width: 50ch;
}

.oscr-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.oscr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 0.95rem 1.3rem;
    border-radius: 999px;
    font-family: var(--font-primary);
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.oscr-button:hover {
    transform: translateY(-2px);
}

.oscr-button-primary {
    background: #ffffff;
    color: #0f172a;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.oscr-button-secondary {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

@media (max-width: 980px) {
    body.single-post .oscr-post-hero {
        padding-top: 4rem;
    }

    body.single-post .oscr-post-hero-wrapper {
        flex-direction: column;
    }

    body.single-post .oscr-post-hero-actions {
        justify-content: flex-start;
    }

    .oscr-highlight-grid {
        grid-template-columns: 1fr;
    }

    .oscr-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    body.single-post .oscr-post-hero {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    body.single-post .oscr-home-meta {
        gap: 0.75rem;
    }

    body.single-post .oscr-post-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.single-post .post-single-header,
    body.single-post .post-single-content,
    .oscr-section,
    .oscr-cta {
        border-radius: 22px;
    }

    body.single-post .post-single-title {
        max-width: none;
    }

    .oscr-button {
        width: 100%;
    }
}