/* Shared presentation for the public product, knowledge centre and community. */
.wp-shell { max-width: 1280px; margin-inline: auto; padding-inline: 32px; }
.wp-nowrap { white-space: nowrap; }
.wp-filters[hidden], .wp-feature-card[hidden], .wp-empty[hidden] { display: none; }
.wp-eyebrow { display: flex; align-items: center; gap: 9px; color: #2f5ae6; font-size: 12px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.wp-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #3b6cff; box-shadow: 0 0 0 4px #3b6cff12; }
.wp-title { margin-top: 20px; color: #1b2559; font-size: clamp(38px, 5.2vw, 66px); font-weight: 800; line-height: 1.08; letter-spacing: -.045em; text-wrap: balance; }
.wp-intro { max-width: 650px; margin-top: 22px; color: #64748b; font-size: 18px; line-height: 1.8; text-wrap: pretty; }
.wp-hero { position: relative; overflow: hidden; padding-block: 76px 64px; background: radial-gradient(ellipse at 85% 15%, #dbe4ff80, transparent 55%), #f8faff; border-bottom: 1px solid #e5eaf3; }
.wp-hero::before { content: ''; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(#3b6cff06 1px, transparent 1px), linear-gradient(90deg, #3b6cff06 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, transparent, #000); }
.wp-hero > .wp-shell { position: relative; }
.wp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.wp-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 13px 22px; border: 1px solid #dbe2ef; border-radius: 12px; background: #fff; color: #1b2559; font-size: 14px; font-weight: 700; transition: background .2s, border-color .2s, transform .2s; }
.wp-button:hover { background: #f2f5ff; border-color: #9db4ff; transform: translateY(-2px); }
.wp-button-primary { color: #fff; background: #3b6cff; border-color: #3b6cff; box-shadow: 0 8px 20px #3b6cff22; }
.wp-button-primary:hover { color: #fff; background: #2f5ae6; border-color: #2f5ae6; }
.wp-section { padding-block: 72px; scroll-margin-top: 100px; }
.wp-section-soft { background: #f8faff; border-block: 1px solid #e9edf5; }
.wp-section-heading { display: flex; align-items: end; justify-content: space-between; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
.wp-section-heading h2 { margin-top: 12px; font-size: clamp(26px, 3vw, 36px); line-height: 1.2; letter-spacing: -.035em; font-weight: 800; color: #1b2559; }
.wp-section-heading p:not(.wp-eyebrow) { margin-top: 12px; color: #64748b; line-height: 1.7; }
.wp-link { display: inline-flex; align-items: center; gap: 8px; color: #2f5ae6; font-size: 14px; font-weight: 700; }
.wp-link:hover { color: #1b2559; }
.wp-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.wp-card { display: flex; flex-direction: column; min-width: 0; padding: 28px; border: 1px solid #e1e7f0; border-radius: 18px; background: #fff; transition: border-color .2s, transform .2s, box-shadow .2s; }
a.wp-card:hover { transform: translateY(-4px); border-color: #a8bcff; box-shadow: 0 14px 30px #1b255908; }
.wp-icon { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; width: 44px; height: 44px; color: #3b6cff; background: #eef2ff; border: 1px solid #dbe4ff; border-radius: 12px; font-size: 22px; }
.wp-card h3 { margin-top: 20px; font-size: 18px; line-height: 1.45; font-weight: 700; letter-spacing: -.02em; color: #1b2559; }
.wp-card p { margin-top: 10px; color: #64748b; font-size: 14px; line-height: 1.75; }
.wp-card-foot { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: auto; padding-top: 24px; font-size: 12px; color: #64748b; }
.wp-card-foot i { font-size: 20px; color: #3b6cff; }
.wp-badge { display: inline-flex; align-items: center; gap: 7px; width: fit-content; border-radius: 6px; background: #eef2ff; color: #2448c4; padding: 5px 9px; font-size: 11px; font-weight: 600; }
.wp-muted { color: #64748b; font-size: 13px; line-height: 1.7; }
.wp-empty { padding: 52px 24px; border: 1px dashed #cbd5e1; border-radius: 18px; text-align: center; color: #64748b; }
.wp-empty h2, .wp-empty h3 { color: #1b2559; font-size: 24px; font-weight: 700; margin-bottom: 12px; }
.wp-empty .wp-button { margin-top: 22px; }
.wp-cta { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 42px; border: 1px solid #2c3a67; border-radius: 22px; color: #fff; background: radial-gradient(ellipse at 100% 0, #2f5ae650, transparent 65%), #111a3d; }
.wp-cta h2 { max-width: 650px; font-size: clamp(25px, 3vw, 34px); font-weight: 700; line-height: 1.25; letter-spacing: -.03em; }
.wp-cta p { margin-top: 12px; color: #bac7e2; font-size: 15px; line-height: 1.75; }
.wp-cta .wp-actions { flex-shrink: 0; margin-top: 0; }
.wp-cta .wp-eyebrow { margin-bottom: 16px; color: #a8bcff; }
.wp-cta .wp-button:not(.wp-button-primary) { color: #fff; background: #ffffff08; border-color: #596587; }
.wp-cta .wp-button:hover { background: #2448c4; color: #fff; }
.wp-workflow { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px 26px; padding-block: 24px; color: #64748b; font-size: 12px; border-bottom: 1px solid #e9edf5; }
.wp-workflow span { display: inline-flex; align-items: center; gap: 9px; }
.wp-workflow span i { color: #3b6cff; font-size: 18px; }
.wp-workflow > i { color: #bac5da; }
/* Knowledge centre and its search/category journey. */
.wp-docs-hero { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .7fr); gap: 80px; align-items: center; }
.wp-search { display: flex; align-items: center; gap: 12px; margin-top: 30px; padding: 7px 7px 7px 20px; background: #fff; border: 1px solid #ccd8ef; border-radius: 14px; box-shadow: 0 8px 28px #1b255908; }
.wp-search:focus-within { border-color: #3b6cff; box-shadow: 0 0 0 3px #3b6cff18; }
.wp-search > i { color: #7d8eac; font-size: 20px; }
.wp-search input { flex: 1; min-width: 0; width: 100%; padding: 10px 0; border: 0; background: transparent; color: #1b2559; font-size: 15px; outline: none; box-shadow: none; }
.wp-search input:focus-visible { outline: none; }
.wp-search .wp-button { min-height: 44px; padding: 10px 18px; border-radius: 9px; }
.wp-search-topics { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 16px; margin-top: 16px; color: #64748b; font-size: 12px; }
.wp-search-topics a { color: #2448c4; text-decoration: underline; text-decoration-color: #c4d0ff; text-underline-offset: 4px; }
.wp-guide-start { position: relative; padding: 30px; border: 1px solid #d8e1f2; border-radius: 20px; background: #ffffffb8; box-shadow: 0 16px 40px #1b255906; }
.wp-guide-start h2 { margin-top: 20px; font-size: 24px; font-weight: 700; letter-spacing: -.03em; }
.wp-guide-start p { margin-block: 12px 22px; color: #64748b; font-size: 14px; line-height: 1.8; }
.wp-guide-start .wp-link { padding-top: 20px; border-top: 1px solid #e4eaf5; width: 100%; justify-content: space-between; }
.wp-docs-stats { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 26px; font-size: 12px; color: #64748b; }
.wp-docs-stats strong { color: #1b2559; }
.wp-docs-columns { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 48px; align-items: start; }
.wp-docs-columns .wp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.wp-updates { overflow: hidden; border: 1px solid #e1e7f0; border-radius: 18px; }
.wp-update { display: block; padding: 23px; background: #fff; }
.wp-update + .wp-update { border-top: 1px solid #e9edf5; }
.wp-update:hover { background: #f8faff; }
.wp-update h3 { margin-top: 9px; color: #1b2559; font-size: 14px; font-weight: 600; line-height: 1.6; }
.wp-update time { display: block; margin-top: 10px; font-size: 11px; color: #64748b; }
.wp-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 30px; font-size: 12px; color: #64748b; }
.wp-breadcrumb a:hover { color: #3b6cff; }
.wp-article-list { display: grid; gap: 16px; }
.wp-article-row { display: flex; align-items: center; gap: 24px; padding: 28px; border: 1px solid #e1e7f0; border-radius: 16px; background: #fff; transition: border-color .2s, box-shadow .2s; }
.wp-article-row:hover { border-color: #a8bcff; box-shadow: 0 10px 25px #1b255908; }
.wp-article-row > div { flex: 1; min-width: 0; }
.wp-article-row > i { color: #3b6cff; font-size: 22px; }
.wp-article-row h2 { margin-top: 10px; color: #1b2559; font-size: 19px; line-height: 1.45; font-weight: 700; }
.wp-article-row p { margin-top: 10px; color: #64748b; font-size: 14px; line-height: 1.75; }
.wp-article-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; color: #64748b; font-size: 11px; }
/* Community landing and discussions. */
.wp-community-invite { position: relative; padding: 34px; overflow: hidden; border: 1px solid #24385c; border-radius: 22px; background: radial-gradient(ellipse at 90% 5%, #2f5ae670, transparent 70%), #111d3b; color: #fff; box-shadow: 0 20px 40px #1b25590c; }
.wp-community-symbols { display: flex; gap: 10px; margin-bottom: 30px; }
.wp-community-symbols span { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid #6683bf55; border-radius: 14px; background: #ffffff08; color: #a7c8ff; font-size: 23px; }
.wp-community-symbols span:nth-child(2) { transform: rotate(8deg) translateY(-5px); color: #b7e8e5; }
.wp-community-symbols span:nth-child(3) { transform: rotate(-5deg); }
.wp-community-label { color: #96b4e5; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.wp-community-invite h2 { margin-top: 14px; font-size: 33px; line-height: 1.18; font-weight: 700; letter-spacing: -.035em; }
.wp-community-invite h2 + p { margin-top: 18px; color: #afc1dc; font-size: 14px; line-height: 1.85; }
.wp-community-invite > a { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 26px; padding-top: 22px; border-top: 1px solid #ffffff20; font-size: 13px; font-weight: 600; color: #b7d8ff; }
.wp-forum-categories { display: grid; gap: 13px; }
.wp-forum-category { display: flex; align-items: start; gap: 20px; padding: 24px; border: 1px solid #e1e7f0; border-radius: 17px; background: #fff; transition: background .2s, border-color .2s, transform .2s; }
.wp-forum-category:hover { border-color: #a8bcff; background: #fbfcff; transform: translateX(3px); }
.wp-forum-category-copy { flex: 1; min-width: 0; }
.wp-forum-category h3 { font-size: 18px; font-weight: 700; color: #1b2559; }
.wp-forum-category p { margin-top: 7px; font-size: 13px; line-height: 1.7; color: #64748b; }
.wp-forum-counts { display: flex; gap: 8px; margin-top: 13px; font-size: 11px; color: #64748b; }
.wp-forum-latest { display: block; margin-top: 10px; font-size: 11px; line-height: 1.65; color: #64748b; }
.wp-forum-arrow { align-self: center; color: #3b6cff; font-size: 20px; }
.wp-forum-discussions { overflow: hidden; border: 1px solid #e1e7f0; border-radius: 18px; background: #fff; }
.wp-forum-topic { display: block; padding: 26px; }
.wp-forum-topic + .wp-forum-topic { border-top: 1px solid #e9edf5; }
.wp-forum-topic:hover { background: #f8faff; }
.wp-forum-topic h3 { margin-top: 12px; font-size: 18px; line-height: 1.5; font-weight: 600; color: #1b2559; overflow-wrap: anywhere; }
.wp-forum-topic-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 13px; color: #64748b; font-size: 11px; }
.wp-forum-welcome { padding: 42px 28px; text-align: center; background: #f8faff; }
.wp-forum-welcome > i { font-size: 36px; color: #6c8cff; }
.wp-forum-welcome h3 { margin-top: 17px; font-size: 21px; font-weight: 700; color: #1b2559; }
.wp-forum-welcome p { max-width: 420px; margin: 12px auto 22px; color: #64748b; font-size: 14px; line-height: 1.8; }
.wp-forum-aside { display: grid; gap: 26px; }
.wp-forum-aside .wp-guide-start h2 { font-size: 23px; }
.wp-forum-etiquette { padding: 26px; border-radius: 18px; background: #f5f7fc; }
.wp-forum-etiquette h2 { font-size: 18px; font-weight: 700; color: #1b2559; }
.wp-forum-etiquette ul { display: grid; gap: 16px; margin-block: 22px; }
.wp-forum-etiquette li { display: flex; align-items: start; gap: 8px; color: #64748b; font-size: 13px; line-height: 1.8; }
.wp-forum-etiquette li i { color: #3b6cff; }
#forum-categories { scroll-margin-top: 90px; }
.wp-forum-reading { padding-block: 52px 72px; }
.wp-forum-heading { margin-top: 14px; color: #1b2559; font-size: clamp(30px, 4vw, 46px); font-weight: 800; line-height: 1.2; letter-spacing: -.04em; overflow-wrap: anywhere; }
.wp-forum-panel { border: 1px solid #e1e7f0; border-radius: 18px; background: #fff; box-shadow: 0 8px 26px #1b255904; }
.wp-forum-panel h2 { color: #1b2559; overflow-wrap: anywhere; }
.wp-forum-panel > a { border-color: #e9edf5; }
.wp-forum-panel > a:hover { background: #f8faff; }
.wp-forum-reading input, .wp-forum-reading textarea { min-width: 0; border: 1px solid #ccd8ef; border-radius: 10px; padding: 12px 14px; color: #1b2559; font-size: 15px; }
.wp-forum-reading input:focus, .wp-forum-reading textarea:focus { border-color: #3b6cff; outline: 0; box-shadow: 0 0 0 3px #3b6cff18; }
.wp-forum-message { overflow-wrap: anywhere; font-size: 15px; line-height: 1.85; }
@media (max-width: 767px) {
    .wp-community-invite { padding: 28px; }
    .wp-community-invite h2 { font-size: 29px; }
    .wp-forum-category { gap: 14px; padding: 20px 18px; }
    .wp-forum-category .wp-icon { width: 37px; height: 37px; font-size: 20px; }
    .wp-forum-category h3 { font-size: 16px; }
    .wp-forum-arrow { font-size: 16px; }
    .wp-forum-topic { padding: 22px; }
    .wp-forum-reading { padding-block: 32px 48px; }
}
/* Feature discovery, pricing and the authoritative plan matrix. */
.wp-feature-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wp-feature-summary a { padding: 22px; border: 1px solid #dce4f2; border-radius: 16px; background: #ffffffc9; transition: transform .2s, border-color .2s; }
.wp-feature-summary a:hover { border-color: #9db4ff; transform: translateY(-3px); }
.wp-feature-summary i { color: #3b6cff; font-size: 24px; }
.wp-feature-summary strong { display: block; margin-top: 14px; font-size: 14px; }
.wp-feature-summary span { display: block; margin-top: 5px; color: #64748b; font-size: 11px; }
.wp-section-nav { display: flex; flex-wrap: wrap; gap: 12px 32px; padding-block: 20px; color: #64748b; font-size: 13px; font-weight: 600; border-bottom: 1px solid #e9edf5; }
.wp-section-nav a:hover { color: #3b6cff; }
.wp-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.wp-filter { min-height: 42px; padding: 9px 17px; border: 1px solid #dce4f0; border-radius: 9px; background: #fff; color: #64748b; font-size: 12px; font-weight: 600; cursor: pointer; }
.wp-filter:hover { color: #2448c4; border-color: #a8bcff; }
.wp-filter[aria-pressed="true"] { background: #1b2559; border-color: #1b2559; color: #fff; }
.wp-feature-card .wp-icon { margin-bottom: 2px; }
.wp-feature-card .wp-badge { margin-top: 24px; background: #f5f7fb; color: #64748b; }
.wp-plan-card { display: flex; flex-direction: column; padding: 28px 24px; border: 1px solid #dce4f0; border-radius: 18px; background: #fff; }
.wp-plan-card h3 { font-size: 18px; font-weight: 700; color: #1b2559; overflow-wrap: anywhere; }
.wp-plan-price { margin-top: 24px; min-height: 104px; }
.wp-plan-price strong { font-size: 36px; font-weight: 800; letter-spacing: -.04em; color: #1b2559; }
.wp-plan-price small { font-size: 12px; color: #64748b; }
.wp-plan-description { margin-block: 16px 22px; color: #64748b; font-size: 13px; line-height: 1.7; }
.wp-plan-card details { margin-bottom: 22px; padding-top: 20px; border-top: 1px solid #e9edf5; }
.wp-plan-card summary { cursor: pointer; font-size: 13px; font-weight: 600; color: #1b2559; }
.wp-plan-card details ul { margin-top: 18px; }
.wp-plan-card > .wp-button { margin-top: auto; }
.wp-comparison { border: 1px solid #dce4f0; border-radius: 18px; overflow: hidden; }
.wp-comparison-scroll { overflow-x: auto; }
.wp-comparison table { min-width: 700px; width: 100%; border-collapse: collapse; font-size: 13px; }
.wp-comparison caption { text-align: left; padding: 22px 26px; color: #64748b; border-bottom: 1px solid #e9edf5; }
.wp-comparison th, .wp-comparison td { padding: 19px 24px; border-bottom: 1px solid #e9edf5; text-align: center; }
.wp-comparison thead th { color: #1b2559; font-weight: 700; background: #f3f6fc; white-space: nowrap; }
.wp-comparison tr > :first-child { text-align: left; min-width: 240px; max-width: 360px; }
.wp-comparison tbody th { font-weight: 600; color: #1b2559; }
.wp-comparison tbody th span { display: block; margin-top: 5px; font-size: 12px; font-weight: 400; color: #64748b; }
.wp-comparison tbody tr:last-child > * { border-bottom: 0; }
.wp-comparison tbody tr:hover { background: #f8faff; }
@media (max-width: 1023px) {
    .wp-docs-hero { grid-template-columns: minmax(0, 1.3fr) minmax(0, .8fr); gap: 36px; }
    .wp-docs-columns { grid-template-columns: minmax(0, 1fr); gap: 42px; }
    .wp-cta { flex-direction: column; align-items: start; }
}
@media (max-width: 767px) {
    .wp-shell { padding-inline: 20px; }
    .wp-hero { padding-block: 46px; }
    .wp-intro { font-size: 16px; line-height: 1.75; }
    .wp-docs-hero { grid-template-columns: minmax(0, 1fr); gap: 32px; }
    .wp-guide-start { padding: 24px; }
    .wp-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
    .wp-section { padding-block: 48px; }
    .wp-card { padding: 22px; }
    .wp-workflow { gap: 12px 18px; font-size: 11px; }
    .wp-workflow > i { display: none; }
    .wp-cta { padding: 30px 24px; }
    .wp-article-row { padding: 22px; gap: 14px; }
}
@media (max-width: 479px) {
    .wp-grid, .wp-docs-columns .wp-grid { grid-template-columns: minmax(0, 1fr); }
    .wp-eyebrow { font-size: 10px; letter-spacing: .12em; }
    .wp-search { gap: 8px; padding-left: 13px; }
    .wp-search input { font-size: 13px; }
    .wp-search .wp-button { padding-inline: 13px; font-size: 12px; }
    .wp-feature-summary a { padding: 18px; }
    .wp-cta .wp-actions { width: 100%; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
    .wp-button, .wp-card, .wp-feature-summary a { transition: none; transform: none !important; }
}
