/* ============================================================
   ALPHA CATI FLAGSHIP PAGE v1
   ============================================================ */

.alpha-cati-v1 {
    background:#FFFFFF !important;
    color:#172B3A !important;
    font-family:"Plus Jakarta Sans","Segoe UI",Arial,sans-serif !important;
}

.alpha-cati-v1 *,
.alpha-cati-v1 *::before,
.alpha-cati-v1 *::after {
    box-sizing:border-box;
}

.alpha-cati-v1 .container {
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding-left:28px;
    padding-right:28px;
}


/* HERO */

.alpha-cati-v1 .cati-hero {
    position:relative;
    overflow:hidden;
    padding:94px 0 72px;

    background:
        linear-gradient(
            118deg,
            #041C31 0%,
            #073B62 57%,
            #0878B8 100%
        ) !important;
}

.alpha-cati-v1 .cati-hero::after {
    content:"";
    position:absolute;

    width:600px;
    height:600px;

    right:-220px;
    top:-250px;

    border-radius:50%;

    background:
        radial-gradient(
            circle,
            rgba(143,211,255,.18),
            transparent 68%
        );
}

.alpha-cati-v1 .cati-hero-grid {
    position:relative;
    z-index:2;

    display:grid;

    grid-template-columns:
        minmax(0,1.08fr)
        minmax(360px,.92fr);

    gap:58px;

    align-items:center;
}

.alpha-cati-v1 .cati-hero-copy {
    max-width:735px;
}

.alpha-cati-v1 .cati-eyebrow,
.alpha-cati-v1 .cati-heading > span,
.alpha-cati-v1 .cati-dark-label,
.alpha-cati-v1 .cati-cta-inner > span {

    display:inline-block;

    background:transparent !important;

    font-size:11px !important;
    line-height:1.4 !important;
    font-weight:800 !important;

    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

.alpha-cati-v1 .cati-eyebrow {
    margin-bottom:21px;

    color:#B9E4FF !important;
    -webkit-text-fill-color:#B9E4FF !important;
}

.alpha-cati-v1 .cati-hero h1 {
    max-width:730px;

    margin:0 0 24px !important;

    font-family:"Fraunces",Georgia,serif !important;

    font-size:clamp(48px,4.15vw,64px) !important;
    line-height:1.03 !important;
    font-weight:700 !important;

    letter-spacing:-.04em !important;

    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
}

.alpha-cati-v1 .cati-hero h1 span {
    display:block;

    margin-top:8px;

    color:#B9E4FF !important;
    -webkit-text-fill-color:#B9E4FF !important;
}

.alpha-cati-v1 .cati-lead {
    max-width:660px;

    margin:0 0 29px !important;

    color:#DCEAF3 !important;
    -webkit-text-fill-color:#DCEAF3 !important;

    font-size:17px !important;
    line-height:1.72 !important;
}

.alpha-cati-v1 .cati-actions {
    display:flex;
    flex-wrap:wrap;
    gap:11px;
}

.alpha-cati-v1 .cati-btn {
    display:inline-flex;

    align-items:center;
    justify-content:center;

    min-height:48px;

    padding:12px 20px;

    border-radius:999px;

    text-decoration:none !important;

    font-size:14px !important;
    line-height:1.3 !important;
    font-weight:700 !important;
}

.alpha-cati-v1 .cati-primary {
    background:#FFFFFF !important;
    border:1px solid #FFFFFF !important;

    color:#004B8E !important;
    -webkit-text-fill-color:#004B8E !important;
}

.alpha-cati-v1 .cati-secondary {
    background:rgba(255,255,255,.06) !important;

    border:1px solid rgba(255,255,255,.44) !important;

    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
}

.alpha-cati-v1 .cati-secondary span {
    margin-left:6px;
}

.alpha-cati-v1 .cati-geography {
    margin-top:25px;

    color:#B9E4FF !important;
    -webkit-text-fill-color:#B9E4FF !important;

    font-size:12px !important;
    font-weight:700 !important;
}

.alpha-cati-v1 .cati-geography span {
    margin:0 7px;
    opacity:.6;
}


/* HERO PANEL */

.alpha-cati-v1 .cati-hero-panel {
    padding:30px;

    background:rgba(255,255,255,.085) !important;

    border:1px solid rgba(255,255,255,.18);

    border-radius:15px;
}

.alpha-cati-v1 .cati-panel-label {
    color:#8FD3FF !important;
    -webkit-text-fill-color:#8FD3FF !important;

    font-size:10px !important;
    font-weight:800 !important;

    letter-spacing:.12em !important;
    text-transform:uppercase !important;
}

.alpha-cati-v1 .cati-hero-panel h2 {
    margin:12px 0 10px !important;

    font-family:"Fraunces",Georgia,serif !important;

    font-size:32px !important;
    line-height:1.12 !important;

    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
}

.alpha-cati-v1 .cati-hero-panel > p {
    margin:0 0 22px !important;

    color:#D5E4EE !important;
    -webkit-text-fill-color:#D5E4EE !important;

    font-size:14px !important;
    line-height:1.65 !important;
}

.alpha-cati-v1 .cati-capacity-grid {
    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    border-top:1px solid rgba(255,255,255,.16);
    border-bottom:1px solid rgba(255,255,255,.16);
}

.alpha-cati-v1 .cati-capacity-grid > div {
    padding:18px 13px;

    border-right:1px solid rgba(255,255,255,.13);
}

.alpha-cati-v1 .cati-capacity-grid > div:last-child {
    border-right:0;
}

.alpha-cati-v1 .cati-capacity-grid strong {
    display:block;

    margin-bottom:7px;

    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;

    font-family:"Fraunces",Georgia,serif !important;

    font-size:28px !important;
    line-height:1 !important;
}

.alpha-cati-v1 .cati-capacity-grid span {
    color:#B9E4FF !important;
    -webkit-text-fill-color:#B9E4FF !important;

    font-size:10px !important;
    line-height:1.45 !important;
    font-weight:700 !important;
}

.alpha-cati-v1 .cati-hero-panel small {
    display:block;

    margin-top:14px;

    color:#BDD4E2 !important;
    -webkit-text-fill-color:#BDD4E2 !important;

    font-size:10px !important;
    line-height:1.5 !important;
}


/* COMMON */

.alpha-cati-v1 .cati-section {
    padding:80px 0;
}

.alpha-cati-v1 .cati-white {
    background:#FFFFFF !important;
}

.alpha-cati-v1 .cati-light {
    background:#F4F8FB !important;
}

.alpha-cati-v1 .cati-heading {
    max-width:850px;
    margin:0 auto 40px;

    text-align:center;
}

.alpha-cati-v1 .cati-left {
    margin-left:0;
    text-align:left;
}

.alpha-cati-v1 .cati-heading > span {
    color:#017DC3 !important;
    -webkit-text-fill-color:#017DC3 !important;
}

.alpha-cati-v1 .cati-heading h2 {
    margin:12px 0 15px !important;

    font-family:"Fraunces",Georgia,serif !important;

    font-size:clamp(36px,3.4vw,48px) !important;
    line-height:1.1 !important;

    letter-spacing:-.035em !important;

    color:#103A59 !important;
    -webkit-text-fill-color:#103A59 !important;
}

.alpha-cati-v1 .cati-heading p,
.alpha-cati-v1 .cati-intro p {

    color:#526779 !important;
    -webkit-text-fill-color:#526779 !important;

    font-size:16px !important;
    line-height:1.72 !important;
}

.alpha-cati-v1 .cati-heading p {
    max-width:760px;
    margin:0 auto !important;
}

.alpha-cati-v1 .cati-left p {
    margin-left:0 !important;
}

.alpha-cati-v1 .cati-two-column {
    display:grid;

    grid-template-columns:
        minmax(0,.9fr)
        minmax(0,1.1fr);

    gap:70px;

    align-items:start;
}

.alpha-cati-v1 .cati-intro {
    padding-top:28px;
}

.alpha-cati-v1 .cati-intro-lead {
    color:#23475F !important;
    -webkit-text-fill-color:#23475F !important;

    font-size:19px !important;
}


/* ASSIGNMENTS */

.alpha-cati-v1 .cati-assignment-grid {
    display:grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:1px;

    background:#DCE6EE;

    border:1px solid #DCE6EE;
}

.alpha-cati-v1 .cati-assignment-grid article {
    min-height:215px;

    padding:27px;

    background:#FFFFFF !important;
}

.alpha-cati-v1 .cati-assignment-grid article > span {
    color:#017DC3 !important;
    -webkit-text-fill-color:#017DC3 !important;

    font-size:10px !important;
    font-weight:800 !important;
}

.alpha-cati-v1 .cati-assignment-grid h3 {
    margin:18px 0 10px !important;

    color:#123C59 !important;
    -webkit-text-fill-color:#123C59 !important;

    font-size:19px !important;
    line-height:1.35 !important;
}

.alpha-cati-v1 .cati-assignment-grid p {
    margin:0 !important;

    color:#596D7E !important;
    -webkit-text-fill-color:#596D7E !important;

    font-size:14.5px !important;
    line-height:1.65 !important;
}


/* DARK CAPACITY */

.alpha-cati-v1 .cati-dark {
    background:
        linear-gradient(
            120deg,
            #041C31,
            #073A60
        ) !important;
}

.alpha-cati-v1 .cati-dark-label {
    color:#8FD3FF !important;
    -webkit-text-fill-color:#8FD3FF !important;
}

.alpha-cati-v1 .cati-dark h2 {
    margin:12px 0 0 !important;

    font-family:"Fraunces",Georgia,serif !important;

    font-size:clamp(38px,3.7vw,52px) !important;
    line-height:1.08 !important;

    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
}

.alpha-cati-v1 .cati-dark p {
    color:#D2E1EB !important;
    -webkit-text-fill-color:#D2E1EB !important;

    font-size:16px !important;
    line-height:1.72 !important;
}

.alpha-cati-v1 .cati-dark .cati-dark-lead {
    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;

    font-size:19px !important;
}

.alpha-cati-v1 .cati-metric-row {
    display:grid;

    grid-template-columns:
        repeat(4,minmax(0,1fr));

    margin-top:42px;

    border-top:1px solid rgba(255,255,255,.18);
    border-bottom:1px solid rgba(255,255,255,.18);
}

.alpha-cati-v1 .cati-metric-row > div {
    padding:26px 20px;

    border-right:1px solid rgba(255,255,255,.14);
}

.alpha-cati-v1 .cati-metric-row > div:last-child {
    border-right:0;
}

.alpha-cati-v1 .cati-metric-row strong {
    display:block;

    margin-bottom:8px;

    font-family:"Fraunces",Georgia,serif !important;

    font-size:32px !important;

    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
}

.alpha-cati-v1 .cati-metric-row span {
    color:#B9E4FF !important;
    -webkit-text-fill-color:#B9E4FF !important;

    font-size:11px !important;
    line-height:1.45 !important;
    font-weight:700 !important;
}


/* EVIDENCE STANDARDS */

.alpha-cati-v1 .cati-standard-list {
    border-top:1px solid #DCE6EE;
}

.alpha-cati-v1 .cati-standard-list > div {
    display:grid;

    grid-template-columns:
        38px 185px 1fr;

    gap:12px;

    padding:20px 0;

    border-bottom:1px solid #DCE6EE;
}

.alpha-cati-v1 .cati-standard-list > div > span {
    color:#017DC3 !important;
    -webkit-text-fill-color:#017DC3 !important;

    font-size:10px !important;
    font-weight:800 !important;
}

.alpha-cati-v1 .cati-standard-list strong {
    color:#173E5B !important;
    -webkit-text-fill-color:#173E5B !important;

    font-size:15px !important;
}

.alpha-cati-v1 .cati-standard-list p {
    margin:0 !important;

    color:#596D7E !important;
    -webkit-text-fill-color:#596D7E !important;

    font-size:14px !important;
    line-height:1.6 !important;
}


/* DELIVERABLES */

.alpha-cati-v1 .cati-deliverables {
    border-top:1px solid #DCE6EE;
}

.alpha-cati-v1 .cati-deliverables > div {
    display:grid;

    grid-template-columns:
        40px 1fr;

    gap:13px;

    padding:18px 0;

    border-bottom:1px solid #DCE6EE;
}

.alpha-cati-v1 .cati-deliverables span {
    color:#017DC3 !important;
    -webkit-text-fill-color:#017DC3 !important;

    font-size:10px !important;
    font-weight:800 !important;
}

.alpha-cati-v1 .cati-deliverables strong {
    color:#173E5B !important;
    -webkit-text-fill-color:#173E5B !important;

    font-size:16px !important;
    line-height:1.45 !important;
}


/* TAGS */

.alpha-cati-v1 .cati-tags {
    display:flex;
    flex-wrap:wrap;

    justify-content:center;

    gap:9px;
}

.alpha-cati-v1 .cati-tags span {
    padding:10px 14px;

    background:#F7FAFC !important;

    border:1px solid #D7E4EC;

    border-radius:999px;

    color:#345267 !important;
    -webkit-text-fill-color:#345267 !important;

    font-size:13px !important;
    font-weight:650 !important;
}


/* FINAL CTA */

.alpha-cati-v1 .cati-cta {
    padding:84px 0;

    background:
        linear-gradient(
            118deg,
            #075A91,
            #087FC1
        ) !important;
}

.alpha-cati-v1 .cati-cta-inner {
    max-width:900px;

    margin:0 auto;

    text-align:center;
}

.alpha-cati-v1 .cati-cta-inner > span {
    color:#C5EAFF !important;
    -webkit-text-fill-color:#C5EAFF !important;
}

.alpha-cati-v1 .cati-cta h2 {
    margin:13px 0 16px !important;

    font-family:"Fraunces",Georgia,serif !important;

    font-size:clamp(40px,4vw,56px) !important;
    line-height:1.08 !important;

    color:#FFFFFF !important;
    -webkit-text-fill-color:#FFFFFF !important;
}

.alpha-cati-v1 .cati-cta p {
    max-width:730px;

    margin:0 auto 27px !important;

    color:#E3F1F8 !important;
    -webkit-text-fill-color:#E3F1F8 !important;

    font-size:16px !important;
    line-height:1.7 !important;
}

.alpha-cati-v1 .cati-center {
    justify-content:center;
}


/* RESPONSIVE */

@media (max-width:991px) {

    .alpha-cati-v1 .cati-hero-grid,
    .alpha-cati-v1 .cati-two-column {

        grid-template-columns:1fr;
        gap:40px;
    }

    .alpha-cati-v1 .cati-hero {
        padding:86px 0 60px;
    }

    .alpha-cati-v1 .cati-intro {
        padding-top:0;
    }

    .alpha-cati-v1 .cati-assignment-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .alpha-cati-v1 .cati-metric-row {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .alpha-cati-v1 .cati-metric-row > div:nth-child(2) {
        border-right:0;
    }
}


@media (max-width:767px) {

    .alpha-cati-v1 .container {
        padding-left:20px;
        padding-right:20px;
    }

    .alpha-cati-v1 .cati-hero {
        padding:72px 0 50px;
    }

    .alpha-cati-v1 .cati-hero h1 {
        font-size:41px !important;
    }

    .alpha-cati-v1 .cati-lead {
        font-size:16px !important;
    }

    .alpha-cati-v1 .cati-actions {
        display:grid;
        grid-template-columns:1fr;
    }

    .alpha-cati-v1 .cati-btn {
        width:100%;
    }

    .alpha-cati-v1 .cati-section {
        padding:58px 0;
    }

    .alpha-cati-v1 .cati-heading {
        text-align:left;
    }

    .alpha-cati-v1 .cati-heading h2 {
        font-size:34px !important;
    }

    .alpha-cati-v1 .cati-heading p {
        margin-left:0 !important;
    }

    .alpha-cati-v1 .cati-assignment-grid,
    .alpha-cati-v1 .cati-capacity-grid,
    .alpha-cati-v1 .cati-metric-row {

        grid-template-columns:1fr;
    }

    .alpha-cati-v1 .cati-assignment-grid article {
        min-height:0;
    }

    .alpha-cati-v1 .cati-capacity-grid > div,
    .alpha-cati-v1 .cati-metric-row > div {

        border-right:0;

        border-bottom:
            1px solid rgba(255,255,255,.14);
    }

    .alpha-cati-v1 .cati-standard-list > div {
        grid-template-columns:
            32px 1fr;
    }

    .alpha-cati-v1 .cati-standard-list p {
        grid-column:2;
    }

    .alpha-cati-v1 .cati-tags {
        justify-content:flex-start;
    }

    .alpha-cati-v1 .cati-cta-inner {
        text-align:left;
    }

    .alpha-cati-v1 .cati-center {
        justify-content:flex-start;
    }
}


@media (max-width:390px) {

    .alpha-cati-v1 .cati-hero h1 {
        font-size:37px !important;
    }

    .alpha-cati-v1 .cati-heading h2 {
        font-size:31px !important;
    }
}

/* ============================================================
   CATI HERO REFINEMENT v2
   ============================================================ */

.alpha-cati-v1 .cati-hero-grid {
    grid-template-columns:
        minmax(0,1.16fr)
        minmax(345px,.84fr) !important;

    gap:52px !important;
}

.alpha-cati-v1 .cati-hero-copy {
    max-width:790px !important;
}

.alpha-cati-v1 .cati-hero h1 {
    max-width:770px !important;
    font-size:clamp(46px,3.9vw,60px) !important;
    line-height:1.035 !important;
}

.alpha-cati-v1 .cati-capacity-grid strong {
    font-size:30px !important;
    white-space:nowrap !important;
}

.alpha-cati-v1 .cati-capacity-grid span {
    font-size:10.5px !important;
}

@media (max-width:1100px) {

    .alpha-cati-v1 .cati-hero-grid {
        grid-template-columns:
            minmax(0,1fr)
            minmax(335px,.78fr) !important;

        gap:42px !important;
    }

    .alpha-cati-v1 .cati-hero h1 {
        font-size:52px !important;
    }
}

@media (max-width:991px) {

    .alpha-cati-v1 .cati-hero-grid {
        grid-template-columns:1fr !important;
    }

    .alpha-cati-v1 .cati-hero h1 {
        max-width:700px !important;
    }
}

@media (max-width:767px) {

    .alpha-cati-v1 .cati-hero h1 {
        font-size:40px !important;
    }
}
