💌 📖
Skip to main content

@import url(‘https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Orbitron:wght@500;700&display=swap’);

.spy-cta-wrapper {
display: flex;
flex-wrap: wrap;
gap: 18px;
justify-content: center;
font-family: ‘Orbitron’, sans-serif;
margin: 30px 0;
}

.spy-btn {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 16px 28px;
min-width: 260px;
background: linear-gradient(145deg, #0a0a0a, #1a1a1a);
color: #e0e0e0;
text-decoration: none;
border: 1px solid #333;
border-radius: 4px;
font-size: 14px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
box-shadow:
0 0 0 1px rgba(255, 0, 40, 0.15),
0 4px 15px rgba(0, 0, 0, 0.6),
inset 0 1px 0 rgba(255, 255, 255, 0.05);
transition: all 0.3s ease;
overflow: hidden;
}

.spy-btn::before {
content: ”;
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(
90deg,
transparent,
rgba(255, 0, 40, 0.15),
transparent
);
transition: left 0.5s ease;
}

.spy-btn:hover::before {
left: 100%;
}

.spy-btn:hover {
border-color: #ff0028;
color: #fff;
box-shadow:
0 0 12px rgba(255, 0, 40, 0.4),
0 0 25px rgba(255, 0, 40, 0.2),
0 6px 20px rgba(0, 0, 0, 0.7);
transform: translateY(-2px);
}

.spy-btn .icon {
font-size: 18px;
opacity: 0.9;
}

.spy-btn.primary {
border-color: #ff0028;
background: linear-gradient(145deg, #120005, #1f0008);
}

.spy-btn.primary:hover {
background: linear-gradient(145deg, #1a0008, #2a0010);
}

.spy-btn .sub {
display: block;
font-family: ‘Share Tech Mono’, monospace;
font-size: 11px;
font-weight: 400;
letter-spacing: 1px;
opacity: 0.7;
margin-top: 3px;
}

.spy-btn .text {
display: flex;
flex-direction: column;
align-items: flex-start;
line-height: 1.2;
}

Basque

Author Basque

More posts by Basque

Leave a Reply