<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<title>InfoFusionHubs | Final Ultra Match</title>
<link href=”https://fonts.googleapis.com” rel=”stylesheet”>
<link rel=”stylesheet” href=”https://cdnjs.cloudflare.com”>

<style>
:root {
–bg-deep: #050505;
–card-navy: #0d0d1f;
–pure-white: #ffffff;
–pure-red: #ff0000;
–video-red: linear-gradient(180deg, #990000 0%, #300000 100%);
–glass-border: rgba(255, 255, 255, 0.1);
}

* { margin: 0; padding: 0; box-sizing: border-box; font-family: ‘Plus Jakarta Sans’, sans-serif; }

body {
background-color: var(–bg-deep);
color: var(–pure-white);
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
padding: 40px 20px;
}

.bento-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 400px 450px;
gap: 25px;
width: 100%;
max-width: 1150px;
}

.card {
background: var(–card-navy);
border-radius: 32px;
padding: 40px;
position: relative;
overflow: hidden;
border: 1px solid var(–glass-border);
}

.subtitle { font-size: 15px; font-weight: 700; color: var(–pure-white); margin-bottom: 5px; }
.title { font-size: 34px; font-weight: 800; line-height: 1; color: var(–pure-white); }
.red-text { color: var(–pure-red); }

.red-glow-card { border: 2.5px solid var(–pure-red); box-shadow: 0 0 25px rgba(255, 0, 0, 0.2); }
.span-2 { grid-column: span 2; background: var(–video-red); border: none; }

.visual-area { position: relative; margin-top: 35px; height: 100%; width: 100%; }

/* — Social Media (More detailed nodes) — */
.nodes-web { display: flex; justify-content: center; align-items: center; height: 100%; }
.hub { background: #1e1e3a; width: 60px; height: 60px; border-radius: 14px; border: 1.5px solid #333; display: flex; align-items: center; justify-content: center; z-index: 5; }
.connection-line { position: absolute; background: rgba(255,255,255,0.1); height: 1px; z-index: 1; }

/* — Website Code — */
.code-box { background: #05050a; border-radius: 15px; height: 100%; border: 1.5px solid #1e1e38; padding: 20px; }

/* — White iPhones — */
.iphone-frame {
width: 110px; height: 210px;
background: #ffffff; border: 5px solid #e5e7eb;
border-radius: 24px; position: absolute; right: 0; bottom: -10px;
box-shadow: -15px -15px 40px rgba(0,0,0,0.6);
}
.iphone-small { right: 60px; bottom: -40px; opacity: 0.5; width: 100px; z-index: 1; }

/* — Video Editing (Timeline & Slider Added) — */
.video-overlay {
background: linear-gradient(135deg, #3b82f6, #2563eb);
width: 75%; height: 90%;
border-radius: 18px; position: absolute; right: 20px; bottom: 0;
box-shadow: -25px -25px 60px rgba(0,0,0,0.6);
padding: 20px; display: flex; flex-direction: column;
}
.video-top { display: flex; gap: 10px; flex-grow: 1; }
.preview-box { width: 45px; height: 45px; background: rgba(255,255,255,0.2); border-radius: 6px; }
.timeline-bar { height: 6px; background: rgba(255,255,255,0.3); border-radius: 10px; width: 100%; margin-top: auto; position: relative; }
.timeline-bar::after { content: ”; width: 50%; height: 100%; background: #fff; position: absolute; border-radius: 10px; }
.slider-head { width: 12px; height: 12px; background: white; border-radius: 50%; position: absolute; top: -3px; left: 50%; }

/* — SEO Wave — */
.seo-inner { background: rgba(255,255,255,0.03); border-radius: 24px; padding: 30px; height: 90%; }
</style>
</head>
<body>

<div class=”bento-grid”>
<!– Social Media Marketing –>
<div class=”card”>
<p class=”subtitle”>Social Media</p>
<h2 class=”title red-text”>Marketing</h2>
<div class=”visual-area nodes-web”>
<div class=”hub”><i class=”fa-solid fa-cog fa-2xl”></i></div>
<!– Connecting Icons –>
<div class=”connection-line” style=”width: 150px; transform: rotate(45deg);”></div>
<div class=”connection-line” style=”width: 150px; transform: rotate(-45deg);”></div>
<div style=”position: absolute; top: 10%; right: 10%;”><i class=”fa-brands fa-instagram fa-xl”></i></div>
<div style=”position: absolute; bottom: 15%; left: 10%;”><i class=”fa-brands fa-meta fa-xl”></i></div>
<div style=”position: absolute; top: 45%; right: 0;”><i class=”fa-brands fa-google fa-xl”></i></div>
<div style=”position: absolute; top: 5%; left: 20%; opacity: 0.5;”><i class=”fa-brands fa-tiktok fa-lg”></i></div>
</div>
</div>

<!– Website Development –>
<div class=”card red-glow-card”>
<p class=”subtitle”>Website</p>
<h2 class=”title”>Development</h2>
<div class=”visual-area”>
<div class=”code-box”>
<p style=”color:#4ade80; font-family:monospace; font-size: 13px;”>
const data = await fetch();<br>
render(&lt;Hubs /&gt;);
</p>
</div>
</div>
</div>

<!– Graphic Designing –>
<div class=”card”>
<p class=”subtitle”>Graphic</p>
<h2 class=”title red-text”>Designing</h2>
<div class=”visual-area”>
<div class=”iphone-frame iphone-small”></div>
<div class=”iphone-frame”></div>
</div>
</div>

<!– Video Editing –>
<div class=”card span-2″>
<p class=”subtitle”>Video</p>
<h2 class=”title”>Editing</h2>
<div class=”visual-area”>
<div class=”video-overlay”>
<div class=”video-top”>
<div class=”preview-box”></div>
<div class=”preview-box”></div>
<div class=”preview-box”></div>
</div>
<div class=”timeline-bar”><div class=”slider-head”></div></div>
</div>
<div style=”position: absolute; bottom: 20%; left: 15%; color: white;”><i class=”fa-solid fa-arrow-pointer fa-3x”></i></div>
</div>
</div>

<!– SEO Optimization –>
<div class=”card”>
<p class=”subtitle”>SEO</p>
<h2 class=”title red-text”>Optimization</h2>
<div class=”visual-area”>
<div class=”seo-inner”>
<p style=”font-size: 11px; opacity: 0.6;”>ACTIVE VISITORS</p>
<p style=”font-size: 36px; font-weight: 800;”>157,367</p>
<svg viewBox=”0 0 100 30″ style=”width: 100%; margin-top: 20px;”>
<path d=”M0,25 Q15,5 30,20 T60,10 T100,15″ fill=”none” stroke=”red” stroke-width=”3″ />
</svg>
</div>
</div>
</div>
</div>

</body>
</html>