/* CIO Website Builder 0.4.1 - managed-page presentation and beta delivery */

/* Theme-shell overrides apply only to pages created and marked as managed by CIO. */
body.cio-wb-managed-page #main-content .container,
body.cio-wb-managed-page main .container,
body.cio-wb-managed-page .site-content,
body.cio-wb-managed-page .content-area {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.cio-wb-managed-page #main-content .container::before,
body.cio-wb-managed-page #main-content .container:before {
    display: none !important;
    content: none !important;
}

body.cio-wb-managed-page #left-area,
body.cio-wb-managed-page #primary,
body.cio-wb-managed-page .site-main {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.cio-wb-managed-page #sidebar,
body.cio-wb-managed-page #secondary,
body.cio-wb-managed-page .widget-area,
body.cio-wb-managed-page .et_right_sidebar #sidebar,
body.cio-wb-managed-page .et_left_sidebar #sidebar {
    display: none !important;
}

body.cio-wb-managed-page article.page,
body.cio-wb-managed-page .et_pb_post,
body.cio-wb-managed-page .entry-content,
body.cio-wb-managed-page .post-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

body.cio-wb-managed-page article.page > .entry-title,
body.cio-wb-managed-page .page-title,
body.cio-wb-managed-page .et_post_meta_wrapper,
body.cio-wb-managed-page .post-meta,
body.cio-wb-managed-page #comment-wrap,
body.cio-wb-managed-page .comments-area {
    display: none !important;
}

/* Remove the existing theme or Divi Theme Builder footer on CIO-managed pages only. */
body.cio-wb-managed-page footer,
body.cio-wb-managed-page #main-footer,
body.cio-wb-managed-page #footer-widgets,
body.cio-wb-managed-page #footer-bottom,
body.cio-wb-managed-page .et-l--footer,
body.cio-wb-managed-page footer.et-l--footer {
    display: none !important;
}

body.cio-wb-managed-page #page-container {
    padding-bottom: 0 !important;
}

.cio-wb-page {
    --cio-navy: #283a4a;
    --cio-teal: #3f7c80;
    --cio-gold: #ae812d;
    --cio-cream: #f3efe7;
    --cio-pale: #eef3f3;
    --cio-text: #26313a;
    width: 100%;
    max-width: none;
    margin: 0;
    color: var(--cio-text);
    font-size: 18px;
    line-height: 1.65;
    overflow-x: clip;
}

.cio-wb-page * {
    box-sizing: border-box;
}

.cio-wb-section {
    width: 100%;
    padding: 78px 28px;
}

.cio-wb-section:nth-of-type(even) {
    background: #fafafa;
}

.cio-wb-inner {
    width: min(1160px, 100%);
    margin: 0 auto;
}

.cio-wb-narrow {
    width: min(860px, 100%);
}

.cio-wb-page h1,
.cio-wb-page h2,
.cio-wb-page h3,
.cio-wb-page h4 {
    color: var(--cio-navy);
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.cio-wb-page h1 {
    max-width: 19ch;
    margin: 0 0 26px;
    font-size: clamp(2.65rem, 5vw, 4.6rem);
    line-height: 1.07;
}

.cio-wb-page h2 {
    max-width: 24ch;
    margin: 0 0 24px;
    font-size: clamp(2rem, 3.7vw, 3.2rem);
    line-height: 1.12;
}

.cio-wb-page h3 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.cio-wb-page p:last-child {
    margin-bottom: 0;
}

.cio-wb-hero {
    min-height: 610px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 80% 15%, rgba(174, 129, 45, 0.24), transparent 30%),
        radial-gradient(circle at 15% 80%, rgba(63, 124, 128, 0.30), transparent 35%),
        linear-gradient(135deg, #f7f2e8, #eef4f4);
}

.cio-wb-hero-inner {
    padding: 30px 0;
}

.cio-wb-hero-inner > p,
.cio-wb-lead,
.cio-wb-section-lead {
    max-width: 820px;
}

.cio-wb-lead,
.cio-wb-section-lead {
    font-size: clamp(1.12rem, 1.8vw, 1.35rem);
    line-height: 1.55;
}

.cio-wb-supporting {
    margin-top: 28px;
    font-weight: 600;
    color: var(--cio-teal);
}

.cio-wb-card-grid,
.cio-wb-preview-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    margin-top: 34px;
}

.cio-wb-card,
.cio-wb-preview-card {
    flex: 1 1 250px;
    min-width: 0;
    background: #fff;
    border: 1px solid #dfe5e5;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(40, 58, 74, 0.08);
}

.cio-wb-card p,
.cio-wb-preview-card p {
    margin-bottom: 0;
}

.cio-wb-card-link a {
    font-weight: 700;
    color: var(--cio-teal);
}

.cio-wb-step-grid {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 32px;
}

.cio-wb-step {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    border-left: 5px solid var(--cio-teal);
}

.cio-wb-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--cio-navy);
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
}

.cio-wb-preview-media {
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 20px;
    background: linear-gradient(135deg, var(--cio-pale), var(--cio-cream));
    display: grid;
    place-items: center;
    text-align: center;
    padding: 20px;
}

.cio-wb-preview-media span {
    font-weight: 700;
    color: var(--cio-navy);
}

.cio-wb-preview-media small {
    display: block;
    color: #63717b;
}

.cio-wb-preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cio-wb-cta {
    background: linear-gradient(135deg, var(--cio-navy), #344f63) !important;
    color: #fff;
    text-align: center;
}

.cio-wb-cta h2,
.cio-wb-cta p {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
}

.cio-wb-cta .wp-block-buttons {
    justify-content: center !important;
}

.cio-wb-page .wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 28px;
}

.cio-wb-page .wp-block-button {
    margin: 0;
}

.cio-wb-page .wp-block-button__link {
    border-radius: 999px;
    padding: 14px 24px;
    font-weight: 700;
    text-decoration: none;
}

.cio-wb-button-primary .wp-block-button__link {
    background: var(--cio-gold);
    color: #fff;
}

.cio-wb-button-secondary .wp-block-button__link,
.cio-wb-button-text .wp-block-button__link {
    background: transparent;
    color: var(--cio-navy);
    border: 2px solid currentColor;
}

.cio-wb-cta .cio-wb-button-secondary .wp-block-button__link,
.cio-wb-cta .cio-wb-button-text .wp-block-button__link {
    color: #fff;
}

.cio-wb-faq-list {
    display: grid;
    gap: 12px;
}

.cio-wb-faq-item {
    background: #fff;
    border: 1px solid #dfe5e5;
    border-radius: 12px;
    padding: 0 20px;
}

.cio-wb-faq-item summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--cio-navy);
    padding: 18px 0;
}

.cio-wb-faq-item div {
    padding: 0 0 18px;
}

.cio-wb-faq-item p {
    margin: 0;
}

.cio-wb-download-panel {
    background: linear-gradient(180deg, #fff, #f2f7f7) !important;
}

.cio-wb-release-grid,
.cio-wb-install-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
    margin: 30px 0;
}

.cio-wb-release-card,
.cio-wb-install-panel {
    background: #fff;
    border: 1px solid #dce5e5;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 10px 28px rgba(40, 58, 74, 0.08);
}

.cio-wb-release-kicker {
    margin: 0 0 8px;
    color: var(--cio-teal);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.82rem;
}

.cio-wb-release-card dl {
    display: grid;
    grid-template-columns: minmax(120px, 0.8fr) 1.4fr;
    gap: 8px 14px;
    margin: 18px 0 0;
}

.cio-wb-release-card dt {
    font-weight: 700;
    color: var(--cio-navy);
}

.cio-wb-release-card dd {
    margin: 0;
}

.cio-wb-trust-section {
    background: linear-gradient(135deg, #edf5f4, #f8f3e9) !important;
}

.cio-wb-requirements-section .cio-wb-card {
    border-top: 5px solid var(--cio-gold);
}

.cio-wb-install-panel {
    border-left: 5px solid var(--cio-teal);
}

.cio-wb-install-panel p {
    white-space: normal;
}

.cio-wb-release-notes-list {
    display: grid;
    gap: 14px;
}

.cio-wb-release-notes-item {
    background: #fff;
    border: 1px solid #dce5e5;
    border-radius: 14px;
    padding: 0 20px;
}

.cio-wb-release-notes-item summary {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    padding: 20px 0;
    color: var(--cio-navy);
}

.cio-wb-release-notes-item > div {
    padding: 0 0 20px;
}

.cio-wb-release-notes-item h4 {
    margin: 18px 0 6px;
    color: var(--cio-teal);
}

.cio-wb-release-notes-item ul {
    margin-top: 6px;
}

.cio-wb-purpose-list {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.cio-wb-purpose-list li {
    background: #fff;
    border: 1px solid #dce5e5;
    border-left: 5px solid var(--cio-gold);
    border-radius: 12px;
    padding: 20px 22px;
}

.cio-wb-purpose-list h3 {
    margin-bottom: 6px;
}

.cio-wb-purpose-list p {
    margin: 0;
}

.cio-wb-contact-form {
    background: linear-gradient(180deg, #f6f8f8, #fff) !important;
}

.cio-wb-form-placeholder {
    background: #fff;
    border: 2px dashed #91a8aa;
    border-radius: 16px;
    padding: 28px;
}

.cio-wb-form-placeholder ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.cio-wb-form-placeholder li {
    background: var(--cio-pale);
    border-radius: 10px;
    padding: 14px;
}

.cio-wb-form-placeholder li strong,
.cio-wb-form-placeholder li span {
    display: block;
}

.cio-wb-form-placeholder li span {
    font-size: 0.9rem;
    margin-top: 4px;
    color: #5d6b73;
}

.cio-wb-contact-support .cio-wb-hero {
    min-height: 500px;
}

.cio-wb-download .cio-wb-hero {
    min-height: 570px;
}

.cio-wb-button-pending .wp-block-button__link {
    opacity: 0.62;
    cursor: not-allowed;
    pointer-events: none;
    filter: grayscale(0.2);
}

@media (max-width: 980px) {
    .cio-wb-section {
        padding: 64px 22px;
    }

    .cio-wb-page h1 {
        max-width: 18ch;
        font-size: clamp(2.45rem, 7vw, 4rem);
    }
}

@media (max-width: 720px) {
    .cio-wb-page {
        font-size: 17px;
    }

    .cio-wb-section {
        padding: 50px 18px;
    }

    .cio-wb-hero,
    .cio-wb-download .cio-wb-hero,
    .cio-wb-contact-support .cio-wb-hero {
        min-height: auto;
    }

    .cio-wb-page h1 {
        max-width: none;
        font-size: clamp(2.1rem, 9vw, 2.8rem);
        overflow-wrap: break-word;
    }

    .cio-wb-page h2 {
        max-width: none;
        font-size: clamp(1.8rem, 8vw, 2.5rem);
    }

    .cio-wb-step {
        flex-direction: column;
    }

    .cio-wb-release-card dl {
        grid-template-columns: 1fr;
    }

    .cio-wb-release-card dt {
        margin-top: 8px;
    }

    .cio-wb-release-notes-item summary {
        flex-direction: column;
        gap: 4px;
    }

    .cio-wb-page .wp-block-buttons {
        align-items: stretch;
    }

    .cio-wb-page .wp-block-button,
    .cio-wb-page .wp-block-button__link {
        width: 100%;
        text-align: center;
    }
}

/* CIO Website Builder 0.4.1 - protected beta delivery */
.cio-wb-live-release-card {
    scroll-margin-top: 140px;
}

.cio-wb-live-release-card .cio-wb-checksum {
    display: block;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f4f6f6;
    overflow-wrap: anywhere;
    word-break: break-all;
    font-size: 0.78rem;
    line-height: 1.45;
}

.cio-wb-beta-access-form {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid #dfe5e5;
}

.cio-wb-beta-access-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--cio-navy);
}

.cio-wb-beta-password-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.cio-wb-beta-password-row input {
    flex: 1 1 210px;
    min-width: 0;
    min-height: 48px;
    border: 1px solid #9eaaae;
    border-radius: 9px;
    padding: 10px 12px;
    font: inherit;
}

.cio-wb-beta-password-row button {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    padding: 10px 20px;
    background: var(--cio-navy);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.cio-wb-beta-password-row button:hover,
.cio-wb-beta-password-row button:focus-visible {
    background: var(--cio-teal);
}

.cio-wb-beta-form-note,
.cio-wb-beta-unavailable {
    margin-top: 10px;
    color: #5b6870;
    font-size: 0.88rem;
    line-height: 1.45;
}

.cio-wb-beta-message {
    flex: 1 0 100%;
    margin-bottom: 18px;
    border-left: 5px solid var(--cio-gold);
    border-radius: 8px;
    padding: 14px 16px;
    background: #fff8e7;
    color: var(--cio-navy);
    font-weight: 700;
}

.cio-wb-live-support-form {
    margin-top: 24px;
}

.cio-wb-live-support-form label {
    display: block;
    margin-bottom: 18px;
    font-weight: 700;
    color: var(--cio-navy);
}

.cio-wb-live-support-form input[type="text"],
.cio-wb-live-support-form input[type="email"],
.cio-wb-live-support-form select,
.cio-wb-live-support-form textarea {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #9eaaae;
    border-radius: 9px;
    padding: 11px 12px;
    font: inherit;
}

.cio-wb-live-support-form input[type="submit"] {
    border: 0;
    border-radius: 999px;
    padding: 13px 22px;
    background: var(--cio-navy);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 720px) {
    .cio-wb-beta-password-row {
        display: block;
    }

    .cio-wb-beta-password-row input,
    .cio-wb-beta-password-row button {
        width: 100%;
    }

    .cio-wb-beta-password-row button {
        margin-top: 10px;
    }
}

/* CIO Website Builder 0.5.2 - Products page final hero polish */
.cio-wb-products .cio-wb-section {
    padding-top: 62px;
    padding-bottom: 62px;
}

.cio-wb-products-hero {
    min-height: 520px;
    display: flex;
    align-items: center;
    background:
        radial-gradient(circle at 82% 18%, rgba(174, 129, 45, 0.24), transparent 28%),
        radial-gradient(circle at 14% 82%, rgba(63, 124, 128, 0.28), transparent 34%),
        linear-gradient(135deg, #f7f2e8, #eef4f4) !important;
}

.cio-wb-products-hero-inner {
    padding: 26px 0;
}

.cio-wb-eyebrow {
    margin: 0 0 12px;
    color: var(--cio-teal);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.11em;
}

.cio-wb-products-strap {
    margin-top: 24px;
    max-width: 980px;
    color: var(--cio-teal);
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1.55;
}

.cio-wb-products-strap span {
    display: block;
}

.cio-wb-products-strap span + span {
    margin-top: 4px;
}

.cio-wb-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
    margin-top: 34px;
}

.cio-wb-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    border: 1px solid #dce5e5;
    border-radius: 18px;
    padding: 26px 22px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(40, 58, 74, 0.08);
}

.cio-wb-product-featured {
    border: 2px solid var(--cio-gold);
    box-shadow: 0 14px 38px rgba(174, 129, 45, 0.16);
}

.cio-wb-product-kicker {
    margin: 0 0 8px;
    color: var(--cio-teal);
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.09em;
}

.cio-wb-product-badge {
    align-self: flex-start;
    margin: -8px 0 14px;
    border-radius: 999px;
    padding: 6px 11px;
    background: var(--cio-gold);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
}

.cio-wb-product-badge-coming {
    background: var(--cio-navy);
}

.cio-wb-product-position {
    min-height: 72px;
    margin: 0 0 16px;
    color: #52616b;
}

.cio-wb-product-price {
    margin: 0 0 4px;
    color: var(--cio-navy);
    font-size: 1.85rem;
    font-weight: 800;
    line-height: 1.1;
}

.cio-wb-product-price span {
    font-size: 0.86rem;
    font-weight: 700;
}

.cio-wb-product-renewal {
    margin: 0 0 16px;
    color: var(--cio-teal);
    font-weight: 700;
}

.cio-wb-product-coming {
    font-size: 1.45rem;
}

.cio-wb-product-best {
    min-height: 118px;
}

.cio-wb-product-card ul {
    margin: 4px 0 22px 18px;
    padding: 0;
}

.cio-wb-product-card li {
    margin-bottom: 7px;
}

.cio-wb-product-card > p:has(.cio-wb-product-button) {
    margin-top: auto;
}

.cio-wb-product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    padding: 12px 19px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
}

.cio-wb-product-button:hover,
.cio-wb-product-button:focus-visible {
    transform: translateY(-1px);
}

.cio-wb-product-button-primary,
.cio-wb-product-button-gold {
    background: var(--cio-gold);
    color: #fff !important;
    box-shadow: 0 8px 20px rgba(174, 129, 45, 0.18);
}

.cio-wb-product-button-secondary {
    border: 2px solid var(--cio-teal);
    background: transparent;
    color: var(--cio-teal) !important;
}

.cio-wb-product-button-outline {
    border: 2px solid #fff;
    background: transparent;
    color: #fff !important;
}

.cio-wb-product-small {
    margin-top: 14px;
    color: #63717b;
    font-size: 0.82rem;
    line-height: 1.45;
}

.cio-wb-products-highlight {
    margin: 24px 0;
    border-left: 5px solid var(--cio-gold);
    border-radius: 10px;
    padding: 18px 20px;
    background: #fff8e7;
    color: var(--cio-navy);
}

.cio-wb-products-price-line {
    color: var(--cio-teal);
    font-size: 1.12rem;
}

.cio-wb-products-gold-detail {
    background: linear-gradient(135deg, #f8f3e9, #f5f7f7) !important;
}

.cio-wb-products-business-detail {
    background: linear-gradient(135deg, #edf5f4, #f8f8f8) !important;
}

.cio-wb-products-privacy {
    background: linear-gradient(135deg, #edf5f4, #f8f3e9) !important;
}

.cio-wb-table-wrap {
    margin-top: 30px;
    overflow-x: auto;
    border: 1px solid #dce5e5;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(40, 58, 74, 0.06);
}

.cio-wb-comparison-table {
    width: 100%;
    min-width: 860px;
    border-collapse: collapse;
    font-size: 0.93rem;
}

.cio-wb-comparison-table th,
.cio-wb-comparison-table td {
    border-bottom: 1px solid #e5eaea;
    padding: 13px 14px;
    text-align: center;
    vertical-align: middle;
}

.cio-wb-comparison-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--cio-navy);
    color: #fff;
}

.cio-wb-comparison-table thead th:first-child,
.cio-wb-comparison-table tbody th {
    text-align: left;
}

.cio-wb-comparison-table tbody th {
    width: 28%;
    color: var(--cio-navy);
    font-weight: 750;
}

.cio-wb-comparison-table tbody tr:nth-child(even) {
    background: #f8faf9;
}

.cio-wb-product-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.cio-wb-products-coming-note {
    color: #fff;
    opacity: 0.88;
}


.cio-wb-product-more {
    margin: -4px 0 20px;
    color: var(--cio-teal);
    font-size: 0.92rem;
    line-height: 1.45;
}

.cio-wb-site-footer {
    width: 100%;
    padding: 18px 24px 20px;
    background: linear-gradient(90deg, #001316, #00656b);
    color: #fff;
    text-align: center;
    font-size: 0.78rem;
    line-height: 1.45;
}

.cio-wb-site-footer p {
    margin: 2px 0;
    color: #fff;
}

.cio-wb-site-footer a {
    color: #fff !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 1100px) {
    .cio-wb-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cio-wb-product-position,
    .cio-wb-product-best {
        min-height: 0;
    }
}

@media (max-width: 980px) {
    .cio-wb-products .cio-wb-section {
        padding-top: 44px;
        padding-bottom: 44px;
    }
}

@media (max-width: 720px) {
    .cio-wb-products .cio-wb-section {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .cio-wb-products-hero {
        min-height: auto;
    }

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

    .cio-wb-product-card {
        padding: 24px 20px;
    }

    .cio-wb-product-cta-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cio-wb-product-button {
        width: 100%;
    }
}

/* CIO Website Builder 0.5.5 - simplified invited-tester Beta page */
.cio-wb-beta-testing .cio-wb-section {
    padding-top: 52px;
    padding-bottom: 52px;
}

.cio-wb-beta-testing-hero {
    min-height: auto;
}

.cio-wb-beta-testing-hero .cio-wb-lead {
    margin-bottom: 12px;
}

.cio-wb-beta-utility-downloads {
    background: linear-gradient(180deg, #fff, #f2f7f7) !important;
}

.cio-wb-beta-testing .cio-wb-release-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.cio-wb-beta-compact-card {
    display: flex;
    flex-direction: column;
    min-height: 300px;
}

.cio-wb-beta-compact-card h3 {
    margin-bottom: 10px;
}

.cio-wb-beta-platform-system {
    margin-bottom: 22px;
}

.cio-wb-beta-compact-card .cio-wb-beta-access-form,
.cio-wb-beta-coming-soon-button {
    margin-top: auto;
}

.cio-wb-beta-compact-card .cio-wb-beta-password-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.cio-wb-beta-compact-card .cio-wb-beta-password-row button,
.cio-wb-beta-coming-soon-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    padding: 11px 18px;
    font-weight: 700;
    text-align: center;
}

.cio-wb-beta-coming-soon-button {
    border: 2px solid var(--cio-teal);
    color: var(--cio-teal);
    background: transparent;
    cursor: default;
}

.cio-wb-beta-tester-note {
    margin-top: 22px;
    padding: 18px 20px;
    border-left: 4px solid var(--cio-gold);
    background: #fff8e8;
    border-radius: 8px;
}

.cio-wb-beta-tester-note p {
    margin: 0;
}

.cio-wb-beta-support-strip {
    background: #fff !important;
}

.cio-wb-beta-support-strip p:last-child {
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .cio-wb-beta-testing .cio-wb-release-grid {
        grid-template-columns: 1fr;
    }

    .cio-wb-beta-compact-card {
        min-height: auto;
    }
}

@media (max-width: 720px) {
    .cio-wb-beta-testing .cio-wb-section {
        padding-top: 42px;
        padding-bottom: 42px;
    }
}

/* CIO Website Builder 0.5.8 - Introduction page */
.cio-wb-introduction .cio-wb-hero {
    min-height: 560px;
}

.cio-wb-video-placeholder {
    margin-top: 28px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 32px;
    border: 1px dashed rgba(40, 58, 74, 0.35);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(238, 243, 243, 0.85), rgba(247, 242, 232, 0.92));
    text-align: center;
    color: var(--cio-navy);
}

.cio-wb-video-placeholder strong {
    font-size: 1.35rem;
}

.cio-wb-video-placeholder span {
    color: var(--cio-teal);
    font-weight: 700;
}

.cio-wb-intro-action {
    margin-top: 32px;
}

.cio-wb-introduction-privacy {
    background:
        radial-gradient(circle at 18% 35%, rgba(63, 124, 128, 0.16), transparent 32%),
        radial-gradient(circle at 82% 70%, rgba(174, 129, 45, 0.12), transparent 28%),
        #f8f8f5 !important;
}

.cio-wb-introduction-cta {
    text-align: center;
    background: var(--cio-navy) !important;
    color: #fff;
}

.cio-wb-introduction-cta h2 {
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}

.cio-wb-introduction-cta p {
    margin-left: auto;
    margin-right: auto;
}

/* CIO Website Builder 0.6.0 - FAQ-first Contact and Support refresh */
.cio-wb-contact-faq .cio-wb-faq-group {
    margin-top: 38px;
}

.cio-wb-contact-faq .cio-wb-faq-group:first-of-type {
    margin-top: 30px;
}

.cio-wb-contact-faq .cio-wb-faq-group > h3 {
    margin: 0 0 14px;
    color: var(--cio-teal);
}

.cio-wb-contact-privacy-note {
    margin-top: 24px;
    padding: 18px 20px;
    border-left: 4px solid var(--cio-gold);
    background: #fff7e6;
    border-radius: 8px;
}

.cio-wb-contact-privacy-note p {
    margin: 6px 0 0;
}

/* CIO Website Builder 0.6.6 - shorter Home Refresh draft */
.cio-wb-home-refresh .cio-wb-home-intro {
    max-width: 920px;
    font-size: 1.08rem;
    line-height: 1.72;
}

.cio-wb-home-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.cio-wb-home-reassurance {
    margin-top: 16px;
    color: #52616b;
    font-size: 0.9rem;
    font-weight: 700;
}

.cio-wb-home-flow-grid {
    margin-top: 30px;
}

.cio-wb-home-flow-line {
    margin-top: 28px;
    text-align: center;
}

.cio-wb-home-centred-action {
    margin-top: 28px;
    text-align: center;
}

.cio-wb-home-product-grid .cio-wb-product-best {
    min-height: 0;
}

.cio-wb-home-product-grid .cio-wb-product-position {
    min-height: 62px;
}

.cio-wb-home-easy,
.cio-wb-home-privacy {
    background: linear-gradient(135deg, #edf5f4, #f8f3e9) !important;
}

.cio-wb-home-recall {
    background: linear-gradient(135deg, #f8f3e9, #f5f7f7) !important;
}

@media (max-width: 720px) {
    .cio-wb-home-hero-buttons {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cio-wb-home-hero-buttons .cio-wb-product-button {
        width: 100%;
    }
}

/* CIO Website Builder 0.7.2 - controlled Legal Foundation drafts */
.cio-wb-legal-hero {
    min-height: 470px;
}

.cio-wb-legal-updated {
    margin-top: 28px;
    color: #596873;
    font-size: 0.92rem;
    font-weight: 700;
}

.cio-wb-legal-review-section {
    padding-top: 34px;
    padding-bottom: 34px;
    background: #fffaf0 !important;
}

.cio-wb-legal-draft-note {
    padding: 20px 22px;
    border-left: 5px solid var(--cio-gold);
    border-radius: 10px;
    background: #fff5dc;
    color: var(--cio-text);
    box-shadow: 0 8px 24px rgba(40, 58, 74, 0.06);
}

.cio-wb-legal-draft-note strong {
    color: var(--cio-navy);
}

.cio-wb-legal-card-grid .cio-wb-card {
    flex-basis: 240px;
}

.cio-wb-legal-prose h2 {
    max-width: none;
    margin-top: 58px;
    padding-top: 8px;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
}

.cio-wb-legal-prose h2:first-child {
    margin-top: 0;
}

.cio-wb-legal-prose h3 {
    margin-top: 0;
}

.cio-wb-legal-prose p,
.cio-wb-legal-prose li {
    max-width: 850px;
}

.cio-wb-legal-list {
    max-width: 850px;
    padding-left: 1.35em;
}

.cio-wb-legal-list li {
    margin: 0 0 12px;
}

.cio-wb-legal-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

.cio-wb-legal-info-grid article {
    padding: 22px;
    border: 1px solid #dfe5e5;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(40, 58, 74, 0.06);
}

.cio-wb-legal-info-grid article p {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .cio-wb-legal-hero {
        min-height: auto;
    }

    .cio-wb-legal-info-grid {
        grid-template-columns: 1fr;
    }

    .cio-wb-legal-prose h2 {
        margin-top: 42px;
    }
}
/* CIO Website Builder 0.7.9 - final launch Contact spacing polish */
.cio-wb-contact-support .cio-wb-section {
    padding-top: 58px;
    padding-bottom: 58px;
}

.cio-wb-contact-support .cio-wb-hero {
    min-height: 375px;
}

@media (max-width: 980px) {
    .cio-wb-contact-support .cio-wb-section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

@media (max-width: 720px) {
    .cio-wb-contact-support .cio-wb-section {
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .cio-wb-contact-support .cio-wb-hero {
        min-height: auto;
    }
}

