html {
    scroll-behavior: smooth;
}

body {
    text-rendering: optimizeLegibility;
}

img {
    max-width: 100%;
}

.cmp-button-wrapper {
    box-shadow: 0 8px 18px rgba(30, 38, 45, 0.12);
}

.cmp-button-wrapper,
.cmp-button-wrapper .cmp-button {
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.cmp-button-wrapper:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(30, 38, 45, 0.18);
}

.carousel--overlay-content {
    max-width: 38rem;
    padding: 1.25rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.carousel--overlay-title {
    letter-spacing: 0;
}

.cmp-teaser__image img,
.cmp-image__image {
    display: block;
    height: auto;
}

.teaser--centered-title .cmp-teaser,
.cmp-teaser--default .cmp-teaser {
    overflow: hidden;
}

.teaser--centered-title .cmp-teaser__image img,
.cmp-teaser--default .cmp-teaser__image img {
    transition: transform 280ms ease;
}

.teaser--centered-title .cmp-teaser:hover .cmp-teaser__image img,
.cmp-teaser--default .cmp-teaser:hover .cmp-teaser__image img {
    transform: scale(1.025);
}

.wb-trust-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: #d8dde2;
    border-top: 1px solid #d8dde2;
    border-bottom: 1px solid #d8dde2;
}

.wb-trust-strip__item {
    background: #fff;
    padding: 0.95rem 1rem;
    text-align: center;
}

.wb-trust-strip__label {
    display: block;
    color: #1f2a33;
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.3;
}

.wb-trust-strip__detail {
    display: block;
    color: #5b6770;
    font-size: 0.78rem;
    line-height: 1.35;
    margin-top: 0.2rem;
}

.wb-floating-actions {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 10000;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.wb-floating-actions a,
.wb-back-to-top {
    border: 1px solid #5b6770;
    border-radius: 999px;
    background: #fff;
    color: #27313a;
    box-shadow: 0 10px 28px rgba(20, 30, 38, 0.2);
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.78rem 0.95rem;
    text-decoration: none;
    text-transform: uppercase;
}

.wb-floating-actions a:first-child {
    background: #5b6770;
    color: #fff;
}

.wb-back-to-top {
    display: none;
    cursor: pointer;
}

.wb-back-to-top.is-visible {
    display: inline-flex;
}

.wb-form-note {
    margin: 0.75rem 0 0;
    color: #465062;
    font-size: 0.86rem;
    text-align: center;
}

.wb-process-area {
    background: #fff;
    padding: 3rem 1rem 2.75rem;
}

.wb-seo-solutions {
    background: #f7f8f8;
    border-top: 1px solid #d8dde2;
    padding: 3rem 1rem 0;
}

.wb-seo-solutions__inner {
    max-width: 72rem;
    margin: 0 auto;
}

.wb-solution-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 2rem;
}

.wb-solution-card {
    background: #fff;
    border: 1px solid #e2e5e8;
    border-radius: 8px;
    padding: 1.25rem;
}

.wb-solution-card h3 {
    color: #111820;
    font-size: 1rem;
    letter-spacing: 0;
    margin: 0 0 0.55rem;
    padding: 0;
    text-transform: none;
}

.wb-solution-card p {
    color: #465062;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

.wb-process-area__inner {
    max-width: 72rem;
    margin: 0 auto;
}

.wb-process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    margin: 2rem 0 2.25rem;
}

.wb-process-card {
    border: 1px solid #e2e5e8;
    border-radius: 8px;
    padding: 1.25rem;
    background: #fff;
}

.wb-process-card__step {
    align-items: center;
    background: #5b6770;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 0.78rem;
    font-weight: 700;
    height: 2rem;
    justify-content: center;
    margin-bottom: 0.8rem;
    width: 2rem;
}

.wb-process-card h3 {
    color: #111820;
    font-size: 1rem;
    letter-spacing: 0;
    margin: 0 0 0.5rem;
    padding: 0;
    text-transform: none;
}

.wb-process-card p {
    color: #465062;
    font-size: 0.9rem;
    line-height: 1.55;
    margin: 0;
}

.wb-service-area {
    background: #f7f8f8;
    border: 1px solid #e2e5e8;
    border-radius: 8px;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    padding: 1.35rem;
}

.wb-service-area h3 {
    color: #111820;
    font-size: 1.05rem;
    letter-spacing: 0;
    margin: 0 0 0.4rem;
    padding: 0;
    text-transform: none;
}

.wb-service-area p {
    color: #465062;
    font-size: 0.92rem;
    line-height: 1.55;
    margin: 0;
}

.wb-service-area__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wb-service-area__list li {
    background: #fff;
    border: 1px solid #d8dde2;
    border-radius: 999px;
    color: #27313a;
    font-size: 0.85rem;
    font-weight: 700;
    padding: 0.48rem 0.78rem;
}

.wb-social-proof {
    background: #f7f8f8;
    border-top: 1px solid #d8dde2;
    border-bottom: 1px solid #d8dde2;
    padding: 3rem 1rem;
}

.wb-social-proof__inner {
    max-width: 72rem;
    margin: 0 auto;
}

.wb-section-kicker {
    color: #5b6770;
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    margin-bottom: 0.35rem;
    text-align: center;
    text-transform: uppercase;
}

.wb-section-title {
    color: #111820;
    font-size: 1.65rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 auto 0.75rem;
    max-width: 46rem;
    text-align: center;
    text-transform: none;
}

.wb-section-copy {
    color: #465062;
    font-size: 0.98rem;
    line-height: 1.6;
    margin: 0 auto 2rem;
    max-width: 44rem;
    text-align: center;
}

.wb-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.wb-review {
    background: #fff;
    border: 1px solid #e2e5e8;
    border-radius: 8px;
    padding: 1.25rem;
}

.wb-review__stars {
    color: #b85d22;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 0.08rem;
    margin-bottom: 0.75rem;
}

.wb-review blockquote {
    color: #27313a;
    font-size: 0.95rem;
    line-height: 1.55;
    margin: 0 0 1rem;
}

.wb-review cite {
    color: #5b6770;
    display: block;
    font-size: 0.82rem;
    font-style: normal;
    font-weight: 700;
}

.wb-faq {
    background: #fff;
    border: 1px solid #e2e5e8;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
}

.wb-faq details {
    border-bottom: 1px solid #e2e5e8;
    padding: 0.95rem 0;
}

.wb-faq details:last-child {
    border-bottom: 0;
}

.wb-faq summary {
    color: #111820;
    cursor: pointer;
    font-size: 0.96rem;
    font-weight: 700;
    list-style-position: outside;
}

.wb-faq p {
    color: #465062;
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0.65rem 0 0;
}

@media (max-width: 767px) {
    .wb-trust-strip {
        grid-template-columns: 1fr;
    }

    .wb-floating-actions {
        right: 0;
        bottom: 0;
        left: 0;
        justify-content: stretch;
        gap: 0;
        background: #fff;
        border-top: 1px solid #d8dde2;
    }

    .wb-floating-actions a,
    .wb-back-to-top {
        flex: 1;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0.95rem 0.5rem;
        text-align: center;
    }

    .wb-review-grid {
        grid-template-columns: 1fr;
    }

    .wb-solution-grid,
    .wb-process-grid,
    .wb-service-area {
        grid-template-columns: 1fr;
    }

    .wb-social-proof {
        padding: 2.25rem 1rem;
    }

    body {
        padding-bottom: 3.25rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
