﻿/* =========================================================
   PEDIGREE ANALYTICS INDEX
========================================================= */

.pai-page {
    background: #09150f;
    color: #18221c;
}

.pai-inner {
    width: min(1480px, calc(100% - 64px));
    margin: 0 auto;
}

.pai-kicker {
    display: inline-block;
    margin-bottom: 10px;
    color: #79a94a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pai-kicker-gold {
    color: #d2ad54;
}

.pai-center {
    text-align: center;
}

.pai-section-heading {
    max-width: 940px;
    margin: 0 auto 36px;
}

    .pai-section-heading h2,
    .pai-professionals h2,
    .pai-users-panel h2,
    .pai-cta h2 {
        margin: 0;
        font-family: Georgia, "Times New Roman", serif;
        font-weight: 500;
        line-height: 1.06;
    }

    .pai-section-heading h2 {
        color: #17231b;
        font-size: clamp(34px, 3.2vw, 50px);
    }

    .pai-section-heading p {
        max-width: 820px;
        margin: 16px auto 0;
        color: #667168;
        font-size: 15px;
        line-height: 1.7;
    }


/* =========================================================
   BUTTONS
========================================================= */

.pai-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

    .pai-btn:hover {
        transform: translateY(-1px);
    }

.pai-btn-gold {
    border: 1px solid #c6a34f;
    background: #c6a34f;
    color: #08130d;
}

    .pai-btn-gold:hover {
        border-color: #d7b960;
        background: #d7b960;
        color: #08130d;
    }

.pai-btn-outline {
    border: 1px solid rgba(255,255,255,.30);
    background: transparent;
    color: #f1f4f1;
}

    .pai-btn-outline:hover {
        border-color: #d2dbd4;
        background: rgba(255,255,255,.05);
        color: #fff;
    }


/* =========================================================
   HERO
========================================================= */

.pai-hero {
    position: relative;
    overflow: hidden;
    background: radial-gradient( circle at 76% 20%, rgba(199,161,75,.10), transparent 24% ), linear-gradient( 135deg, #07110c 0%, #0a1811 54%, #14261c 100% );
}

.pai-hero-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    min-height: 560px;
    align-items: stretch;
}

.pai-hero-copy {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 66px 60px 66px 0;
}

    .pai-hero-copy h1 {
        max-width: 720px;
        margin: 0;
        color: #f6f1e7;
        font-family: Georgia, "Times New Roman", serif;
        font-size: clamp(62px, 6vw, 90px);
        font-weight: 500;
        line-height: .92;
        letter-spacing: -.03em;
    }

.pai-hero-rule {
    width: 52px;
    height: 2px;
    margin-top: 22px;
    background: #c6a34f;
}

.pai-hero-lede {
    max-width: 700px;
    margin: 20px 0 0;
    color: #c2ccc4;
    font-size: 17px;
    line-height: 1.7;
}

.pai-hero-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pai-hero-visual {
    position: relative;
    overflow: hidden;
}

    .pai-hero-visual::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        background: linear-gradient( 90deg, #0a1811 0%, rgba(10,24,17,.80) 10%, rgba(10,24,17,.28) 34%, rgba(10,24,17,.04) 100% );
        pointer-events: none;
    }

    .pai-hero-visual::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 3;
        background: linear-gradient( 180deg, rgba(6,15,10,.04), rgba(6,15,10,.24) );
        pointer-events: none;
    }

    .pai-hero-visual img {
        width: 100%;
        height: 100%;
        min-height: 560px;
        display: block;
        object-fit: cover;
        filter: brightness(.74) saturate(.88);
    }


/* =========================================================
   EVALUATES
========================================================= */

.pai-evaluates {
    padding: 56px 0 60px;
    background: #f5f0e7;
}

.pai-evaluate-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.pai-evaluate-card {
    min-height: 360px;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    text-align: center;
    border: 1px solid #d8cfc1;
    border-radius: 12px;
    background: #fbf8f2;
    box-shadow: 0 7px 16px rgba(38,46,40,.035);
}

.pai-evaluate-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(63,111,77,.24);
    border-radius: 50%;
    background: #f6f3eb;
}

    .pai-evaluate-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.pai-evaluate-card h3 {
    margin: 0;
    color: #173020;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.15;
}

.pai-evaluate-card p {
    margin: 12px 0 0;
    color: #667168;
    font-size: 13px;
    line-height: 1.6;
}

.pai-evaluate-card a {
    display: inline-block;
    margin-top: auto;
    padding-top: 18px;
    color: #315e42;
    font-size: 12.5px;
    font-weight: 800;
    text-decoration: none;
}

    .pai-evaluate-card a:hover {
        color: #1f462f;
        text-decoration: underline;
    }


/* =========================================================
   PROFESSIONALS / WHO USES HORSE SENSE
========================================================= */

.pai-professionals {
    padding: 56px 0 60px;
    background: #eee9df;
}

.pai-professionals-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: stretch;
}

.pai-professionals-copy {
    padding: 20px 10px 20px 0;
}

.pai-professionals h2 {
    color: #17231b;
    font-size: clamp(34px, 3vw, 48px);
}

.pai-professionals-copy > p {
    max-width: 680px;
    margin: 16px 0 0;
    color: #5f6a62;
    font-size: 15px;
    line-height: 1.7;
}

.pai-checklist {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

    .pai-checklist li {
        position: relative;
        padding: 12px 0 12px 34px;
        border-bottom: 1px solid #d5ccbf;
        color: #4f5b53;
        font-size: 14px;
        line-height: 1.5;
    }

        .pai-checklist li::before {
            content: "✓";
            position: absolute;
            left: 0;
            top: 10px;
            width: 23px;
            height: 23px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: #4f875d;
            color: #fff;
            font-size: 12px;
            font-weight: 900;
        }

.pai-inline-actions {
    margin-top: 26px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.pai-text-link {
    color: #315e42;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

    .pai-text-link:hover {
        color: #1f462f;
        text-decoration: underline;
    }


/* =========================================================
   USERS PANEL
========================================================= */

.pai-users-panel {
    padding: 30px;
    border: 1px solid rgba(199,161,75,.26);
    border-radius: 14px;
    background: radial-gradient( circle at 90% 8%, rgba(199,161,75,.08), transparent 30% ), linear-gradient( 145deg, #0a2117, #103727 );
}

    .pai-users-panel h2 {
        max-width: 600px;
        color: #f4efe5;
        font-size: clamp(30px, 2.7vw, 42px);
    }

.pai-user-row {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 18px;
    align-items: center;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255,255,255,.08);
}

    .pai-user-row:last-child {
        border-bottom: 0;
    }

.pai-user-icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.38);
    border-radius: 50%;
    background: #0d3626;
}

    .pai-user-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.pai-user-row h3 {
    margin: 0;
    color: #d7bb6c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
}

.pai-user-row p {
    margin: 6px 0 0;
    color: #bcc7bf;
    font-size: 13px;
    line-height: 1.55;
}


/* =========================================================
   CORE OUTPUTS
========================================================= */

.pai-outputs {
    padding: 56px 0 60px;
    background: #f8f4ec;
}

.pai-output-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

    .pai-output-grid article {
        min-height: 250px;
        padding: 24px 22px;
        border-top: 3px solid #4b7e59;
        border-right: 1px solid #d9d0c2;
        border-bottom: 1px solid #d9d0c2;
        border-left: 1px solid #d9d0c2;
        border-radius: 10px;
        background: #fbf8f2;
    }

        .pai-output-grid article > span {
            display: block;
            color: #b68d38;
            font-size: 10px;
            font-weight: 900;
            letter-spacing: .1em;
            text-transform: uppercase;
        }

    .pai-output-grid h3 {
        margin: 9px 0 0;
        color: #183020;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 23px;
        font-weight: 500;
        line-height: 1.18;
    }

    .pai-output-grid p {
        margin: 12px 0 0;
        color: #667168;
        font-size: 13px;
        line-height: 1.6;
    }


/* =========================================================
   USE CASES
========================================================= */

.pai-usecases {
    padding: 56px 0 60px;
    background: radial-gradient( circle at 50% 0%, rgba(199,161,75,.05), transparent 28% ), linear-gradient( 135deg, #07120d, #0d2419, #103122 );
}

    .pai-usecases .pai-section-heading h2 {
        color: #f4efe5;
    }

    .pai-usecases .pai-section-heading p {
        color: #aab7ae;
    }

    .pai-usecases .pai-kicker {
        color: #d2ad54;
    }

.pai-usecase-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid rgba(199,161,75,.22);
    border-bottom: 1px solid rgba(199,161,75,.22);
}

    .pai-usecase-grid article {
        min-height: 285px;
        padding: 28px 20px;
        text-align: center;
        border-right: 1px solid rgba(255,255,255,.07);
    }

        .pai-usecase-grid article:last-child {
            border-right: 0;
        }

.pai-usecase-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 15px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.38);
    border-radius: 50%;
    background: #0d3626;
}

    .pai-usecase-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.pai-usecase-grid h3 {
    margin: 0;
    color: #f4efe5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.2;
}

.pai-usecase-grid p {
    margin: 11px 0 0;
    color: #aab7ae;
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   FRAMEWORK LINKS
========================================================= */

.pai-framework {
    padding: 56px 0 60px;
    background: #f0ebe2;
}

.pai-framework-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

    .pai-framework-grid article {
        min-height: 260px;
        padding: 24px 22px;
        display: flex;
        flex-direction: column;
        border: 1px solid #d8cfc1;
        border-radius: 11px;
        background: #fbf8f2;
    }

    .pai-framework-grid h3 {
        margin: 0;
        color: #173020;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 23px;
        font-weight: 500;
        line-height: 1.15;
    }

    .pai-framework-grid p {
        margin: 12px 0 0;
        color: #667168;
        font-size: 13px;
        line-height: 1.6;
    }

    .pai-framework-grid a {
        display: inline-block;
        margin-top: auto;
        padding-top: 18px;
        color: #315e42;
        font-size: 12.5px;
        font-weight: 800;
        text-decoration: none;
    }

        .pai-framework-grid a:hover {
            color: #1f462f;
            text-decoration: underline;
        }


/* =========================================================
   PRIMARY CTA
========================================================= */

.pai-cta {
    padding: 34px 0;
    background: radial-gradient( circle at 85% 40%, rgba(199,161,75,.10), transparent 28% ), linear-gradient( 130deg, #07120d, #0c2419, #123323 );
}

.pai-cta-grid {
    display: grid;
    grid-template-columns: 105px 1fr auto;
    gap: 28px;
    align-items: center;
    padding: 26px 30px;
    border: 1px solid rgba(199,161,75,.25);
    border-radius: 13px;
    background: rgba(255,255,255,.018);
}

.pai-cta-mark {
    width: 94px;
    height: 94px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.50);
    border-radius: 50%;
    background: #0d3626;
}

    .pai-cta-mark img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.pai-cta h2 {
    color: #f4efe5;
    font-size: clamp(30px, 2.8vw, 42px);
}

.pai-cta-copy p {
    max-width: 720px;
    margin: 12px 0 0;
    color: #aab7ae;
    font-size: 14px;
    line-height: 1.65;
}

.pai-cta-actions {
    min-width: 240px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 11px;
}

.pai-cta-link {
    color: #d1b567;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
}

    .pai-cta-link:hover {
        color: #e1c979;
        text-decoration: underline;
    }


/* =========================================================
   TRUST STRIP
========================================================= */

.pai-trust {
    padding: 32px 0 38px;
    border-top: 1px solid rgba(199,161,75,.14);
    background: #08160f;
}

.pai-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

    .pai-trust-grid article {
        min-height: 95px;
        display: grid;
        grid-template-columns: 62px 1fr;
        gap: 14px;
        align-items: center;
        padding: 10px 24px;
        border-right: 1px solid rgba(255,255,255,.08);
    }

        .pai-trust-grid article:last-child {
            border-right: 0;
        }

.pai-trust-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(199,161,75,.36);
    border-radius: 50%;
    background: #0d3626;
}

    .pai-trust-icon img {
        width: 94%;
        height: 94%;
        object-fit: contain;
    }

.pai-trust-grid h3 {
    margin: 0;
    color: #d2ad54;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 500;
}

.pai-trust-grid p {
    margin: 5px 0 0;
    color: #9faca4;
    font-size: 11.5px;
    line-height: 1.45;
}


/* =========================================================
   RESPONSIVE - 1200
========================================================= */

@media (max-width: 1200px) {

    .pai-evaluate-grid,
    .pai-output-grid,
    .pai-framework-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pai-usecase-grid {
        grid-template-columns: repeat(2, 1fr);
    }

        .pai-usecase-grid article:nth-child(2n) {
            border-right: 0;
        }

        .pai-usecase-grid article:nth-child(-n+2) {
            border-bottom: 1px solid rgba(255,255,255,.07);
        }

    .pai-trust-grid {
        grid-template-columns: repeat(2, 1fr);
    }

        .pai-trust-grid article:nth-child(2n) {
            border-right: 0;
        }

        .pai-trust-grid article:nth-child(-n+2) {
            border-bottom: 1px solid rgba(255,255,255,.08);
        }
}


/* =========================================================
   RESPONSIVE - 1000
========================================================= */

@media (max-width: 1000px) {

    .pai-hero-grid,
    .pai-professionals-grid {
        grid-template-columns: 1fr;
    }

    .pai-hero-copy {
        padding: 54px 0 40px;
    }

    .pai-hero-visual img {
        min-height: 420px;
    }

    .pai-cta-grid {
        grid-template-columns: 90px 1fr;
    }

    .pai-cta-actions {
        grid-column: 1 / -1;
        flex-direction: row;
        justify-content: center;
    }
}


/* =========================================================
   RESPONSIVE - 750
========================================================= */

@media (max-width: 750px) {

    .pai-evaluate-grid,
    .pai-output-grid,
    .pai-usecase-grid,
    .pai-framework-grid,
    .pai-trust-grid {
        grid-template-columns: 1fr;
    }

        .pai-usecase-grid article,
        .pai-usecase-grid article:nth-child(2n) {
            border-right: 0;
        }

            .pai-usecase-grid article,
            .pai-usecase-grid article:nth-child(-n+2) {
                border-bottom: 1px solid rgba(255,255,255,.07);
            }

                .pai-usecase-grid article:last-child {
                    border-bottom: 0;
                }

        .pai-trust-grid article,
        .pai-trust-grid article:nth-child(2n) {
            border-right: 0;
        }

            .pai-trust-grid article,
            .pai-trust-grid article:nth-child(-n+2) {
                border-bottom: 1px solid rgba(255,255,255,.08);
            }

                .pai-trust-grid article:last-child {
                    border-bottom: 0;
                }
}


/* =========================================================
   RESPONSIVE - 650
========================================================= */

@media (max-width: 650px) {

    .pai-inner {
        width: min(100% - 32px, 1480px);
    }

    .pai-hero-copy h1 {
        font-size: 54px;
    }

    .pai-hero-lede {
        font-size: 15px;
    }

    .pai-hero-actions,
    .pai-inline-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .pai-btn {
        width: 100%;
    }

    .pai-text-link {
        text-align: center;
    }

    .pai-hero-visual img {
        min-height: 340px;
    }

    .pai-user-row {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pai-user-icon {
        margin: 0 auto;
    }

    .pai-cta-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pai-cta-mark {
        margin: 0 auto;
    }

    .pai-cta-actions {
        grid-column: auto;
        flex-direction: column;
    }

    .pai-trust-grid article {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .pai-trust-icon {
        margin: 0 auto;
    }
}


/* =========================================================
   VERY SMALL
========================================================= */

@media (max-width: 420px) {

    .pai-hero-copy h1 {
        font-size: 47px;
    }
}
