.pro-documents {
    background: #f6fbfe;
}

.pro-documents-grid {
    display: grid;
    grid-template-columns: minmax(230px, 2.5fr) minmax(0, 9.5fr);
    align-items: start;
    gap: 40px;
}

.pro-documents-copy {
    padding-top: 32px;
}

.pro-documents-copy h2 {
    font-size: clamp(2rem, 2.7vw, 3rem);
}

.pro-documents-copy ul {
    display: grid;
    margin: 24px 0 0;
    padding: 0;
    gap: 11px;
    list-style: none;
}

.pro-documents-copy li {
    display: flex;
    color: #526b80;
    align-items: center;
    gap: 8px;
    font-size: .71rem;
}

.pro-documents-copy li svg {
    width: 16px;
    color: var(--pro-teal);
}

.pro-dossier {
    display: grid;
    min-width: 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dbe6ee;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(18, 54, 86, .11);
    grid-template-columns: 130px minmax(0, 1fr);
}

.pro-dossier > aside {
    padding: 20px 12px;
    color: #fff;
    background: var(--pro-navy-2);
}

.pro-dossier aside > div {
    display: flex;
    margin-bottom: 25px;
    padding: 0 5px;
    align-items: center;
    gap: 8px;
    font-size: .61rem;
}

.pro-dossier-main {
    min-width: 0;
    padding: 22px;
}

.pro-dossier-main > header > button {
    display: inline-flex;
    padding: 9px 12px;
    color: #fff;
    background: var(--pro-blue);
    border: 0;
    border-radius: 7px;
    align-items: center;
    gap: 6px;
    font: inherit;
    font-size: .58rem;
    font-weight: 750;
}

.pro-dossier-main > header > button svg {
    width: 14px;
}

.pro-dossier-tabs {
    display: flex;
    margin-bottom: 14px;
    border-bottom: 1px solid #e4ebf0;
    gap: 18px;
}

.pro-dossier-tabs button {
    position: relative;
    padding: 9px 2px;
    color: #718396;
    background: transparent;
    border: 0;
    font: inherit;
    font-size: .61rem;
    font-weight: 700;
}

.pro-dossier-tabs button.active {
    color: var(--pro-blue);
}

.pro-dossier-tabs button.active::after {
    position: absolute;
    height: 2px;
    right: 0;
    bottom: -1px;
    left: 0;
    content: "";
    background: var(--pro-blue);
}

.pro-table {
    min-width: 710px;
}

.pro-table > div {
    display: grid;
    min-height: 37px;
    padding: 7px 9px;
    border-bottom: 1px solid #edf2f5;
    grid-template-columns: 80px 100px minmax(165px, 1.5fr) minmax(105px, 1fr) 78px;
    align-items: center;
    gap: 9px;
    color: #5f7387;
    font-size: .54rem;
}

.pro-table .pro-table-head {
    min-height: 28px;
    color: #8393a3;
    background: #f8fafc;
    font-size: .5rem;
    font-weight: 750;
}

.pro-table strong {
    color: var(--pro-navy);
    font-weight: 700;
}

.pro-dossier-view {
    overflow-x: auto;
}

.pro-analysis-list {
    display: grid;
    gap: 9px;
}

.pro-analysis-list article {
    display: grid;
    padding: 12px;
    background: #f8fbfd;
    border: 1px solid #e4ebf0;
    border-radius: 9px;
    grid-template-columns: 34px 1fr auto;
    align-items: center;
    gap: 10px;
}

.pro-analysis-list article > span {
    display: grid;
    width: 32px;
    height: 32px;
    color: var(--pro-blue);
    background: #edf5ff;
    border-radius: 8px;
    place-items: center;
}

.pro-analysis-list svg {
    width: 16px;
}

.pro-analysis-list strong {
    display: block;
    font-size: .63rem;
}

.pro-analysis-list p {
    margin: 2px 0 0;
    color: #74889a;
    font-size: .53rem;
}

.pro-activity-list {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 9px;
    list-style: none;
}

.pro-activity-list li {
    display: grid;
    position: relative;
    padding: 12px 12px 12px 32px;
    background: #f8fbfd;
    border-radius: 9px;
}

.pro-activity-list li::before {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 17px;
    left: 13px;
    content: "";
    background: var(--pro-teal);
    border-radius: 50%;
}

.pro-activity-list time,
.pro-activity-list span {
    color: #74889b;
    font-size: .52rem;
}

.pro-activity-list strong {
    margin: 2px 0;
    font-size: .63rem;
}

.pro-qualification {
    background: #fff;
}

.pro-qualification-grid {
    display: grid;
    grid-template-columns: minmax(235px, 2.6fr) minmax(0, 9.4fr);
    align-items: start;
    gap: 42px;
}

.pro-qualification-copy aside {
    display: flex;
    margin-top: 23px;
    padding: 14px;
    color: #3e607e;
    background: #eef7fd;
    border: 1px solid #d9eaf4;
    border-radius: 10px;
    align-items: flex-start;
    gap: 9px;
    font-size: .63rem;
    line-height: 1.5;
}

.pro-qualification-copy aside svg {
    width: 17px;
    min-width: 17px;
    color: var(--pro-teal);
}

.pro-legal-grid {
    display: grid;
    min-width: 0;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 8px;
}

.pro-legal-grid button {
    display: flex;
    min-width: 0;
    min-height: 220px;
    padding: 15px 12px;
    color: var(--pro-navy);
    background: #fff;
    border: 1px solid #dfe9f0;
    border-radius: 11px;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    transition: transform .4s ease, box-shadow .4s ease, border-color .4s ease;
}

.pro-legal-grid button:hover,
.pro-legal-grid button:focus-visible,
.pro-legal-grid button.is-open {
    z-index: 2;
    border-color: #b9d8e8;
    box-shadow: 0 15px 35px rgba(23, 61, 94, .11);
    transform: translateY(-7px) scale(1.02);
}

.pro-legal-icon {
    display: grid;
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
    color: var(--pro-teal);
    background: #effaf9;
    border-radius: 8px;
    place-items: center;
}

.pro-legal-icon svg {
    width: 16px;
}

.pro-legal-grid button > strong {
    min-height: 43px;
    margin-bottom: 15px;
    font-size: .63rem;
    line-height: 1.35;
}

.pro-legal-grid button > small {
    color: #8191a0;
    font-size: .5rem;
}

.pro-legal-grid button > b {
    margin: 3px 0 12px;
    font-size: .84rem;
}

.pro-legal-grid button > em {
    margin-top: auto;
    padding: 5px 8px;
    color: #7763a1;
    background: #f1eef9;
    border-radius: 99px;
    font-size: .49rem;
    font-style: normal;
    font-weight: 750;
}

.pro-legal-grid button > em.is-green {
    color: #24826c;
    background: #e9f7f2;
}

.pro-legal-grid button > em.is-orange {
    color: #a76a12;
    background: #fff2dc;
}

.pro-legal-source {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    color: var(--pro-blue);
    opacity: 0;
    font-size: .49rem;
    font-weight: 700;
    transition: max-height .35s ease, margin .35s ease, opacity .35s ease;
}

.pro-legal-grid button.is-open .pro-legal-source {
    max-height: 30px;
    margin-top: 10px;
    opacity: 1;
}

.pro-branding {
    background: #f7fbfe;
}

.pro-branding-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-flow: dense;
    gap: 14px;
}

.pro-branding-grid > article {
    min-width: 0;
    padding: 23px;
    background: #fff;
    border: 1px solid #dce8ef;
    border-radius: 14px;
    transition: transform .45s ease, box-shadow .45s ease;
}

.pro-branding-grid > article:hover {
    box-shadow: 0 20px 45px rgba(20, 59, 91, .1);
    transform: translateY(-5px);
}

.pro-branding-grid header {
    display: grid;
    margin-bottom: 18px;
    gap: 2px;
}

.pro-branding-grid header span {
    color: var(--pro-blue);
    font-size: .55rem;
    font-weight: 750;
}

.pro-branding-grid header strong {
    font-size: .88rem;
}

.pro-branding-grid > article > p {
    margin: 16px 0 0;
    color: #6d8294;
    font-size: .62rem;
    line-height: 1.55;
}

.pro-brand-logo {
    display: flex;
    min-height: 72px;
    padding: 16px;
    background: #f8fbfd;
    border-radius: 10px;
    align-items: center;
    gap: 12px;
}

.pro-brand-logo b {
    display: grid;
    width: 44px;
    height: 44px;
    color: #fff;
    background: #123a63;
    border-radius: 50%;
    place-items: center;
    font-size: .68rem;
}

.pro-brand-logo span {
    font-size: .69rem;
    font-weight: 750;
}

.pro-color-swatches {
    display: flex;
    margin-top: 15px;
    align-items: center;
    gap: 9px;
}

.pro-color-swatches span {
    width: 34px;
    height: 34px;
    border-radius: 7px;
}

.pro-color-swatches strong {
    margin-left: 3px;
    font-size: 1.35rem;
}

.pro-client-portal {
    display: grid;
    min-height: 177px;
    overflow: hidden;
    border: 1px solid #dfe8ee;
    border-radius: 10px;
    grid-template-columns: 60px 1fr;
}

.pro-client-portal aside {
    display: flex;
    padding: 13px 0;
    color: #fff;
    background: #771f3f;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.pro-client-portal aside b {
    display: grid;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, .13);
    border-radius: 50%;
    place-items: center;
    font-size: .52rem;
}

.pro-client-portal aside svg {
    width: 14px;
}

.pro-client-portal > div {
    padding: 14px;
}

.pro-client-portal small,
.pro-client-portal strong {
    display: block;
}

.pro-client-portal small {
    margin-bottom: 13px;
    font-size: .5rem;
    font-weight: 750;
}

.pro-client-portal strong {
    margin-bottom: 3px;
    font-size: .66rem;
}

.pro-client-portal p {
    margin: 0 0 10px;
    color: #738699;
    font-size: .5rem;
}

.pro-client-portal ul {
    display: grid;
    margin: 0;
    padding: 0;
    gap: 5px;
    list-style: none;
}

.pro-client-portal li {
    display: flex;
    padding: 6px;
    background: #f8fafc;
    justify-content: space-between;
    gap: 8px;
    font-size: .49rem;
}

.pro-client-portal li b {
    color: #27816c;
}

.pro-client-portal li b.missing {
    color: #d66d63;
}

.pro-report-cover {
    display: flex;
    width: 72%;
    min-height: 178px;
    margin-inline: auto;
    padding: 18px;
    background: #fff;
    border: 1px solid #dce5eb;
    border-top: 15px solid #771f3f;
    box-shadow: 0 12px 26px rgba(20, 54, 84, .12);
    flex-direction: column;
}

.pro-report-cover > span {
    display: grid;
    width: 30px;
    height: 30px;
    margin: 0 0 8px auto;
    color: #fff;
    background: #771f3f;
    border-radius: 50%;
    place-items: center;
    font-size: .48rem;
    font-weight: 800;
}

.pro-report-cover small {
    margin-bottom: 26px;
    font-size: .45rem;
}

.pro-report-cover strong {
    font-size: .65rem;
}

.pro-report-cover p {
    margin: 4px 0;
    color: #738497;
    font-size: .5rem;
}

.pro-report-cover time {
    margin-top: auto;
    color: #8996a4;
    font-size: .45rem;
}

.pro-time-grid {
    display: grid;
    grid-template-columns: 2.4fr 9.6fr;
    gap: 38px;
}

.pro-time-grid h2 {
    font-size: clamp(2rem, 2.7vw, 2.85rem);
}

.pro-time-grid > ul,
.pro-security > .container > ul {
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    list-style: none;
}

.pro-time-grid li,
.pro-security li {
    display: flex;
    padding: 0 18px;
    border-left: 1px solid #dfe8ee;
    flex-direction: column;
}

.pro-time-grid li svg,
.pro-security li svg {
    width: 25px;
    height: 25px;
    margin-bottom: 14px;
    color: var(--pro-teal);
}

.pro-time-grid li strong,
.pro-security li strong {
    margin-bottom: 7px;
    font-size: .69rem;
    line-height: 1.4;
}

.pro-time-grid li p,
.pro-security li p {
    margin: 0;
    color: #74889b;
    font-size: .58rem;
    line-height: 1.55;
}

.pro-security {
    padding-top: 64px;
    background: #f6fbfe;
}

.pro-security > .container > ul {
    padding: 27px 0;
    background: #fff;
    border: 1px solid #dce8ef;
    border-radius: 14px;
}

.pro-final-cta {
    padding-top: 42px;
}

.pro-final-cta > .container {
    display: flex;
    padding: 32px 38px;
    background: #eef7fd;
    border: 1px solid #d4e7f2;
    border-radius: 14px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.pro-final-cta h2 {
    max-width: 760px;
    margin: 0 0 7px;
    font-size: clamp(1.45rem, 2.3vw, 2.3rem);
    line-height: 1.1;
    letter-spacing: -.045em;
}

.pro-final-cta p {
    margin: 0;
    color: var(--pro-muted);
}

.pro-final-cta > .container > div:last-child {
    display: flex;
    min-width: max-content;
    gap: 10px;
}
