.wbb {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    padding: 18px 0 34px;
}

.wbb a {
    color: inherit;
}

.wbb-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 26px;
    align-items: end;
    padding: 28px 0 30px;
    border-bottom: 1px solid rgba(17, 16, 24, .1);
}

.wbb-hero--simple,
.wbb-hero--compact {
    display: block;
    padding-bottom: 20px;
}

.wbb-hero__content {
    min-width: 0;
}

.wbb-hero__panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(109, 40, 217, .14);
    border-radius: 24px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 18px 50px rgba(50, 28, 90, .1);
    backdrop-filter: blur(16px);
}

.wbb-hero__panel span {
    display: grid;
    min-height: 52px;
    place-items: center;
    border: 1px solid rgba(17, 16, 24, .08);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .94), rgba(246, 240, 255, .9));
    color: #2d2438;
    font-size: 14px;
    font-weight: 900;
}

.wbb-eyebrow {
    margin: 0 0 10px;
    color: #6d28d9;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.wbb h1,
.wbb h2,
.wbb h3,
.wbb p {
    letter-spacing: 0;
}

.wbb h1 {
    margin: 0;
    color: #15121c;
    font-size: clamp(38px, 4.7vw, 68px);
    line-height: .98;
}

.wbb-lead,
.wbb-article__lead {
    max-width: 780px;
    margin: 16px 0 0;
    color: #5e5869;
    font-size: 18px;
    line-height: 1.6;
}

.wbb-categories {
    position: sticky;
    z-index: 2;
    top: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 22px 0 30px;
    padding: 10px;
    border: 1px solid rgba(17, 16, 24, .08);
    border-radius: 22px;
    background: rgba(255, 255, 255, .68);
    box-shadow: 0 16px 36px rgba(30, 21, 54, .07);
    backdrop-filter: blur(16px);
}

.wbb-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(17, 16, 24, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .8);
    color: #36303f;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .16s ease, border-color .16s ease, background .16s ease, color .16s ease;
}

.wbb-chip:hover,
.wbb-chip--active {
    border-color: rgba(109, 40, 217, .35);
    background: #6d28d9;
    color: #fff;
    transform: translateY(-1px);
}

.wbb-section {
    margin-top: 30px;
}

.wbb-section + .wbb-section {
    margin-top: 56px;
}

.wbb-section__head {
    display: flex;
    gap: 18px;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wbb-section__head h2 {
    margin: 0;
    color: #15121c;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.1;
}

.wbb-section__head p:not(.wbb-eyebrow) {
    max-width: 430px;
    margin: 0;
    color: #6b6474;
    font-size: 15px;
    line-height: 1.5;
}

.wbb-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

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

.wbb-card {
    position: relative;
    display: grid;
    min-width: 0;
    height: 100%;
    overflow: hidden;
    grid-template-rows: auto 1fr auto;
    border: 1px solid rgba(17, 16, 24, .1);
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 18px 44px rgba(30, 21, 54, .09);
    contain: layout paint;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.wbb-card:hover {
    border-color: rgba(109, 40, 217, .22);
    box-shadow: 0 24px 58px rgba(30, 21, 54, .14);
    transform: translateY(-3px);
}

.wbb-card--pinned {
    border-color: rgba(109, 40, 217, .24);
    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(249, 246, 255, .92));
}

.wbb-card__media {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0;
    height: clamp(178px, 17vw, 214px) !important;
    overflow: hidden !important;
    flex: 0 0 auto;
    background: radial-gradient(circle at 20% 15%, rgba(109, 40, 217, .16), transparent 34%), linear-gradient(135deg, #f7f3ff, #eef8f4);
    color: #6d28d9;
    font-weight: 900;
    line-height: 0;
    text-decoration: none;
}

.wbb-grid--featured .wbb-card__media {
    height: clamp(188px, 18vw, 228px) !important;
}

.wbb-card__media img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    background: transparent;
}

.wbb-card__badge {
    position: absolute !important;
    left: 14px !important;
    top: 14px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 1;
    display: inline-flex !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 30px !important;
    align-items: center;
    justify-content: center;
    padding: 0 11px !important;
    border: 1px solid rgba(255, 255, 255, .46);
    border-radius: 999px !important;
    background: rgba(109, 40, 217, .94) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(30, 21, 54, .16);
    font-size: 12px !important;
    font-weight: 900;
    line-height: 1 !important;
    text-align: center;
}

.wbb-card__body {
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    padding: 18px 18px 12px;
}

.wbb-meta {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 11px;
    color: #766f80;
    font-size: 13px;
    font-weight: 800;
}

.wbb-meta time,
.wbb-meta span {
    display: inline-flex;
    min-width: 0;
    max-width: 100%;
    align-items: center;
}

.wbb-meta span {
    min-height: 24px;
    overflow: hidden;
    padding: 0 9px;
    border-radius: 999px;
    background: #f3eefc;
    color: #5b21b6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wbb-meta a {
    color: #6d28d9;
    text-decoration: none;
}

.wbb-card h2 {
    display: -webkit-box;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    margin: 0;
    color: #15121c;
    font-size: clamp(20px, 1.45vw, 22px);
    line-height: 1.2;
    overflow-wrap: anywhere;
    word-break: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wbb-card h2 a {
    color: inherit;
    text-decoration: none;
}

.wbb-card h2 a:hover {
    color: #6d28d9;
}

.wbb-card p {
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    margin: 12px 0 0;
    color: #5e5869;
    font-size: 15px;
    line-height: 1.56;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wbb-read {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 38px;
    margin: 0 18px 18px;
    padding: 0 14px;
    border-radius: 999px;
    background: #6d28d9;
    color: #fff !important;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(109, 40, 217, .22);
}

.wbb-read:visited {
    color: #fff !important;
}

.wbb-read:hover,
.wbb-read:focus {
    background: #4c1d95;
    color: #fff !important;
}

.wbb-tools,
.wbb-cta,
.wbb-empty {
    margin-top: 38px;
    padding: 26px;
    border: 1px solid rgba(17, 16, 24, .1);
    border-radius: 24px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 18px 44px rgba(30, 21, 54, .08);
}

.wbb-tools {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.wbb-tools h2,
.wbb-cta h2,
.wbb-empty h2 {
    margin: 0;
    color: #15121c;
    font-size: 24px;
    line-height: 1.25;
}

.wbb-tools__links,
.wbb-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.wbb-tools__links a,
.wbb-cta__actions a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #15121c;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
}

.wbb-tools__links a:hover,
.wbb-cta__actions a:hover {
    background: #6d28d9;
}

.wbb-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 24px;
}

.wbb-social__share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(109, 40, 217, .18);
    border-radius: 999px;
    background: #fff;
    color: #4c1d95;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    cursor: pointer;
}

.wbb-social__share:hover,
.wbb-social__share.is-copied {
    border-color: #6d28d9;
    background: #6d28d9;
    color: #fff;
}

.wbb-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    color: #766f80;
    font-size: 14px;
}

.wbb-breadcrumbs a {
    color: #6d28d9;
    text-decoration: none;
}

.wbb-article {
    width: min(860px, 100%);
    margin: 0 auto;
    padding-top: 38px;
}

.wbb-article__header h1 {
    max-width: 820px;
}

.wbb-article__cover {
    margin: 26px 0;
}

.wbb-article__cover img {
    display: block;
    width: 100%;
    border-radius: 22px;
    background: linear-gradient(135deg, #f4f0ff, #eef8f4);
}

.wbb-article__content,
.wbb-article__intro {
    color: #292431;
    font-size: 18px;
    line-height: 1.75;
}

.wbb-article__content p,
.wbb-article__content ul,
.wbb-article__content ol {
    margin: 0 0 18px;
}

.wbb-article__content h2,
.wbb-article__content h3 {
    margin: 32px 0 14px;
    color: #15121c;
    line-height: 1.25;
}

.wbb-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
}

.wbb-tags a {
    padding: 8px 12px;
    border-radius: 999px;
    background: #f2eff8;
    color: #4c1d95;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.wbb-category-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
}

.wbb-category-list a {
    padding: 18px;
    border: 1px solid rgba(17, 16, 24, .1);
    border-radius: 18px;
    background: rgba(255, 255, 255, .86);
    color: #15121c;
    font-weight: 900;
    text-decoration: none;
}

.wbb-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 34px;
}

.wbb-pagination a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    padding: 0 13px;
    border: 1px solid rgba(17, 16, 24, .12);
    border-radius: 999px;
    background: #fff;
    color: #36303f;
    font-weight: 900;
    text-decoration: none;
}

.wbb-pagination a.is-active {
    background: #6d28d9;
    color: #fff;
}

.wbb-article__content .wbb-note {
    margin: 24px 0;
    padding: 18px 20px;
    border: 1px solid rgba(109, 40, 217, .18);
    border-left: 4px solid #6d28d9;
    border-radius: 12px;
    background: #f7f2ff;
    color: #2b2237;
}

.wbb-article__content .wbb-tool-card {
    margin: 30px 0;
    padding: 22px;
    border: 1px solid rgba(17, 16, 24, .1);
    border-radius: 18px;
    background: linear-gradient(135deg, #15121c, #5b21b6);
    color: #fff;
    box-shadow: 0 18px 46px rgba(30, 21, 54, .16);
}

.wbb-article__content .wbb-tool-card h3 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 24px;
}

.wbb-article__content .wbb-tool-card p {
    margin: 0 0 16px;
    color: rgba(255, 255, 255, .86);
}

.wbb-article__content .wbb-tool-card a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    background: #fff;
    color: #15121c;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none;
}

.wbb-article__content .wbb-tool-card a:hover {
    background: #f2eff8;
}

.wbb-article__content .wbb-checklist,
.wbb-article__content .wbb-steps {
    display: grid;
    gap: 10px;
    margin: 18px 0 24px;
    padding: 0;
    list-style: none;
}

.wbb-article__content .wbb-checklist li,
.wbb-article__content .wbb-steps li {
    position: relative;
    margin: 0;
    padding: 13px 14px 13px 44px;
    border: 1px solid rgba(17, 16, 24, .08);
    border-radius: 12px;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 10px 26px rgba(30, 21, 54, .05);
}

.wbb-article__content .wbb-checklist li::before,
.wbb-article__content .wbb-steps li::before {
    position: absolute;
    left: 14px;
    top: 14px;
    display: grid;
    place-items: center;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    background: #6d28d9;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.wbb-article__content .wbb-checklist li::before {
    content: "✓";
}

.wbb-article__content .wbb-steps {
    counter-reset: wbb-step;
}

.wbb-article__content .wbb-steps li {
    counter-increment: wbb-step;
}

.wbb-article__content .wbb-steps li::before {
    content: counter(wbb-step);
}

@media (max-width: 980px) {
    .wbb {
        width: min(100% - 24px, 760px);
        padding-top: 12px;
    }

    .wbb-hero {
        grid-template-columns: 1fr;
    }

    .wbb-grid,
    .wbb-grid--featured,
    .wbb-category-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wbb-section__head,
    .wbb-tools {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .wbb {
        width: min(100% - 18px, 100%);
        padding-top: 8px;
    }

    .wbb-hero {
        padding-top: 18px;
    }

    .wbb-hero__panel {
        grid-template-columns: 1fr 1fr;
        padding: 12px;
        border-radius: 18px;
    }

    .wbb-hero__panel span {
        min-height: 44px;
        font-size: 13px;
    }

    .wbb h1 {
        font-size: 36px;
    }

    .wbb-lead,
    .wbb-article__lead,
    .wbb-article__content,
    .wbb-article__intro {
        font-size: 16px;
    }

    .wbb-categories {
        position: static;
        margin-bottom: 24px;
        padding: 8px;
        border-radius: 18px;
    }

    .wbb-grid,
    .wbb-grid--featured,
    .wbb-category-list {
        grid-template-columns: 1fr;
    }

    .wbb-card {
        border-radius: 18px;
    }

    .wbb-card__media,
    .wbb-grid--featured .wbb-card__media {
        height: clamp(174px, 52vw, 230px) !important;
    }

    .wbb-card h2 {
        font-size: 21px;
    }

    .wbb-tools,
    .wbb-social,
    .wbb-cta,
    .wbb-empty {
        padding: 18px;
        border-radius: 18px;
    }

    .wbb-social {
        justify-content: flex-start;
    }
}

.wbray-carousel {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  padding: 8px 0 18px;
  margin: 20px 0 32px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.wbray-carousel figure {
  flex: 0 0 280px;
  margin: 0;
  scroll-snap-align: start;
}

.wbray-carousel img {
  width: 100%;
  display: block;
  border-radius: 18px;
  border: 1px solid #e6e8ef;
  background: #fff;
}

.wbray-carousel figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #6b7280;
}

@media (max-width: 640px) {
  .wbray-carousel {
    gap: 14px;
    margin: 18px 0 28px;
  }

  .wbray-carousel figure {
    flex: 0 0 78%;
  }
}
