diff --git a/index.html b/index.html
index eb96c6e..ee5aa93 100644
--- a/index.html
+++ b/index.html
@@ -130,6 +130,52 @@
font-weight: 600;
}
+ /* CBP logo bar at top of hero */
+ .cbp-logo-bar {
+ display: inline-flex;
+ align-items: center;
+ gap: 10px;
+ background: rgba(0,229,255,0.06);
+ border: 1px solid rgba(0,229,255,0.2);
+ border-radius: 100px;
+ padding: 6px 18px 6px 10px;
+ margin-bottom: 14px;
+ backdrop-filter: blur(4px);
+ }
+ .cbp-logo-icon {
+ display: flex;
+ align-items: center;
+ }
+ .cbp-logo-text {
+ font-family: 'Orbitron', sans-serif;
+ font-size: 1.05rem;
+ font-weight: 700;
+ letter-spacing: 0.5px;
+ }
+ .cbp-logo-click {
+ background: linear-gradient(135deg, #00e5ff, #06b6d4);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ background-clip: text;
+ }
+ .cbp-logo-pays {
+ background: linear-gradient(135deg, #a855f7, #d946ef);
+ -webkit-background-clip: text;
+ -webkit-text-fill-color: transparent;
+ background-clip: text;
+ }
+ .cbp-logo-badge {
+ font-size: 0.65rem;
+ font-weight: 600;
+ text-transform: uppercase;
+ letter-spacing: 1px;
+ color: var(--text-dim);
+ background: rgba(255,255,255,0.06);
+ padding: 2px 10px;
+ border-radius: 100px;
+ margin-left: 4px;
+ }
+
/* CTA buttons */
.hero-ctas {
display: flex;
@@ -1161,6 +1207,21 @@
+
+
+
+
+ ClickBaitPays
+
+
Team Project
+
+