#ap-aggregate .cfp-page, #ap-aggregate .cfp-page *{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }#ap-aggregate .cfp-page{
        --cfp-ink: #152b33;
        --cfp-muted: #5d6f74;
        --cfp-line: #dfe7e6;
        --cfp-panel: #f5f8f7;
        --cfp-teal: #0b6b7c;
        --cfp-teal-dark: #084e5c;
        --cfp-orange: #d85d22;
        --cfp-white: #ffffff;
        width: 100%;
        margin: 0;
        padding: 0 0 32px;
        background: #ffffff;
        color: var(--cfp-ink);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 1.7;
        overflow: hidden;
    }#ap-aggregate .cfp-page h1, #ap-aggregate .cfp-page h2, #ap-aggregate .cfp-page h3, #ap-aggregate .cfp-page p{
        margin-top: 0;
    }#ap-aggregate .cfp-page h1, #ap-aggregate .cfp-page h2, #ap-aggregate .cfp-page h3{
        color: var(--cfp-ink);
    }#ap-aggregate .cfp-page h1{
        font-size: 42px;
        line-height: 1.3;
        font-weight: 800;
        margin-bottom: 20px;
        letter-spacing: -0.5px;
    }#ap-aggregate .cfp-page h2{
        font-size: 32px;
        line-height: 1.25;
        font-weight: 700;
        margin-bottom: 14px;
        letter-spacing: -0.3px;
    }#ap-aggregate .cfp-page h3{
        font-size: 19px;
        line-height: 1.35;
        font-weight: 700;
        margin-bottom: 8px;
    }#ap-aggregate .cfp-page a{
        color: var(--cfp-teal);
        text-decoration: underline;
        text-underline-offset: 3px;
        text-decoration-thickness: 1px;
    }#ap-aggregate .cfp-page img{
        display: block;
        max-width: 100%;
        height: auto;
    }#ap-aggregate .cfp-shell{
        width: min(1180px, calc(100% - 40px));
        margin: 0 auto;
    }#ap-aggregate .cfp-section{
        padding: 64px 0;
    }#ap-aggregate .cfp-section--tint{
        background: var(--cfp-panel);
    }#ap-aggregate .cfp-section--white{
        background: #ffffff;
    }#ap-aggregate .cfp-kicker{
        display: inline-block;
        margin-bottom: 10px;
        color: var(--cfp-orange);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.4px;
        text-transform: uppercase;
    }#ap-aggregate .cfp-lede{
        max-width: 780px;
        margin-bottom: 34px;
        color: var(--cfp-muted);
        font-size: 18px;
    }#ap-aggregate .cfp-btn{
        display: -webkit-inline-flex;
        display: inline-flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        min-height: 48px;
        padding: 12px 22px;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.2;
        text-decoration: none;
        -webkit-transition: background-color .2s ease, border-color .2s ease, color .2s ease;
        transition: background-color .2s ease, border-color .2s ease, color .2s ease;
    }#ap-aggregate .cfp-btn:hover{
        text-decoration: none;
    }#ap-aggregate .cfp-btn--solid{
        background: var(--cfp-teal);
        border-color: var(--cfp-teal);
        color: #ffffff;
    }#ap-aggregate .cfp-btn--solid:hover{
        background: var(--cfp-teal-dark);
        border-color: var(--cfp-teal-dark);
        color: #ffffff;
    }#ap-aggregate .cfp-btn--line{
        background: transparent;
        border-color: var(--cfp-teal);
        color: var(--cfp-teal);
    }#ap-aggregate .cfp-btn--line:hover{
        background: var(--cfp-teal);
        color: #ffffff;
    }#ap-aggregate /* Hero */
    .cfp-hero{
        padding: 58px 0 60px;
        background: #ffffff;
        border-bottom: 1px solid var(--cfp-line);
    }#ap-aggregate .cfp-hero-grid{
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(310px, .72fr);
        -webkit-align-items: center;
        align-items: center;
        gap: 50px;
    }#ap-aggregate .cfp-hero-copy p{
        color: #41575e;
        font-size: 17px;
    }#ap-aggregate .cfp-hero-actions{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 28px;
    }#ap-aggregate .cfp-hero-media{
        border: 1px solid var(--cfp-line);
        border-radius: 10px;
        padding: 10px;
        background: #fbfdfc;
        -webkit-box-shadow: 0 18px 40px rgba(21, 43, 51, .12);
        box-shadow: 0 18px 40px rgba(21, 43, 51, .12);
    }#ap-aggregate .cfp-hero-media img{
        width: 100%;
        max-height: 520px;
        object-fit: cover;
        border-radius: 6px;
    }#ap-aggregate /* System module */
    .cfp-steps{
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin-top: 30px;
    }#ap-aggregate .cfp-step{
        position: relative;
        padding: 22px 18px 20px;
        border: 1px solid var(--cfp-line);
        border-top: 4px solid var(--cfp-teal);
        border-radius: 8px;
        background: #ffffff;
    }#ap-aggregate .cfp-step-num{
        display: block;
        margin-bottom: 10px;
        color: var(--cfp-orange);
        font-size: 13px;
        font-weight: 800;
        letter-spacing: .8px;
    }#ap-aggregate .cfp-step p{
        margin: 0;
        color: var(--cfp-muted);
        font-size: 15px;
    }#ap-aggregate .cfp-step a{
        font-weight: 700;
    }#ap-aggregate /* Knowledge cards */
    .cfp-card-grid{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }#ap-aggregate .cfp-card{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
        padding: 26px 22px 24px;
        border: 1px solid var(--cfp-line);
        border-radius: 10px;
        background: #ffffff;
        -webkit-box-shadow: 0 6px 16px rgba(21, 43, 51, .04);
        box-shadow: 0 6px 16px rgba(21, 43, 51, .04);
    }#ap-aggregate .cfp-card-icon{
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        margin-bottom: 16px;
        border-radius: 8px;
        background: #e8f2f2;
        color: var(--cfp-teal);
        font-size: 24px;
        font-weight: 800;
    }#ap-aggregate .cfp-card p{
        margin-bottom: 14px;
        color: var(--cfp-muted);
        font-size: 15px;
    }#ap-aggregate .cfp-card-meta{
        margin-top: auto;
        padding-top: 12px;
        font-size: 13px;
        font-weight: 700;
        color: var(--cfp-teal);
    }#ap-aggregate /* Spec spotlight */
    .cfp-spec-grid{
        display: grid;
        grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
        gap: 44px;
        -webkit-align-items: start;
        align-items: start;
    }#ap-aggregate .cfp-media{
        border: 1px solid var(--cfp-line);
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
    }#ap-aggregate .cfp-media img{
        width: 100%;
        max-height: 430px;
        object-fit: cover;
        border-radius: 6px;
    }#ap-aggregate .cfp-spec-panel{
        border: 1px solid var(--cfp-line);
        border-radius: 10px;
        padding: 24px;
        background: #ffffff;
    }#ap-aggregate .cfp-spec-table{
        width: 100%;
        margin: 16px 0 6px;
        border-collapse: collapse;
        border: 1px solid var(--cfp-line);
    }#ap-aggregate .cfp-spec-table td{
        padding: 12px 14px;
        border-bottom: 1px solid var(--cfp-line);
        vertical-align: top;
        font-size: 15px;
    }#ap-aggregate .cfp-spec-table tr:last-child td{
        border-bottom: 0;
    }#ap-aggregate .cfp-spec-table tr:nth-child(odd) td{
        background: #f4f8f8;
    }#ap-aggregate .cfp-spec-table td:first-child{
        width: 42%;
        font-weight: 700;
        color: #0a3f4b;
    }#ap-aggregate .cfp-note{
        margin: 14px 0 0;
        font-size: 14px;
        color: var(--cfp-muted);
    }#ap-aggregate .cfp-actions{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 22px;
    }#ap-aggregate /* Scenario module */
    .cfp-scenario-grid{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }#ap-aggregate .cfp-scenario{
        border: 1px solid var(--cfp-line);
        border-left: 4px solid var(--cfp-orange);
        border-radius: 8px;
        padding: 20px 20px 18px;
        background: #ffffff;
    }#ap-aggregate .cfp-scenario span{
        display: block;
        margin-bottom: 7px;
        font-size: 12px;
        font-weight: 700;
        color: var(--cfp-orange);
        letter-spacing: .6px;
        text-transform: uppercase;
    }#ap-aggregate .cfp-scenario p{
        margin: 0 0 6px;
        color: var(--cfp-muted);
        font-size: 15px;
    }#ap-aggregate .cfp-scenario strong{
        color: var(--cfp-ink);
    }#ap-aggregate /* Catalog matrix */
    .cfp-item-grid{
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }#ap-aggregate .cfp-item{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: 100%;
        border: 1px solid var(--cfp-line);
        border-radius: 10px;
        overflow: hidden;
        background: #ffffff;
    }#ap-aggregate .cfp-item img{
        width: 100%;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        border-bottom: 1px solid var(--cfp-line);
    }#ap-aggregate .cfp-item-body{
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-flex: 1;
        flex: 1;
        padding: 20px 18px 18px;
    }#ap-aggregate .cfp-item-body p{
        margin-bottom: 12px;
        color: var(--cfp-muted);
        font-size: 15px;
    }#ap-aggregate .cfp-item-link{
        margin-top: auto;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }#ap-aggregate .cfp-item-link:hover{
        text-decoration: underline;
    }#ap-aggregate /* B2B strip */
    .cfp-b2b{
        border-radius: 14px;
        padding: 36px 34px;
        background: #123e49;
        color: #e8f1f1;
    }#ap-aggregate .cfp-b2b h2{
        color: #ffffff;
    }#ap-aggregate .cfp-b2b p{
        max-width: 820px;
        color: #cfe0e1;
        font-size: 16px;
    }#ap-aggregate .cfp-b2b .cfp-actions{
        margin-top: 18px;
    }#ap-aggregate .cfp-btn--light{
        background: #ffffff;
        border-color: #ffffff;
        color: #123e49;
    }#ap-aggregate .cfp-btn--light:hover{
        background: #f0d4c4;
        border-color: #f0d4c4;
        color: #123e49;
    }#ap-aggregate .cfp-btn--ghost{
        background: transparent;
        border-color: #9ec3c9;
        color: #ffffff;
    }#ap-aggregate .cfp-btn--ghost:hover{
        background: #ffffff;
        color: #123e49;
    }#ap-aggregate /* FAQ */
    .cfp-faq-list{
        display: grid;
        gap: 10px;
        margin-top: 26px;
    }#ap-aggregate .cfp-faq details{
        border: 1px solid var(--cfp-line);
        border-radius: 8px;
        background: #ffffff;
        padding: 16px 18px;
    }#ap-aggregate .cfp-faq summary{
        cursor: pointer;
        font-weight: 700;
        color: var(--cfp-ink);
        list-style: none;
    }#ap-aggregate .cfp-faq summary::-webkit-details-marker{
        display: none;
    }#ap-aggregate .cfp-faq summary:before{
        content: "+";
        display: inline-block;
        margin-right: 12px;
        color: var(--cfp-orange);
        font-weight: 800;
        font-size: 20px;
        line-height: 1;
    }#ap-aggregate .cfp-faq details[open] summary:before{
        content: "–";
    }#ap-aggregate .cfp-faq details p{
        margin: 12px 0 0 32px;
        color: var(--cfp-muted);
        font-size: 15px;
    }

    /* Responsive */
    @media (max-width: 980px) {#ap-aggregate .cfp-page h1{
            font-size: 34px;
        }#ap-aggregate .cfp-page h2{
            font-size: 27px;
        }#ap-aggregate .cfp-hero-grid, #ap-aggregate .cfp-spec-grid{
            grid-template-columns: 1fr;
            gap: 28px;
        }#ap-aggregate .cfp-hero-media img{
            max-height: 420px;
        }#ap-aggregate .cfp-steps, #ap-aggregate .cfp-card-grid, #ap-aggregate .cfp-item-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .cfp-scenario-grid{
            grid-template-columns: 1fr;
        }#ap-aggregate .cfp-section{
            padding: 48px 0;
        }
    }
    @media (max-width: 520px) {#ap-aggregate .cfp-shell{
            width: min(100% - 28px, 1180px);
        }#ap-aggregate .cfp-b2b{
            padding: 26px 20px;
        }#ap-aggregate .cfp-spec-table td{
            padding: 10px 9px;
        }
    }
