/* CROWD & PERIMETER MONITORING — page-ai-cpm.css — Electric Blue #2563EB */
.cpm-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--color-midnight);
    padding-top: var(--header-h)
}

.cpm-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.cpm-hero__canvas {
    width: 100%;
    height: 100%;
    display: block
}

.cpm-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(8, 15, 30, .94) 0%, rgba(4, 8, 24, .72) 55%, rgba(8, 15, 30, .9) 100%)
}

/* Perimeter corners */
.cpm-hero__perimeter {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none
}

.cpm-perim {
    position: absolute;
    width: 36px;
    height: 36px
}

.cpm-perim--tl {
    top: 88px;
    left: 20px;
    border-top: 2px solid rgba(37, 99, 235, .5);
    border-left: 2px solid rgba(37, 99, 235, .5)
}

.cpm-perim--tr {
    top: 88px;
    right: 20px;
    border-top: 2px solid rgba(37, 99, 235, .5);
    border-right: 2px solid rgba(37, 99, 235, .5)
}

.cpm-perim--bl {
    bottom: 20px;
    left: 20px;
    border-bottom: 2px solid rgba(37, 99, 235, .5);
    border-left: 2px solid rgba(37, 99, 235, .5)
}

.cpm-perim--br {
    bottom: 20px;
    right: 20px;
    border-bottom: 2px solid rgba(37, 99, 235, .5);
    border-right: 2px solid rgba(37, 99, 235, .5)
}

.cpm-zone-label {
    position: absolute;
    font-family: var(--font-heading);
    font-size: .6rem;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 3px 10px;
    border-radius: 100px;
    border: 1px solid
}

.cpm-zl--1 {
    top: 100px;
    left: 60px;
    background: rgba(16, 185, 129, .08);
    border-color: rgba(16, 185, 129, .3);
    color: #10b981
}

.cpm-zl--2 {
    bottom: 40px;
    right: 60px;
    background: rgba(245, 158, 11, .08);
    border-color: rgba(245, 158, 11, .3);
    color: #f59e0b
}

/* Hero two-column */
.cpm-hero__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 52px;
    align-items: center;
    padding-block: 80px 64px;
    width: 100%
}

.cpm-hero__copy {
    display: flex;
    flex-direction: column;
    gap: 0
}

.cpm-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-heading);
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #2563EB;
    margin-bottom: 20px
}

.cpm-pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2563EB;
    animation: pulseDotBlue 2s ease-in-out infinite
}

@keyframes pulseDotBlue {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, .4)
    }

    50% {
        box-shadow: 0 0 0 10px rgba(37, 99, 235, 0)
    }
}

.cpm-hero__h1 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.03em;
    color: #fff;
    margin-bottom: 18px
}

.cpm-hero__accent {
    color: #2563EB;
    text-shadow: 0 0 40px rgba(37, 99, 235, .4)
}

.cpm-hero__sub {
    font-size: .92rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, .65);
    max-width: 500px;
    margin-bottom: 26px
}

.cpm-hero__stats {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 28px;
    backdrop-filter: blur(8px)
}

.cpm-stat {
    flex: 1;
    text-align: center;
    padding: 11px 6px;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.cpm-stat strong {
    font-family: var(--font-heading);
    font-size: 1rem;
    font-weight: 900;
    color: #2563EB;
    line-height: 1
}

.cpm-stat span {
    font-family: var(--font-heading);
    font-size: .6rem;
    color: rgba(255, 255, 255, .45)
}

.cpm-stat__sep {
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, .1);
    flex-shrink: 0
}

.cpm-hero__ctas {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.cpm-btn-primary {
    background: #2563EB !important;
    color: #fff !important;
    border-color: #2563EB !important;
    font-weight: 700 !important
}

.cpm-btn-primary:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    box-shadow: 0 8px 32px rgba(37, 99, 235, .4) !important;
    transform: translateY(-2px)
}

.cpm-btn-outline {
    background: transparent !important;
    color: rgba(255, 255, 255, .8) !important;
    border: 1.5px solid rgba(255, 255, 255, .25) !important
}

.cpm-btn-outline:hover {
    border-color: #2563EB !important;
    color: #93c5fd !important;
    background: rgba(37, 99, 235, .08) !important
}

/* Dash card */
.cpm-dash-card {
    background: rgba(8, 15, 30, .92);
    border: 1px solid rgba(37, 99, 235, .22);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .5), 0 0 0 1px rgba(37, 99, 235, .08);
    backdrop-filter: blur(12px)
}

.cpm-dash-card__bar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, .03);
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.cpm-dash-dots {
    display: flex;
    gap: 4px
}

.cpm-dash-dots span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12)
}

.cpm-dash-title {
    font-family: var(--font-heading);
    font-size: .74rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px
}

.cpm-dash-title i {
    color: #2563EB
}

.cpm-dash-live {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-heading);
    font-size: .64rem;
    font-weight: 700;
    color: #10b981
}

.cpm-dash-live span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    animation: livePulse 1.4s infinite
}

/* Zone grid */
.cpm-zone-grid {
    display: flex;
    flex-direction: column;
    gap: 0
}

.cpm-zone-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    transition: background var(--transition)
}

.cpm-zone-row:hover {
    background: rgba(255, 255, 255, .03)
}

.cpm-zr--breach {
    background: rgba(239, 68, 68, .05);
    border-left: 3px solid #ef4444
}

.cpm-zr__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0
}

.cpm-zr--breach .cpm-zr__dot {
    animation: livePulse 1.2s infinite
}

.cpm-zr__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px
}

.cpm-zr__info strong {
    font-family: var(--font-heading);
    font-size: .74rem;
    font-weight: 700;
    color: rgba(255, 255, 255, .8)
}

.cpm-zr__bar {
    height: 4px;
    background: rgba(255, 255, 255, .08);
    border-radius: 2px;
    overflow: hidden
}

.cpm-zr__bar div {
    height: 100%;
    border-radius: 2px;
    transition: width .6s ease
}

.cpm-zr__right {
    display: flex;
    align-items: center;
    gap: 7px
}

.cpm-zr__count {
    font-family: var(--font-heading);
    font-size: .84rem;
    font-weight: 900;
    line-height: 1
}

.cpm-zr__count small {
    font-size: .6rem;
    opacity: .6;
    font-weight: 500
}

.cpm-zr__badge {
    padding: 2px 8px;
    border-radius: 100px;
    font-family: var(--font-heading);
    font-size: .58rem;
    font-weight: 800
}

.cpm-badge--red {
    background: rgba(239, 68, 68, .15);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, .3)
}

.cpm-badge--amber {
    background: rgba(245, 158, 11, .15);
    color: #f59e0b;
    border: 1px solid rgba(245, 158, 11, .3)
}

.cpm-badge--green {
    background: rgba(16, 185, 129, .12);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, .25)
}

/* Alert strip */
.cpm-alert-strip {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    background: rgba(239, 68, 68, .06);
    border-top: 1px solid rgba(239, 68, 68, .15);
    border-bottom: 1px solid rgba(255, 255, 255, .04)
}

.cpm-alert-strip__icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(239, 68, 68, .15);
    color: #ef4444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    flex-shrink: 0;
    animation: pulseDotBlue 1.4s infinite
}

.cpm-alert-strip__body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.cpm-alert-strip__body strong {
    font-family: var(--font-heading);
    font-size: .74rem;
    font-weight: 700;
    color: #fff
}

.cpm-alert-strip__body span {
    font-family: var(--font-heading);
    font-size: .64rem;
    color: rgba(255, 255, 255, .5)
}

.cpm-alert-strip__time {
    font-family: var(--font-heading);
    font-size: .62rem;
    color: rgba(255, 255, 255, .35);
    white-space: nowrap
}

/* Mini heatmap */
.cpm-mini-heatmap {
    padding: 10px 14px 0
}

.cpm-mh-title {
    font-family: var(--font-heading);
    font-size: .64rem;
    color: rgba(255, 255, 255, .4);
    margin-bottom: 6px;
    letter-spacing: .06em;
    text-transform: uppercase
}

.cpm-mh-svg {
    width: 100%;
    height: auto;
    display: block
}

.cpm-dash-card__footer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 14px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    background: rgba(255, 255, 255, .02);
    font-family: var(--font-heading);
    font-size: .66rem
}

.cpm-dash-card__footer span {
    display: flex;
    align-items: center;
    gap: 5px
}

.cpm-df--blue {
    color: #2563EB
}

.cpm-df--red {
    color: #ef4444
}

.cpm-df--amber {
    color: #f59e0b
}

/* CAPABILITIES */
.cpm-eyebrow {
    color: #2563EB !important
}

.cpm-section-sub {
    font-size: .9rem;
    color: var(--color-slate);
    max-width: 620px;
    margin: 0 auto;
    line-height: 1.75;
    text-align: center
}

.cpm-cap-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 48px
}

.cpm-cap-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all var(--transition)
}

.cpm-cap-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
    border-color: #2563EB
}

.cpm-cap-card--featured {
    background: var(--color-navy);
    border-color: transparent;
    box-shadow: 0 12px 40px rgba(14, 42, 94, .25)
}

.cpm-cap-card--featured:hover {
    border-color: #2563EB
}

.cpm-cap-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cpm-cap-icon svg {
    width: 56px;
    height: 56px
}

.cpm-cap-card--featured .cpm-cap-icon {
    background: rgba(37, 99, 235, .2)
}

.cpm-ci--blue {
    background: rgba(37, 99, 235, .08)
}

.cpm-ci--red {
    background: rgba(239, 68, 68, .08)
}

.cpm-ci--amber {
    background: rgba(245, 158, 11, .08)
}

.cpm-ci--purple {
    background: rgba(139, 92, 246, .08)
}

.cpm-ci--teal {
    background: rgba(0, 194, 168, .08)
}

.cpm-ci--green {
    background: rgba(16, 185, 129, .08)
}

.cpm-ci--orange {
    background: rgba(249, 115, 22, .08)
}

.cpm-ci--slate {
    background: rgba(100, 116, 139, .08)
}

.cpm-cap-card h4 {
    font-family: var(--font-heading);
    font-size: .9rem;
    font-weight: 800;
    color: var(--color-navy)
}

.cpm-cap-card--featured h4 {
    color: #fff
}

.cpm-cap-card p {
    font-size: .8rem;
    line-height: 1.65;
    color: var(--color-slate);
    flex: 1
}

.cpm-cap-card--featured p {
    color: rgba(255, 255, 255, .6)
}

.cpm-cap-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap
}

.cpm-cap-tags span {
    font-family: var(--font-heading);
    font-size: .62rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 100px;
    background: rgba(14, 42, 94, .05);
    color: var(--color-navy);
    border: 1px solid var(--color-border)
}

.cpm-cap-tags--dark {
    display: flex;
    gap: 5px;
    flex-wrap: wrap
}

.cpm-cap-tags--dark span {
    font-family: var(--font-heading);
    font-size: .62rem;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 100px;
    background: rgba(37, 99, 235, .15);
    color: #93c5fd;
    border: 1px solid rgba(37, 99, 235, .25)
}

/* FEATURE ROWS */
.cpm-rows {
    background: #fff
}

.cpm-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
    padding-block: 56px;
    border-bottom: 1px solid var(--color-border)
}

.cpm-row:last-child {
    border-bottom: none
}

.cpm-row--flip .cpm-row__text {
    order: 2
}

.cpm-row--flip .cpm-row__visual {
    order: 1
}

.cpm-row__icon {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    margin-bottom: 14px
}

.cpm-ri--blue {
    background: rgba(37, 99, 235, .1);
    color: #2563EB
}

.cpm-ri--red {
    background: rgba(239, 68, 68, .1);
    color: #ef4444
}

.cpm-row__text h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--color-navy);
    margin-bottom: 10px;
    line-height: 1.2
}

.cpm-row__text p {
    font-size: .88rem;
    line-height: 1.75;
    color: var(--color-slate);
    margin-bottom: 16px
}

.cpm-points {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cpm-points li {
    display: flex;
    align-items: center;
    gap: 9px;
    font-family: var(--font-heading);
    font-size: .8rem;
    color: var(--color-charcoal)
}

.cpm-points i {
    font-size: .72rem;
    flex-shrink: 0;
    color: #2563EB
}

.cpm-points--red i {
    color: #ef4444
}

.cpm-visual-card {
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(37, 99, 235, .07), 0 2px 8px rgba(0, 0, 0, .04)
}

.cpm-vc-bar {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    background: var(--color-off-white);
    border-bottom: 1px solid var(--color-border);
    font-family: var(--font-heading);
    font-size: .78rem;
    font-weight: 600;
    color: var(--color-charcoal)
}

.cpm-live-dot {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-heading);
    font-size: .68rem;
    font-weight: 700;
    color: #10b981
}

.cpm-live-dot span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #10b981;
    animation: livePulse 1.4s infinite
}

/* Site KPIs */
.cpm-site-kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--color-border);
    border-bottom: 1px solid var(--color-border)
}

.cpm-sk {
    background: #fff;
    padding: 11px 8px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.cpm-sk strong {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 900;
    line-height: 1
}

.cpm-sk span {
    font-family: var(--font-heading);
    font-size: .6rem;
    color: var(--color-slate)
}

/* Zone list */
.cpm-zone-list {
    padding: 8px 16px
}

.cpm-zl-row {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 7px 0;
    border-bottom: 1px solid var(--color-border);
    font-family: var(--font-heading);
    font-size: .74rem
}

.cpm-zl-row:last-child {
    border-bottom: none
}

.cpm-zl-name {
    min-width: 110px;
    color: var(--color-navy);
    font-weight: 600;
    font-size: .7rem
}

.cpm-zl-bar {
    flex: 1;
    height: 6px;
    background: #f1f5f9;
    border-radius: 3px;
    overflow: hidden
}

.cpm-zl-bar div {
    height: 100%;
    border-radius: 3px
}

.cpm-zl-cnt {
    min-width: 54px;
    text-align: right;
    color: var(--color-slate);
    font-size: .68rem
}

.cpm-zl-badge {
    padding: 2px 8px;
    border-radius: 100px;
    font-size: .6rem;
    font-weight: 800;
    white-space: nowrap
}

/* Perimeter visual */
.cpm-perim-visual {
    padding: 12px
}

.cpm-perim-visual svg {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px
}

/* Breach log */
.cpm-breach-log {
    padding: 10px 16px 8px
}

.cpm-bl-title {
    font-family: var(--font-heading);
    font-size: .66rem;
    color: var(--color-slate);
    margin-bottom: 7px
}

.cpm-bl-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 0;
    border-bottom: 1px solid var(--color-border);
    font-family: var(--font-heading);
    font-size: .7rem
}

.cpm-bl-row:last-child {
    border-bottom: none
}

.cpm-bl-t {
    min-width: 34px;
    color: var(--color-slate);
    font-size: .65rem
}

.cpm-bl-e {
    flex: 1;
    color: var(--color-charcoal);
    display: flex;
    align-items: center;
    gap: 5px
}

.cpm-bl-e i {
    font-size: .45rem
}

.cpm-ble--red i {
    color: #ef4444
}

.cpm-bl-s {
    font-weight: 800;
    font-size: .68rem;
    white-space: nowrap
}

.cpm-bls--red {
    color: #ef4444
}

.cpm-vc-footer {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 16px;
    background: var(--color-off-white);
    border-top: 1px solid var(--color-border);
    font-family: var(--font-heading);
    font-size: .69rem;
    color: var(--color-slate)
}

.cpm-vc-footer span {
    display: flex;
    align-items: center;
    gap: 5px
}

/* INDUSTRIES */
.cpm-ind-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px
}

.cpm-ind-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    transition: all var(--transition)
}

.cpm-ind-card:hover {
    border-color: #2563EB;
    box-shadow: var(--shadow-md);
    transform: translateX(3px)
}

.cpm-ind-icon {
    width: 42px;
    height: 42px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .95rem;
    flex-shrink: 0
}

.cpm-ind-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px
}

.cpm-ind-body strong {
    font-family: var(--font-heading);
    font-size: .8rem;
    font-weight: 700;
    color: var(--color-navy)
}

.cpm-ind-body span {
    font-family: var(--font-heading);
    font-size: .64rem;
    color: var(--color-slate)
}

.cpm-ind-arr {
    font-size: .75rem;
    opacity: 0;
    transition: all var(--transition)
}

.cpm-ind-card:hover .cpm-ind-arr {
    opacity: 1;
    transform: translateX(3px)
}

/* METRICS */
.cpm-metrics {
    background: #2563EB;
    padding-block: 48px
}

.cpm-metrics__grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px
}

.cpm-metric {
    flex: 1;
    min-width: 110px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px
}

.cpm-metric>i {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 2px
}

.cpm-metric strong {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 900;
    color: #fff;
    line-height: 1
}

.cpm-metric span {
    font-family: var(--font-heading);
    font-size: .7rem;
    color: rgba(255, 255, 255, .8);
    font-weight: 500
}

/* CTA */
.cpm-cta {
    position: relative;
    background: var(--color-midnight);
    padding: 80px 0;
    overflow: hidden
}

.cpm-cta__bg {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 15% 50%, rgba(37, 99, 235, .08) 0%, transparent 60%), radial-gradient(ellipse at 85% 50%, rgba(0, 194, 168, .05) 0%, transparent 60%)
}

.cpm-cta__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 48px;
    align-items: center
}

.cpm-cta__icon {
    width: 120px;
    height: 120px;
    flex-shrink: 0
}

.cpm-cta__icon svg {
    width: 100%;
    height: 100%
}

.cpm-cta__text {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.cpm-cta__text h2 {
    font-family: var(--font-heading);
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15
}

.cpm-cta__text p {
    font-size: .9rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.75;
    max-width: 600px
}

.cpm-cta__btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

/* RESPONSIVE */
@media(max-width:1200px) {
    .cpm-cap-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .cpm-ind-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:1024px) {
    .cpm-hero__inner {
        grid-template-columns: 1fr
    }

    .cpm-hero__card {
        display: none
    }

    .cpm-row {
        grid-template-columns: 1fr
    }

    .cpm-row--flip .cpm-row__text,
    .cpm-row--flip .cpm-row__visual {
        order: unset
    }

    .cpm-cta__inner {
        grid-template-columns: 1fr
    }

    .cpm-cta__icon {
        display: none
    }

    .cpm-hero__perimeter {
        display: none
    }
}

@media(max-width:768px) {
    .cpm-cap-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .cpm-ind-grid {
        grid-template-columns: 1fr
    }

    .cpm-site-kpis {
        grid-template-columns: repeat(2, 1fr)
    }

    .cpm-metrics__grid {
        justify-content: center
    }
}