:root {
    --cs1-navy: #071d46;
    --cs1-navy-2: #0c326d;
    --cs1-blue: #087cf0;
    --cs1-cyan: #20b9ff;
    --cs1-orange: #ff6400;
    --cs1-orange-dark: #e95500;
    --cs1-green: #26b963;
    --cs1-text: #13284c;
    --cs1-muted: #5d708e;
    --cs1-line: #cfe3fa;
    --cs1-soft: #f3f9ff;
    --cs1-soft-2: #eaf5ff;
    --cs1-white: #fff;
    --cs1-shadow: 0 18px 50px rgba(16, 76, 145, .11);
}

.cs1-page,
.cs1-page * { box-sizing: border-box; }

.cs1-page {
    position: relative;
    overflow: hidden;
    color: var(--cs1-text);
    background: var(--cs1-white);
    font-family: "Segoe UI", Arial, sans-serif;
    line-height: 1.6;
}

.cs1-page h1,
.cs1-page h2,
.cs1-page h3,
.cs1-page p,
.cs1-page ul,
.cs1-page ol { margin-top: 0; }

.cs1-page a { text-decoration: none; }

.cs1-page svg {
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.cs1-container {
    width: min(1240px, calc(100% - 44px));
    margin: 0 auto;
}

.cs1-hero {
    position: relative;
    isolation: isolate;
    display: flex;
    min-height: 690px;
    align-items: center;
    overflow: hidden;
    border-bottom: 1px solid #dcecff;
    background: #fff;
}

.cs1-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,.995) 0%, rgba(255,255,255,.98) 35%, rgba(255,255,255,.82) 48%, rgba(255,255,255,.14) 69%, rgba(255,255,255,0) 100%);
}

.cs1-hero-art {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.cs1-hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.cs1-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 580px) 1fr;
    min-height: inherit;
    align-items: center;
    padding: 76px 0 64px;
}

.cs1-hero-copy { position: relative; z-index: 2; }

.cs1-eyebrow,
.cs1-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--cs1-blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cs1-eyebrow::before,
.cs1-kicker::before {
    content: "";
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: var(--cs1-orange);
}

.cs1-hero h1 {
    margin-bottom: 18px;
    color: var(--cs1-navy);
    font-size: clamp(50px, 5.5vw, 76px);
    font-weight: 900;
    line-height: .96;
    letter-spacing: -.05em;
}

.cs1-hero h1 span,
.cs1-hero h1 strong { display: block; }

.cs1-hero h1 span {
    margin-bottom: 8px;
    color: var(--cs1-blue);
    font-size: .27em;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.cs1-hero h1 strong {
    color: var(--cs1-navy);
    font-weight: 900;
}

.cs1-hero h2 {
    max-width: 560px;
    margin-bottom: 16px;
    color: var(--cs1-navy);
    font-size: clamp(25px, 2.4vw, 36px);
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.cs1-hero-summary {
    max-width: 555px;
    margin-bottom: 28px;
    color: #3e5578;
    font-size: 17px;
    line-height: 1.75;
}

.cs1-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    align-items: center;
}

.cs1-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    padding: 12px 22px;
    border: 1px solid transparent;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.2;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background-color .2s ease;
}

.cs1-btn span { margin-left: 13px; font-size: 20px; line-height: 1; }
.cs1-btn:hover,
.cs1-btn:focus-visible { transform: translateY(-2px); }

.cs1-btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #ff791f, var(--cs1-orange));
    box-shadow: 0 14px 30px rgba(255,100,0,.22);
}

.cs1-btn-primary:hover,
.cs1-btn-primary:focus-visible {
    color: #fff;
    background: var(--cs1-orange-dark);
    box-shadow: 0 18px 34px rgba(255,100,0,.3);
}

.cs1-btn-secondary {
    color: var(--cs1-navy);
    border-color: #86b9ed;
    background: rgba(255,255,255,.9);
}

.cs1-btn-secondary:hover,
.cs1-btn-secondary:focus-visible {
    color: var(--cs1-blue);
    border-color: var(--cs1-blue);
    background: #fff;
}

.cs1-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    align-items: center;
    margin: 25px 0 0;
    color: #526c92;
    font-size: 12px;
    font-weight: 700;
}

.cs1-hero-proof span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--cs1-orange);
}

.cs1-outcomes {
    position: relative;
    z-index: 3;
    padding: 22px 0;
    border-bottom: 1px solid var(--cs1-line);
    background: #fff;
    box-shadow: 0 12px 35px rgba(13,74,143,.06);
}

.cs1-outcome-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cs1-outcome {
    min-width: 0;
    padding: 14px 18px;
    border-right: 1px solid #d8e9fa;
    text-align: center;
}

.cs1-outcome:last-child { border-right: 0; }
.cs1-outcome svg { width: 42px; height: 42px; margin: 0 auto 9px; color: var(--cs1-blue); }
.cs1-outcome-featured svg { color: var(--cs1-orange); }
.cs1-outcome strong,
.cs1-outcome small { display: block; }

.cs1-outcome strong {
    color: var(--cs1-navy);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.cs1-outcome small { margin-top: 5px; color: var(--cs1-muted); font-size: 12px; line-height: 1.45; }

.cs1-section { position: relative; padding: 88px 0; }
#campussecure-pillars,
#campussecure-experts { scroll-margin-top: 96px; }

.cs1-section-heading {
    max-width: 880px;
    margin: 0 auto 42px;
    text-align: center;
}

.cs1-section-heading-left { max-width: none; margin: 0; text-align: left; }

.cs1-section-heading h2,
.cs1-monitor-copy h2 {
    margin-bottom: 15px;
    color: var(--cs1-navy);
    font-size: clamp(31px, 3.5vw, 48px);
    font-weight: 820;
    line-height: 1.16;
    letter-spacing: -.035em;
}

.cs1-section-heading p,
.cs1-monitor-copy p {
    margin-right: auto;
    margin-left: auto;
    color: var(--cs1-muted);
    font-size: 17px;
    line-height: 1.75;
}

.cs1-section-heading p + p { margin-top: 12px; }
.cs1-section-heading-left p { margin-left: 0; }

.cs1-intro { background: linear-gradient(180deg, #fff 0%, #f6fbff 100%); }

.cs1-intro-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(330px, .82fr);
    gap: 70px;
    align-items: center;
}

.cs1-intro-points { display: grid; gap: 14px; }

.cs1-intro-points > div {
    display: flex;
    gap: 16px;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--cs1-line);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(18,82,154,.06);
}

.cs1-intro-points b {
    display: grid;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--cs1-blue);
    font-size: 12px;
}

.cs1-intro-points strong,
.cs1-intro-points small { display: block; }
.cs1-intro-points strong { margin-bottom: 3px; color: var(--cs1-navy); font-size: 16px; }
.cs1-intro-points small { color: var(--cs1-muted); font-size: 13px; line-height: 1.5; }

.cs1-risks { background: var(--cs1-soft); }
.cs1-risk-grid { display: grid; gap: 16px; }

.cs1-risk-card {
    display: grid;
    grid-template-columns: minmax(0,1fr) 54px minmax(0,1fr);
    align-items: stretch;
    overflow: hidden;
    border: 1px solid var(--cs1-line);
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(17,77,145,.07);
}

.cs1-risk-card-featured { border-color: #ffa869; box-shadow: 0 16px 38px rgba(255,100,0,.11); }

.cs1-risk-side {
    display: flex;
    gap: 19px;
    align-items: center;
    min-height: 150px;
    padding: 24px 28px;
}

.cs1-risk-side svg { flex: 0 0 52px; width: 52px; height: 52px; }
.cs1-risk-pain svg { color: #ef472d; }
.cs1-risk-solution svg { color: var(--cs1-blue); }
.cs1-risk-card-featured .cs1-risk-solution svg { color: var(--cs1-orange); }

.cs1-risk-side small {
    display: block;
    margin-bottom: 4px;
    color: var(--cs1-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.cs1-risk-side h3 { margin-bottom: 5px; color: var(--cs1-navy); font-size: 19px; font-weight: 820; }
.cs1-risk-side p { margin-bottom: 0; color: var(--cs1-muted); font-size: 13px; line-height: 1.55; }

.cs1-risk-arrow {
    display: grid;
    place-items: center;
    color: var(--cs1-blue);
    background: linear-gradient(180deg,#eaf5ff,#f8fbff);
    font-size: 26px;
    font-weight: 900;
}

.cs1-risk-card-featured .cs1-risk-arrow { color: var(--cs1-orange); background: #fff5ed; }

.cs1-pillars { background: #fff; }
.cs1-pillar-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }

.cs1-pillar {
    position: relative;
    min-height: 500px;
    padding: 30px;
    border: 1px solid var(--cs1-line);
    border-radius: 16px;
    background: linear-gradient(180deg,#fff 0%,#f9fcff 100%);
    box-shadow: 0 14px 34px rgba(17,78,145,.07);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cs1-pillar:last-child { grid-column: 1 / -1; width: calc(50% - 10px); justify-self: center; }
.cs1-pillar:hover { transform: translateY(-5px); border-color: #72b7f4; box-shadow: var(--cs1-shadow); }

.cs1-pillar-featured {
    border: 2px solid var(--cs1-orange);
    background: linear-gradient(180deg,#fff9f4 0%,#fff 32%,#f9fcff 100%);
    box-shadow: 0 20px 46px rgba(255,100,0,.11);
}

.cs1-pillar-badge,
.cs1-package-badge {
    position: absolute;
    top: 0;
    right: 24px;
    padding: 6px 15px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    background: var(--cs1-orange);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.cs1-pillar-head { display: flex; gap: 14px; align-items: center; margin-bottom: 20px; }

.cs1-pillar-head > span {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--cs1-blue);
    font-size: 14px;
    font-weight: 900;
}

.cs1-pillar-featured .cs1-pillar-head > span { background: var(--cs1-orange); }
.cs1-pillar-head > div { flex: 1; min-width: 0; }
.cs1-pillar-head small { display: block; margin-bottom: 2px; color: var(--cs1-muted); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.cs1-pillar-head h3 { margin: 0; color: var(--cs1-navy); font-size: 23px; font-weight: 850; line-height: 1.2; }
.cs1-pillar-head svg { flex: 0 0 54px; width: 54px; height: 54px; color: var(--cs1-blue); }
.cs1-pillar-featured .cs1-pillar-head svg { color: var(--cs1-orange); }
.cs1-pillar > p { min-height: 76px; margin-bottom: 18px; color: var(--cs1-muted); font-size: 14px; line-height: 1.7; }

.cs1-pillar ul,
.cs1-package ul,
.cs1-monitor-copy ul { margin: 0; padding: 0; list-style: none; }

.cs1-pillar li,
.cs1-package li,
.cs1-monitor-copy li {
    position: relative;
    padding: 8px 0 8px 22px;
    border-bottom: 1px solid #e4eef8;
    color: #405675;
    font-size: 13px;
    line-height: 1.45;
}

.cs1-pillar li:last-child,
.cs1-package li:last-child,
.cs1-monitor-copy li:last-child { border-bottom: 0; }

.cs1-pillar li::before,
.cs1-package li::before,
.cs1-monitor-copy li::before {
    content: "✓";
    position: absolute;
    left: 1px;
    color: var(--cs1-blue);
    font-weight: 900;
}

.cs1-pillar-featured li::before { color: var(--cs1-orange); }

.cs1-pillar-outcome {
    display: block;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 2px solid #dcedfb;
    color: var(--cs1-navy);
    font-size: 13px;
    font-weight: 800;
}

.cs1-pillar-featured .cs1-pillar-outcome { border-top-color: #ffd2b5; }

.cs1-monitoring { background: linear-gradient(135deg,#eef7ff 0%,#fff 55%,#fff5ed 100%); }

.cs1-monitor-layout {
    display: grid;
    grid-template-columns: minmax(0,.9fr) minmax(480px,1.1fr);
    gap: 58px;
    align-items: center;
    padding: 48px;
    border: 1px solid #a9d3f7;
    border-radius: 22px;
    background: rgba(255,255,255,.93);
    box-shadow: var(--cs1-shadow);
}

.cs1-monitor-copy h2 { font-size: clamp(31px,3vw,44px); }
.cs1-monitor-copy p { margin-bottom: 20px; }
.cs1-monitor-copy li { font-size: 14px; }

.cs1-monitor-flow {
    display: grid;
    grid-template-columns: minmax(0,1fr) 30px minmax(0,1fr) 30px minmax(0,1fr);
    align-items: center;
}

.cs1-monitor-flow > div {
    position: relative;
    display: grid;
    min-height: 210px;
    place-items: center;
    align-content: center;
    padding: 25px 12px;
    border: 1px solid #9bcbf3;
    border-radius: 50%;
    color: var(--cs1-blue);
    background: radial-gradient(circle,#fff 0%,#eaf6ff 76%);
    box-shadow: 0 15px 35px rgba(8,124,240,.12);
    text-align: center;
}

.cs1-monitor-flow > span { color: var(--cs1-blue); font-size: 25px; font-weight: 900; text-align: center; }
.cs1-monitor-flow svg { width: 60px; height: 60px; margin-bottom: 12px; }
.cs1-monitor-flow strong,
.cs1-monitor-flow small { display: block; }
.cs1-monitor-flow strong { color: var(--cs1-navy); font-size: 15px; }
.cs1-monitor-flow small { color: var(--cs1-muted); font-size: 11px; }
.cs1-monitor-flow .cs1-monitor-vsoc { border: 2px solid var(--cs1-orange); color: var(--cs1-orange); background: radial-gradient(circle,#fff 0%,#fff1e7 76%); }

.cs1-team { background: #fff; }
.cs1-value-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }

.cs1-value-card {
    min-height: 255px;
    padding: 29px 23px;
    border: 1px solid var(--cs1-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(22,80,145,.07);
    text-align: center;
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.cs1-value-card:hover { transform: translateY(-5px); border-color: #78baf7; box-shadow: var(--cs1-shadow); }
.cs1-value-card svg { width: 55px; height: 55px; margin: 0 auto 17px; color: var(--cs1-blue); }
.cs1-value-card h3 { min-height: 52px; margin-bottom: 10px; color: var(--cs1-navy); font-size: 18px; font-weight: 820; line-height: 1.35; }
.cs1-value-card p { margin-bottom: 0; color: var(--cs1-muted); font-size: 14px; line-height: 1.65; }

.cs1-process-section { background: linear-gradient(180deg,var(--cs1-soft) 0%,#fff 100%); }

.cs1-process {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 44px;
    width: min(900px,100%);
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.cs1-process::before {
    content: "";
    position: absolute;
    top: 65px;
    right: 16%;
    left: 16%;
    height: 2px;
    background: repeating-linear-gradient(90deg,var(--cs1-blue) 0 8px,transparent 8px 14px);
}

.cs1-process li { position: relative; z-index: 1; min-width: 0; padding: 0 10px; text-align: center; }

.cs1-process li > span {
    position: absolute;
    top: -7px;
    left: calc(50% + 31px);
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: var(--cs1-blue);
    box-shadow: 0 7px 16px rgba(8,124,240,.25);
    font-size: 11px;
    font-weight: 800;
}

.cs1-process svg {
    width: 86px;
    height: 86px;
    margin: 0 auto 18px;
    padding: 20px;
    border: 1px solid #9dcbf5;
    border-radius: 50%;
    color: var(--cs1-blue);
    background: #fff;
    box-shadow: 0 12px 26px rgba(15,112,216,.1);
}

.cs1-process h3 { margin-bottom: 8px; color: var(--cs1-navy); font-size: 18px; font-weight: 850; text-transform: uppercase; }
.cs1-process p { margin-bottom: 0; color: var(--cs1-muted); font-size: 13px; line-height: 1.55; }

.cs1-audience { background: #fff; }
.cs1-audience-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }

.cs1-audience-card {
    min-height: 195px;
    padding: 26px 20px;
    border: 1px solid var(--cs1-line);
    border-radius: 14px;
    background: linear-gradient(180deg,#fff,#f8fcff);
    box-shadow: 0 12px 28px rgba(22,80,145,.06);
    text-align: center;
}

.cs1-audience-card svg { width: 54px; height: 54px; margin: 0 auto 15px; color: var(--cs1-blue); }
.cs1-audience-card strong,
.cs1-audience-card small { display: block; }
.cs1-audience-card strong { margin-bottom: 7px; color: var(--cs1-navy); font-size: 18px; font-weight: 820; }
.cs1-audience-card small { color: var(--cs1-muted); font-size: 13px; line-height: 1.55; }

.cs1-packages { background: linear-gradient(180deg,#f3f9ff 0%,#fff 100%); }
.cs1-package-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; align-items: stretch; }

.cs1-package {
    position: relative;
    display: flex;
    min-height: 475px;
    flex-direction: column;
    padding: 31px 28px;
    border: 1px solid var(--cs1-line);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(18,80,148,.08);
}

.cs1-package-featured { border: 2px solid var(--cs1-orange); transform: translateY(-10px); box-shadow: 0 20px 44px rgba(255,100,0,.12); }
.cs1-package > svg { width: 66px; height: 66px; margin-bottom: 20px; color: var(--cs1-blue); }
.cs1-package-featured > svg { color: var(--cs1-orange); }
.cs1-package h3 { min-height: 58px; margin-bottom: 10px; color: var(--cs1-navy); font-size: 23px; font-weight: 850; line-height: 1.28; }
.cs1-package > p { min-height: 70px; margin-bottom: 18px; color: var(--cs1-muted); font-size: 14px; line-height: 1.65; }
.cs1-package li { font-size: 13px; }

.cs1-package > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding: 14px 16px;
    border: 1px solid #8fc5f5;
    border-radius: 7px;
    color: var(--cs1-blue);
    font-size: 14px;
    font-weight: 800;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.cs1-package > a:hover,
.cs1-package > a:focus-visible { color: #fff; border-color: var(--cs1-blue); background: var(--cs1-blue); }
.cs1-package-featured > a { color: #fff; border-color: var(--cs1-orange); background: var(--cs1-orange); }
.cs1-package-featured > a:hover,
.cs1-package-featured > a:focus-visible { border-color: var(--cs1-orange-dark); background: var(--cs1-orange-dark); }

.cs1-cta { position: relative; overflow: hidden; padding: 72px 0; background: #071d46; }

.cs1-cta::before,
.cs1-cta::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(32,185,255,.18);
    border-radius: 50%;
}

.cs1-cta::before { top: -180px; right: -80px; width: 480px; height: 480px; }
.cs1-cta::after { bottom: -210px; left: 24%; width: 430px; height: 430px; }

.cs1-cta-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 100px minmax(0,1fr) minmax(300px,auto);
    gap: 34px;
    align-items: center;
}

.cs1-cta-icon {
    display: grid;
    width: 100px;
    height: 100px;
    place-items: center;
    border: 1px solid rgba(69,177,255,.5);
    border-radius: 50%;
    color: #6bc5ff;
    background: rgba(9,63,128,.7);
}

.cs1-cta-icon svg { width: 62px; height: 62px; }
.cs1-cta .cs1-kicker { margin-bottom: 9px; color: #7ccaff; }
.cs1-cta h2 { margin-bottom: 9px; color: #fff; font-size: clamp(30px,3.2vw,46px); font-weight: 830; line-height: 1.17; letter-spacing: -.035em; }
.cs1-cta p { margin-bottom: 0; color: #c7dcf4; font-size: 15px; line-height: 1.7; }
.cs1-cta-actions { display: flex; flex-direction: column; align-items: stretch; gap: 13px; }
.cs1-cta-actions .cs1-btn { max-width: 380px; text-align: center; }
.cs1-cta-phone { color: #a9d4fb; font-size: 14px; font-weight: 750; text-align: center; }
.cs1-cta-phone:hover,
.cs1-cta-phone:focus-visible { color: #fff; }

.cs1-js .cs1-reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1);
}

.cs1-js .cs1-reveal.cs1-visible { opacity: 1; transform: none; }

@media (max-width: 1199px) {
    .cs1-container { width: min(1120px,calc(100% - 40px)); }
    .cs1-hero { min-height: 640px; }
    .cs1-hero-layout { grid-template-columns: minmax(0,530px) 1fr; }
    .cs1-monitor-layout { grid-template-columns: 1fr; }
    .cs1-monitor-flow { width: min(680px,100%); margin: 0 auto; }
    .cs1-value-grid,
    .cs1-audience-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cs1-cta-inner { grid-template-columns: 84px 1fr; }
    .cs1-cta-icon { width: 84px; height: 84px; }
    .cs1-cta-icon svg { width: 52px; height: 52px; }
    .cs1-cta-actions { grid-column: 2; align-items: flex-start; }
}

@media (max-width: 991px) {
    .cs1-section { padding: 72px 0; }
    .cs1-hero { min-height: auto; padding-top: 320px; }
    .cs1-hero::after { background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.14) 230px,#fff 335px,#fff 100%); }
    .cs1-hero-art { height: 390px; }
    .cs1-hero-art img { object-position: 66% center; }
    .cs1-hero-layout { display: block; padding: 52px 0 58px; }
    .cs1-hero-copy { max-width: 720px; }
    .cs1-outcome-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .cs1-outcome:nth-child(3) { border-right: 0; }
    .cs1-outcome:nth-child(n+4) { border-top: 1px solid #d8e9fa; }
    .cs1-intro-layout { grid-template-columns: 1fr; gap: 40px; }
    .cs1-risk-card { grid-template-columns: 1fr 46px 1fr; }
    .cs1-risk-side { min-height: 170px; padding: 22px; }
    .cs1-risk-side svg { flex-basis: 43px; width: 43px; height: 43px; }
    .cs1-pillar { min-height: 520px; }
    .cs1-monitor-layout { padding: 38px; }
    .cs1-package-grid { grid-template-columns: 1fr; width: min(620px,100%); margin: 0 auto; }
    .cs1-package { min-height: 0; }
    .cs1-package h3,
    .cs1-package > p { min-height: 0; }
    .cs1-package-featured { transform: none; }
}

@media (max-width: 767px) {
    .cs1-container { width: min(100% - 30px,660px); }
    .cs1-section { padding: 60px 0; }
    .cs1-section-heading { margin-bottom: 32px; }
    .cs1-section-heading h2,
    .cs1-monitor-copy h2 { font-size: clamp(28px,8vw,38px); }
    .cs1-section-heading p,
    .cs1-monitor-copy p { font-size: 15px; }
    .cs1-hero { padding-top: 255px; }
    .cs1-hero-art { height: 320px; }
    .cs1-hero::after { background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 170px,#fff 275px,#fff 100%); }
    .cs1-hero-layout { padding: 40px 0 50px; }
    .cs1-hero h1 { font-size: clamp(43px,13vw,62px); }
    .cs1-hero h2 { font-size: 25px; }
    .cs1-hero-summary { font-size: 15px; }
    .cs1-actions { align-items: stretch; flex-direction: column; }
    .cs1-btn { width: 100%; }
    .cs1-hero-proof { display: none; }
    .cs1-outcome-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .cs1-outcome:nth-child(3) { border-right: 1px solid #d8e9fa; }
    .cs1-outcome:nth-child(even) { border-right: 0; }
    .cs1-outcome:nth-child(n+3) { border-top: 1px solid #d8e9fa; }
    .cs1-outcome:last-child { grid-column: 1 / -1; }
    .cs1-risk-card { grid-template-columns: 1fr; }
    .cs1-risk-side { min-height: 0; padding: 22px; }
    .cs1-risk-arrow { min-height: 38px; transform: rotate(90deg); }
    .cs1-pillar-grid { grid-template-columns: 1fr; }
    .cs1-pillar,
    .cs1-pillar:last-child { grid-column: auto; width: 100%; min-height: 0; }
    .cs1-pillar > p { min-height: 0; }
    .cs1-monitor-layout { gap: 35px; padding: 28px 22px; }
    .cs1-monitor-flow { grid-template-columns: 1fr; gap: 9px; width: min(310px,100%); }
    .cs1-monitor-flow > div { width: 210px; min-height: 210px; margin: 0 auto; }
    .cs1-monitor-flow > span { transform: rotate(90deg); }
    .cs1-value-grid,
    .cs1-audience-grid { grid-template-columns: 1fr; }
    .cs1-value-card { min-height: 0; }
    .cs1-value-card h3 { min-height: 0; }
    .cs1-process { grid-template-columns: 1fr; gap: 32px; }
    .cs1-process::before { top: 80px; right: auto; bottom: 80px; left: 50%; width: 2px; height: auto; background: repeating-linear-gradient(180deg,var(--cs1-blue) 0 8px,transparent 8px 14px); }
    .cs1-process li { padding: 0 20px 18px; background: var(--cs1-soft); }
    .cs1-process li > span { left: calc(50% + 31px); }
    .cs1-audience-card { min-height: 0; }
    .cs1-cta { padding: 58px 0; }
    .cs1-cta-inner { grid-template-columns: 1fr; text-align: center; }
    .cs1-cta-icon { margin: 0 auto; }
    .cs1-cta-actions { grid-column: 1; align-items: stretch; }
    .cs1-cta-actions .cs1-btn { max-width: none; }
    .cs1-cta .cs1-kicker { justify-content: center; }
}

@media (max-width: 479px) {
    .cs1-container { width: calc(100% - 24px); }
    .cs1-hero { padding-top: 220px; }
    .cs1-hero-art { height: 275px; }
    .cs1-hero::after { background: linear-gradient(180deg,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 130px,#fff 235px,#fff 100%); }
    .cs1-hero h1 { font-size: 42px; }
    .cs1-hero h2 { font-size: 22px; }
    .cs1-eyebrow,
    .cs1-kicker { font-size: 10px; letter-spacing: .1em; }
    .cs1-outcome { padding: 14px 8px; }
    .cs1-outcome strong { font-size: 12px; }
    .cs1-intro-points > div { padding: 17px; }
    .cs1-pillar { padding: 25px 20px; }
    .cs1-pillar-head { align-items: flex-start; }
    .cs1-pillar-head svg { display: none; }
    .cs1-pillar-head h3 { font-size: 21px; }
    .cs1-package { padding: 28px 22px; }
}

@media (prefers-reduced-motion: reduce) {
    .cs1-page *,
    .cs1-page *::before,
    .cs1-page *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
