.service-blocks-section {
    --sb-accent: #F0460E;
    --sb-bg: #ffffff;
    --sb-surface: #ffffff;
    --sb-surface-soft: #f8fafc;
    --sb-text: #111827;
    --sb-muted: #4b5563;
    --sb-border: rgba(17, 24, 39, 0.08);
    --sb-line: rgba(17, 24, 39, 0.12);
    --sb-shadow: 0 24px 60px rgba(15, 23, 42, 0.08);
    background: var(--sb-bg);
    color: var(--sb-text);
    position: relative;
    overflow: hidden;
}

.service-blocks-section.is-dark {
    --sb-bg: #0f1115;
    --sb-surface: #171a20;
    --sb-surface-soft: #1d222b;
    --sb-text: #f8fafc;
    --sb-muted: rgba(248, 250, 252, 0.72);
    --sb-border: rgba(255, 255, 255, 0.08);
    --sb-line: rgba(255, 255, 255, 0.12);
    --sb-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.service-blocks-header {
    max-width: 760px;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.service-blocks-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem;
    color: var(--sb-accent);
    font-size: 0.875rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.service-blocks-eyebrow::before {
    content: '';
    width: 34px;
    height: 2px;
    border-radius: 999px;
    background: var(--sb-accent);
}

.service-blocks-title {
    margin: 0 0 1rem;
    color: var(--sb-text);
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.service-blocks-description {
    color: var(--sb-muted);
    font-size: 1.0625rem;
    line-height: 1.75;
}

.service-blocks-richtext > *:last-child {
    margin-bottom: 0;
}

.service-blocks-richtext p,
.service-blocks-richtext li,
.service-blocks-richtext blockquote {
    color: var(--sb-muted);
}

.service-blocks-richtext h2,
.service-blocks-richtext h3,
.service-blocks-richtext h4,
.service-blocks-richtext strong {
    color: var(--sb-text);
}

.sb-stages {
    position: relative;
}

.sb-stage-item {
    position: relative;
    z-index: 1;
}

.sb-stage-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 0.4rem;
    text-align: center;
}

.sb-stage-dot {
    width: 18px;
    height: 18px;
    border-radius: 999px;
    border: 4px solid var(--sb-accent);
    background: var(--sb-bg);
    box-shadow: 0 0 0 8px var(--sb-bg);
}

.sb-stage-number {
    color: var(--sb-text);
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.sb-stage-marker-label {
    color: var(--sb-muted);
    font-size: 0.85rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sb-stage-card {
    position: relative;
    padding: clamp(1.35rem, 3vw, 2rem);
    border-radius: 26px;
    background: var(--sb-surface);
    border: 1px solid var(--sb-border);
    box-shadow: var(--sb-shadow);
}

.sb-stage-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 26px 26px 0 0;
    background: var(--sb-accent);
    opacity: 0.95;
}

.sb-stage-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.875rem;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: var(--sb-surface-soft);
    color: var(--sb-accent);
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.sb-stage-title {
    margin: 0;
    color: var(--sb-text);
    font-size: clamp(1.45rem, 2vw, 2.05rem);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.sb-stage-text {
    margin-top: 1rem;
    color: var(--sb-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.sb-stage-price {
    margin-top: 1.25rem;
    color: var(--sb-accent);
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    line-height: 1.4;
    font-weight: 800;
}

.sb-split-content {
    max-width: 640px;
}

.sb-checklist {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.sb-checklist-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: var(--sb-surface);
    border: 1px solid var(--sb-border);
    box-shadow: var(--sb-shadow);
}

.sb-checklist-icon {
    position: relative;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: var(--sb-surface-soft);
}

.service-blocks-section.is-dark .sb-checklist-icon {
    border-color: rgba(255, 255, 255, 0.08);
}

.sb-checklist-icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.55rem;
    height: 0.9rem;
    border-right: 2px solid var(--sb-accent);
    border-bottom: 2px solid var(--sb-accent);
    transform: translate(-55%, -60%) rotate(45deg);
}

.sb-checklist-title {
    margin: 0;
    color: var(--sb-text);
    font-size: 1.05rem;
    line-height: 1.35;
    font-weight: 700;
}

.sb-checklist-text {
    margin-top: 0.35rem;
    color: var(--sb-muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

.sb-split-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    align-items: center;
    margin-top: 1.75rem;
}

.sb-inline-action {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    background: var(--sb-accent);
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 18px 35px rgba(17, 24, 39, 0.16);
}

.sb-inline-action:hover {
    color: #ffffff;
    transform: translateY(-2px);
}

.sb-inline-note {
    color: var(--sb-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.sb-split-media {
    position: relative;
    border-radius: 32px;
    background: var(--sb-surface-soft);
    border: 1px solid var(--sb-border);
    box-shadow: var(--sb-shadow);
    overflow: hidden;
    isolation: isolate;
}

.sb-split-media::before {
    content: '';
    position: absolute;
    right: -8%;
    bottom: -12%;
    width: 42%;
    height: 58%;
    border-radius: 28px;
    background: var(--sb-accent);
    opacity: 0.12;
    z-index: -1;
}

.sb-split-media img {
    display: block;
    width: 100%;
    height: auto;
}

.sb-split-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 420px;
    padding: 2rem;
    text-align: center;
}

.sb-split-placeholder-title {
    color: var(--sb-text);
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    line-height: 1.2;
    font-weight: 800;
}

.sb-cta-panel {
    border-radius: 34px;
    background: var(--sb-surface-soft);
    border: 1px solid var(--sb-border);
    box-shadow: var(--sb-shadow);
    overflow: hidden;
}

.sb-cta-media {
    position: relative;
    min-height: 420px;
    background: var(--sb-surface);
}

.sb-cta-media::after {
    content: '';
    position: absolute;
    inset: auto -12% -10% auto;
    width: 50%;
    height: 45%;
    border-radius: 32px;
    background: var(--sb-accent);
    opacity: 0.12;
}

.sb-cta-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

.sb-cta-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: clamp(1.75rem, 4vw, 4rem);
}

.sb-cta-subtitle {
    margin: 2rem 0 0;
    color: var(--sb-text);
    font-size: clamp(1.15rem, 1.8vw, 1.4rem);
    line-height: 1.3;
    font-weight: 800;
}

.sb-contact-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.2rem;
}

.sb-contact-button {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 102px;
    min-height: 102px;
    padding: 0.9rem;
    border-radius: 24px;
    background: var(--sb-surface);
    border: 1px solid var(--sb-border);
    color: var(--sb-text);
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.sb-contact-button:hover {
    color: var(--sb-text);
    transform: translateY(-2px);
    border-color: var(--sb-accent);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.sb-contact-button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 18px;
    background: var(--sb-accent);
    color: #ffffff;
}

.sb-contact-button-icon svg {
    width: 1.5rem;
    height: 1.5rem;
}

.sb-contact-button-fallback {
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 700;
}

.sb-contact-button-label {
    color: var(--sb-text);
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 700;
    text-align: center;
}

.sb-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.sb-highlight-item {
    padding: 0.4rem 0 0.2rem 1rem;
    border-left: 3px solid var(--sb-accent);
}

.sb-highlight-title {
    margin: 0;
    color: var(--sb-text);
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 800;
}

.sb-highlight-text {
    margin-top: 0.4rem;
    color: var(--sb-muted);
    font-size: 0.94rem;
    line-height: 1.6;
}

@media (min-width: 992px) {
    .sb-stages::before {
        content: '';
        position: absolute;
        top: 0.75rem;
        bottom: 0.75rem;
        left: 50%;
        width: 1px;
        background: linear-gradient(180deg, transparent 0%, var(--sb-line) 8%, var(--sb-line) 92%, transparent 100%);
        transform: translateX(-50%);
    }

    .sb-stage-item {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 118px minmax(0, 1fr);
        align-items: start;
        margin-bottom: 1.4rem;
    }

    .sb-stage-item.is-left .sb-stage-card {
        grid-column: 1;
        margin-right: 1.25rem;
    }

    .sb-stage-item.is-right .sb-stage-card {
        grid-column: 3;
        margin-left: 1.25rem;
    }

    .sb-stage-marker {
        grid-column: 2;
        justify-self: center;
        padding-top: 0.1rem;
    }
}

@media (max-width: 991.98px) {
    .service-blocks-title {
        font-size: clamp(2rem, 11vw, 3.3rem);
    }

    .sb-stages::before {
        content: '';
        position: absolute;
        top: 0.75rem;
        bottom: 0.75rem;
        left: 44px;
        width: 1px;
        background: linear-gradient(180deg, transparent 0%, var(--sb-line) 8%, var(--sb-line) 92%, transparent 100%);
    }

    .sb-stage-item {
        display: grid;
        grid-template-columns: 88px minmax(0, 1fr);
        gap: 0.85rem;
        align-items: start;
        margin-bottom: 1rem;
    }

    .sb-stage-marker {
        grid-column: 1;
        align-items: center;
        padding-top: 0.15rem;
    }

    .sb-stage-card {
        grid-column: 2;
    }

    .sb-highlights {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .service-blocks-description {
        font-size: 1rem;
        line-height: 1.7;
    }

    .sb-checklist-item {
        padding: 0.95rem 1rem;
    }

    .sb-split-media,
    .sb-cta-panel {
        border-radius: 24px;
    }

    .sb-split-placeholder,
    .sb-cta-media {
        min-height: 300px;
    }

    .sb-contact-button {
        min-width: calc(50% - 0.5rem);
        flex: 1 1 calc(50% - 0.5rem);
    }

    .sb-highlights {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .sb-stage-item {
        grid-template-columns: 74px minmax(0, 1fr);
    }

    .sb-stages::before {
        left: 36px;
    }

    .sb-stage-number {
        font-size: 2.3rem;
    }

    .sb-stage-card {
        padding: 1.2rem;
        border-radius: 20px;
    }

    .sb-contact-button {
        min-width: 100%;
        flex-basis: 100%;
    }
}

.sb-contact-button-icon.has-image {
    background: var(--sb-surface);
    border: 1px solid var(--sb-border);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.service-blocks-section.is-dark .sb-contact-button-icon.has-image {
    background: rgba(255, 255, 255, 0.96);
    border-color: rgba(255, 255, 255, 0.12);
}

.sb-contact-button-custom-icon {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
    object-fit: contain;
}

.sb-dual-list-section .service-blocks-header {
    margin-bottom: clamp(2rem, 3.5vw, 3rem);
}

.sb-dual-list-column {
    height: 100%;
}

.sb-dual-list-title {
    margin: 0 0 1.75rem;
    color: var(--sb-text);
    font-size: clamp(1.85rem, 3vw, 3rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    font-weight: 900;
}

.sb-dual-list-items {
    display: grid;
    gap: 1rem;
}

.sb-dual-list-item {
    display: grid;
    grid-template-columns: 2.75rem minmax(0, 1fr);
    gap: 0.85rem;
    align-items: start;
}

.sb-dual-list-marker {
    position: relative;
    display: inline-flex;
    width: 2.75rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
    color: var(--sb-accent);
    flex: 0 0 2.75rem;
}

.sb-dual-list-item.is-plus .sb-dual-list-marker::before,
.sb-dual-list-item.is-plus .sb-dual-list-marker::after,
.sb-dual-list-item.is-minus .sb-dual-list-marker::before,
.sb-dual-list-item.is-line .sb-dual-list-marker::before,
.sb-dual-list-item.is-check .sb-dual-list-marker::before,
.sb-dual-list-item.is-check .sb-dual-list-marker::after,
.sb-dual-list-item.is-dot .sb-dual-list-marker::before {
    content: '';
    position: absolute;
    background: currentColor;
    border-radius: 999px;
}

.sb-dual-list-item.is-plus .sb-dual-list-marker::before,
.sb-dual-list-item.is-minus .sb-dual-list-marker::before,
.sb-dual-list-item.is-line .sb-dual-list-marker::before {
    width: 1.15rem;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sb-dual-list-item.is-plus .sb-dual-list-marker::after {
    width: 2px;
    height: 1.15rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sb-dual-list-item.is-check .sb-dual-list-marker::before {
    width: 2px;
    height: 0.55rem;
    top: 54%;
    left: 42%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sb-dual-list-item.is-check .sb-dual-list-marker::after {
    width: 2px;
    height: 1rem;
    top: 49%;
    left: 56%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sb-dual-list-item.is-dot .sb-dual-list-marker::before {
    width: 0.55rem;
    height: 0.55rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sb-dual-list-text {
    color: var(--sb-text);
    font-size: clamp(1.08rem, 1.6vw, 1.28rem);
    line-height: 1.45;
    font-weight: 700;
}

.sb-dual-list-note {
    margin-top: 0.35rem;
    color: var(--sb-muted);
    font-size: 0.96rem;
    line-height: 1.65;
}

@media (max-width: 767.98px) {
    .sb-dual-list-title {
        margin-bottom: 1.1rem;
        font-size: clamp(1.7rem, 7vw, 2.35rem);
    }

    .sb-dual-list-item {
        grid-template-columns: 2.3rem minmax(0, 1fr);
        gap: 0.6rem;
    }

    .sb-dual-list-marker {
        width: 2.3rem;
        height: 2.3rem;
        flex-basis: 2.3rem;
    }
}

.sb-contact-button-icon.has-image {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
}

.service-blocks-section.is-dark .sb-contact-button-icon.has-image {
    background: transparent;
    border-color: transparent;
}

.sb-contact-button-custom-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    background: transparent;
    border-radius: 0;
}

.sb-cards-grid {
    display: grid;
    grid-template-columns: repeat(var(--sb-grid-columns, 3), minmax(0, 1fr));
    gap: 1.5rem;
}

.sb-card-grid-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    padding: clamp(1.4rem, 3vw, 2rem);
    border-radius: 28px;
    background: var(--sb-surface);
    border: 1px solid var(--sb-border);
    box-shadow: var(--sb-shadow);
}

.sb-card-grid-decor {
    width: 88px;
    height: 16px;
    margin-bottom: 1.2rem;
    color: var(--sb-accent);
}

.sb-card-grid-item.is-wave .sb-card-grid-decor {
    background:
        linear-gradient(-45deg, transparent 48%, currentColor 0 55%, transparent 0) left bottom / 22px 11px repeat-x,
        linear-gradient(45deg, transparent 48%, currentColor 0 55%, transparent 0) left top / 22px 11px repeat-x;
}

.sb-card-grid-item.is-line .sb-card-grid-decor {
    width: 64px;
    height: 3px;
    border-radius: 999px;
    background: currentColor;
}

.sb-card-grid-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.35rem;
    height: 3.35rem;
    margin-bottom: 1rem;
    border-radius: 20px;
    background: var(--sb-surface-soft);
    border: 1px solid var(--sb-border);
    color: var(--sb-accent);
}

.sb-card-grid-icon svg,
.sb-card-grid-icon-image,
.sb-feature-row-media svg,
.sb-feature-row-image,
.sb-icon-list-icon svg,
.sb-icon-list-image,
.sb-framed-info-icon svg,
.sb-framed-info-image {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.sb-card-grid-tag {
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.85rem;
    color: var(--sb-accent);
    font-size: 0.82rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sb-card-grid-title {
    margin: 0;
    color: var(--sb-text);
    font-size: clamp(1.35rem, 2vw, 2rem);
    line-height: 1.18;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.sb-card-grid-text {
    margin-top: 0.95rem;
    color: var(--sb-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.sb-card-grid-list {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.sb-card-grid-list li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--sb-text);
    font-size: 1rem;
    line-height: 1.7;
}

.sb-card-grid-list li::before {
    content: '';
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    background: var(--sb-accent);
}

.sb-card-grid-price {
    margin-top: auto;
    padding-top: 1.15rem;
    color: var(--sb-accent);
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 800;
}

.sb-feature-rows {
    display: grid;
}

.sb-feature-row {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    padding: clamp(1.6rem, 3vw, 2.4rem) 0;
    border-top: 1px solid var(--sb-line);
}

.sb-feature-row:first-child {
    padding-top: 0;
    border-top: 0;
}

.sb-feature-row-media {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 160px;
    border-radius: 32px;
    color: var(--sb-accent);
}

.sb-feature-row-media.is-outline {
    border: 1px solid var(--sb-accent);
    border-color: color-mix(in srgb, var(--sb-accent) 60%, transparent);
    background: transparent;
}

.sb-feature-row-media.is-soft {
    border: 1px solid var(--sb-border);
    background: var(--sb-surface);
}

.sb-feature-row-media.is-plain {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    justify-content: flex-start;
}

.sb-feature-row-image {
    width: 4rem;
    height: 4rem;
}

.sb-feature-row-media.is-plain .sb-feature-row-image,
.sb-feature-row-media.is-plain svg {
    width: 3rem;
    height: 3rem;
}

.sb-feature-row-fallback,
.sb-icon-list-fallback,
.sb-framed-info-fallback {
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: var(--sb-surface-soft);
    background: color-mix(in srgb, var(--sb-accent) 18%, transparent);
    box-shadow: inset 0 0 0 2px var(--sb-accent);
}

.sb-feature-row-tag {
    margin-bottom: 0.75rem;
    color: var(--sb-accent);
    font-size: 0.88rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.sb-feature-row-title {
    margin: 0;
    color: var(--sb-text);
    font-size: clamp(1.5rem, 2.5vw, 2.2rem);
    line-height: 1.16;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.sb-feature-row-text {
    margin-top: 0.95rem;
    color: var(--sb-muted);
    font-size: 1.02rem;
    line-height: 1.8;
}

.sb-feature-row-list {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0 0;
    padding: 0;
    list-style: none;
}

.sb-feature-row-list li {
    position: relative;
    padding-left: 1.3rem;
    color: var(--sb-text);
    font-size: 1rem;
    line-height: 1.72;
}

.sb-feature-row-list li::before {
    content: '';
    position: absolute;
    top: 0.72rem;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 999px;
    background: var(--sb-accent);
}

.sb-pricing-table {
    border-radius: 28px;
    overflow: hidden;
    background: var(--sb-surface);
    border: 1px solid var(--sb-border);
    box-shadow: var(--sb-shadow);
}

.sb-pricing-head,
.sb-pricing-row {
    display: grid;
    grid-template-columns: minmax(0, 2.1fr) minmax(160px, 0.9fr) minmax(140px, 0.8fr) minmax(180px, 0.95fr);
    gap: 1.5rem;
    align-items: center;
}

.sb-pricing-head {
    padding: 1.5rem 1.75rem;
    background: var(--sb-surface-soft);
    background: color-mix(in srgb, var(--sb-surface-soft) 92%, transparent);
    border-bottom: 1px solid var(--sb-line);
}

.sb-pricing-head-cell {
    color: var(--sb-text);
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 800;
}

.sb-pricing-head-cell.is-accent {
    color: var(--sb-accent);
}

.sb-pricing-row {
    padding: 1.55rem 1.75rem;
    border-bottom: 1px solid var(--sb-line);
}

.sb-pricing-row:last-child {
    border-bottom: 0;
}

.sb-pricing-link {
    color: var(--sb-text);
    font-size: 1.15rem;
    line-height: 1.55;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 5px;
}

.sb-pricing-link:hover,
.sb-pricing-link.is-static {
    color: var(--sb-text);
}

.sb-pricing-note {
    margin-top: 0.45rem;
    color: var(--sb-muted);
    font-size: 0.92rem;
    line-height: 1.65;
}

.sb-pricing-duration,
.sb-pricing-price {
    font-size: 1.08rem;
    line-height: 1.45;
    font-weight: 800;
}

.sb-pricing-duration {
    color: var(--sb-accent);
}

.sb-pricing-price {
    color: var(--sb-text);
}

.sb-pricing-action {
    display: flex;
    justify-content: flex-end;
}

.sb-pricing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.8rem 1.35rem;
    border-radius: 999px;
    border: 1px solid var(--sb-accent);
    font-size: 0.92rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.sb-pricing-button.is-solid {
    background: var(--sb-accent);
    color: #ffffff;
}

.sb-pricing-button.is-outline {
    background: transparent;
    color: var(--sb-accent);
}

.sb-pricing-button:hover {
    transform: translateY(-2px);
    color: #ffffff;
    background: var(--sb-accent);
    box-shadow: 0 18px 35px rgba(15, 23, 42, 0.18);
}

.sb-link-columns-grid {
    display: grid;
    grid-template-columns: repeat(var(--sb-link-columns, 4), minmax(0, 1fr));
    gap: 2rem;
}

.sb-link-column-title {
    margin: 0 0 1rem;
    color: var(--sb-text);
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 800;
}

.sb-link-column-list {
    display: grid;
    gap: 0.8rem;
}

.sb-link-column-item {
    color: var(--sb-text);
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.sb-link-column-item:hover {
    color: var(--sb-accent);
    transform: translateX(3px);
}

.sb-icon-list {
    display: grid;
    gap: 1.75rem;
}

.sb-icon-list-item {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.sb-icon-list-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    color: var(--sb-accent);
}

.sb-icon-list-icon.is-square {
    border-radius: 18px;
    background: var(--sb-surface-soft);
    border: 1px solid var(--sb-border);
}

.sb-icon-list-icon.is-diamond::before {
    content: '';
    position: absolute;
    inset: 16px;
    border: 2px solid var(--sb-accent);
    border-color: color-mix(in srgb, var(--sb-accent) 85%, transparent);
    transform: rotate(45deg);
}

.sb-icon-list-icon.is-plain {
    width: auto;
    height: auto;
    justify-content: flex-start;
}

.sb-icon-list-title {
    margin: 0;
    color: var(--sb-text);
    font-size: clamp(1.35rem, 2vw, 1.9rem);
    line-height: 1.28;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.sb-icon-list-text {
    margin-top: 0.55rem;
    color: var(--sb-muted);
    font-size: 1.06rem;
    line-height: 1.8;
}

.sb-number-points {
    display: grid;
    gap: 1.4rem;
}

.sb-number-point-item {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 1.5rem;
    align-items: start;
}

.sb-number-point-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: #ffffff;
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 900;
}

.sb-number-point-badge.is-diamond {
    transform: rotate(45deg);
    background: var(--sb-accent);
}

.sb-number-point-badge.is-diamond span {
    transform: rotate(-45deg);
}

.sb-number-point-badge.is-circle {
    border-radius: 999px;
    background: var(--sb-accent);
}

.sb-number-point-badge.is-square {
    border-radius: 18px;
    background: var(--sb-accent);
}

.sb-number-point-text {
    color: var(--sb-muted);
    font-size: clamp(1.25rem, 2.4vw, 1.65rem);
    line-height: 1.75;
}

.sb-number-point-text strong {
    color: var(--sb-text);
    font-weight: 900;
    margin-right: 0.25rem;
}

.sb-number-point-text span {
    color: var(--sb-muted);
}

.sb-framed-info-list {
    display: grid;
    gap: 2rem;
}

.sb-framed-info-item {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 1.8rem;
    align-items: start;
}

.sb-framed-info-icon {
    position: relative;
    width: 160px;
    height: 160px;
}

.sb-framed-info-corner {
    position: absolute;
    width: 26px;
    height: 26px;
    border-color: var(--sb-accent);
    border-style: solid;
}

.sb-framed-info-corner.is-top-left {
    top: 0;
    left: 0;
    border-width: 4px 0 0 4px;
}

.sb-framed-info-corner.is-top-right {
    top: 0;
    right: 0;
    border-width: 4px 4px 0 0;
}

.sb-framed-info-corner.is-bottom-left {
    bottom: 0;
    left: 0;
    border-width: 0 0 4px 4px;
}

.sb-framed-info-corner.is-bottom-right {
    right: 0;
    bottom: 0;
    border-width: 0 4px 4px 0;
}

.sb-framed-info-icon-inner {
    position: absolute;
    inset: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: var(--sb-surface-soft);
    color: var(--sb-accent);
}

.sb-framed-info-title {
    margin: 0;
    color: var(--sb-text);
    font-size: clamp(1.35rem, 2vw, 1.95rem);
    line-height: 1.28;
    letter-spacing: -0.02em;
    font-weight: 800;
}

.sb-framed-info-label {
    margin-bottom: 0.75rem;
    color: var(--sb-text);
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 800;
}

.sb-framed-info-text {
    margin-top: 0.85rem;
    color: var(--sb-muted);
    font-size: 1.02rem;
    line-height: 1.85;
}

@media (max-width: 1199.98px) {
    .sb-pricing-head,
    .sb-pricing-row {
        grid-template-columns: minmax(0, 1.8fr) minmax(130px, 0.85fr) minmax(120px, 0.7fr) minmax(160px, 0.9fr);
        gap: 1rem;
    }

    .sb-link-columns-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .sb-cards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sb-feature-row,
    .sb-icon-list-item,
    .sb-framed-info-item {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .sb-feature-row-media,
    .sb-framed-info-icon {
        width: 140px;
        height: 140px;
    }

    .sb-icon-list-icon {
        width: 84px;
        height: 84px;
    }

    .sb-link-columns-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem;
    }

    .sb-pricing-head {
        display: none;
    }

    .sb-pricing-table {
        background: transparent;
        border: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .sb-pricing-body {
        display: grid;
        gap: 1rem;
    }

    .sb-pricing-row {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        padding: 1.3rem;
        border-radius: 22px;
        background: var(--sb-surface);
        border: 1px solid var(--sb-border);
        box-shadow: var(--sb-shadow);
    }

    .sb-pricing-cell {
        display: grid;
        gap: 0.3rem;
    }

    .sb-pricing-cell::before {
        content: attr(data-label);
        color: var(--sb-muted);
        font-size: 0.82rem;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .sb-pricing-action {
        justify-content: flex-start;
    }
}

@media (max-width: 767.98px) {
    .sb-cards-grid,
    .sb-link-columns-grid {
        grid-template-columns: 1fr;
    }

    .sb-card-grid-item,
    .sb-pricing-row {
        border-radius: 22px;
    }

    .sb-number-point-item {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 1rem;
    }

    .sb-number-point-badge {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
    }

    .sb-number-point-text {
        font-size: 1.08rem;
        line-height: 1.75;
    }

    .sb-feature-row-title,
    .sb-card-grid-title,
    .sb-framed-info-title,
    .sb-icon-list-title {
        font-size: clamp(1.3rem, 7vw, 1.75rem);
    }
}

@media (max-width: 575.98px) {
    .sb-feature-row-media,
    .sb-framed-info-icon {
        width: 120px;
        height: 120px;
    }

    .sb-icon-list-item {
        gap: 0.85rem;
    }

    .sb-icon-list-icon {
        width: 72px;
        height: 72px;
    }

    .sb-icon-list-icon.is-diamond::before {
        inset: 10px;
    }

    .sb-framed-info-icon-inner {
        inset: 18px;
    }

    .sb-link-column-item {
        font-size: 1rem;
    }
}

/* Version 1.3.0 enhancements */
.sb-cta-media::after {
    display: none;
}

.sb-cards-grid-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
    color: var(--sb-accent);
    font-size: 0.9rem;
    line-height: 1.2;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sb-cards-grid-eyebrow-decor {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 54px;
    height: 14px;
    color: var(--sb-accent);
}

.sb-cards-grid-eyebrow.is-line .sb-cards-grid-eyebrow-decor {
    width: 38px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.sb-cards-grid-eyebrow.is-wave .sb-cards-grid-eyebrow-decor {
    background:
        linear-gradient(-45deg, transparent 48%, currentColor 0 55%, transparent 0) left bottom / 13px 7px repeat-x,
        linear-gradient(45deg, transparent 48%, currentColor 0 55%, transparent 0) left top / 13px 7px repeat-x;
}

.sb-cards-grid-eyebrow-image,
.sb-card-grid-decor-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sb-cards-grid-eyebrow.is-core_icon .sb-cards-grid-eyebrow-decor {
    width: 1.45rem;
    height: 1.45rem;
}

.sb-cards-grid-eyebrow.is-core_icon .sb-cards-grid-eyebrow-decor svg,
.sb-card-grid-decor.is-core_icon svg {
    width: 100%;
    height: 100%;
}

.sb-card-grid-decor.is-core_icon,
.sb-card-grid-decor.is-custom_image {
    width: 2rem;
    height: 2rem;
}

.sb-card-grid-decor.is-none {
    display: none;
}

.sb-card-grid-decor.is-custom_image {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}

.sb-hero-cover-section {
    --sb-hero-height: max(720px, calc(100vh - 88px));
    position: relative;
    overflow: hidden;
    padding: 0;
}

.sb-hero-cover {
    position: relative;
    z-index: 1;
}

.sb-hero-cover-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
    min-height: var(--sb-hero-height);
    background: var(--sb-bg);
}

.sb-hero-cover-section.image-left .sb-hero-cover-inner {
    grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
}

.sb-hero-cover-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: clamp(2rem, 4.4vw, 4rem) clamp(1.25rem, 4.5vw, 5rem);
    border-right: 1px solid var(--sb-line);
}

.sb-hero-cover-section.image-left .sb-hero-cover-content {
    order: 2;
    border-right: 0;
    border-left: 1px solid var(--sb-line);
}

.sb-hero-cover-main {
    max-width: 780px;
}

.sb-hero-cover-title {
    margin: 0;
    color: var(--sb-text);
    font-size: clamp(2.7rem, 5.8vw, 5.85rem);
    line-height: 0.98;
    letter-spacing: -0.05em;
    font-weight: 900;
}

.sb-hero-cover-title + .sb-hero-cover-description {
    margin-top: 2rem;
}

.sb-hero-cover-description {
    max-width: 720px;
    color: var(--sb-muted);
    font-size: clamp(1.02rem, 1.35vw, 1.45rem);
    line-height: 1.65;
}

.sb-hero-cover-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    margin-top: 2.1rem;
}

.sb-hero-stat-item {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--sb-text);
    min-width: 190px;
}

.sb-hero-stat-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 1.2rem;
    width: 1.2rem;
    height: 1.2rem;
    color: var(--sb-accent);
}

.sb-hero-stat-icon svg,
.sb-hero-stat-icon-image,
.sb-hero-quick-contact-image,
.sb-hero-cover-contact-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sb-hero-stat-dot {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 999px;
    background: currentColor;
}

.sb-hero-stat-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.sb-hero-stat-text {
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.35;
    font-weight: 700;
}

.sb-hero-stat-note {
    color: var(--sb-muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

.sb-hero-cover-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
}

.sb-hero-cover-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0.95rem 1.6rem;
    background: var(--sb-accent);
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.98rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 800;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.sb-hero-cover-button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    opacity: 0.95;
}

.sb-hero-quick-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.sb-hero-quick-contact {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 52px;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--sb-border);
    color: var(--sb-text);
    text-decoration: none;
    backdrop-filter: blur(4px);
}

.service-blocks-section.is-light .sb-hero-quick-contact {
    background: var(--sb-surface);
}

.sb-hero-quick-contact:hover {
    color: var(--sb-text);
    border-color: var(--sb-accent);
}

.sb-hero-quick-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    color: var(--sb-accent);
}

.sb-hero-quick-contact-icon svg {
    width: 100%;
    height: 100%;
}

.sb-hero-quick-contact-label {
    font-size: 0.92rem;
    line-height: 1.25;
    font-weight: 700;
}

.sb-hero-cover-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.75rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--sb-line);
}

.sb-hero-cover-contact-line {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 240px;
}

.sb-hero-cover-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.05rem;
    height: 1.05rem;
    color: var(--sb-accent);
}

.sb-hero-cover-contact-icon svg {
    width: 100%;
    height: 100%;
}

.sb-hero-cover-contact-label {
    color: var(--sb-accent);
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 800;
}

.sb-hero-cover-contact-value {
    color: var(--sb-text);
    font-size: 1rem;
    line-height: 1.35;
    font-weight: 600;
    text-decoration: none;
}

.sb-hero-cover-contact-value:hover {
    color: var(--sb-text);
    text-decoration: underline;
}

.sb-hero-cover-media {
    position: relative;
    min-height: 100%;
    background: transparent;
}

.sb-hero-cover-media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: var(--sb-hero-height);
    object-fit: cover;
    object-position: center top;
    filter: none;
    -webkit-filter: none;
}

.sb-hero-cover-section.image-left .sb-hero-cover-media {
    order: 1;
}

.sb-hero-mobile-media {
    display: none;
}

.sb-table-wrap {
    --sb-table-bg: #ffffff;
    --sb-table-text: #111827;
    --sb-table-muted: #6b7280;
    --sb-table-line: rgba(17, 24, 39, 0.16);
    --sb-table-accent: var(--sb-accent);
    margin-top: 1.75rem;
    overflow-x: auto;
    border: 1px dashed var(--sb-table-line);
    background: var(--sb-table-bg);
}

.sb-table-wrap.is-dark {
    --sb-table-bg: #14171d;
    --sb-table-text: #f8fafc;
    --sb-table-muted: rgba(248, 250, 252, 0.72);
    --sb-table-line: rgba(255, 255, 255, 0.18);
}

.sb-table-wrap.is-solid {
    border-style: solid;
}

.sb-table-wrap table {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
}

.sb-table-wrap th,
.sb-table-wrap td {
    min-width: 0;
    padding: 1.35rem 1.15rem;
    border-right: 1px dashed var(--sb-table-line);
    border-bottom: 1px dashed var(--sb-table-line);
    color: var(--sb-table-text);
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    line-height: 1.45;
    vertical-align: middle;
}

.sb-table-wrap.is-solid th,
.sb-table-wrap.is-solid td {
    border-right-style: solid;
    border-bottom-style: solid;
}

.sb-table-wrap th:last-child,
.sb-table-wrap td:last-child {
    border-right: 0;
}

.sb-table-wrap tr:last-child td {
    border-bottom: 0;
}

.sb-table-wrap th {
    font-size: clamp(1.15rem, 1.5vw, 1.7rem);
    line-height: 1.25;
    font-weight: 900;
}

.sb-table-wrap .is-accent {
    color: var(--sb-table-accent);
}

.sb-table-wrap .is-strong {
    font-weight: 900;
}

.sb-table-wrap .is-center {
    text-align: center;
}

.sb-table-wrap .is-right {
    text-align: right;
}

.sb-table-wrap .cell-note {
    display: block;
    margin-top: 0.35rem;
    color: var(--sb-table-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.sb-table-wrap .cell-marker {
    display: inline-flex;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.7rem;
    border-radius: 999px;
    border: 4px solid var(--sb-table-accent);
    vertical-align: -0.15rem;
}

@media (max-width: 991.98px) {
    .sb-table-wrap table {
        min-width: 560px;
    }

    .sb-table-wrap th,
    .sb-table-wrap td {
        padding: 1rem 0.9rem;
    }
}

.sb-stats-strip-grid {
    display: grid;
    grid-template-columns: repeat(var(--sb-stats-columns, 4), minmax(0, 1fr));
    gap: 1rem;
}

.sb-stats-strip-item {
    height: 100%;
    padding: 1.4rem 1.3rem;
    border-radius: 24px;
    background: var(--sb-surface);
    border: 1px solid var(--sb-border);
    box-shadow: var(--sb-shadow);
}

.sb-stats-strip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: 1rem;
    border-radius: 18px;
    background: var(--sb-surface-soft);
    color: var(--sb-accent);
}

.sb-stats-strip-icon svg,
.sb-stats-strip-image {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
}

.sb-stats-strip-value {
    color: var(--sb-accent);
    font-size: clamp(1.8rem, 3vw, 2.65rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.sb-stats-strip-title {
    margin: 0.9rem 0 0;
    color: var(--sb-text);
    font-size: 1.1rem;
    line-height: 1.35;
    font-weight: 800;
}

.sb-stats-strip-text {
    margin-top: 0.45rem;
    color: var(--sb-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.sb-faq-list {
    display: grid;
    gap: 1rem;
}

.sb-faq-item {
    border-radius: 24px;
    background: var(--sb-surface);
    border: 1px solid var(--sb-border);
    box-shadow: var(--sb-shadow);
    overflow: hidden;
}

.sb-faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    cursor: pointer;
    list-style: none;
    padding: 1.2rem 1.3rem;
    color: var(--sb-text);
    font-size: clamp(1.08rem, 1.35vw, 1.3rem);
    line-height: 1.4;
    font-weight: 800;
}

.sb-faq-question::-webkit-details-marker {
    display: none;
}

.sb-faq-toggle {
    position: relative;
    flex: 0 0 1.1rem;
    width: 1.1rem;
    height: 1.1rem;
    color: var(--sb-accent);
}

.sb-faq-toggle::before,
.sb-faq-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    border-radius: 999px;
    transform: translate(-50%, -50%);
}

.sb-faq-toggle::before {
    width: 1rem;
    height: 2px;
}

.sb-faq-toggle::after {
    width: 2px;
    height: 1rem;
    transition: opacity 0.2s ease;
}

.sb-faq-item[open] .sb-faq-toggle::after {
    opacity: 0;
}

.sb-faq-answer {
    padding: 0 1.3rem 1.25rem;
    color: var(--sb-muted);
    font-size: 1rem;
    line-height: 1.75;
}

@media (max-width: 1199.98px) {
    .sb-hero-cover-inner,
    .sb-hero-cover-section.image-left .sb-hero-cover-inner {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.9fr);
    }

    .sb-stats-strip-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .sb-hero-cover-section {
        --sb-hero-height: auto;
        min-height: 0;
        background: #06080b;
    }

    .sb-hero-cover,
    .sb-hero-cover-inner,
    .sb-hero-cover-section.image-left .sb-hero-cover-inner {
        background: transparent;
    }

    .sb-hero-mobile-media {
        display: block;
        position: absolute;
        inset: 0;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.38) 24%, rgba(0, 0, 0, 0.74) 72%, rgba(0, 0, 0, 0.92) 100%), var(--sb-mobile-hero-image);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .sb-hero-cover-inner,
    .sb-hero-cover-section.image-left .sb-hero-cover-inner {
        grid-template-columns: 1fr;
        min-height: 100vh;
    }

    .sb-hero-cover-content,
    .sb-hero-cover-section.image-left .sb-hero-cover-content {
        position: relative;
        z-index: 2;
        border: 0;
        padding: 5.5rem 1.3rem 2rem;
        background: transparent;
    }

    .sb-hero-cover-media {
        display: none;
    }

    .sb-hero-cover-title {
        font-size: clamp(2.8rem, 15vw, 5.2rem);
    }

    .sb-hero-cover-description {
        margin-top: 1.35rem;
        max-width: 100%;
        color: rgba(255, 255, 255, 0.88);
    }

    .service-blocks-section.is-light .sb-hero-cover-description,
    .service-blocks-section.is-light .sb-hero-stat-note {
        color: rgba(255, 255, 255, 0.82);
    }

    .service-blocks-section.is-light .sb-hero-cover-title,
    .service-blocks-section.is-light .sb-hero-stat-text,
    .service-blocks-section.is-light .sb-hero-cover-contact-value,
    .service-blocks-section.is-light .sb-hero-quick-contact-label {
        color: #ffffff;
    }

    .service-blocks-section.is-light .sb-hero-quick-contact {
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.15);
    }

    .sb-hero-cover-section:not([style*="--sb-mobile-hero-image"]) .sb-hero-cover-title,
    .sb-hero-cover-section:not([style*="--sb-mobile-hero-image"]) .sb-hero-cover-description,
    .sb-hero-cover-section:not([style*="--sb-mobile-hero-image"]) .sb-hero-stat-text,
    .sb-hero-cover-section:not([style*="--sb-mobile-hero-image"]) .sb-hero-stat-note,
    .sb-hero-cover-section:not([style*="--sb-mobile-hero-image"]) .sb-hero-cover-contact-value,
    .sb-hero-cover-section:not([style*="--sb-mobile-hero-image"]) .sb-hero-quick-contact-label {
        color: var(--sb-text);
    }

    .sb-hero-cover-section:not([style*="--sb-mobile-hero-image"]) .sb-hero-quick-contact {
        background: var(--sb-surface);
        border-color: var(--sb-border);
    }

    .sb-hero-cover-stats {
        display: grid;
        gap: 0.8rem;
        margin-top: 1.5rem;
    }

    .sb-hero-stat-item {
        min-width: 0;
    }

    .sb-hero-cover-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .sb-hero-cover-button {
        width: auto;
    }

    .sb-hero-quick-contacts {
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.35rem;
    }

    .sb-hero-quick-contact {
        flex: 0 0 auto;
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.15);
        color: #ffffff;
    }

    .sb-hero-cover-contacts {
        display: grid;
        gap: 0.75rem;
        margin-top: 1.5rem;
        padding-top: 1rem;
    }

    .sb-hero-cover-contact-line {
        min-width: 0;
        color: #ffffff;
    }

    .sb-hero-cover-contact-value {
        color: #ffffff;
    }

    .sb-stats-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .sb-cards-grid-eyebrow {
        font-size: 0.78rem;
    }

    .sb-card-grid-decor.is-core_icon,
    .sb-card-grid-decor.is-custom_image {
        width: 1.7rem;
        height: 1.7rem;
        margin-bottom: 1rem;
    }

    .sb-hero-cover-content,
    .sb-hero-cover-section.image-left .sb-hero-cover-content {
        padding-top: 6rem;
    }

    .sb-hero-cover-title {
        font-size: clamp(2.5rem, 14vw, 4.5rem);
    }

    .sb-hero-cover-button {
        min-height: 54px;
    }

    .sb-stats-strip-grid {
        grid-template-columns: 1fr;
    }

    .sb-faq-question {
        padding: 1rem;
    }

    .sb-faq-answer {
        padding: 0 1rem 1rem;
    }
}

/* --------------------------------------------------------------------------
 * Orisa / wide-layout adaptation (v1.4.0)
 * Keeps the full-width feel of the ThemeForest Orisa template, but replaces
 * the previous narrow-site look with flatter Orisa tokens, larger
 * controlled containers, cleaner cards, and compact wide-screen layouts.
 * -------------------------------------------------------------------------- */
.service-blocks-section {
    --sb-accent: var(--primary-color, var(--at-theme-primary, #f0460e));
    --sb-bg: var(--at-neutral-0, #fefefe) !important;
    --sb-surface: var(--at-neutral-0, #fefefe) !important;
    --sb-surface-soft: var(--at-neutral-50, #f2f2f2) !important;
    --sb-text: var(--at-neutral-900, #1d1d1d) !important;
    --sb-muted: var(--at-neutral-500, #585959) !important;
    --sb-border: var(--at-neutral-100, #dfdfdf) !important;
    --sb-line: var(--at-neutral-100, #dfdfdf) !important;
    --sb-shadow: none !important;
    --sb-radius-sm: 12px;
    --sb-radius: 16px;
    --sb-radius-lg: 24px;
    font-family: var(--at-ff-body, inherit);
}

.service-blocks-section.is-dark {
    --sb-bg: #0f0f0f !important;
    --sb-surface: #1d1d1d !important;
    --sb-surface-soft: #212121 !important;
    --sb-text: #fefefe !important;
    --sb-muted: rgba(254, 254, 254, 0.68) !important;
    --sb-border: rgba(255, 255, 255, 0.14) !important;
    --sb-line: rgba(255, 255, 255, 0.16) !important;
}

[data-bs-theme="dark"] .service-blocks-section:not(.is-dark) {
    --sb-bg: var(--at-neutral-dark-0, #0c0c0c) !important;
    --sb-surface: var(--at-neutral-dark-100, #212121) !important;
    --sb-surface-soft: var(--at-neutral-dark-50, #141414) !important;
    --sb-text: var(--at-neutral-dark-900, #efefef) !important;
    --sb-muted: var(--at-neutral-dark-500, #b3b3b3) !important;
    --sb-border: var(--at-neutral-dark-300, #404040) !important;
    --sb-line: var(--at-neutral-dark-300, #404040) !important;
}

.service-blocks-section.section-padding {
    padding-block: clamp(72px, 8vw, 126px);
}

.service-blocks-section + .service-blocks-section.section-padding {
    padding-top: clamp(56px, 6.5vw, 104px);
}

.service-blocks-section > .container {
    width: 100%;
    max-width: 1760px;
    padding-inline: clamp(18px, 3.7vw, 72px);
}

.service-blocks-header {
    max-width: min(100%, 1050px);
    margin-bottom: clamp(2rem, 4vw, 4.75rem);
}

.service-blocks-eyebrow,
.sb-cards-grid-eyebrow {
    gap: 0.8rem;
    margin-bottom: 1.15rem;
    color: var(--sb-accent);
    font-size: clamp(0.72rem, 0.72vw, 0.86rem);
    font-weight: 700;
    letter-spacing: 0.13em;
}

.service-blocks-eyebrow::before,
.sb-cards-grid-eyebrow.is-line .sb-cards-grid-eyebrow-decor {
    width: clamp(32px, 3vw, 54px);
    height: 2px;
    background: currentColor;
}

.service-blocks-title {
    max-width: 1100px;
    margin-bottom: 1.25rem;
    font-family: var(--at-ff-heading, inherit);
    font-size: clamp(2.35rem, 5vw, 5.65rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
    font-weight: 700;
}

.service-blocks-description {
    max-width: 820px;
    color: var(--sb-muted);
    font-size: clamp(1rem, 1.05vw, 1.16rem);
    line-height: 1.72;
}

/* Hero cover */
.sb-hero-cover-section {
    --sb-hero-height: clamp(680px, calc(100vh - 86px), 860px);
    background: var(--sb-bg);
}

.sb-hero-cover-inner {
    grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
    border-bottom: 1px solid var(--sb-line);
}

.sb-hero-cover-content {
    padding: clamp(3rem, 5.8vw, 7rem) clamp(1.5rem, 5vw, 7.2rem) clamp(2.5rem, 4.8vw, 5.75rem);
}

.sb-hero-cover-main {
    max-width: 840px;
}

.sb-hero-cover-title {
    max-width: 780px;
    font-family: var(--at-ff-heading, inherit);
    font-size: clamp(3.7rem, 6.25vw, 7.35rem);
    line-height: 0.93;
    letter-spacing: -0.072em;
    font-weight: 700;
}

.sb-hero-cover-description {
    max-width: 760px;
    font-size: clamp(1.08rem, 1.2vw, 1.42rem);
    line-height: 1.72;
}

.sb-hero-cover-button,
.sb-inline-action,
.sb-pricing-button,
.sb-hero-quick-contact {
    border-radius: 999px;
}

.sb-hero-cover-button,
.sb-inline-action,
.sb-pricing-button.is-solid {
    background: var(--sb-text);
    border: 1px solid var(--sb-text);
    color: var(--sb-bg);
}

.sb-hero-cover-button:hover,
.sb-inline-action:hover,
.sb-pricing-button.is-solid:hover {
    background: var(--sb-accent);
    border-color: var(--sb-accent);
    color: #ffffff;
}

.sb-hero-cover-stats {
    gap: 0.75rem;
}

.sb-hero-stat-item {
    min-width: 0;
    padding: 0.78rem 1rem;
    border: 1px solid var(--sb-border);
    border-radius: 999px;
    background: var(--sb-surface);
}

.sb-hero-stat-text {
    font-size: 0.98rem;
    font-weight: 700;
}

.sb-hero-cover-media::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.04) 45%, rgba(0, 0, 0, 0.22));
}

.sb-hero-cover-media img {
    position: relative;
    z-index: 0;
    filter: grayscale(1) contrast(1.06) brightness(0.72);
}

/* Shared card language */
.sb-stage-card,
.sb-checklist-item,
.sb-split-media,
.sb-cta-panel,
.sb-contact-button,
.sb-card-grid-item,
.sb-feature-row,
.sb-pricing-table,
.sb-pricing-row,
.sb-icon-list-item,
.sb-framed-info-item,
.sb-stats-strip-item,
.sb-faq-item {
    border-radius: var(--sb-radius);
    border: 1px solid var(--sb-border);
    box-shadow: none;
}

.sb-card-grid-item,
.sb-checklist-item,
.sb-contact-button,
.sb-icon-list-item,
.sb-framed-info-item,
.sb-stats-strip-item,
.sb-faq-item {
    background: var(--sb-surface);
}

.sb-card-grid-item,
.sb-checklist-item,
.sb-contact-button,
.sb-pricing-row,
.sb-faq-item {
    transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.sb-card-grid-item:hover,
.sb-checklist-item:hover,
.sb-contact-button:hover,
.sb-pricing-row:hover,
.sb-faq-item:hover {
    transform: translateY(-3px);
    border-color: var(--sb-text);
}

.service-blocks-section.is-dark .sb-card-grid-item:hover,
.service-blocks-section.is-dark .sb-checklist-item:hover,
.service-blocks-section.is-dark .sb-contact-button:hover,
.service-blocks-section.is-dark .sb-pricing-row:hover,
.service-blocks-section.is-dark .sb-faq-item:hover {
    border-color: rgba(255, 255, 255, 0.42);
}

/* Link columns / dark service directory */
.sb-link-columns-section.is-dark {
    background: var(--sb-bg);
}

.sb-link-columns-section .service-blocks-header {
    max-width: 1180px;
}

.sb-link-columns-grid {
    gap: clamp(1.25rem, 2vw, 2.25rem);
}

.sb-link-column {
    padding-top: 1.15rem;
    border-top: 1px solid var(--sb-line);
}

.sb-link-column-title {
    margin-bottom: 1.25rem;
    color: var(--sb-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sb-link-column-list {
    gap: 0.48rem;
}

.sb-link-column-item {
    position: relative;
    display: inline-flex;
    width: fit-content;
    color: var(--sb-text);
    font-size: clamp(0.98rem, 0.95vw, 1.08rem);
    line-height: 1.55;
    font-weight: 600;
}

.sb-link-column-item::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0.05em;
    left: 0;
    height: 1px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.25s ease;
}

.sb-link-column-item:hover {
    color: var(--sb-accent);
    transform: none;
}

.sb-link-column-item:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

/* Pricing table */
.sb-pricing-table {
    overflow: visible;
    background: transparent;
    border: 0;
}

.sb-pricing-head,
.sb-pricing-row {
    grid-template-columns: minmax(0, 1.55fr) minmax(150px, 0.55fr) minmax(150px, 0.55fr) minmax(150px, 0.42fr);
}

.sb-pricing-head {
    padding: 0 1.25rem 1rem;
    background: transparent;
    border-bottom: 1px solid var(--sb-line);
}

.sb-pricing-head-cell {
    color: var(--sb-muted);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sb-pricing-body {
    display: grid;
    gap: 0.85rem;
    margin-top: 1rem;
}

.sb-pricing-row {
    padding: clamp(1rem, 1.7vw, 1.6rem) clamp(1rem, 2vw, 1.9rem);
    background: var(--sb-surface);
}

.sb-pricing-link {
    font-size: clamp(1.05rem, 1.05vw, 1.24rem);
    font-weight: 800;
    text-decoration: none;
}

.sb-pricing-note {
    max-width: 850px;
}

.sb-pricing-duration,
.sb-pricing-price {
    color: var(--sb-text);
    font-size: clamp(1rem, 1vw, 1.14rem);
}

.sb-pricing-duration {
    color: var(--sb-accent);
}

.sb-pricing-button {
    min-height: 46px;
    padding: 0.76rem 1.1rem;
    font-size: 0.75rem;
    letter-spacing: 0.09em;
}

.sb-pricing-button.is-outline {
    border-color: var(--sb-text);
    color: var(--sb-text);
}

/* Includes / icon list */
.sb-icon-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(1rem, 1.4vw, 1.35rem);
}

.sb-icon-list-item {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: clamp(1rem, 1.6vw, 1.45rem);
}

.sb-icon-list-icon {
    width: 46px;
    height: 46px;
    color: var(--sb-accent);
}

.sb-icon-list-icon.is-square {
    border-radius: 999px;
    background: color-mix(in srgb, var(--sb-accent) 10%, var(--sb-surface));
}

.sb-icon-list-icon.is-diamond::before {
    inset: 8px;
    border-width: 1px;
}

.sb-icon-list-icon svg,
.sb-icon-list-image {
    width: 1.35rem;
    height: 1.35rem;
}

.sb-icon-list-title {
    font-size: clamp(1.03rem, 1.12vw, 1.28rem);
    line-height: 1.28;
}

.sb-icon-list-text {
    font-size: 0.96rem;
    line-height: 1.65;
}

/* Stages / process: compact wide layout instead of over-stretched alternating cards */
@media (min-width: 992px) {
    .sb-stages {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: clamp(1rem, 1.7vw, 1.5rem);
    }

    .sb-stages::before {
        display: none;
    }

    .sb-stage-item,
    .sb-stage-item.is-left,
    .sb-stage-item.is-right {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        gap: clamp(0.9rem, 1.4vw, 1.25rem);
        align-items: stretch;
        margin: 0;
    }

    .sb-stage-item.is-left .sb-stage-card,
    .sb-stage-item.is-right .sb-stage-card,
    .sb-stage-card {
        grid-column: 2;
        margin: 0;
    }

    .sb-stage-marker {
        grid-column: 1;
        align-items: flex-start;
        justify-content: flex-start;
        padding-top: 0;
    }
}

.sb-stage-marker {
    text-align: start;
}

.sb-stage-dot {
    display: none;
}

.sb-stage-number {
    color: transparent;
    -webkit-text-stroke: 1.5px var(--sb-accent);
    font-size: clamp(2.7rem, 3.2vw, 4.8rem);
    font-weight: 700;
}

.sb-stage-marker-label {
    color: var(--sb-muted);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.sb-stage-card {
    padding: clamp(1.2rem, 2vw, 1.75rem);
    background: var(--sb-surface);
}

.sb-stage-card::before {
    right: auto;
    bottom: 0;
    width: 3px;
    height: auto;
    border-radius: 999px;
}

.sb-stage-tag {
    padding: 0;
    background: transparent;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
}

.sb-stage-title {
    font-size: clamp(1.2rem, 1.45vw, 1.65rem);
}

.sb-stage-text {
    font-size: 0.96rem;
    line-height: 1.68;
}

.sb-stage-price {
    font-size: 0.98rem;
}

/* Split / checklist */
.sb-split-content {
    max-width: 780px;
}

.sb-checklist {
    gap: 0.75rem;
}

.sb-checklist-item {
    padding: 1rem;
}

.sb-checklist-icon {
    flex-basis: 2.15rem;
    width: 2.15rem;
    height: 2.15rem;
    background: transparent;
    border-color: var(--sb-line);
}

.sb-checklist-title {
    font-size: 1rem;
}

.sb-split-media {
    border-radius: var(--sb-radius-lg);
    background: var(--sb-surface-soft);
}

.sb-split-media::before {
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 42%;
    height: 58%;
    border-radius: 0;
    opacity: 0.1;
}

.sb-split-placeholder {
    position: relative;
    min-height: 380px;
    overflow: hidden;
    background:
        linear-gradient(135deg, transparent 0 62%, color-mix(in srgb, var(--sb-accent) 16%, transparent) 62% 100%),
        var(--sb-surface-soft);
}

.sb-split-placeholder::before {
    content: '';
    position: absolute;
    top: 34px;
    right: 34px;
    width: 68px;
    height: 68px;
    border-top: 2px solid var(--sb-accent);
    border-right: 2px solid var(--sb-accent);
    opacity: 0.85;
}

.sb-split-placeholder-title {
    position: relative;
    z-index: 1;
    max-width: 520px;
    font-size: clamp(1.25rem, 1.7vw, 1.7rem);
}

/* CTA panel */
.sb-cta-panel {
    background: var(--sb-surface-soft);
}

.sb-cta-content {
    padding: clamp(1.7rem, 4vw, 4.5rem);
}

.sb-cta-media {
    min-height: 360px;
}

.sb-contact-buttons {
    gap: 0.65rem;
}

.sb-contact-button {
    min-width: 0;
    min-height: 78px;
    padding: 0.9rem 1rem;
    border-radius: var(--sb-radius);
}

.sb-contact-button-icon {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 999px;
    background: var(--sb-text);
    color: var(--sb-bg);
}

.sb-highlights {
    gap: 0.75rem;
}

.sb-highlight-item {
    padding-left: 0.9rem;
}

/* Dual list, feature rows, framed info, stats */
.sb-dual-list-title {
    font-size: clamp(1.6rem, 2.6vw, 3.2rem);
    font-weight: 700;
}

.sb-dual-list-item {
    grid-template-columns: 2.35rem minmax(0, 1fr);
}

.sb-dual-list-marker {
    width: 2.35rem;
    height: 2.35rem;
    border: 1px solid var(--sb-line);
    border-radius: 999px;
}

.sb-dual-list-text {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.sb-feature-row {
    grid-template-columns: 120px minmax(0, 1fr);
    padding: clamp(1.1rem, 2vw, 1.8rem);
    background: var(--sb-surface);
}

.sb-feature-row + .sb-feature-row {
    margin-top: 0.9rem;
}

.sb-feature-row:first-child {
    border-top: 1px solid var(--sb-border);
}

.sb-feature-row-media {
    width: 90px;
    height: 90px;
    border-radius: var(--sb-radius);
}

.sb-feature-row-title,
.sb-framed-info-title {
    font-size: clamp(1.15rem, 1.4vw, 1.6rem);
}

.sb-feature-row-text,
.sb-framed-info-text {
    font-size: 0.98rem;
    line-height: 1.7;
}

.sb-number-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.4rem;
}

.sb-number-point-item {
    padding-top: 1rem;
    border-top: 1px solid var(--sb-line);
}

.sb-number-point-badge {
    width: 48px;
    height: 48px;
    border-radius: 999px !important;
    background: var(--sb-text) !important;
    color: var(--sb-bg);
    font-size: 1.1rem;
}

.sb-number-point-badge.is-diamond,
.sb-number-point-badge.is-diamond span {
    transform: none;
}

.sb-number-point-text {
    font-size: clamp(1.03rem, 1.25vw, 1.28rem);
    line-height: 1.65;
}

.sb-framed-info-list {
    gap: 1rem;
}

.sb-framed-info-item {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 1.25rem;
    padding: clamp(1rem, 1.8vw, 1.5rem);
}

.sb-framed-info-icon {
    width: 84px;
    height: 84px;
}

.sb-framed-info-corner {
    width: 18px;
    height: 18px;
    border-width: 2px !important;
}

.sb-framed-info-icon-inner {
    inset: 12px;
    border-radius: var(--sb-radius-sm);
}

.sb-stats-strip-grid {
    gap: 1rem;
}

.sb-stats-strip-item {
    padding: clamp(1.1rem, 2vw, 1.65rem);
}

.sb-stats-strip-value {
    font-size: clamp(2.1rem, 3vw, 4.2rem);
    font-weight: 700;
}

/* FAQ */
.sb-faq-list {
    max-width: 1180px;
    margin-inline: auto;
    gap: 0.75rem;
}

.sb-faq-question {
    padding: 1.15rem 1.25rem;
    font-size: clamp(1rem, 1.1vw, 1.18rem);
}

.sb-faq-answer {
    padding-inline: 1.25rem;
    color: var(--sb-muted);
}

/* Wide screens */
@media (min-width: 1600px) {
    .sb-link-columns-grid {
        grid-template-columns: repeat(var(--sb-link-columns, 4), minmax(0, 1fr));
    }

    .sb-cards-grid {
        gap: 1.75rem;
    }
}

/* Tablet and mobile */
@media (max-width: 1199.98px) {
    .service-blocks-section > .container {
        padding-inline: clamp(16px, 3vw, 32px);
    }

    .sb-hero-cover-inner,
    .sb-hero-cover-section.image-left .sb-hero-cover-inner {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
    }

    .sb-pricing-head,
    .sb-pricing-row {
        grid-template-columns: minmax(0, 1.5fr) minmax(124px, 0.55fr) minmax(124px, 0.55fr) minmax(136px, 0.44fr);
    }
}

@media (max-width: 991.98px) {
    .service-blocks-section.section-padding {
        padding-block: 68px;
    }

    .service-blocks-title {
        font-size: clamp(2rem, 10vw, 3.8rem);
    }

    .sb-hero-cover-section {
        --sb-hero-height: auto;
    }

    .sb-hero-cover-title {
        font-size: clamp(2.75rem, 13vw, 5.2rem);
    }

    .sb-hero-stat-item {
        width: fit-content;
        max-width: 100%;
        background: rgba(255, 255, 255, 0.08);
        border-color: rgba(255, 255, 255, 0.16);
    }

    .sb-icon-list,
    .sb-number-points {
        grid-template-columns: 1fr;
    }

    .sb-feature-row,
    .sb-framed-info-item {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .service-blocks-section > .container {
        padding-inline: 18px;
    }

    .service-blocks-section.section-padding {
        padding-block: 56px;
    }

    .service-blocks-header {
        margin-bottom: 2rem;
    }

    .service-blocks-title {
        letter-spacing: -0.055em;
    }

    .sb-card-grid-item,
    .sb-pricing-row,
    .sb-icon-list-item,
    .sb-framed-info-item,
    .sb-faq-item {
        border-radius: 14px;
    }

    .sb-icon-list-item {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 1rem;
    }

    .sb-icon-list-icon {
        width: 38px;
        height: 38px;
    }

    .sb-number-point-item {
        grid-template-columns: 52px minmax(0, 1fr);
    }

    .sb-stage-item,
    .sb-stage-item.is-left,
    .sb-stage-item.is-right {
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .sb-stage-number {
        font-size: 2.6rem;
    }

    .sb-contact-button {
        min-width: 100%;
        flex-basis: 100%;
    }
}


/* --------------------------------------------------------------------------
 * Orisa polish pass (v1.5.0)
 * - aligns all service blocks to the same left gutter as the hero
 * - normalizes desktop section heading scale
 * - makes the hero fit inside one viewport on desktop
 * - adds cleaner spacing between blocks
 * - converts the wide pricing table into compact pricing cards on desktop
 * -------------------------------------------------------------------------- */
@media (min-width: 992px) {
    .service-blocks-section {
        --sb-page-gutter: clamp(3rem, 5vw, 7.2rem);
        --sb-section-title-size: clamp(2.7rem, 3.8vw, 5.85rem);
    }

    .service-blocks-section > .container {
        max-width: none;
        margin-right: 0;
        margin-left: 0;
        padding-right: var(--sb-page-gutter);
        padding-left: var(--sb-page-gutter);
    }

    .service-blocks-title,
    .sb-hero-cover-title {
        max-width: 980px;
        font-size: var(--sb-section-title-size) !important;
        line-height: 0.98;
        letter-spacing: -0.058em;
    }

    .service-blocks-header,
    .sb-hero-cover-main {
        max-width: 980px;
    }

    .service-blocks-eyebrow,
    .sb-cards-grid-eyebrow {
        margin-left: 0;
    }

    .service-blocks-description,
    .sb-hero-cover-description {
        max-width: 760px;
        font-size: clamp(1rem, 1vw, 1.18rem);
        line-height: 1.62;
    }

    .service-blocks-section.section-padding {
        padding-top: clamp(58px, 6vw, 92px);
        padding-bottom: clamp(58px, 6vw, 92px);
    }

    .service-blocks-section.section-padding + .service-blocks-section.section-padding {
        margin-top: clamp(34px, 4vw, 72px);
    }

    .sb-hero-cover-section + .service-blocks-section.section-padding {
        margin-top: clamp(34px, 4vw, 72px);
    }

    .sb-hero-cover-section {
        --sb-hero-height: clamp(560px, calc(100svh - 126px), 760px);
        min-height: 0;
    }

    .sb-hero-cover-inner {
        height: var(--sb-hero-height);
        min-height: 0;
        grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
    }

    .sb-hero-cover-content {
        min-height: 0;
        padding: clamp(2.4rem, 4vw, 4.9rem) var(--sb-page-gutter) clamp(2rem, 3.4vw, 3.9rem);
        justify-content: center;
        gap: clamp(1.25rem, 2vw, 2rem);
    }

    .sb-hero-cover-title + .sb-hero-cover-description {
        margin-top: clamp(1.2rem, 1.7vw, 1.85rem);
    }

    .sb-hero-cover-stats {
        margin-top: clamp(1rem, 1.45vw, 1.55rem);
        gap: 0.6rem;
    }

    .sb-hero-stat-item {
        padding: 0.55rem 0.8rem;
    }

    .sb-hero-stat-text {
        font-size: 0.9rem;
    }

    .sb-hero-stat-note {
        font-size: 0.76rem;
    }

    .sb-hero-cover-actions {
        margin-top: clamp(1rem, 1.5vw, 1.6rem);
        gap: 0.7rem;
    }

    .sb-hero-cover-button {
        min-height: 50px;
        padding: 0.82rem 1.25rem;
        font-size: 0.82rem;
    }

    .sb-hero-quick-contact {
        min-height: 46px;
        padding: 0.58rem 0.78rem;
    }

    .sb-hero-quick-contact-label {
        font-size: 0.82rem;
    }

    .sb-hero-cover-media,
    .sb-hero-cover-media img {
        min-height: 0;
        height: 100%;
    }

    .sb-hero-cover-media img {
        object-position: center center;
    }
}

/* Compact desktop pricing cards: better for wide Orisa pages than a 4-column table */
@media (min-width: 992px) {
    .sb-pricing-table {
        overflow: visible;
        background: transparent;
        border: 0;
    }

    .sb-pricing-head {
        display: none;
    }

    .sb-pricing-body {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: clamp(1rem, 1.35vw, 1.35rem);
        margin-top: 0;
    }

    .sb-pricing-row {
        display: grid;
        grid-template-columns: 1fr;
        align-content: start;
        gap: 0.85rem;
        min-height: 100%;
        padding: clamp(1.15rem, 1.6vw, 1.55rem);
        border-radius: var(--sb-radius);
        background: var(--sb-surface);
    }

    .sb-pricing-cell {
        min-width: 0;
    }

    .sb-pricing-cell::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.28rem;
        color: var(--sb-muted);
        font-size: 0.68rem;
        line-height: 1.2;
        font-weight: 800;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .sb-pricing-cell:first-child::before,
    .sb-pricing-action::before {
        display: none;
    }

    .sb-pricing-link {
        font-size: clamp(1.1rem, 1.15vw, 1.35rem);
        line-height: 1.25;
    }

    .sb-pricing-note {
        margin-top: 0.55rem;
        font-size: 0.9rem;
        line-height: 1.55;
    }

    .sb-pricing-duration,
    .sb-pricing-price {
        font-size: 0.98rem;
        line-height: 1.35;
    }

    .sb-pricing-action {
        justify-content: flex-start;
        margin-top: 0.15rem;
    }

    .sb-pricing-button {
        width: 100%;
        min-height: 44px;
        padding: 0.7rem 1rem;
        font-size: 0.72rem;
        white-space: normal;
        text-align: center;
    }
}

@media (min-width: 992px) and (max-width: 1540px) {
    .sb-pricing-body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1541px) {
    .sb-pricing-body {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Make other heavy blocks calmer on desktop */
@media (min-width: 992px) {
    .sb-card-grid-item,
    .sb-icon-list-item,
    .sb-framed-info-item,
    .sb-feature-row,
    .sb-stats-strip-item,
    .sb-faq-item,
    .sb-stage-card,
    .sb-checklist-item {
        padding-top: clamp(1rem, 1.35vw, 1.45rem);
        padding-bottom: clamp(1rem, 1.35vw, 1.45rem);
    }

    .sb-cards-grid,
    .sb-icon-list,
    .sb-stats-strip-grid,
    .sb-framed-info-list,
    .sb-faq-list {
        gap: clamp(0.85rem, 1.2vw, 1.25rem);
    }

    .sb-link-columns-section .service-blocks-title,
    .sb-pricing-table-section .service-blocks-title,
    .sb-icon-list-section .service-blocks-title,
    .sb-stages-section .service-blocks-title,
    .sb-cards-grid-section .service-blocks-title,
    .sb-split-section .service-blocks-title,
    .sb-feature-rows-section .service-blocks-title,
    .sb-framed-info-section .service-blocks-title,
    .sb-number-points-section .service-blocks-title,
    .sb-dual-list-section .service-blocks-title,
    .sb-stats-strip-section .service-blocks-title,
    .sb-faq-accordion-section .service-blocks-title,
    .sb-cta-panel-section .service-blocks-title {
        max-width: 980px;
    }
}

@media (max-width: 991.98px) {
    .service-blocks-section.section-padding + .service-blocks-section.section-padding,
    .sb-hero-cover-section + .service-blocks-section.section-padding {
        margin-top: 28px;
    }
}

/* --------------------------------------------------------------------------
 * Orisa alignment + spacing pass (v1.6.0)
 * Fixes the wide Orisa page where blocks visually touch each other and
 * headings start/measure differently from section to section.
 * -------------------------------------------------------------------------- */
@media (min-width: 992px) {
    html body .service-blocks-section {
        --sb-page-gutter: clamp(2rem, 4.7vw, 6.4rem);
        --sb-content-max: 980px;
        --sb-section-title-size: clamp(2.7rem, 3.8vw, 5.85rem);
    }

    html body .service-blocks-section > .container,
    html body .service-blocks-section > .container-fluid {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: var(--sb-page-gutter) !important;
        padding-left: var(--sb-page-gutter) !important;
    }

    html body .service-blocks-section.section-padding {
        margin-top: clamp(3.25rem, 5vw, 6rem) !important;
        padding-top: clamp(3.1rem, 5vw, 5.65rem) !important;
        padding-bottom: clamp(3.1rem, 5vw, 5.65rem) !important;
    }

    html body .sb-hero-cover-section + .service-blocks-section.section-padding {
        margin-top: clamp(2.75rem, 4vw, 5rem) !important;
    }

    html body .service-blocks-header,
    html body .sb-hero-cover-main,
    html body .sb-split-content {
        width: 100% !important;
        max-width: var(--sb-content-max) !important;
        margin-right: auto !important;
        margin-left: 0 !important;
    }

    html body .service-blocks-title,
    html body .sb-hero-cover-title {
        width: 100% !important;
        max-width: var(--sb-content-max) !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        font-size: var(--sb-section-title-size) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.058em !important;
    }

    html body .service-blocks-eyebrow,
    html body .sb-cards-grid-eyebrow,
    html body .service-blocks-description,
    html body .sb-hero-cover-description {
        margin-left: 0 !important;
    }

    html body .service-blocks-description,
    html body .sb-hero-cover-description {
        max-width: 760px !important;
        font-size: clamp(0.98rem, 0.95vw, 1.12rem) !important;
        line-height: 1.62 !important;
    }

    /* Hero must fit one desktop viewport and the image must fill its side. */
    html body .sb-hero-cover-section {
        --sb-hero-height: clamp(560px, calc(100svh - 86px), 740px) !important;
        min-height: 0 !important;
        height: var(--sb-hero-height) !important;
        margin-top: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    html body .sb-hero-cover,
    html body .sb-hero-cover-inner,
    html body .sb-hero-cover-content,
    html body .sb-hero-cover-media {
        min-height: 0 !important;
        height: 100% !important;
    }

    html body .sb-hero-cover-inner {
        grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr) !important;
    }

    html body .sb-hero-cover-content {
        justify-content: center !important;
        gap: clamp(0.85rem, 1.35vw, 1.35rem) !important;
        padding-top: clamp(1.65rem, 2.65vw, 3.15rem) !important;
        padding-right: clamp(1.5rem, 4vw, 5rem) !important;
        padding-bottom: clamp(1.45rem, 2.4vw, 2.8rem) !important;
        padding-left: var(--sb-page-gutter) !important;
    }

    html body .sb-hero-cover-title + .sb-hero-cover-description {
        margin-top: clamp(0.9rem, 1.3vw, 1.35rem) !important;
    }

    html body .sb-hero-cover-description p,
    html body .sb-hero-cover-description {
        margin-bottom: 0 !important;
    }

    html body .sb-hero-cover-stats {
        margin-top: clamp(0.75rem, 1.05vw, 1.15rem) !important;
        gap: 0.5rem !important;
    }

    html body .sb-hero-stat-item {
        padding: 0.45rem 0.7rem !important;
        gap: 0.45rem !important;
    }

    html body .sb-hero-stat-text {
        font-size: 0.82rem !important;
        line-height: 1.25 !important;
    }

    html body .sb-hero-stat-note {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
    }

    html body .sb-hero-cover-actions {
        margin-top: clamp(0.75rem, 1.15vw, 1.2rem) !important;
        gap: 0.55rem !important;
    }

    html body .sb-hero-cover-button {
        min-height: 44px !important;
        padding: 0.68rem 1.05rem !important;
        font-size: 0.74rem !important;
    }

    html body .sb-hero-quick-contact {
        min-height: 40px !important;
        padding: 0.48rem 0.66rem !important;
        gap: 0.45rem !important;
    }

    html body .sb-hero-quick-contact-icon {
        width: 1.35rem !important;
        height: 1.35rem !important;
    }

    html body .sb-hero-quick-contact-label {
        font-size: 0.75rem !important;
    }

    html body .sb-hero-cover-media img {
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
        object-fit: cover !important;
        object-position: center center !important;
    }

    /* Headings inside split/CTA rows should use the same left gutter, not a Bootstrap half-gutter. */
    html body .sb-split-section > .container > .row {
        display: grid !important;
        grid-template-columns: minmax(0, var(--sb-content-max)) minmax(340px, 1fr) !important;
        align-items: center !important;
        gap: clamp(2rem, 4vw, 5rem) !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    html body .sb-split-section > .container > .row > [class*="col-"] {
        width: auto !important;
        max-width: none !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    html body .sb-split-section .order-lg-1 {
        order: 1 !important;
    }

    html body .sb-split-section .order-lg-2 {
        order: 2 !important;
    }

    html body .sb-cta-section > .container > .sb-cta-panel > .row {
        --bs-gutter-x: 0 !important;
    }

    /* Less bulky cards/rows while keeping clear separation between sections. */
    html body .sb-card-grid-item,
    html body .sb-icon-list-item,
    html body .sb-framed-info-item,
    html body .sb-feature-row,
    html body .sb-stats-strip-item,
    html body .sb-faq-item,
    html body .sb-stage-card,
    html body .sb-checklist-item {
        padding: clamp(0.95rem, 1.15vw, 1.28rem) !important;
    }

    html body .sb-card-grid-title,
    html body .sb-icon-list-title,
    html body .sb-framed-info-title,
    html body .sb-feature-row-title,
    html body .sb-stage-title {
        line-height: 1.16 !important;
    }

    html body .sb-card-grid-text,
    html body .sb-icon-list-text,
    html body .sb-framed-info-text,
    html body .sb-feature-row-text,
    html body .sb-stage-text,
    html body .sb-checklist-text {
        font-size: 0.92rem !important;
        line-height: 1.55 !important;
    }

    html body .sb-cards-grid,
    html body .sb-icon-list,
    html body .sb-stages,
    html body .sb-framed-info-list,
    html body .sb-feature-rows,
    html body .sb-faq-list,
    html body .sb-stats-strip-grid {
        gap: clamp(0.8rem, 1.1vw, 1.15rem) !important;
    }

    /* Pricing: compact cards, not a stretched admin-like table. */
    html body .sb-pricing-table {
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body .sb-pricing-head {
        display: none !important;
    }

    html body .sb-pricing-body {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)) !important;
        gap: clamp(0.8rem, 1vw, 1rem) !important;
        margin-top: 0 !important;
    }

    html body .sb-pricing-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.55rem !important;
        min-height: 0 !important;
        padding: clamp(0.95rem, 1.15vw, 1.25rem) !important;
        border-radius: var(--sb-radius) !important;
        background: var(--sb-surface) !important;
    }

    html body .sb-pricing-cell {
        width: 100% !important;
    }

    html body .sb-pricing-cell::before {
        margin-bottom: 0.18rem !important;
        font-size: 0.62rem !important;
        letter-spacing: 0.12em !important;
    }

    html body .sb-pricing-cell:first-child::before,
    html body .sb-pricing-action::before {
        display: none !important;
    }

    html body .sb-pricing-link {
        font-size: clamp(1rem, 1vw, 1.18rem) !important;
        line-height: 1.18 !important;
    }

    html body .sb-pricing-note {
        margin-top: 0.38rem !important;
        font-size: 0.82rem !important;
        line-height: 1.42 !important;
    }

    html body .sb-pricing-duration,
    html body .sb-pricing-price {
        font-size: 0.9rem !important;
        line-height: 1.3 !important;
    }

    html body .sb-pricing-action {
        margin-top: auto !important;
        padding-top: 0.15rem !important;
        justify-content: flex-start !important;
    }

    html body .sb-pricing-button {
        width: 100% !important;
        min-height: 40px !important;
        padding: 0.62rem 0.85rem !important;
        font-size: 0.66rem !important;
        line-height: 1.15 !important;
        white-space: normal !important;
        text-align: center !important;
    }
}

@media (min-width: 992px) and (max-height: 760px) {
    html body .sb-hero-cover-section {
        --sb-hero-height: calc(100svh - 72px) !important;
    }

    html body .sb-hero-cover-content {
        padding-top: 1.3rem !important;
        padding-bottom: 1.25rem !important;
    }

    html body .sb-hero-cover-title {
        font-size: clamp(2.7rem, 3.45vw, 5.2rem) !important;
    }

    html body .sb-hero-cover-description {
        font-size: clamp(0.9rem, 0.86vw, 1rem) !important;
        line-height: 1.5 !important;
    }
}

@media (max-width: 991.98px) {
    html body .service-blocks-section.section-padding {
        margin-top: 2rem !important;
        padding-top: 3.25rem !important;
        padding-bottom: 3.25rem !important;
    }
}

/* --------------------------------------------------------------------------
 * Orisa micro polish (v1.7.0)
 * - FAQ accordion uses the same wide page gutters as other blocks
 * - section-to-section spacing is reduced by about 20% from v1.6
 * -------------------------------------------------------------------------- */
@media (min-width: 992px) {
    html body .service-blocks-section.section-padding {
        margin-top: clamp(2.6rem, 4vw, 4.8rem) !important;
        padding-top: clamp(2.5rem, 4vw, 4.5rem) !important;
        padding-bottom: clamp(2.5rem, 4vw, 4.5rem) !important;
    }

    html body .sb-hero-cover-section + .service-blocks-section.section-padding {
        margin-top: clamp(2.2rem, 3.2vw, 4rem) !important;
    }

    html body .sb-faq-section .service-blocks-header {
        margin-bottom: clamp(1.65rem, 3.2vw, 3.8rem) !important;
    }

    html body .sb-faq-list {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    html body .sb-faq-item {
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    html body .service-blocks-section.section-padding {
        margin-top: 1.6rem !important;
        padding-top: 2.6rem !important;
        padding-bottom: 2.6rem !important;
    }

    html body .sb-faq-list {
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}


/* --------------------------------------------------------------------------
 * Orisa hero micro spacing (v1.8.0)
 * - adds a little more breathing room below the hero button/contact row
 * -------------------------------------------------------------------------- */
@media (min-width: 992px) {
    html body .sb-hero-cover-actions {
        margin-bottom: clamp(0.9rem, 1.2vw, 1.4rem) !important;
    }

    html body .sb-hero-cover-content {
        padding-bottom: clamp(2.9rem, 5vw, 6.1rem) !important;
    }
}

@media (max-width: 991.98px) {
    html body .sb-hero-cover-actions {
        margin-bottom: 0.85rem !important;
    }
}


/* --------------------------------------------------------------------------
 * Orisa mobile repair pass (v1.9.0)
 * - fixes mobile hero text width
 * - fixes pricing cards that were still inheriting tablet table columns
 * - adds safer mobile containers so blocks do not collapse into narrow columns
 * -------------------------------------------------------------------------- */
@media (max-width: 991.98px) {
    html body .service-blocks-section,
    html body .service-blocks-section * {
        box-sizing: border-box !important;
    }

    html body .service-blocks-section {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: clip !important;
    }

    html body .service-blocks-section > .container,
    html body .service-blocks-section > .container-fluid {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        padding-right: clamp(1rem, 5vw, 1.5rem) !important;
        padding-left: clamp(1rem, 5vw, 1.5rem) !important;
    }

    html body .service-blocks-header,
    html body .sb-hero-cover-main,
    html body .sb-split-content,
    html body .service-blocks-title,
    html body .service-blocks-description {
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    html body .service-blocks-title {
        font-size: clamp(2.25rem, 10.5vw, 3.65rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.055em !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: manual !important;
    }

    html body .service-blocks-description {
        font-size: 1rem !important;
        line-height: 1.6 !important;
    }

    html body .sb-hero-cover-section {
        width: 100% !important;
        min-height: 0 !important;
        height: auto !important;
        overflow: hidden !important;
    }

    html body .sb-hero-cover,
    html body .sb-hero-cover-inner,
    html body .sb-hero-cover-section.image-left .sb-hero-cover-inner {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 0 !important;
        height: auto !important;
    }

    html body .sb-hero-cover-content,
    html body .sb-hero-cover-section.image-left .sb-hero-cover-content {
        display: flex !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        padding: clamp(5.25rem, 16vw, 6.5rem) clamp(1.05rem, 5.2vw, 1.5rem) clamp(2rem, 8vw, 3rem) !important;
        border: 0 !important;
    }

    html body .sb-hero-cover-main {
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
    }

    html body .sb-hero-cover-title {
        width: 100% !important;
        max-width: none !important;
        font-size: clamp(2.75rem, 12.5vw, 4.15rem) !important;
        line-height: 0.95 !important;
        letter-spacing: -0.06em !important;
        word-break: normal !important;
        overflow-wrap: normal !important;
        hyphens: manual !important;
    }

    html body .sb-hero-cover-title + .sb-hero-cover-description {
        margin-top: 1.15rem !important;
    }

    html body .sb-hero-cover-description {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        font-size: clamp(0.98rem, 4.2vw, 1.08rem) !important;
        line-height: 1.55 !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
        hyphens: manual !important;
    }

    html body .sb-hero-cover-description p {
        max-width: none !important;
    }

    html body .sb-hero-cover-stats {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        gap: 0.7rem !important;
        margin-top: 1.25rem !important;
    }

    html body .sb-hero-stat-item {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        padding: 0.72rem 0.9rem !important;
        border-radius: 18px !important;
    }

    html body .sb-hero-cover-actions {
        width: 100% !important;
        align-items: stretch !important;
        gap: 0.75rem !important;
        margin-top: 1.25rem !important;
        margin-bottom: 0 !important;
    }

    html body .sb-hero-cover-button {
        width: 100% !important;
        min-height: 48px !important;
        padding: 0.78rem 1rem !important;
        font-size: 0.75rem !important;
        text-align: center !important;
    }

    html body .sb-hero-quick-contacts {
        width: 100% !important;
        min-width: 0 !important;
        gap: 0.55rem !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .sb-hero-quick-contact {
        min-width: max-content !important;
        min-height: 40px !important;
        padding: 0.5rem 0.7rem !important;
    }

    html body .sb-hero-cover-media {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    html body .service-blocks-title {
        font-size: clamp(2.1rem, 10.8vw, 3.25rem) !important;
    }

    html body .sb-hero-cover-title {
        font-size: clamp(2.45rem, 12vw, 3.55rem) !important;
        line-height: 0.96 !important;
    }

    html body .sb-hero-cover-description {
        font-size: 0.98rem !important;
        line-height: 1.55 !important;
    }
}

@media (max-width: 991.98px) {
    html body .sb-pricing-table {
        width: 100% !important;
        max-width: none !important;
        overflow: visible !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body .sb-pricing-head {
        display: none !important;
    }

    html body .sb-pricing-body {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        gap: 0.95rem !important;
    }

    html body .sb-pricing-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        gap: 0.85rem !important;
        padding: 1.15rem !important;
        border-radius: 18px !important;
        overflow: hidden !important;
        background: var(--sb-surface) !important;
        border: 1px solid var(--sb-border) !important;
        box-shadow: none !important;
    }

    html body .sb-pricing-cell,
    html body .sb-pricing-duration,
    html body .sb-pricing-price,
    html body .sb-pricing-action {
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        min-width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        text-align: left !important;
    }

    html body .sb-pricing-cell::before {
        content: attr(data-label) !important;
        display: block !important;
        margin: 0 0 0.22rem !important;
        color: var(--sb-muted) !important;
        font-size: 0.72rem !important;
        line-height: 1.15 !important;
        font-weight: 800 !important;
        letter-spacing: 0.08em !important;
        text-transform: uppercase !important;
    }

    html body .sb-pricing-link {
        display: block !important;
        font-size: 1.2rem !important;
        line-height: 1.18 !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    html body .sb-pricing-note {
        display: block !important;
        max-width: none !important;
        margin-top: 0.65rem !important;
        font-size: 0.98rem !important;
        line-height: 1.58 !important;
        color: var(--sb-muted) !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    html body .sb-pricing-duration,
    html body .sb-pricing-price {
        font-size: 1.05rem !important;
        line-height: 1.35 !important;
    }

    html body .sb-pricing-duration {
        color: var(--sb-accent) !important;
    }

    html body .sb-pricing-action {
        margin-top: 0.25rem !important;
    }

    html body .sb-pricing-button {
        display: inline-flex !important;
        width: 100% !important;
        max-width: none !important;
        min-height: 46px !important;
        padding: 0.78rem 1rem !important;
        border-radius: 999px !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 0.78rem !important;
        line-height: 1.15 !important;
        letter-spacing: 0.08em !important;
        white-space: normal !important;
        text-align: center !important;
    }
}


/* --------------------------------------------------------------------------
 * Orisa hero spacing rebalance (v1.9.1)
 * - adds a bit more space between stat pills and CTA row
 * - trims the empty space below the CTA row by about the same amount
 * -------------------------------------------------------------------------- */
@media (min-width: 992px) {
    html body .sb-hero-cover-actions {
        margin-top: clamp(1.1rem, 1.5vw, 1.65rem) !important;
        margin-bottom: clamp(0.55rem, 0.8vw, 0.85rem) !important;
    }

    html body .sb-hero-cover-content {
        padding-bottom: clamp(2.1rem, 3.4vw, 3.9rem) !important;
    }
}

/* --------------------------------------------------------------------------
 * Service Page Blocks for Orisa service detail pages (v1.0.0)
 * These overrides are intentionally loaded last. The Orisa service template
 * wraps shortcode content in a narrow .col-lg-8.mx-auto column; service page
 * blocks break out to full viewport width while keeping a controlled inner grid.
 * -------------------------------------------------------------------------- */
html body .ck-content > .service-blocks-section,
html body .ck-content > p > .service-blocks-section {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    overflow-x: clip !important;
}

html body .ck-content > p:has(> .service-blocks-section) {
    margin: 0 !important;
}

html body .ck-content .service-blocks-section {
    --sb-service-inner: min(100% - clamp(2rem, 6vw, 6rem), 1420px);
    overflow-x: clip !important;
}

html body .ck-content .service-blocks-section > .container,
html body .ck-content .service-blocks-section > .container-fluid {
    width: 100% !important;
    max-width: var(--sb-service-inner) !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

html body .ck-content .service-blocks-section.is-dark {
    background: #0f0f0f !important;
}

html body .ck-content .service-blocks-section.section-padding {
    padding-block: clamp(4.8rem, 7.5vw, 8rem) !important;
}

html body .ck-content .service-blocks-section + .service-blocks-section.section-padding {
    padding-top: clamp(4.4rem, 6.5vw, 7rem) !important;
}

html body .ck-content .service-blocks-header {
    max-width: 1040px !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html body .ck-content .service-blocks-title {
    max-width: 1050px !important;
    font-size: clamp(2.7rem, 3.8vw, 5.85rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.065em !important;
}

html body .ck-content .service-blocks-description {
    max-width: 880px !important;
}

/* Service detail hero: title is h2 in markup because the theme already prints h1 above. */
@media (min-width: 992px) {
    html body .ck-content .sb-hero-cover-section {
        height: auto !important;
        min-height: 0 !important;
        padding-block: clamp(2.8rem, 4.5vw, 5.4rem) !important;
        overflow: visible !important;
    }

    html body .ck-content .sb-hero-cover-section > .container {
        max-width: var(--sb-service-inner) !important;
    }

    html body .ck-content .sb-hero-cover {
        width: var(--sb-service-inner) !important;
        max-width: var(--sb-service-inner) !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    html body .ck-content .sb-hero-cover-inner {
        display: grid !important;
        grid-template-columns: minmax(0, 0.95fr) minmax(380px, 0.9fr) !important;
        height: auto !important;
        min-height: 0 !important;
        border: 0 !important;
    }

    html body .ck-content .sb-hero-cover-content {
        height: auto !important;
        min-height: 0 !important;
        justify-content: flex-start !important;
        padding: clamp(2.5rem, 4vw, 4.8rem) !important;
    }

    html body .ck-content .sb-hero-cover-main {
        max-width: 720px !important;
    }

    html body .ck-content .sb-hero-cover-title {
        max-width: 720px !important;
        font-size: clamp(2.75rem, 4.05vw, 5rem) !important;
        line-height: 0.97 !important;
        letter-spacing: -0.065em !important;
    }

    html body .ck-content .sb-hero-cover-description {
        max-width: 680px !important;
        font-size: clamp(0.98rem, 0.98vw, 1.08rem) !important;
        line-height: 1.72 !important;
    }

    html body .ck-content .sb-hero-cover-stats {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 0.72rem !important;
        margin-top: clamp(1.35rem, 1.6vw, 1.85rem) !important;
    }

    html body .ck-content .sb-hero-stat-item {
        width: 100% !important;
        border-radius: 999px !important;
    }

    html body .ck-content .sb-hero-cover-actions {
        margin-top: clamp(1.25rem, 1.7vw, 1.9rem) !important;
        margin-bottom: 0 !important;
    }

    html body .ck-content .sb-hero-cover-media,
    html body .ck-content .sb-hero-cover-media img {
        height: auto !important;
        min-height: 560px !important;
    }

    html body .ck-content .sb-hero-cover-media img {
        width: 100% !important;
        object-fit: cover !important;
        object-position: center center !important;
    }
}

/* Page guide / link columns should use the wide service page grid. */
html body .ck-content .sb-link-columns-section .service-blocks-header {
    max-width: 1120px !important;
}

html body .ck-content .sb-link-columns-grid {
    width: 100% !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

/* Project snapshot: three columns, smaller red value text. */
html body .ck-content .sb-stats-strip-grid {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: clamp(1rem, 1.4vw, 1.35rem) !important;
}

html body .ck-content .sb-stats-strip-item {
    padding: clamp(1.25rem, 2vw, 1.75rem) !important;
}

html body .ck-content .sb-stats-strip-value {
    max-width: 100% !important;
    color: var(--sb-accent) !important;
    font-size: clamp(1.45rem, 2.05vw, 2.7rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -0.055em !important;
}

/* Split content: image beside text, checklist below across full width. */
html body .ck-content .sb-split-section > .container > .row {
    display: initial !important;
}

html body .ck-content .sb-split-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.72fr) !important;
    gap: clamp(2rem, 4vw, 5rem) !important;
    align-items: center !important;
    width: 100% !important;
}

html body .ck-content .sb-split-layout.image-left .sb-split-media {
    order: 1 !important;
    margin-right: auto !important;
    margin-left: 0 !important;
}

html body .ck-content .sb-split-layout.image-left .sb-split-content {
    order: 2 !important;
}

html body .ck-content .sb-split-layout.image-right .sb-split-content {
    order: 1 !important;
}

html body .ck-content .sb-split-layout.image-right .sb-split-media {
    order: 2 !important;
    margin-right: 0 !important;
    margin-left: auto !important;
}

html body .ck-content .sb-split-content {
    width: 100% !important;
    max-width: 760px !important;
}

html body .ck-content .sb-split-media {
    width: 100% !important;
    max-width: 560px !important;
    overflow: hidden !important;
    border-radius: 28px !important;
}

html body .ck-content .sb-split-media img {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
    object-fit: cover !important;
}

html body .ck-content .sb-split-checklist {
    order: 3 !important;
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: clamp(0.85rem, 1.25vw, 1.1rem) !important;
    margin-top: clamp(0.25rem, 1vw, 1rem) !important;
}

html body .ck-content .sb-split-checklist .sb-checklist-item {
    min-height: 0 !important;
    padding: clamp(0.95rem, 1.3vw, 1.15rem) clamp(1rem, 1.7vw, 1.35rem) !important;
    border-radius: 16px !important;
    box-shadow: none !important;
}

/* Dark dual list / any dark section: full width background via full-bleed section. */
html body .ck-content .sb-dual-list-section.is-dark .service-blocks-header {
    max-width: 980px !important;
}

/* Pricing: keep a real table on desktop and use horizontal table scroll on mobile. */
@media (min-width: 992px) {
    html body .ck-content .sb-pricing-table {
        overflow: hidden !important;
        border: 1px solid var(--sb-border) !important;
        border-radius: 24px !important;
        background: var(--sb-surface) !important;
    }

    html body .ck-content .sb-pricing-head,
    html body .ck-content .sb-pricing-row {
        display: grid !important;
        grid-template-columns: minmax(320px, 1.42fr) minmax(190px, 0.62fr) minmax(170px, 0.48fr) minmax(220px, 0.68fr) !important;
        align-items: center !important;
        gap: 1.2rem !important;
    }

    html body .ck-content .sb-pricing-head {
        padding: 1rem 1.35rem !important;
        border-bottom: 1px solid var(--sb-border) !important;
        background: var(--sb-surface-soft) !important;
    }

    html body .ck-content .sb-pricing-body {
        display: block !important;
        margin-top: 0 !important;
    }

    html body .ck-content .sb-pricing-row {
        padding: 1.15rem 1.35rem !important;
        border: 0 !important;
        border-bottom: 1px solid var(--sb-border) !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    html body .ck-content .sb-pricing-row:last-child {
        border-bottom: 0 !important;
    }

    html body .ck-content .sb-pricing-button {
        width: 100% !important;
        min-width: 0 !important;
    }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
    html body .ck-content .sb-stats-strip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991.98px) {
    html body .ck-content .service-blocks-section {
        --sb-service-inner: calc(100% - clamp(2rem, 8vw, 3rem));
    }

    html body .ck-content .service-blocks-section.section-padding {
        padding-block: clamp(3.25rem, 10vw, 5rem) !important;
    }

    html body .ck-content .sb-hero-cover-section {
        padding-block: 0 !important;
    }

    html body .ck-content .sb-hero-cover {
        width: 100% !important;
        max-width: 100% !important;
    }

    html body .ck-content .sb-hero-cover-content,
    html body .ck-content .sb-hero-cover-section.image-left .sb-hero-cover-content {
        padding-right: clamp(1rem, 5vw, 1.5rem) !important;
        padding-left: clamp(1rem, 5vw, 1.5rem) !important;
    }

    html body .ck-content .sb-link-columns-grid,
    html body .ck-content .sb-stats-strip-grid,
    html body .ck-content .sb-split-checklist {
        grid-template-columns: 1fr !important;
    }

    html body .ck-content .sb-split-layout {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    html body .ck-content .sb-split-content,
    html body .ck-content .sb-split-media {
        max-width: none !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    html body .ck-content .sb-split-layout .sb-split-content,
    html body .ck-content .sb-split-layout .sb-split-media,
    html body .ck-content .sb-split-layout .sb-split-checklist {
        order: initial !important;
    }

    html body .ck-content .sb-pricing-table {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        border: 1px solid var(--sb-border) !important;
        border-radius: 20px !important;
        background: var(--sb-surface) !important;
        -webkit-overflow-scrolling: touch !important;
    }

    html body .ck-content .sb-pricing-head,
    html body .ck-content .sb-pricing-row {
        display: grid !important;
        grid-template-columns: minmax(250px, 1.25fr) minmax(180px, 0.7fr) minmax(160px, 0.58fr) minmax(210px, 0.72fr) !important;
        min-width: 820px !important;
        gap: 1rem !important;
        align-items: center !important;
    }

    html body .ck-content .sb-pricing-head {
        padding: 0.95rem 1rem !important;
        border-bottom: 1px solid var(--sb-border) !important;
        background: var(--sb-surface-soft) !important;
    }

    html body .ck-content .sb-pricing-body {
        display: block !important;
        margin-top: 0 !important;
    }

    html body .ck-content .sb-pricing-row {
        padding: 1rem !important;
        border: 0 !important;
        border-bottom: 1px solid var(--sb-border) !important;
        border-radius: 0 !important;
        background: transparent !important;
    }

    html body .ck-content .sb-pricing-cell::before {
        content: none !important;
        display: none !important;
    }

    html body .ck-content .sb-pricing-cell,
    html body .ck-content .sb-pricing-duration,
    html body .ck-content .sb-pricing-price,
    html body .ck-content .sb-pricing-action {
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
        text-align: left !important;
    }

    html body .ck-content .sb-pricing-button {
        width: 100% !important;
        min-width: 0 !important;
        white-space: normal !important;
    }
}

@media (max-width: 767.98px) {
    html body .ck-content .sb-stats-strip-grid {
        grid-template-columns: 1fr !important;
    }

    html body .ck-content .sb-stats-strip-value {
        font-size: clamp(1.55rem, 9vw, 2.35rem) !important;
    }
}


/* --------------------------------------------------------------------------
 * Service Page Blocks v1.2.0 mobile polish
 * - pricing table stays a table on desktop
 * - phone screens use complete stacked pricing cards with price and CTA visible
 * - split checklist remains after the image on phone screens
 * -------------------------------------------------------------------------- */
@media (max-width: 767.98px) {
    html body .ck-content .sb-pricing-table-section .sb-pricing-table,
    html body .sb-pricing-table-section .sb-pricing-table {
        display: block !important;
        width: 100% !important;
        overflow: visible !important;
        border: 0 !important;
        border-radius: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-head,
    html body .sb-pricing-table-section .sb-pricing-head {
        display: none !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-body,
    html body .sb-pricing-table-section .sb-pricing-body {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
        margin-top: clamp(1.2rem, 7vw, 1.8rem) !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-row,
    html body .sb-pricing-table-section .sb-pricing-row {
        display: grid !important;
        grid-template-columns: 1fr !important;
        min-width: 0 !important;
        width: 100% !important;
        gap: 0.95rem !important;
        padding: clamp(1.05rem, 5vw, 1.35rem) !important;
        border: 1px solid var(--sb-border) !important;
        border-radius: 20px !important;
        background: var(--sb-surface) !important;
        box-shadow: none !important;
    }

    html body .ck-content .sb-pricing-table-section.is-dark .sb-pricing-row,
    html body .sb-pricing-table-section.is-dark .sb-pricing-row {
        background: rgba(255, 255, 255, 0.045) !important;
        border-color: rgba(255, 255, 255, 0.16) !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-row:last-child,
    html body .sb-pricing-table-section .sb-pricing-row:last-child {
        border-bottom: 1px solid var(--sb-border) !important;
    }

    html body .ck-content .sb-pricing-table-section.is-dark .sb-pricing-row:last-child,
    html body .sb-pricing-table-section.is-dark .sb-pricing-row:last-child {
        border-bottom-color: rgba(255, 255, 255, 0.16) !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-cell,
    html body .ck-content .sb-pricing-table-section .sb-pricing-duration,
    html body .ck-content .sb-pricing-table-section .sb-pricing-price,
    html body .ck-content .sb-pricing-table-section .sb-pricing-action,
    html body .sb-pricing-table-section .sb-pricing-cell,
    html body .sb-pricing-table-section .sb-pricing-duration,
    html body .sb-pricing-table-section .sb-pricing-price,
    html body .sb-pricing-table-section .sb-pricing-action {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;
        padding: 0 !important;
        text-align: left !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-cell::before,
    html body .sb-pricing-table-section .sb-pricing-cell::before {
        content: attr(data-label) !important;
        display: block !important;
        margin: 0 0 0.28rem !important;
        color: var(--sb-muted) !important;
        font-size: 0.68rem !important;
        line-height: 1.1 !important;
        font-weight: 900 !important;
        letter-spacing: 0.13em !important;
        text-transform: uppercase !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-cell:first-child::before,
    html body .ck-content .sb-pricing-table-section .sb-pricing-action::before,
    html body .sb-pricing-table-section .sb-pricing-cell:first-child::before,
    html body .sb-pricing-table-section .sb-pricing-action::before {
        content: none !important;
        display: none !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-link,
    html body .sb-pricing-table-section .sb-pricing-link {
        display: block !important;
        color: var(--sb-heading) !important;
        font-size: clamp(1.2rem, 6vw, 1.48rem) !important;
        line-height: 1.14 !important;
        font-weight: 900 !important;
        text-decoration: none !important;
        border-bottom: 0 !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-note,
    html body .sb-pricing-table-section .sb-pricing-note {
        margin-top: 0.5rem !important;
        color: var(--sb-muted) !important;
        font-size: clamp(0.94rem, 4.4vw, 1.05rem) !important;
        line-height: 1.48 !important;
        font-weight: 500 !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-duration,
    html body .ck-content .sb-pricing-table-section .sb-pricing-price,
    html body .sb-pricing-table-section .sb-pricing-duration,
    html body .sb-pricing-table-section .sb-pricing-price {
        color: var(--sb-heading) !important;
        font-size: clamp(1rem, 4.8vw, 1.12rem) !important;
        line-height: 1.25 !important;
        font-weight: 900 !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-duration,
    html body .sb-pricing-table-section .sb-pricing-duration {
        color: var(--sb-accent) !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-action,
    html body .sb-pricing-table-section .sb-pricing-action {
        margin-top: 0.15rem !important;
        padding-top: 0 !important;
    }

    html body .ck-content .sb-pricing-table-section .sb-pricing-button,
    html body .sb-pricing-table-section .sb-pricing-button {
        display: inline-flex !important;
        width: 100% !important;
        min-width: 0 !important;
        min-height: 48px !important;
        justify-content: center !important;
        padding: 0.78rem 1rem !important;
        font-size: 0.72rem !important;
        line-height: 1.1 !important;
        white-space: normal !important;
        text-align: center !important;
    }

    html body .ck-content .sb-split-layout,
    html body .sb-split-layout {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
    }

    html body .ck-content .sb-split-layout .sb-split-content,
    html body .sb-split-layout .sb-split-content {
        order: 1 !important;
    }

    html body .ck-content .sb-split-layout .sb-split-media,
    html body .sb-split-layout .sb-split-media {
        order: 2 !important;
        margin-bottom: 1rem !important;
    }

    html body .ck-content .sb-split-layout .sb-split-checklist,
    html body .sb-split-layout .sb-split-checklist {
        order: 3 !important;
        grid-template-columns: 1fr !important;
        margin-top: 0.25rem !important;
    }
}

/* Service Hero Cover: keep desktop image full-color, align its top with the content start,
   and remove the dark frame / overlay below the image. */
html body .sb-hero-cover-media::after {
    content: none !important;
    display: none !important;
}

html body .sb-hero-cover-media,
html body .sb-hero-cover-media img {
    filter: none !important;
}

html body .sb-hero-cover-media {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
}

@media (min-width: 992px) {
    html body .sb-hero-cover-section {
        --sb-hero-cover-media-top-offset: clamp(3rem, 5.8vw, 7rem);
    }

    html body .sb-hero-cover-inner,
    html body .sb-hero-cover-section.image-left .sb-hero-cover-inner {
        align-items: stretch !important;
    }

    html body .sb-hero-cover-media {
        display: flex !important;
        align-items: flex-start !important;
        align-self: stretch !important;
        height: 100% !important;
        min-height: 0 !important;
        padding-top: var(--sb-hero-cover-media-top-offset) !important;
        padding-bottom: 0 !important;
        overflow: hidden !important;
    }

    html body .sb-hero-cover-media img {
        display: block !important;
        width: 100% !important;
        height: calc(100% - var(--sb-hero-cover-media-top-offset)) !important;
        min-height: 0 !important;
        object-fit: cover !important;
        object-position: center top !important;
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }
}

@media (max-width: 991.98px) {
    html body .sb-hero-mobile-media {
        background-image: var(--sb-mobile-hero-image) !important;
        background-color: transparent !important;
    }
}


/* Service Hero Cover desktop media alignment fix */
.sb-hero-cover-media::before,
.sb-hero-cover-media::after {
    content: none !important;
    display: none !important;
}

@media (min-width: 992px) {
    .sb-hero-cover-section .sb-hero-cover-media {
        background: transparent !important;
        background-color: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        margin-top: 96px !important;
        overflow: hidden !important;
    }

    .sb-hero-cover-section .sb-hero-cover-media img {
        display: block !important;
        width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        filter: none !important;
        -webkit-filter: none !important;
        object-fit: cover !important;
        object-position: center top !important;
        box-shadow: none !important;
        border: 0 !important;
        background: transparent !important;
    }
}
