
/* Stats Section - Security Enhanced */
.stats-section {
padding: 80px 0;
background: linear-gradient(135deg, #0a0a0f, #1e293b);
color: white;
position: relative;
overflow: hidden;
}

/* Security grid overlay with radar */
.stats-section::before {
content: '';
position: absolute;
inset: 0;

animation: grid-pulse 8s ease-in-out infinite;
z-index: 0;

background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23238636' fill-opacity='0.1' d='M0,224L48,213.3C96,203,192,181,288,160C384,139,480,117,576,122.7C672,128,768,160,864,170.7C960,181,1056,171,1152,165.3C1248,160,1344,160,1392,160L1440,160L1440,0L1392,0C1344,0,1248,0,1152,0C1056,0,960,0,864,0C768,0,672,0,576,0C480,0,384,0,288,0C192,0,96,0,48,0L0,0Z'%3E%3C/path%3E%3C/svg%3E");
background-size: cover;
background-position: center;

top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Radar scan effect */
.stats-section::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
background: radial-gradient(circle, rgba(35, 134, 54, 0.05) 0%, transparent 70%);
transform: translate(-50%, -50%);
animation: radarScan 6s ease-in-out infinite;
z-index: 0;
pointer-events: none;
}

.stats-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 30px;
margin-top: 50px;
position: relative;
z-index: 1;
}

.stat-card {
text-align: center;
padding: 30px 20px;
background: rgba(0, 0, 0, 0.5);
border-radius: 16px;
backdrop-filter: blur(10px);
border: 1px solid rgba(35, 134, 54, 0.3);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}

/* Security corner accents */
.stat-card::before {
content: '';
position: absolute;
top: 10px;
left: 10px;
width: 30px;
height: 30px;
border-top: 2px solid #4caf50;
border-left: 2px solid #4caf50;
opacity: 0;
transition: opacity 0.3s;
}

.stat-card::after {
content: '';
position: absolute;
bottom: 10px;
right: 10px;
width: 30px;
height: 30px;
border-bottom: 2px solid #4caf50;
border-right: 2px solid #4caf50;
opacity: 0;
transition: opacity 0.3s;
}

.stat-card:hover::before,
.stat-card:hover::after {
opacity: 0.5;
}

.stat-card:hover {
transform: translateY(-10px);
border-color: #4caf50;
box-shadow: 0 10px 30px rgba(35, 134, 54, 0.2);
background: rgba(0, 0, 0, 0.6);
}

/* Lock badge on cards */
.stat-card .lock-badge {
position: absolute;
top: 10px;
right: 10px;
font-size: 12px;
color: rgba(76, 175, 80, 0.5);
}

.stat-icon {
font-size: 2.5rem;
color: #4caf50;
margin-bottom: 15px;
position: relative;
display: inline-block;
}

/* Shield animation on hover */
.stat-card:hover .stat-icon {
animation: shieldShake 0.5s ease;
}

.stat-number {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 5px;
background: linear-gradient(135deg, #fff, #4caf50);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'Fira Code', monospace;
}

.stat-label {
color: rgba(255, 255, 255, 0.8);
font-size: 0.85rem;
text-transform: uppercase;
letter-spacing: 2px;
}

/* Animations */
@keyframes gridPulse {
0%, 100% { opacity: 0.3; }
50% { opacity: 0.7; }
}

@keyframes radarScan {
0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
50% { opacity: 0.3; }
100% { transform: translate(-50%, -50%) scale(1.5); opacity: 0; }
}

@keyframes shieldShake {
0%, 100% { transform: rotate(0deg); }
25% { transform: rotate(5deg); }
75% { transform: rotate(-5deg); }
}

/* Responsive */
@media (max-width: 768px) {
.stats-section {
padding: 50px 0;
}

.stats-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
padding: 0 15px;
}

.stat-card {
padding: 20px 15px;
}

.stat-number {
font-size: 1.8rem;
}

.stat-icon {
font-size: 2rem;
}

.stat-label {
font-size: 0.75rem;
}
}

@media (max-width: 480px) {
.stats-grid {
grid-template-columns: 1fr;
gap: 15px;
}
}
/* ============================================
THREAT URGENCY SECTION - HIGH CONVERSION
============================================ */

.threat-urgency {
padding: 80px 0;
background-image: 
linear-gradient(135deg, rgba(10, 10, 10, 0.9) 0%, rgba(13, 26, 21, 0.85) 50%, rgba(10, 10, 10, 0.9) 100%),
url('../img/kriosa_feature.png');
background-position: center;
background-size: cover;
background-attachment: fixed; /* Optional: Creates parallax effect */
position: relative;
overflow: hidden;
}



.threat-urgency .container {
max-width: 1400px;
margin: 0 auto;
padding: 0 40px;
position: relative;
z-index: 3;
}

/* Background Elements */
.bg-grid {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: 
linear-gradient(rgba(0, 255, 136, 0.02) 1px, transparent 1px),
linear-gradient(90deg, rgba(0, 255, 136, 0.02) 1px, transparent 1px);
background-size: 40px 40px;
z-index: 1;
}

.bg-glow {
position: absolute;
top: 50%;
left: 30%;
width: 800px;
height: 800px;
background: radial-gradient(circle, rgba(0, 255, 136, 0.08) 0%, transparent 70%);
transform: translate(-50%, -50%);
z-index: 1;
animation: glow-pulse 6s ease-in-out infinite;
}

/* Grid Layout */
.urgency-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 80px;
align-items: center;
}

/* ============================================
LEFT SIDE - HACKER VISUAL
============================================ */

.urgency-visual {
position: relative;
}

.hacker-composition {
position: relative;
margin-bottom: 30px;
}

/* Main Hacker Image */
.hacker-main {
position: relative;
border-radius: 20px;
overflow: hidden;
box-shadow: 
0 30px 60px -20px rgba(0, 0, 0, 0.8),
0 0 0 1px rgba(0, 255, 136, 0.2),
0 0 40px rgba(0, 255, 136, 0.1);
}

.hacker-main img {
width: 100%;
height: auto;
display: block;
filter: grayscale(20%) contrast(120%);
}

.glitch-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
45deg,
transparent 30%,
rgba(0, 255, 136, 0.05) 50%,
transparent 70%
);
animation: glitch-shift 4s infinite;
}

.scan-effect {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: linear-gradient(
90deg,
transparent,
#00ff88,
transparent
);
box-shadow: 0 0 20px #00ff88;
animation: scan-vertical 5s linear infinite;
opacity: 0.6;
}

/* Floating Code Snippets */
.code-snippet {
position: absolute;
background: rgba(0, 10, 5, 0.9);
border: 1px solid rgba(0, 255, 136, 0.3);
border-radius: 8px;
padding: 12px 16px;
font-family: 'Fira Code', 'Courier New', monospace;
font-size: 0.75rem;
backdrop-filter: blur(10px);
box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
z-index: 5;

}

.code-snippet .code-line {
display: block;
color: #00ff88;
line-height: 1.6;
white-space: nowrap;

}

.code-snippet .code-line:nth-child(2) {
color: #ffaa00;
}

.code-snippet .code-line:nth-child(3) {
color: #ff4444;
}

.code-1 {
top: 10%;
left: -20px;
animation: 
float-code 8s infinite 4s,
glow 1.5s infinite;
}

.code-2 {
bottom: 25%;
right: -30px;
animation: 
float-code 8s infinite 4s,
glow 1.5s infinite;
}

.code-3 {
top: 60%;
left: -40px;
animation: 
float-code 8s infinite 4s,
glow 1.5s infinite;
}

/* Threat Pulses */
.threat-pulse {
position: absolute;
top: 30%;
right: 10%;
width: 100px;
height: 100px;
border-radius: 50%;
border: 2px solid rgba(255, 0, 0, 0.6);
animation: threat-ping 3s infinite;
pointer-events: none;
}

.threat-pulse.delay {
animation-delay: 1s;
top: 45%;
right: 20%;
width: 80px;
height: 80px;
border-color: rgba(255, 100, 0, 0.6);
}

.threat-pulse.delay-2 {
animation-delay: 2s;
top: 60%;
right: 15%;
width: 120px;
height: 120px;
border-color: rgba(255, 0, 0, 0.4);
}

/* Live Attack Counter */
.live-attack-counter {
background: rgba(0, 0, 0, 0.8);
border: 1px solid rgba(255, 0, 0, 0.3);
border-radius: 16px;
padding: 24px;
backdrop-filter: blur(20px);
text-align: center;
box-shadow: 
0 20px 40px -10px rgba(0, 0, 0, 0.5),
0 0 30px rgba(255, 0, 0, 0.1);
}

.counter-header {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-bottom: 16px;
color: #ff4444;
font-family: 'Fira Code', monospace;
font-size: 0.85rem;
letter-spacing: 2px;
}

.pulse-dot.critical {
width: 10px;
height: 10px;
background: #ff0000;
border-radius: 50%;
box-shadow: 0 0 20px #ff0000;
animation: pulse-critical 1.5s infinite;
}

.counter-number {
display: flex;
align-items: center;
justify-content: center;
gap: 4px;
margin-bottom: 12px;
}

.counter-number .digit {
font-size: 3.5rem;
font-weight: 700;
font-family: 'Fira Code', monospace;
color: #ff4444;
text-shadow: 0 0 30px rgba(255, 0, 0, 0.5);
background: rgba(255, 0, 0, 0.05);
padding: 0 8px;
border-radius: 8px;
border: 1px solid rgba(255, 0, 0, 0.2);
}

.counter-footer {
color: rgba(255, 255, 255, 0.6);
font-size: 0.9rem;
font-family: 'Fira Sans', sans-serif;
}

/* ============================================
RIGHT SIDE - COPY AND CTA
============================================ */

.urgency-content {
position: relative;
}

.alert-badge {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 8px 20px;
background: rgba(255, 0, 0, 0.1);
border: 1px solid rgba(255, 0, 0, 0.3);
border-radius: 100px;
margin-bottom: 30px;
backdrop-filter: blur(10px);
animation: badge-pulse 2s infinite;
}

.alert-badge i {
color: #ff4444;
font-size: 1rem;
animation: shake 3s infinite;
}

.alert-badge span {
color: #ff4444;
font-family: 'Fira Code', monospace;
font-size: 0.85rem;
letter-spacing: 2px;
font-weight: 600;
}

/* Headline */
.urgency-headline {
font-size: clamp(2rem, 5vw, .5rem);
font-family: 'Fira Code', 'Courier New', monospace;
font-weight: 700;
/* line-height: 1; */
margin-bottom: 24px;
color: #ffffff;
}

.urgency-headline .line-1 {
display: block;
color: rgba(255, 255, 255, 0.7);
}

.urgency-headline .line-2 {
display: block;
color: #ffaa00;
}

.urgency-headline .line-3 {
display: block;
background: linear-gradient(135deg, #ff4444 0%, #ff6666 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
text-shadow: 0 0 40px rgba(255, 0, 0, 0.3);
}

.urgency-description {
font-size: 1.1rem;
color: rgba(255, 255, 255, 0.8);
line-height: 1.7;
margin-bottom: 32px;
font-family: 'Fira Sans', system-ui, sans-serif;
}

.urgency-description strong {
color: #ff4444;
}

/* Threat Stats Grid */
.threat-stats-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
margin-bottom: 32px;
}

.stat-cards {
display: flex;
align-items: center;
gap: 12px;
padding: 16px;
background: rgba(0, 0, 0, 0.4);
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 12px;
backdrop-filter: blur(10px);
transition: all 0.3s;
}

.stat-cards:hover {
border-color: rgba(255, 0, 0, 0.3);
transform: translateY(-2px);
}

.stat-icons {
width: 40px;
height: 40px;
background: rgba(255, 0, 0, 0.1);
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
color: #ff4444;
font-size: 1.1rem;
}

.stat-value {
font-size: 1.3rem;
font-weight: 700;
color: #ffffff;
font-family: 'Fira Code', monospace;
line-height: 1.2;
}

.stat-label {
font-size: 0.7rem;
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
letter-spacing: 0.5px;
}

/* Pain Points */
.pain-points {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: 32px;
}

.pain-item {
display: flex;
align-items: center;
gap: 10px;
color: rgba(255, 255, 255, 0.7);
font-size: 0.9rem;
}

.pain-item i {
color: #ff4444;
font-size: 1rem;
}

/* CTA Buttons */
.urgency-cta {
display: flex;
gap: 16px;
margin-bottom: 24px;
}

.btn-primary-large {
flex: 1;
padding: 16px 24px;
background: linear-gradient(135deg, #ff4444 0%, #cc0000 100%);
border: none;
border-radius: 12px;
color: #ffffff;
font-family: 'Fira Code', monospace;
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: all 0.3s;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
position: relative;
overflow: hidden;
box-shadow: 0 10px 30px -10px rgba(255, 0, 0, 0.5);
}

.btn-primary-large::before {
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 255, 255, 0.2),
transparent
);
transition: left 0.5s;
}

.btn-primary-large:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px -10px rgba(255, 0, 0, 0.7);
background: linear-gradient(135deg, #ff5555 0%, #dd0000 100%);
}

.btn-primary-large:hover::before {
left: 100%;
}

.btn-primary-large .btn-arrow {
transition: transform 0.3s;
font-size: 1.2rem;
}

.btn-primary-large:hover .btn-arrow {
transform: translateX(5px);
}

.btn-secondary-large {
padding: 16px 24px;
background: transparent;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
color: #ffffff;
font-family: 'Fira Code', monospace;
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: all 0.3s;
display: flex;
align-items: center;
gap: 10px;
backdrop-filter: blur(10px);
}

.btn-secondary-large:hover {
border-color: rgba(255, 255, 255, 0.4);
background: rgba(255, 255, 255, 0.05);
transform: translateY(-2px);
}

/* Trust Indicators */
.trust-indicators {
display: flex;
gap: 24px;
margin-bottom: 20px;
}

.trust-item {
display: flex;
align-items: center;
gap: 8px;
color: rgba(255, 255, 255, 0.6);
font-size: 0.85rem;
}

.trust-item i {
color: #00ff88;
}

/* Urgency Footer */
.urgency-footer {
display: flex;
align-items: center;
gap: 12px;
padding: 16px 20px;
background: rgba(0, 255, 136, 0.05);
border: 1px solid rgba(0, 255, 136, 0.15);
border-radius: 12px;
color: rgba(255, 255, 255, 0.8);
font-size: 0.9rem;
}

.urgency-footer i {
color: #00ff88;
font-size: 1.2rem;
}

/* ============================================
ANIMATIONS
============================================ */

@keyframes glow-pulse {
0%, 100% {
opacity: 0.5;
transform: translate(-50%, -50%) scale(1);
}
50% {
opacity: 0.8;
transform: translate(-50%, -50%) scale(1.1);
}
}


@keyframes glitch-shift {
0%, 100% {
transform: translateX(0);
}
10% {
transform: translateX(-2px);
}
20% {
transform: translateX(2px);
}
30% {
transform: translateX(-1px);
}
40% {
transform: translateX(0);
}
}

@keyframes scan-vertical {
0% {
top: 0;
opacity: 0;
}
10% {
opacity: 1;
}
90% {
opacity: 1;
}
100% {
top: 100%;
opacity: 0;
}
}

@keyframes float-code {
0%, 100% {
transform: translateY(0) translateX(0);
}
25% {
transform: translateY(-10px) translateX(5px);
}
50% {
transform: translateY(-20px) translateX(-5px);
}
75% {
transform: translateY(-10px) translateX(5px);
}
}

@keyframes threat-ping {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(2);
opacity: 0;
}
}

@keyframes pulse-critical {
0%, 100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.3;
transform: scale(1.3);
}
}

@keyframes badge-pulse {
0%, 100% {
box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.4);
}
50% {
box-shadow: 0 0 20px 5px rgba(255, 0, 0, 0.2);
}
}

@keyframes shake {
0%, 100% {
transform: rotate(0deg);
}
10% {
transform: rotate(-10deg);
}
20% {
transform: rotate(10deg);
}
30% {
transform: rotate(-5deg);
}
40% {
transform: rotate(0deg);
}
}

/* ============================================
RESPONSIVE
============================================ */

@media (max-width: 1024px) {
.urgency-grid {
grid-template-columns: 1fr;
gap: 50px;
}

.code-1, .code-3 {
left: 10px;
}

.code-2 {
right: 10px;
}
}

@media (max-width: 768px) {
.threat-urgency .container {
padding: 0 20px;
}

.threat-stats-grid {
grid-template-columns: 1fr;
}

.pain-points {
grid-template-columns: 1fr;
}

.urgency-cta {
flex-direction: column;
}

.trust-indicators {
flex-direction: column;
gap: 12px;
}

.counter-number .digit {
font-size: 2.5rem;
}

.code-snippet {
display: none;
}
}

/* ============================================
ACCESSIBILITY
============================================ */

@media (prefers-reduced-motion: reduce) {
.threat-urgency *,
.threat-urgency *::before,
.threat-urgency *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
}
}

.btn-primary-large:focus-visible,
.btn-secondary-large:focus-visible {
outline: 3px solid #00ff88;
outline-offset: 4px;
}

/* Threat Intelligence Section */
.threat-section {
    padding: 80px 0;
    background: 
radial-gradient(circle at 20% 30%, rgba(59, 130, 246, 0.08), transparent 50%),
radial-gradient(circle at 80% 70%, rgba(139, 92, 246, 0.06), transparent 50%),
radial-gradient(circle at 40% 80%, rgba(6, 182, 212, 0.04), transparent 40%),
linear-gradient(135deg, #0a0e1a 0%, #0f172a 50%, #0a0e1a 100%);
pointer-events: none;
}


.threat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

.threat-content h2 {
    font-size: 2.2rem;
    color: var(--dark);
    margin-bottom: 20px;
}

.threat-content p {
    color: var(--gray);
    line-height: 1.8;
    margin-bottom: 30px;
}

.threat-features {
    list-style: none;
}

.threat-features li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.threat-features i {
    color: var(--secondary);
    font-size: 1.2rem;
    margin-top: 3px;
      display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;  /* Fixed width */
    height: 45px; /* Fixed height (same as width for perfect circle) */
    line-height: 1;  box-shadow: 0 0 15px rgba(0, 255, 157, 0.3);
            animation: glow 1.5s infinite;
}
  @keyframes glow {

    0%,
    100% {
        box-shadow: 0 0 5px var(--accent);
    }

    50% {
        box-shadow: 0 0 20px #00f3ff;
    }
}

.threat-features strong {
    display: block;
    color: var(--dark);
    margin-bottom: 5px;
}

.threat-features span {
    color: var(--gray);
    font-size: 0.95rem;
}

.threat-visual {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 24px;
    padding: 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.threat-visual::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 10px, transparent 10px, transparent 20px);
    animation: move 20s linear infinite;
}

@keyframes move {
    0% { transform: translate(0, 0); }
    100% { transform: translate(20px, 20px); }
}

.threat-meter {
    position: relative;
    z-index: 2;
}

.threat-item {
    margin-bottom: 25px;
}

.threat-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.threat-bar {
    height: 8px;
    background: rgba(255,255,255,0.2);
    border-radius: 4px;
    overflow: hidden;
}

.threat-fill {
    height: 100%;
    background: white;
    border-radius: 4px;
    animation: fillBar 1.5s ease-out;
}

@keyframes fillBar {
    from { width: 0; }
}

/* Compliance Section */
.compliance-section {
    padding: 80px 0;
    /* background: linear-gradient(135deg, #f8fafc, #e2e8f0); */
}

.compliance-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.compliance-card {
    border:1px solid var(--accent);
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.compliance-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(37,99,235,0.1);
}

.compliance-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
}

.compliance-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.compliance-icon i {
    font-size: 28px;
    color: white;
}

.compliance-card h3 {
    font-size: 1.5rem;
    color: var(--dark);
    margin-bottom: 15px;
}

.compliance-card p {
    color: var(--gray);
    line-height: 1.7;
    margin-bottom: 20px;
}

.compliance-badge {
    display: inline-block;
    padding: 6px 12px;
    background: rgba(37,99,235,0.1);
    color: var(--accent);
    border: 1px solid var(--border);
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-right: 8px;
    margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .threat-grid {
        grid-template-columns: 1fr;
    }
    .compliance-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }
    .compliance-grid {
        grid-template-columns: 1fr;
    }
    .stat-card {
        padding: 20px;
    }
    .threat-visual {
        padding: 30px;
    }
}

