
/* =========================================================
   ENDPOINT SECURITY PAGE
   Cybersecurity Life
   ========================================================= */

/* ---------- PAGE VARIABLES ---------- */

.endpoint-main {
    --endpoint-bg: #040914;
    --endpoint-panel: rgba(7, 19, 36, 0.86);
    --endpoint-panel-soft: rgba(10, 29, 51, 0.72);
    --endpoint-blue: #00bfff;
    --endpoint-blue-bright: #42dcff;
    --endpoint-green: #45ffb0;
    --endpoint-cyan: #00f2ff;
    --endpoint-purple: #8c7dff;
    --endpoint-warning: #ffc857;
    --endpoint-danger: #ff5f7a;
    --endpoint-text: #f4fbff;
    --endpoint-muted: #a8bfd0;
    --endpoint-border: rgba(67, 218, 255, 0.22);
    --endpoint-shadow: 0 0 28px rgba(0, 191, 255, 0.14);
    position: relative;
    overflow: hidden;
    color: var(--endpoint-text);
    background:
        radial-gradient(circle at 10% 12%, rgba(0, 191, 255, 0.11), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(69, 255, 176, 0.08), transparent 24%),
        linear-gradient(180deg, #030711 0%, #06101d 48%, #030914 100%);
    isolation: isolate;
}

.endpoint-main::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(0, 191, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 191, 255, 0.055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 95%);
    animation: endpointGridDrift 18s linear infinite;
}

.endpoint-main::after {
    content: "";
    position: fixed;
    inset: -50%;
    z-index: -3;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            120deg,
            transparent 0,
            transparent 80px,
            rgba(0, 191, 255, 0.025) 81px,
            transparent 82px
        );
    animation: endpointBackgroundSweep 26s linear infinite;
}

.endpoint-main *,
.endpoint-main *::before,
.endpoint-main *::after {
    box-sizing: border-box;
}

.endpoint-main a {
    text-decoration: none;
}

.endpoint-section,
.endpoint-hero,
.endpoint-cta {
    position: relative;
    z-index: 1;
}

.endpoint-section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 100px 0;
}

.endpoint-section + .endpoint-section {
    border-top: 1px solid rgba(76, 220, 255, 0.08);
}

/* ---------- SHARED HEADINGS ---------- */

.endpoint-section-heading {
    max-width: 760px;
    margin: 0 auto 52px;
    text-align: center;
}

.section-label,
.endpoint-eyebrow {
    margin: 0 0 12px;
    color: var(--endpoint-green);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.endpoint-section-heading h2,
.endpoint-split-content h2,
.checklist-heading h2,
.zero-trust-content h2,
.knowledge-content h2,
.endpoint-cta-content h2 {
    margin: 0 0 18px;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.endpoint-section-heading h2 {
    background: linear-gradient(90deg, #ffffff, #78dfff 52%, #6bffc1);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.endpoint-section-heading > p:last-child,
.endpoint-split-content > p,
.checklist-heading > p,
.zero-trust-content > p,
.knowledge-content > p,
.endpoint-cta-content > p {
    color: var(--endpoint-muted);
    font-size: 1.04rem;
    line-height: 1.8;
}

/* ---------- HERO ---------- */

.endpoint-hero {
    min-height: 760px;
    padding: 110px max(28px, calc((100vw - 1180px) / 2)) 80px;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(390px, 0.95fr);
    align-items: center;
    gap: 60px;
    overflow: hidden;
}

.endpoint-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--endpoint-blue), var(--endpoint-green), transparent);
    box-shadow: 0 0 26px rgba(0, 191, 255, 0.7);
}

.endpoint-hero::after {
    content: "";
    position: absolute;
    width: 760px;
    height: 760px;
    right: -270px;
    top: -250px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 191, 255, 0.15), transparent 66%);
    filter: blur(4px);
    animation: endpointHaloPulse 5s ease-in-out infinite;
}

.hero-grid-overlay {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(69, 255, 176, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 191, 255, 0.075) 1px, transparent 1px);
    background-size: 54px 54px;
    transform: perspective(650px) rotateX(64deg) scale(1.55) translateY(24%);
    transform-origin: bottom;
    opacity: 0.72;
    animation: endpointHeroGrid 12s linear infinite;
}

.endpoint-hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    animation: endpointFadeUp 0.9s ease both;
}

.endpoint-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    padding: 10px 16px;
    color: #bbffe3;
    border: 1px solid rgba(69, 255, 176, 0.34);
    border-radius: 999px;
    background: rgba(4, 31, 30, 0.68);
    box-shadow:
        inset 0 0 18px rgba(69, 255, 176, 0.05),
        0 0 20px rgba(69, 255, 176, 0.09);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--endpoint-green);
    box-shadow: 0 0 0 0 rgba(69, 255, 176, 0.7);
    animation: endpointStatusPulse 1.8s ease-out infinite;
}

.endpoint-hero h1 {
    margin: 0;
    max-width: 760px;
    font-size: clamp(3.3rem, 7.5vw, 6.9rem);
    line-height: 0.93;
    letter-spacing: -0.065em;
    text-transform: uppercase;
}

.endpoint-hero h1 span {
    display: block;
    color: transparent;
    -webkit-text-stroke: 1px rgba(105, 228, 255, 0.88);
    text-shadow:
        0 0 12px rgba(0, 191, 255, 0.25),
        0 0 42px rgba(0, 191, 255, 0.18);
}

.endpoint-hero-description {
    max-width: 680px;
    margin: 28px 0 0;
    color: #b5c9d7;
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.82;
}

.endpoint-hero-buttons,
.endpoint-cta-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 34px;
}

.endpoint-primary-button,
.endpoint-secondary-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 22px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0.025em;
    overflow: hidden;
    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease,
        color 0.25s ease;
}

.endpoint-primary-button {
    color: #00121a;
    background: linear-gradient(135deg, var(--endpoint-blue-bright), var(--endpoint-green));
    box-shadow: 0 0 24px rgba(0, 191, 255, 0.25);
}

.endpoint-primary-button::before {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateX(-120%);
    background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.55), transparent 70%);
    transition: transform 0.55s ease;
}

.endpoint-primary-button:hover::before {
    transform: translateX(120%);
}

.endpoint-secondary-button {
    color: #ccf7ff;
    border: 1px solid rgba(73, 218, 255, 0.45);
    background: rgba(2, 14, 27, 0.65);
}

.endpoint-primary-button:hover,
.endpoint-secondary-button:hover {
    transform: translateY(-3px);
}

.endpoint-primary-button:hover {
    box-shadow: 0 0 34px rgba(0, 191, 255, 0.38);
}

.endpoint-secondary-button:hover {
    color: white;
    border-color: var(--endpoint-green);
    box-shadow: 0 0 24px rgba(69, 255, 176, 0.14);
}

/* ---------- HERO SCANNER ---------- */

.endpoint-hero-visual {
    position: relative;
    z-index: 2;
    min-height: 500px;
    display: grid;
    place-items: center;
    animation: endpointFadeIn 1.2s ease both 0.2s;
}

.endpoint-scanner {
    position: relative;
    width: min(500px, 90vw);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(0, 191, 255, 0.13) 0 2%, transparent 3% 30%),
        repeating-radial-gradient(circle, transparent 0 46px, rgba(0, 191, 255, 0.11) 47px 48px);
    filter: drop-shadow(0 0 26px rgba(0, 191, 255, 0.18));
}

.endpoint-scanner::before,
.endpoint-scanner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.endpoint-scanner::before {
    inset: 4%;
    border: 1px dashed rgba(66, 220, 255, 0.34);
    animation: endpointSpin 24s linear infinite;
}

.endpoint-scanner::after {
    inset: 17%;
    border: 1px solid rgba(69, 255, 176, 0.2);
    box-shadow: inset 0 0 26px rgba(69, 255, 176, 0.04);
    animation: endpointSpinReverse 18s linear infinite;
}

.scanner-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(52, 209, 255, 0.23);
}

.ring-one {
    inset: 7%;
    border-style: dashed;
    animation: endpointSpin 16s linear infinite;
}

.ring-two {
    inset: 21%;
    border-color: rgba(69, 255, 176, 0.23);
    animation: endpointSpinReverse 12s linear infinite;
}

.ring-three {
    inset: 34%;
    border-style: dotted;
    animation: endpointSpin 9s linear infinite;
}

.scanner-line {
    position: absolute;
    width: 48%;
    height: 48%;
    left: 50%;
    top: 2%;
    transform-origin: 0 100%;
    background: linear-gradient(120deg, transparent 53%, rgba(69, 255, 176, 0.08), rgba(0, 191, 255, 0.26));
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    filter: drop-shadow(0 0 12px rgba(0, 191, 255, 0.6));
    animation: endpointRadarSweep 4.8s linear infinite;
}

.scanner-line::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--endpoint-cyan));
    box-shadow: 0 0 12px var(--endpoint-cyan);
    transform-origin: right;
    transform: rotate(-45deg);
}

.scanner-center {
    position: relative;
    z-index: 5;
    width: 154px;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(69, 255, 176, 0.45);
    border-radius: 50%;
    background:
        radial-gradient(circle at 50% 35%, rgba(69, 255, 176, 0.12), transparent 52%),
        rgba(4, 16, 30, 0.92);
    box-shadow:
        inset 0 0 34px rgba(0, 191, 255, 0.08),
        0 0 28px rgba(69, 255, 176, 0.18);
    animation: endpointCenterPulse 3s ease-in-out infinite;
}

.center-shield {
    font-size: 2.25rem;
    filter: drop-shadow(0 0 10px rgba(69, 255, 176, 0.55));
}

.scanner-center strong {
    margin-top: 6px;
    color: var(--endpoint-green);
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.scanner-center small {
    margin-top: 3px;
    color: var(--endpoint-muted);
    font-size: 0.66rem;
}

.device-node {
    position: absolute;
    z-index: 4;
    min-width: 92px;
    padding: 10px 12px;
    border: 1px solid rgba(66, 220, 255, 0.35);
    border-radius: 10px;
    background: rgba(5, 17, 32, 0.92);
    box-shadow: 0 0 18px rgba(0, 191, 255, 0.11);
    text-align: center;
    animation: endpointNodeFloat 4s ease-in-out infinite;
}

.device-node::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid transparent;
    border-radius: 13px;
    background: linear-gradient(90deg, transparent, rgba(69, 255, 176, 0.48), transparent) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    animation: endpointNodeScan 3.4s ease-in-out infinite;
}

.node-icon {
    display: block;
    margin-bottom: 4px;
    font-size: 1.55rem;
}

.device-node span:last-child {
    color: #d5f7ff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.desktop-node {
    top: 9%;
    left: 50%;
    transform: translateX(-50%);
}

.laptop-node {
    right: 3%;
    top: 48%;
    animation-delay: -1s;
}

.mobile-node {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: -2s;
}

.server-node {
    left: 1%;
    top: 48%;
    animation-delay: -3s;
}

/* ---------- SHARED CARDS ---------- */

.endpoint-info-card,
.endpoint-threat-card,
.technology-card,
.comparison-card,
.endpoint-risk-panel,
.endpoint-process-step,
.checklist-item,
.endpoint-knowledge-box,
.zero-trust-container {
    border: 1px solid var(--endpoint-border);
    background:
        linear-gradient(145deg, rgba(11, 30, 52, 0.83), rgba(4, 13, 26, 0.9));
    box-shadow: var(--endpoint-shadow);
    backdrop-filter: blur(10px);
}

.endpoint-info-card,
.endpoint-threat-card,
.technology-card,
.comparison-card,
.checklist-item {
    transition:
        transform 0.28s ease,
        border-color 0.28s ease,
        box-shadow 0.28s ease,
        background 0.28s ease;
}

.endpoint-info-card:hover,
.endpoint-threat-card:hover,
.technology-card:hover,
.comparison-card:hover,
.checklist-item:hover {
    transform: translateY(-7px);
    border-color: rgba(69, 255, 176, 0.48);
    background:
        linear-gradient(145deg, rgba(12, 39, 61, 0.92), rgba(4, 16, 31, 0.94));
    box-shadow:
        0 0 32px rgba(0, 191, 255, 0.15),
        0 14px 38px rgba(0, 0, 0, 0.28);
}

/* ---------- OVERVIEW ---------- */

.endpoint-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.endpoint-info-card {
    position: relative;
    min-height: 275px;
    padding: 32px;
    border-radius: 16px;
    overflow: hidden;
}

.endpoint-info-card::after,
.endpoint-threat-card::after,
.technology-card::after {
    content: "";
    position: absolute;
    width: 130px;
    height: 130px;
    right: -60px;
    bottom: -60px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 191, 255, 0.18), transparent 68%);
    transition: transform 0.35s ease;
}

.endpoint-info-card:hover::after,
.endpoint-threat-card:hover::after,
.technology-card:hover::after {
    transform: scale(1.45);
}

.endpoint-card-icon,
.threat-icon,
.technology-icon {
    filter: drop-shadow(0 0 10px rgba(0, 191, 255, 0.38));
}

.endpoint-card-icon {
    font-size: 2.45rem;
}

.endpoint-info-card h3,
.endpoint-threat-card h3,
.technology-card h3,
.endpoint-process-step h3,
.checklist-item h3,
.comparison-card h3 {
    margin: 20px 0 10px;
    font-size: 1.22rem;
}

.endpoint-info-card p,
.endpoint-threat-card p,
.technology-card p,
.endpoint-process-step p,
.checklist-item p {
    margin: 0;
    color: var(--endpoint-muted);
    line-height: 1.72;
}

/* ---------- WHY IT MATTERS ---------- */

.endpoint-importance {
    width: 100%;
    max-width: none;
    padding-left: max(20px, calc((100vw - 1180px) / 2));
    padding-right: max(20px, calc((100vw - 1180px) / 2));
    background:
        linear-gradient(90deg, rgba(0, 191, 255, 0.045), transparent 45%),
        radial-gradient(circle at 82% 50%, rgba(140, 125, 255, 0.08), transparent 30%);
}

.endpoint-split-layout {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
    gap: 65px;
}

.endpoint-highlight-box {
    display: flex;
    gap: 18px;
    margin-top: 30px;
    padding: 22px;
    border-left: 3px solid var(--endpoint-warning);
    border-radius: 0 12px 12px 0;
    background: rgba(255, 200, 87, 0.06);
}

.highlight-icon {
    font-size: 2rem;
}

.endpoint-highlight-box h3 {
    margin: 0 0 8px;
    color: #ffe8aa;
}

.endpoint-highlight-box p {
    margin: 0;
    color: var(--endpoint-muted);
    line-height: 1.7;
}

.endpoint-risk-panel {
    position: relative;
    padding: 28px;
    border-radius: 18px;
    overflow: hidden;
}

.endpoint-risk-panel::before {
    content: "";
    position: absolute;
    left: -30%;
    top: 0;
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.08), transparent);
    animation: endpointPanelScan 5s linear infinite;
}

.risk-panel-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(66, 220, 255, 0.12);
    font-weight: 800;
}

.risk-status {
    padding: 7px 11px;
    border: 1px solid rgba(69, 255, 176, 0.35);
    border-radius: 999px;
    color: var(--endpoint-green);
    background: rgba(69, 255, 176, 0.06);
    font-size: 0.7rem;
    text-transform: uppercase;
}

.risk-meter {
    margin-top: 25px;
}

.risk-meter-label {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 9px;
    color: #d5eff8;
    font-size: 0.86rem;
}

.risk-meter-track {
    height: 10px;
    border: 1px solid rgba(0, 191, 255, 0.2);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.risk-meter-fill {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--endpoint-blue), var(--endpoint-green));
    box-shadow: 0 0 14px rgba(0, 191, 255, 0.45);
    animation: endpointMeterGrow 1.8s ease forwards 0.4s;
}

.risk-exposure {
    --meter-width: 68%;
    background: linear-gradient(90deg, var(--endpoint-warning), var(--endpoint-danger));
}

.patch-status {
    --meter-width: 82%;
}

.detection-status {
    --meter-width: 94%;
}

.risk-log {
    margin-top: 30px;
    display: grid;
    gap: 12px;
}

.risk-log-item {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px;
    border: 1px solid rgba(66, 220, 255, 0.1);
    border-radius: 8px;
    color: #bfd4df;
    background: rgba(0, 0, 0, 0.16);
    font-size: 0.85rem;
}

.log-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.log-dot.safe {
    background: var(--endpoint-green);
    box-shadow: 0 0 10px var(--endpoint-green);
}

.log-dot.warning {
    background: var(--endpoint-warning);
    box-shadow: 0 0 10px var(--endpoint-warning);
    animation: endpointWarningBlink 1.4s ease-in-out infinite;
}

/* ---------- THREATS ---------- */

.endpoint-threat-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.endpoint-threat-card {
    position: relative;
    min-height: 250px;
    padding: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.threat-number {
    position: absolute;
    right: 18px;
    top: 13px;
    color: rgba(92, 222, 255, 0.22);
    font-size: 2.6rem;
    font-weight: 900;
}

.threat-icon {
    font-size: 2.1rem;
}

/* ---------- TECHNOLOGIES ---------- */

.endpoint-technologies {
    width: 100%;
    max-width: none;
    padding-left: max(20px, calc((100vw - 1180px) / 2));
    padding-right: max(20px, calc((100vw - 1180px) / 2));
    background:
        linear-gradient(180deg, rgba(0, 191, 255, 0.025), rgba(69, 255, 176, 0.025));
}

.technology-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.technology-card {
    position: relative;
    min-height: 260px;
    padding: 28px;
    border-radius: 16px;
    overflow: hidden;
}

.technology-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
}

.technology-icon {
    font-size: 2rem;
}

.technology-tag {
    padding: 6px 9px;
    border: 1px solid rgba(69, 255, 176, 0.25);
    border-radius: 999px;
    color: var(--endpoint-green);
    background: rgba(69, 255, 176, 0.05);
    font-size: 0.66rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* ---------- PROCESS ---------- */

.endpoint-process-line {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    display: grid;
    gap: 24px;
}

.endpoint-process-line::before {
    content: "";
    position: absolute;
    left: 35px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: linear-gradient(var(--endpoint-blue), var(--endpoint-green), var(--endpoint-purple));
    box-shadow: 0 0 14px rgba(0, 191, 255, 0.45);
}

.endpoint-process-step {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 22px;
    align-items: center;
    padding: 24px;
    border-radius: 14px;
}

.endpoint-process-step:nth-child(even) {
    transform: translateX(35px);
}

.process-step-number {
    position: relative;
    z-index: 2;
    width: 48px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(69, 255, 176, 0.45);
    border-radius: 50%;
    color: var(--endpoint-green);
    background: #06111f;
    box-shadow: 0 0 20px rgba(69, 255, 176, 0.12);
    font-weight: 900;
}

.process-step-content h3 {
    margin-top: 0;
}

/* ---------- CHECKLIST ---------- */

.endpoint-checklist {
    width: 100%;
    max-width: none;
    padding-left: max(20px, calc((100vw - 1180px) / 2));
    padding-right: max(20px, calc((100vw - 1180px) / 2));
    background:
        radial-gradient(circle at 12% 45%, rgba(69, 255, 176, 0.07), transparent 30%),
        linear-gradient(90deg, rgba(0, 191, 255, 0.025), transparent);
}

.endpoint-checklist-layout {
    display: grid;
    grid-template-columns: 0.78fr 1.22fr;
    gap: 58px;
    align-items: start;
}

.checklist-heading {
    position: sticky;
    top: 120px;
}

.checklist-security-score {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.score-circle {
    position: relative;
    width: 122px;
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    text-align: center;
    border-radius: 50%;
    background:
        radial-gradient(circle closest-side, #071321 77%, transparent 78%),
        conic-gradient(var(--endpoint-green) 0 92%, rgba(69, 255, 176, 0.11) 92% 100%);
    box-shadow: 0 0 28px rgba(69, 255, 176, 0.13);
    animation: endpointScoreGlow 3s ease-in-out infinite;
}

.score-circle span {
    color: var(--endpoint-green);
    font-size: 2rem;
    font-weight: 900;
}

.score-circle small {
    color: var(--endpoint-muted);
    font-size: 0.62rem;
}

.score-details strong {
    display: block;
    margin-bottom: 6px;
    color: white;
}

.score-details p {
    margin: 0;
    color: var(--endpoint-muted);
    line-height: 1.6;
}

.endpoint-checklist-items {
    display: grid;
    gap: 16px;
}

.checklist-item {
    display: flex;
    gap: 18px;
    padding: 22px;
    border-radius: 13px;
}

.checkmark {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 50%;
    color: #00170f;
    background: var(--endpoint-green);
    box-shadow: 0 0 18px rgba(69, 255, 176, 0.25);
    font-weight: 900;
}

.checklist-item h3 {
    margin-top: 0;
}

/* ---------- COMPARISON ---------- */

.endpoint-comparison-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.comparison-card {
    position: relative;
    padding: 32px;
    border-radius: 17px;
    overflow: hidden;
}

.comparison-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--endpoint-blue), var(--endpoint-green));
    box-shadow: 0 0 16px rgba(0, 191, 255, 0.55);
}

.business-security::before {
    background: linear-gradient(90deg, var(--endpoint-purple), var(--endpoint-blue));
}

.comparison-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.comparison-icon {
    font-size: 2.4rem;
}

.comparison-card-header p {
    margin: 0;
    color: var(--endpoint-green);
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.comparison-card-header h3 {
    margin: 5px 0 0;
}

.comparison-card ul {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 13px;
}

.comparison-card li {
    position: relative;
    padding-left: 26px;
    color: var(--endpoint-muted);
    line-height: 1.55;
}

.comparison-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--endpoint-green);
    font-weight: 900;
}

/* ---------- ZERO TRUST ---------- */

.endpoint-zero-trust {
    width: 100%;
    max-width: none;
    padding-left: max(20px, calc((100vw - 1180px) / 2));
    padding-right: max(20px, calc((100vw - 1180px) / 2));
    background: radial-gradient(circle at 28% 50%, rgba(140, 125, 255, 0.08), transparent 35%);
}

.zero-trust-container {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 55px;
    align-items: center;
    padding: 48px;
    border-radius: 20px;
}

.zero-trust-visual {
    min-height: 320px;
    display: grid;
    place-items: center;
}

.access-gateway {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    align-items: center;
    gap: 14px;
}

.access-user,
.access-device,
.access-shield {
    position: relative;
    z-index: 2;
    min-width: 90px;
    padding: 18px 12px;
    border: 1px solid rgba(66, 220, 255, 0.3);
    border-radius: 14px;
    background: rgba(4, 16, 29, 0.94);
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 191, 255, 0.1);
}

.access-shield {
    border-color: rgba(69, 255, 176, 0.45);
    animation: endpointVerifyPulse 2.4s ease-in-out infinite;
}

.access-user span,
.access-device span,
.access-shield span {
    display: block;
    font-size: 2rem;
}

.access-user small,
.access-device small,
.access-shield strong {
    display: block;
    margin-top: 6px;
    color: #d9f7ff;
    font-size: 0.75rem;
}

.access-line {
    position: relative;
    height: 2px;
    background: rgba(62, 215, 255, 0.22);
    overflow: visible;
}

.access-pulse {
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--endpoint-cyan);
    box-shadow: 0 0 14px var(--endpoint-cyan);
    animation: endpointAccessPulse 2.2s linear infinite;
}

.access-pulse.delay {
    animation-delay: -1.1s;
}

.zero-trust-points {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.zero-trust-points > div {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 13px;
    border: 1px solid rgba(66, 220, 255, 0.12);
    border-radius: 9px;
    color: #c7dce7;
    background: rgba(0, 0, 0, 0.12);
}

.zero-trust-points span {
    color: var(--endpoint-green);
    font-size: 0.73rem;
    font-weight: 900;
}

/* ---------- KNOWLEDGE CHECK ---------- */

.endpoint-knowledge-box {
    position: relative;
    display: grid;
    grid-template-columns: 115px 1fr;
    gap: 30px;
    align-items: start;
    max-width: 980px;
    margin: 0 auto;
    padding: 42px;
    border-radius: 19px;
    overflow: hidden;
}

.endpoint-knowledge-box::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(110deg, transparent 35%, rgba(0, 191, 255, 0.05), transparent 65%);
    transform: translateX(-120%);
    animation: endpointKnowledgeSweep 6s ease-in-out infinite;
}

.knowledge-icon {
    width: 90px;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(69, 255, 176, 0.38);
    border-radius: 18px;
    background: rgba(69, 255, 176, 0.06);
    box-shadow: 0 0 22px rgba(69, 255, 176, 0.1);
    font-size: 2.7rem;
}

.knowledge-answers {
    display: grid;
    gap: 12px;
    margin-top: 25px;
}

.knowledge-answer {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 16px;
    border: 1px solid rgba(66, 220, 255, 0.14);
    border-radius: 10px;
    color: var(--endpoint-muted);
    background: rgba(0, 0, 0, 0.15);
}

.knowledge-answer span {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 8px;
    color: #a9dff1;
    background: rgba(0, 191, 255, 0.09);
    font-weight: 900;
}

.correct-answer {
    color: #dbfff0;
    border-color: rgba(69, 255, 176, 0.38);
    background: rgba(69, 255, 176, 0.07);
    box-shadow: inset 0 0 20px rgba(69, 255, 176, 0.04);
}

.correct-answer span {
    color: #00170f;
    background: var(--endpoint-green);
}

/* ---------- FINAL CTA ---------- */

.endpoint-cta {
    min-height: 470px;
    padding: 110px max(24px, calc((100vw - 980px) / 2));
    display: grid;
    place-items: center;
    text-align: center;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 50%, rgba(0, 191, 255, 0.12), transparent 37%),
        linear-gradient(180deg, rgba(4, 13, 25, 0.75), #02070f);
}

.endpoint-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(69, 255, 176, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 191, 255, 0.055) 1px, transparent 1px);
    background-size: 38px 38px;
    transform: perspective(700px) rotateX(67deg) scale(1.6) translateY(31%);
    transform-origin: bottom;
    animation: endpointHeroGrid 12s linear infinite;
}

.endpoint-cta::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 460px;
    height: 460px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(66, 220, 255, 0.13);
    border-radius: 50%;
    box-shadow:
        0 0 60px rgba(0, 191, 255, 0.08),
        inset 0 0 60px rgba(69, 255, 176, 0.03);
    animation: endpointCtaRing 7s ease-in-out infinite;
}

.endpoint-cta-content {
    position: relative;
    z-index: 2;
    max-width: 870px;
}

.endpoint-cta-buttons {
    justify-content: center;
}

/* ---------- ANIMATIONS ---------- */

@keyframes endpointGridDrift {
    from {
        background-position: 0 0, 0 0;
    }
    to {
        background-position: 44px 44px, 44px 44px;
    }
}

@keyframes endpointBackgroundSweep {
    from {
        transform: translate3d(-8%, -8%, 0) rotate(0deg);
    }
    to {
        transform: translate3d(8%, 8%, 0) rotate(3deg);
    }
}

@keyframes endpointHeroGrid {
    from {
        background-position: 0 0, 0 0;
    }
    to {
        background-position: 0 54px, 54px 0;
    }
}

@keyframes endpointHaloPulse {
    0%,
    100% {
        opacity: 0.55;
        transform: scale(0.96);
    }
    50% {
        opacity: 1;
        transform: scale(1.06);
    }
}

@keyframes endpointStatusPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(69, 255, 176, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(69, 255, 176, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(69, 255, 176, 0);
    }
}

@keyframes endpointSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes endpointSpinReverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes endpointRadarSweep {
    to {
        transform: rotate(360deg);
    }
}

@keyframes endpointCenterPulse {
    0%,
    100% {
        transform: scale(0.98);
        box-shadow:
            inset 0 0 34px rgba(0, 191, 255, 0.08),
            0 0 25px rgba(69, 255, 176, 0.12);
    }
    50% {
        transform: scale(1.03);
        box-shadow:
            inset 0 0 38px rgba(0, 191, 255, 0.13),
            0 0 38px rgba(69, 255, 176, 0.25);
    }
}

@keyframes endpointNodeFloat {
    0%,
    100% {
        margin-top: 0;
    }
    50% {
        margin-top: -10px;
    }
}

@keyframes endpointNodeScan {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 0.85;
    }
}

@keyframes endpointFadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes endpointFadeIn {
    from {
        opacity: 0;
        transform: scale(0.94);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes endpointMeterGrow {
    to {
        width: var(--meter-width);
    }
}

@keyframes endpointPanelScan {
    from {
        left: -35%;
    }
    to {
        left: 115%;
    }
}

@keyframes endpointWarningBlink {
    0%,
    100% {
        opacity: 0.45;
    }
    50% {
        opacity: 1;
    }
}

@keyframes endpointScoreGlow {
    0%,
    100% {
        filter: drop-shadow(0 0 5px rgba(69, 255, 176, 0.1));
    }
    50% {
        filter: drop-shadow(0 0 18px rgba(69, 255, 176, 0.28));
    }
}

@keyframes endpointVerifyPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 18px rgba(69, 255, 176, 0.1);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 34px rgba(69, 255, 176, 0.25);
    }
}

@keyframes endpointAccessPulse {
    from {
        left: 0;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    to {
        left: 100%;
        opacity: 0;
    }
}

@keyframes endpointKnowledgeSweep {
    0%,
    20% {
        transform: translateX(-120%);
    }
    65%,
    100% {
        transform: translateX(120%);
    }
}

@keyframes endpointCtaRing {
    0%,
    100% {
        transform: translate(-50%, -50%) scale(0.94);
        opacity: 0.45;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0.9;
    }
}

/* ---------- RESPONSIVE ---------- */

@media (max-width: 1050px) {
    .endpoint-hero {
        grid-template-columns: 1fr;
        padding-top: 90px;
        text-align: center;
    }

    .endpoint-hero-content {
        margin: 0 auto;
    }

    .endpoint-hero-buttons {
        justify-content: center;
    }

    .endpoint-hero-visual {
        min-height: 470px;
    }

    .endpoint-overview-grid,
    .endpoint-threat-grid,
    .technology-tabs {
        grid-template-columns: repeat(2, 1fr);
    }

    .endpoint-split-layout,
    .endpoint-checklist-layout,
    .zero-trust-container {
        grid-template-columns: 1fr;
    }

    .checklist-heading {
        position: static;
    }

    .zero-trust-visual {
        order: 2;
    }
}

@media (max-width: 760px) {
    .endpoint-section {
        width: min(100% - 28px, 1180px);
        padding: 76px 0;
    }

    .endpoint-hero {
        min-height: auto;
        padding: 78px 18px 65px;
        gap: 32px;
    }

    .endpoint-hero h1 {
        font-size: clamp(3rem, 16vw, 5rem);
    }

    .endpoint-hero-buttons,
    .endpoint-cta-buttons {
        flex-direction: column;
    }

    .endpoint-primary-button,
    .endpoint-secondary-button {
        width: 100%;
    }

    .endpoint-hero-visual {
        min-height: 390px;
    }

    .endpoint-scanner {
        width: min(390px, 94vw);
    }

    .device-node {
        min-width: 76px;
        padding: 8px;
    }

    .node-icon {
        font-size: 1.25rem;
    }

    .device-node span:last-child {
        font-size: 0.6rem;
    }

    .scanner-center {
        width: 125px;
    }

    .endpoint-overview-grid,
    .endpoint-threat-grid,
    .technology-tabs,
    .endpoint-comparison-grid,
    .zero-trust-points {
        grid-template-columns: 1fr;
    }

    .endpoint-process-step,
    .endpoint-process-step:nth-child(even) {
        grid-template-columns: 58px 1fr;
        transform: none;
    }

    .endpoint-process-line::before {
        left: 28px;
    }

    .zero-trust-container,
    .endpoint-knowledge-box {
        padding: 28px;
    }

    .access-gateway {
        grid-template-columns: 1fr;
        max-width: 220px;
        margin: 0 auto;
    }

    .access-line {
        width: 2px;
        height: 55px;
        margin: 0 auto;
    }

    .access-pulse {
        top: 0;
        left: 50%;
        animation: endpointAccessPulseVertical 2.2s linear infinite;
    }

    .endpoint-knowledge-box {
        grid-template-columns: 1fr;
    }

    .knowledge-icon {
        width: 72px;
    }
}

@keyframes endpointAccessPulseVertical {
    from {
        top: 0;
        opacity: 0;
    }
    12% {
        opacity: 1;
    }
    88% {
        opacity: 1;
    }
    to {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 480px) {
    .endpoint-status-badge {
        font-size: 0.66rem;
    }

    .endpoint-hero-visual {
        min-height: 330px;
    }

    .endpoint-scanner {
        width: 320px;
    }

    .device-node {
        min-width: 65px;
    }

    .desktop-node {
        top: 5%;
    }

    .laptop-node {
        right: -2%;
    }

    .server-node {
        left: -2%;
    }

    .mobile-node {
        bottom: 2%;
    }

    .scanner-center {
        width: 108px;
    }

    .center-shield {
        font-size: 1.8rem;
    }

    .scanner-center small {
        display: none;
    }

    .endpoint-info-card,
    .endpoint-threat-card,
    .technology-card,
    .comparison-card {
        padding: 24px;
    }

    .checklist-security-score {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ---------- REDUCED MOTION ---------- */

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