/* VoxFrame Simple account surfaces only. Keep the shared Pro account theme intact. */
body[data-product-family="voxframe-simple"] {
    --accent: #7c4dff;
    --accent-strong: #286ee8;
    color: #111827;
    background: #ffffff;
}

body[data-product-family="voxframe-simple"] .brand-mark {
    overflow: visible;
    border-radius: 0;
    background: transparent;
}

body[data-product-family="voxframe-simple"] .brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

body[data-product-family="voxframe-simple"] .brand-mark::after {
    display: none;
    content: none;
}

body[data-product-family="voxframe-simple"] .status-pill {
    color: #5533a6;
    border-color: #d8ccff;
    background: #f5f1ff;
}

body[data-product-family="voxframe-simple"] .shell > .panel {
    display: block;
    min-height: 0;
    padding: 56px max(24px, calc((100vw - 1180px) / 2)) 64px;
    overflow: visible;
    color: #111827;
    background: #fbfaff;
}

body[data-product-family="voxframe-simple"] .shell > .panel::after {
    display: none;
    content: none;
}

body[data-product-family="voxframe-simple"] .shell > .panel > * {
    width: min(100%, 1180px);
    margin-inline: auto;
}

body[data-product-family="voxframe-simple"] .shell > .panel .eyebrow,
body[data-product-family="voxframe-simple"] .shell > .panel h1 {
    color: #6541cc;
}

body[data-product-family="voxframe-simple"] .shell > .panel h1 {
    max-width: 820px;
    font-size: clamp(30px, 4vw, 46px);
}

body[data-product-family="voxframe-simple"] .shell > .panel .lede {
    max-width: 820px;
    color: #5c6677;
}

body[data-product-family="voxframe-simple"] .shell > .panel .notice {
    color: #374151;
    border-color: #ded8f3;
    border-left-color: #7c4dff;
    background: #ffffff;
}

body[data-product-family="voxframe-simple"] .simple-buy-intro {
    margin-bottom: 34px;
}

body[data-product-family="voxframe-simple"] .simple-buy-intro .notice {
    max-width: 820px;
    margin-top: 22px;
}

body[data-product-family="voxframe-simple"] .simple-buy-panel > .form-stack {
    display: grid;
    width: min(100%, 1180px);
    max-width: none;
    gap: 26px;
}

body[data-product-family="voxframe-simple"] .simple-plan-selector {
    display: grid;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 0;
    gap: 18px;
}

body[data-product-family="voxframe-simple"] .simple-plan-selector legend {
    margin: 0 0 18px;
    padding: 0;
    color: #111827;
    grid-column: 1 / -1;
    font-size: 22px;
    font-weight: 700;
}

body[data-product-family="voxframe-simple"] .simple-plan-option {
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 228px;
    padding: 24px;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    border: 1px solid #ded8f3;
    border-radius: 14px;
    background: #ffffff;
    cursor: pointer;
}

body[data-product-family="voxframe-simple"] .simple-plan-option:hover,
body[data-product-family="voxframe-simple"] .simple-plan-option:has(input:checked) {
    border-color: #7c4dff;
    background: radial-gradient(circle at 90% 0%, rgba(124, 77, 255, .13), transparent 44%), #ffffff;
    box-shadow: 0 14px 34px rgba(70, 50, 130, .1);
}

body[data-product-family="voxframe-simple"] .simple-plan-option input[type="radio"] {
    box-sizing: border-box;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    margin: 2px 0 0;
    padding: 0;
    justify-self: start;
    accent-color: #7c4dff;
}

body[data-product-family="voxframe-simple"] .simple-plan-copy {
    display: grid;
    min-width: 0;
    gap: 3px;
    overflow-wrap: anywhere;
}

body[data-product-family="voxframe-simple"] .simple-plan-copy strong,
body[data-product-family="voxframe-simple"] .simple-plan-price {
    color: #111827;
}

body[data-product-family="voxframe-simple"] .simple-plan-price {
    font-weight: 750;
}

body[data-product-family="voxframe-simple"] .simple-plan-copy small {
    color: #5c6677;
    line-height: 1.45;
}

body[data-product-family="voxframe-simple"] .simple-checkout-details {
    display: grid;
    width: min(100%, 820px);
    margin: 4px auto 0;
    padding: 28px;
    gap: 18px;
    border: 1px solid #ded8f3;
    border-radius: 16px;
    background: #ffffff;
}

body[data-product-family="voxframe-simple"] .simple-renewal-notice {
    margin: 0;
}

body[data-product-family="voxframe-simple"] .simple-legal-links {
    display: flex;
    min-width: 0;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 13px;
    line-height: 1.45;
}

body[data-product-family="voxframe-simple"] .simple-legal-links a {
    color: #5c35b5;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

body[data-product-family="voxframe-simple"] .simple-legal-links a:hover {
    color: #321c6b;
}

body[data-product-family="voxframe-simple"] .simple-legal-footer {
    width: 100%;
    margin-bottom: 4px;
    gap: 6px 16px;
    font-size: 11px;
}

body[data-product-family="voxframe-simple"] .simple-legal-footer a,
body[data-product-family="voxframe-simple"] .simple-legal-footer a:hover {
    color: #a9b6bd;
}

body[data-product-family="voxframe-simple"] .checkbox-row {
    display: grid;
    width: 100%;
    max-width: 100%;
    grid-template-columns: 18px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
}

body[data-product-family="voxframe-simple"] .checkbox-row input[type="checkbox"] {
    box-sizing: border-box;
    width: 18px;
    min-width: 18px;
    max-width: 18px;
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    margin: 2px 0 0;
    padding: 0;
    justify-self: start;
    accent-color: #7c4dff;
}

body[data-product-family="voxframe-simple"] .checkbox-row span {
    min-width: 0;
    overflow-wrap: anywhere;
}

body[data-product-family="voxframe-simple"] button,
body[data-product-family="voxframe-simple"] .button {
    color: #ffffff;
    border-color: #7c4dff;
    background: linear-gradient(135deg, #933dff, #286ee8);
}

body[data-product-family="voxframe-simple"] button:hover,
body[data-product-family="voxframe-simple"] .button:hover {
    color: #ffffff;
    border-color: #7f36df;
    background: linear-gradient(135deg, #7f36df, #225bc9);
}

body[data-product-family="voxframe-simple"] .button-secondary {
    color: #5533a6;
    border-color: #d8ccff;
    background: #ffffff;
}

body[data-product-family="voxframe-simple"] .button-secondary:hover {
    color: #321c6b;
    border-color: #9a80f4;
    background: #f5f1ff;
}

body[data-product-family="voxframe-simple"] button:disabled,
body[data-product-family="voxframe-simple"] .button[aria-disabled="true"] {
    opacity: .42;
    filter: grayscale(.8) saturate(.2);
    cursor: not-allowed;
}

body[data-product-family="voxframe-simple"] button:disabled:hover,
body[data-product-family="voxframe-simple"] .button[aria-disabled="true"]:hover {
    color: #ffffff;
    border-color: #7c4dff;
    background: linear-gradient(135deg, #933dff, #286ee8);
    opacity: .42;
    filter: grayscale(.8) saturate(.2);
}

body[data-product-family="voxframe-simple"] .language-switcher [aria-current="page"] {
    color: #ffffff;
    background: linear-gradient(135deg, #933dff, #286ee8);
}

body[data-product-family="voxframe-simple"] input:focus-visible,
body[data-product-family="voxframe-simple"] button:focus-visible,
body[data-product-family="voxframe-simple"] .button:focus-visible,
body[data-product-family="voxframe-simple"] summary:focus-visible {
    outline-color: rgba(124, 77, 255, .95);
}

@media (max-width: 900px) {
    body[data-product-family="voxframe-simple"] .simple-plan-selector {
        grid-template-columns: 1fr;
    }

    body[data-product-family="voxframe-simple"] .simple-plan-option {
        min-height: 0;
    }
}

@media (max-width: 680px) {
    body[data-product-family="voxframe-simple"] .shell > .panel {
        padding: 40px 16px 48px;
    }

    body[data-product-family="voxframe-simple"] .simple-checkout-details {
        padding: 22px 18px;
    }
}
