/* Panda Core product page only. All selectors are scoped to .pcore-page. */
.pcore-page {
    --pcore-green: #248636;
    --pcore-green-btn: #268540;
    --pcore-ink: #111;
    --pcore-muted: #6b7280;
    --pcore-wash: #f4f8f4;
    --pcore-line: #e5e9e6;
    --pcore-own: #101314;
    color: var(--pcore-ink);
}
.pcore-page .container {
    max-width: 1800px;
}
.pcore-page .pcore-kicker {
    color: var(--pcore-green);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0 0 18px;
}
.pcore-page h1,
.pcore-page h2,
.pcore-page h3,
.pcore-page p {
    margin-top: 0;
}
.pcore-page h1 {
    font-size: 55px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--pcore-ink);
    margin: 0 0 22px;
    max-width: 16ch;
}
.pcore-page h1 span {
    color: var(--pcore-green);
}
.pcore-page h2 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--pcore-ink);
    margin: 0 0 20px;
}
.pcore-page h3 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: var(--pcore-ink);
    margin: 0 0 10px;
}
.pcore-page p {
    color: var(--pcore-muted);
    font-size: 19px;
    line-height: 1.55;
    font-weight: 400;
    margin: 0;
}
.pcore-section-head {
    max-width: 900px;
    margin: 0 0 48px;
}
.pcore-section-head p + p,
.pcore-eco-grid > div p + p {
    margin-top: 14px;
}

/* Hero */
.pcore-hero {
    background: #fff;
    padding: 80px 0 70px;
}
.pcore-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}
.pcore-hero-copy > p:not(.pcore-kicker) {
    font-size: 22px;
    line-height: 1.55;
    max-width: 34em;
    color: var(--bs-body-color, #4b5563);
}
.pcore-hero .inrow-btn {
    justify-content: flex-start;
    gap: 14px;
    flex-wrap: wrap;
    margin: 28px 0 0;
}
.pcore-hero .inrow-btn .btn {
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 600;
    line-height: 1.2;
    height: auto;
    max-width: none;
    width: auto;
}
.pcore-hero .inrow-btn .btnBig-2 {
    background: #fff !important;
    border: 1.5px solid #111 !important;
    color: #111 !important;
}
.pcore-hero .inrow-btn .btnBig-2:hover {
    background: #111 !important;
    color: #fff !important;
}
.pcore-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 600;
    color: #3e4643;
}
.pcore-proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.pcore-proof span::before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--pcore-green) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M4.7 9.2 1.8 6.3l1.1-1.1 1.8 1.8 4.4-4.4 1.1 1.1z'/%3E%3C/svg%3E") center / 10px 10px no-repeat;
}

.pcore-visual {
    position: relative;
    min-height: 540px;
    display: grid;
    place-items: center;
}
.pcore-ring {
    position: absolute;
    width: 480px;
    height: 480px;
    max-width: 100%;
    border-radius: 50%;
    background: var(--pcore-wash);
    border: 1px solid #dcebdd;
}
.pcore-hub {
    z-index: 2;
    width: 205px;
    height: 205px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-align: center;
    background: var(--pcore-own);
    color: #fff;
    box-shadow: 0 24px 55px rgba(26, 52, 35, 0.15);
    padding: 16px;
}
.pcore-hub strong {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
.pcore-hub small {
    display: block;
    color: #a9e1b1;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}
.pcore-orbit {
    position: absolute;
    width: 172px;
    padding: 22px 16px;
    background: #fff;
    border: 1px solid var(--pcore-line);
    border-radius: 18px;
    box-shadow: 0 15px 35px rgba(24, 51, 32, 0.08);
    text-align: center;
}
.pcore-orbit b {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--pcore-ink);
}
.pcore-orbit small {
    display: block;
    color: var(--pcore-muted);
    font-weight: 500;
    margin-top: 6px;
    font-size: 13px;
}
.pcore-dot {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto 12px;
    background: #e8f6ea;
    color: var(--pcore-green);
    font-size: 16px;
}
.pcore-orbit--talks {
    top: 26px;
    left: 40%;
}
.pcore-orbit--comply {
    bottom: 35px;
    left: 7%;
}
.pcore-orbit--projects {
    bottom: 35px;
    right: 2%;
}

/* Definition */
.pcore-def {
    padding: 80px 0 70px;
    background: var(--pcore-own);
    color: #fff;
}
.pcore-def .pcore-kicker {
    color: #3bb54a;
}
.pcore-def h2 {
    color: #fff;
    max-width: 16ch;
}
.pcore-def p {
    color: #cbd1ce;
}
.pcore-def-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 64px;
    align-items: start;
}
.pcore-def-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.pcore-def-card {
    border-top: 3px solid var(--pcore-green);
    padding: 24px 0 0;
}
.pcore-def-card strong {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.pcore-def-card h3 {
    color: #fff;
    font-size: 20px;
}
.pcore-def-card p {
    font-size: 16px;
}

/* Modules */
.pcore-modules {
    padding: 80px 0 70px;
    background: #fff;
    scroll-margin-top: 110px;
}
.pcore-module-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.pcore-module {
    border: 1px solid var(--pcore-line);
    border-radius: 22px;
    padding: 36px;
    background: #fff;
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.pcore-module--project {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 48px;
    background: var(--pcore-wash);
    border-color: #dcebdd;
}
.pcore-num {
    font-size: 13px;
    font-weight: 700;
    color: var(--pcore-green);
    letter-spacing: 0.08em;
}
.pcore-module h3 {
    font-size: 32px;
    margin-top: 18px;
    margin-bottom: 14px;
}
.pcore-module ul {
    padding: 0;
    margin: 22px 0 24px;
    list-style: none;
}
.pcore-module--project ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    margin: 0;
}
.pcore-module li {
    padding: 10px 0;
    border-bottom: 1px solid #edf0ee;
    color: #3e4542;
    font-size: 16px;
    line-height: 1.45;
}
.pcore-module li::before {
    content: "✓";
    color: var(--pcore-green);
    font-weight: 700;
    margin-right: 10px;
}
.pcore-module a {
    margin-top: auto;
    color: var(--pcore-green);
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
}
.pcore-module a:hover {
    color: var(--pcore-ink);
}

/* Ecosystem */
.pcore-eco {
    padding: 80px 0 70px;
    background: #fff;
}
.pcore-eco-grid {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 56px;
    align-items: center;
}
.pcore-eco-map {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.pcore-eco-card {
    padding: 28px;
    border: 1px solid var(--pcore-line);
    border-radius: 18px;
    background: #fff;
}
.pcore-eco-card strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin: 14px 0 8px;
    color: var(--pcore-ink);
}
.pcore-eco-card p {
    font-size: 16px;
}
.pcore-eco-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e8f6ea;
    color: var(--pcore-green);
    font-size: 16px;
}
.pcore-eco-card:nth-child(2) .pcore-eco-icon {
    background: #fff4d6;
    color: #e59a00;
}
.pcore-eco-card:nth-child(3) .pcore-eco-icon {
    background: #e8f2ff;
    color: #2f80ed;
}
.pcore-eco-card:nth-child(4) .pcore-eco-icon {
    background: #fde8e6;
    color: #d93025;
}

/* Flow */
.pcore-flow {
    padding: 80px 0 70px;
    background: #f6f8f6;
}
.pcore-flow-grid {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 56px;
    align-items: center;
}
.pcore-steps {
    display: grid;
    gap: 16px;
}
.pcore-step {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 18px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--pcore-line);
    border-radius: 16px;
    align-items: start;
}
.pcore-step-badge {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--pcore-green-btn);
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 700;
    font-size: 18px;
}
.pcore-step h3 {
    font-size: 20px;
    margin-bottom: 6px;
}
.pcore-step p {
    font-size: 16px;
}

/* Outcomes */
.pcore-outcomes {
    padding: 80px 0 70px;
    background: #fff;
}
.pcore-outcome-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}
.pcore-outcome {
    padding: 8px 28px 8px 0;
    border-left: 1px solid var(--pcore-line);
    padding-left: 28px;
}
.pcore-outcome::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--pcore-green);
    margin: 0 0 14px;
}
.pcore-outcome:first-child {
    border-left: 0;
    padding-left: 0;
}
.pcore-outcome h3 {
    font-size: 22px;
}
.pcore-outcome p {
    font-size: 16px;
}

/* Extensions */
.pcore-ext {
    padding: 80px 0 70px;
    background: var(--pcore-own);
    color: #fff;
}
.pcore-ext .pcore-kicker {
    color: #3bb54a;
}
.pcore-ext h2 {
    color: #fff;
}
.pcore-ext p {
    color: #cbd1ce;
}
.pcore-ext-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
}
.pcore-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.pcore-chip {
    padding: 24px;
    border: 1px solid #303532;
    border-radius: 14px;
    background: #171a18;
}
.pcore-chip strong {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.pcore-chip span {
    display: block;
    color: #aeb5b1;
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.45;
}

/* CTA */
.pcore-cta {
    padding: 80px 0 70px;
    background: #fff;
}
.pcore-cta-box {
    background: var(--pcore-green-btn);
    color: #fff;
    border-radius: 28px;
    padding: 48px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
.pcore-cta-box h2 {
    color: #fff;
    max-width: 16ch;
    margin: 0;
}
.pcore-cta-box .btn {
    border-radius: 999px;
    padding: 12px 26px;
    font-weight: 600;
    line-height: 1.2;
    height: auto;
    max-width: none;
    width: auto;
    flex-shrink: 0;
    background: #fff !important;
    color: var(--pcore-ink) !important;
}
.pcore-cta-box .btn:hover {
    background: var(--pcore-own) !important;
    color: #fff !important;
}

@media (max-width: 1199px) {
    .pcore-page h1 {
        font-size: 42px;
        max-width: none;
    }
    .pcore-page h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    .pcore-hero-copy > p:not(.pcore-kicker) {
        font-size: 20px;
    }
    .pcore-ring {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 991px) {
    .pcore-hero,
    .pcore-def,
    .pcore-modules,
    .pcore-eco,
    .pcore-flow,
    .pcore-outcomes,
    .pcore-ext,
    .pcore-cta {
        padding: 56px 0 48px;
    }
    .pcore-hero-grid,
    .pcore-def-grid,
    .pcore-flow-grid,
    .pcore-ext-grid,
    .pcore-eco-grid,
    .pcore-module-grid,
    .pcore-module--project {
        grid-template-columns: 1fr;
    }
    .pcore-visual {
        min-height: 480px;
        margin-top: 12px;
    }
    .pcore-def-list,
    .pcore-outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .pcore-outcome:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }
    .pcore-cta-box {
        flex-direction: column;
        align-items: flex-start;
        padding: 36px 28px;
    }
    .pcore-page h1 {
        font-size: 36px;
    }
    .pcore-page h2 {
        font-size: 32px;
        line-height: 1.2;
    }
    .pcore-hero-copy > p:not(.pcore-kicker) {
        font-size: 19px;
    }
}
@media (max-width: 575px) {
    .pcore-visual {
        min-height: 620px;
    }
    .pcore-ring {
        width: 280px;
        height: 280px;
    }
    .pcore-hub {
        width: 160px;
        height: 160px;
    }
    .pcore-hub strong {
        font-size: 18px;
    }
    .pcore-orbit {
        width: 148px;
        padding: 16px 12px;
    }
    .pcore-orbit--talks {
        top: 5px;
        left: 22%;
    }
    .pcore-orbit--comply {
        bottom: 18px;
        left: 0;
    }
    .pcore-orbit--projects {
        bottom: 18px;
        right: 0;
    }
}

@media (max-width: 767px) {
    .pcore-def-list,
    .pcore-outcome-grid,
    .pcore-chips,
    .pcore-eco-map,
    .pcore-module--project ul {
        grid-template-columns: 1fr;
    }
    .pcore-outcome {
        border-left: 0;
        padding-left: 0;
        padding-top: 20px;
        border-top: 1px solid var(--pcore-line);
    }
    .pcore-outcome:first-child {
        border-top: 0;
        padding-top: 0;
    }
    .pcore-page h1 {
        font-size: 32px;
    }
    .pcore-page h2 {
        font-size: 28px;
    }
    .pcore-hero .inrow-btn {
        flex-direction: column;
        align-items: stretch;
    }
    .pcore-hero .inrow-btn .btn {
        width: 100%;
    }
    .pcore-cta-box {
        padding: 28px 20px;
    }
}
