← Loopra
03-carousel-designer
Run: 2026-06-12T11:11:24 · 19377 in / 5748 out tokens · 129.0s
# CAROUSEL 1: Kenapa 90% Konten YouTube US Gagal — Padahal View Tinggi
## METADATA
- Topic: Monetisasi YouTube konten US — kenapa high view ≠ high revenue
- Audience focus: Creator Indo yang pengen masuk YouTube Partner Program (YPP) / cuan dollar, stuck di view tinggi tapi earning rendah
- Slide count: 10 (1 image hook + 8 content HTML + 1 CTA)
- Suggested caption: Ini yang gak ada yang bahas: view tinggi ≠ RPM tinggi. Save buat inget ketika lu upload konten berikutnya. 💸 #LoopraID
<!-- IMAGE_BRIEF -->
```json
{
"topic": "YouTube monetization gap — high views low earnings",
"subject_hint": "frustrated content creator staring at laptop showing YouTube analytics dashboard with high view count but low revenue numbers, dark mood lighting, screen glow on face",
"emotion": "frustrated, confused, slightly defeated",
"headline": "View Tinggi ≠ Cuan Besar",
"headline_pre": "View Tinggi",
"headline_serif_part": "Cuan Besar",
"subheadline": "Kenapa 90% konten US gagal monetize",
"label_top": "LOOPRA · YOUTUBE SERIES",
"cta_pill": "SWIPE SEKARANG"
}
```
<!-- /IMAGE_BRIEF -->
<!-- SLIDE_1_HTML_FALLBACK -->
<section class="slide slide-1 carousel-slide" style="background: radial-gradient(circle at 20% 80%, rgba(220, 38, 38, 0.08), transparent 50%), radial-gradient(circle at 80% 20%, rgba(220, 38, 38, 0.05), transparent 40%), var(--bg); position: relative;">
<div style="position: absolute; inset: 0; background-image: radial-gradient(circle, rgba(26,26,26,0.08) 1px, transparent 1px); background-size: 24px 24px; opacity: 0.4; pointer-events: none;"></div>
<div class="number-badge" style="position: absolute; top: 48px; right: 48px; width: auto; height: auto; background: transparent; color: var(--muted); font-family: 'Inter', sans-serif; font-size: 22px; border-radius: 0;">01 / 10</div>
<div style="position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;">
<!-- Code brackets accent -->
<div style="font-family:'JetBrains Mono',monospace; font-size:180px; line-height:0.9; color:rgba(220,38,38,0.12); font-weight:800; margin-bottom: 40px;">{ $ }</div>
<div style="font-family: 'Inter', sans-serif; font-size: 28px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--primary); margin-bottom: 32px;">LOOPRA · YOUTUBE SERIES</div>
<h1 style="font-family: 'Plus Jakarta Sans', sans-serif; font-size: 96px; line-height: 1.05; font-weight: 800; letter-spacing: -0.02em; max-width: 900px;">
View Tinggi ≠ <span style="font-family: 'Crimson Pro', serif; font-style: italic; color: var(--primary);">Cuan Besar</span>
</h1>
<p style="font-family: 'Inter', sans-serif; font-size: 32px; font-weight: 500; color: var(--muted); margin-top: 24px; max-width: 700px;">Kenapa 90% konten US gagal monetize</p>
<div style="margin-top: 56px; font-family: 'Inter', sans-serif; font-size: 22px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; padding: 14px 26px; background: var(--primary); color: #fff; border-radius: 999px;">SWIPE SEKARANG</div>
</div>
<div class="brand-ribbon" style="position: absolute; bottom: 48px; left: 80px; font-size: 22px; color: var(--muted); letter-spacing: 0.05em; font-weight: 600;">@loopra.id</div>
</section>
<!-- /SLIDE_1_HTML_FALLBACK -->
## HTML
```html
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kenapa 90% Konten YouTube US Gagal — Loopra</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;700;800&family=Bricolage+Grotesque:wght@600;800&family=Inter:wght@400;500;600;700&family=Crimson+Pro:ital,wght@1,500;1,600;1,700&family=JetBrains+Mono:wght@400;600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg: #FDF8F3;
--bg-soft: #F1ECE3;
--bg-white: #FFFFFF;
--bg-dark: #1A1A1A;
--ink: #1A1A1A;
--ink-on-dark: #FAFAFA;
--muted: #5A5A5A;
--line: #E5E0D6;
--highlight: #FEF08A;
--primary: #dc2626;
--secondary: #1e293b;
--accent: #ff0f0f;
--danger: #ef4444;
--neutral-light: #f8fafc;
--neutral-dark: #0f172a;
--neutral-mid: #64748b;
--brand: var(--primary);
--soft-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
--soft-shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.10);
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #E5E5E5; font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
.slide {
width: 1080px; height: 1080px;
background: var(--bg); color: var(--ink);
padding: 80px;
display: flex; flex-direction: column; justify-content: center;
page-break-after: always;
margin: 20px auto;
position: relative; overflow: hidden;
box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.slide.bg-cream-textured {
background:
radial-gradient(circle at 20% 80%, rgba(220, 38, 38, 0.08), transparent 50%),
radial-gradient(circle at 80% 20%, rgba(220, 38, 38, 0.05), transparent 40%),
var(--bg);
position: relative;
}
.slide.bg-cream-textured::before {
content: ''; position: absolute; inset: 0;
background-image: radial-gradient(circle, rgba(26,26,26,0.08) 1px, transparent 1px);
background-size: 24px 24px; opacity: 0.4; pointer-events: none;
}
.slide.bg-white-grid {
background:
linear-gradient(to right, rgba(26,26,26,0.04) 1px, transparent 1px) 0 0 / 48px 48px,
linear-gradient(to bottom, rgba(26,26,26,0.04) 1px, transparent 1px) 0 0 / 48px 48px,
var(--bg-white);
}
.slide.bg-dark-glow {
background:
radial-gradient(circle at center, rgba(220,38,38,0.35), transparent 60%),
var(--bg-dark);
color: var(--ink-on-dark);
}
.slide.bg-secondary-dark {
background:
radial-gradient(circle at center, rgba(30,41,59,0.4), transparent 65%),
var(--secondary);
color: var(--ink-on-dark);
}
.slide.bg-white { background: var(--bg-white); }
.slide.bg-dark { background: var(--bg-dark); color: var(--ink-on-dark); }
.slide.bg-brand { background: var(--brand); color: var(--bg-white); }
.hero { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 96px; line-height: 1.05; letter-spacing: -0.02em; font-weight: 800; }
.headline { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 56px; line-height: 1.15; font-weight: 800; letter-spacing: -0.01em; }
.sub { font-size: 32px; line-height: 1.4; font-weight: 400; color: var(--ink); }
.body { font-size: 28px; line-height: 1.5; font-weight: 400; color: var(--ink); }
.caption { font-size: 22px; line-height: 1.5; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; font-weight: 600; }
.stat-num { font-family: 'Plus Jakarta Sans', sans-serif; font-size: 220px; line-height: 0.9; font-weight: 800; color: var(--brand); letter-spacing: -0.04em; }
.quote-text { font-family: 'Crimson Pro', serif; font-style: italic; font-size: 80px; line-height: 1.2; font-weight: 600; }
.highlight {
background: linear-gradient(180deg, transparent 60%, var(--highlight) 60%);
padding: 0 6px;
font-weight: 700;
}
.accent-word { color: var(--brand); font-weight: 800; }
.number-badge {
position: absolute; top: 48px; right: 48px;
font-family: 'Inter', monospace;
font-size: 22px; color: var(--muted);
letter-spacing: 0.08em; font-weight: 600;
}
.brand-ribbon {
position: absolute; bottom: 48px; left: 80px;
font-size: 22px; color: var(--muted);
letter-spacing: 0.05em; font-weight: 600;
}
.stripe { height: 6px; width: 64px; background: var(--brand); border-radius: 3px; }
.icon-mega { width: 320px; height: 320px; max-width: 320px; max-height: 320px; flex-shrink: 0; stroke-width: 2.5; display: block; }
.icon-hero { width: 240px; height: 240px; max-width: 240px; max-height: 240px; flex-shrink: 0; stroke-width: 2.5; display: block; }
.icon-inline { width: 36px; height: 36px; max-width: 36px; max-height: 36px; flex-shrink: 0; display: inline-block; vertical-align: middle; }
.icon-circle {
width: 320px; height: 320px;
max-width: 320px; max-height: 320px;
flex-shrink: 0;
background: radial-gradient(circle at 30% 30%, var(--bg-soft), #f4d4d4);
border-radius: 50%;
display: flex; align-items: center; justify-content: center;
margin: 0 auto 40px;
box-shadow: var(--soft-shadow-lg);
position: relative;
}
.icon-circle::before {
content: ''; position: absolute; inset: -8px;
border: 2px dashed rgba(220,38,38,0.4);
border-radius: 50%;
animation: rotate-slow 60s linear infinite;
}
.icon-circle::after {
content: ''; position: absolute; top: -20px; right: -20px;
width: 24px; height: 24px; background: var(--brand); border-radius: 50%;
box-shadow: 40px 30px 0 -8px var(--brand), -10px 50px 0 -12px var(--brand);
}
@keyframes rotate-slow { to { transform: rotate(360deg); } }
.slide svg:not([class*="icon-"]) { max-width: 64px; max-height: 64px; }
.slide.bg-dark .icon-circle { background: rgba(255,255,255,0.08); }
.slide.bg-dark .icon-hero,
.slide.bg-dark .icon-mega { color: var(--ink-on-dark); }
.soft-card {
background: var(--bg-white);
border-radius: 16px;
padding: 28px 32px;
box-shadow: var(--soft-shadow);
display: flex; gap: 20px; align-items: flex-start;
}
@media print {
body { background: #FFFFFF; }
.slide { margin: 0; box-shadow: none; }
}
</style>
<style>
/* === Image hook slide 1 overlay (injected by carousel_composer) === */
/* Format-responsive: slide dimensions come from html data-format attribute
(set by slide_renderer via format.json). Defaults to 1:1 if no attr. */
.slide { aspect-ratio: 1 / 1; }
html[data-format="4:5"] .slide,
.slide[data-format="4:5"] { aspect-ratio: 4 / 5; }
.slide.slide-1.hook-image {
padding: 0 !important;
position: relative;
overflow: hidden;
}
.slide.slide-1 .hook-bg {
position: absolute; inset: 0;
width: 100%; height: 100%;
object-fit: cover;
z-index: 1;
}
.slide.slide-1 .hook-overlay {
position: relative;
z-index: 2;
width: 100%; height: 100%;
padding: 80px;
display: flex;
flex-direction: column;
justify-content: space-between;
color: #fff;
text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
background: linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.32) 100%);
}
.slide.slide-1 .hook-label {
font-family: 'Inter', sans-serif;
font-size: 22px;
font-weight: 700;
letter-spacing: 0.18em;
text-transform: uppercase;
opacity: 0.95;
}
.slide.slide-1 .hook-content {
display: flex; flex-direction: column; gap: 18px;
}
.slide.slide-1 .hook-title {
font-family: 'Plus Jakarta Sans', sans-serif;
font-weight: 800;
font-size: 124px;
line-height: 1.0;
letter-spacing: -0.02em;
max-width: 90%;
margin: 0;
}
.slide.slide-1 .hook-title .serif-italic {
font-family: 'Crimson Pro', 'Playfair Display', serif;
font-weight: 600;
font-style: italic;
font-size: 130px;
letter-spacing: 0;
}
.slide.slide-1 .hook-sub {
font-family: 'Inter', sans-serif;
font-size: 30px;
font-weight: 500;
max-width: 75%;
line-height: 1.3;
opacity: 0.94;
margin: 0;
}
.slide.slide-1 .hook-cta {
align-self: flex-start;
font-family: 'Inter', sans-serif;
font-size: 22px;
font-weight: 700;
letter-spacing: 0.14em;
text-transform: uppercase;
padding: 14px 26px;
background: rgba(255, 255, 255, 0.95);
color: #1a1a1a;
border-radius: 999px;
text-shadow: none;
}
/* Typography variants */
.slide.slide-1.modern-sans-tight .hook-title,
.slide.slide-1.modern-sans-tight .hook-title .serif-italic {
font-family: 'Inter', sans-serif;
font-weight: 800;
letter-spacing: -0.04em;
font-style: normal;
}
.slide.slide-1.minimal-display .hook-title {
font-family: 'Bricolage Grotesque', 'Plus Jakarta Sans', sans-serif;
font-weight: 800;
}
.slide.slide-1.minimal-display .hook-title .serif-italic {
font-family: 'Bricolage Grotesque', sans-serif;
font-style: italic;
}
</style>
</head>
<body>
<section class="slide slide-1 carousel-slide hook-image editorial-bold-serif">
<img src="/brands/loopra/file/content/carousels/2026-06-12-carousel-kenapa-90-konten-youtube-us-gagal-padahal-view-tin-1/_assets/slide-1.png" class="hook-bg" alt="MONETIZATION · CREATOR ECONOMY" loading="eager">
<div class="hook-overlay">
<div class="hook-label">MONETIZATION · CREATOR ECONOMY</div>
<div class="hook-content">
<h1 class="hook-title">View Tinggi <em class="serif-italic">≠ Cuan</em></h1>
<p class="hook-sub">Kenapa 90% konten US gagal monetize</p>
</div>
<div class="hook-cta">Buka strategi → →</div>
</div>
</section>
<!-- Slide 2: Hook restate (Layout D2 Icon+Headline) -->
<section class="slide carousel-slide bg-cream-textured">
<div class="number-badge">02 / 10</div>
<div style="position: relative; width: 380px; height: 380px; margin: 0 auto 40px;">
<svg style="position: absolute; inset: 0; width: 100%; height: 100%;" viewBox="0 0 380 380">
<circle cx="190" cy="190" r="180" stroke="var(--primary)" stroke-width="2" fill="none" opacity="0.2"/>
<circle cx="190" cy="190" r="140" stroke="var(--primary)" stroke-width="3" fill="none" opacity="0.4"/>
<circle cx="190" cy="190" r="100" fill="var(--bg-soft)"/>
</svg>
<div style="position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;">
<svg class="icon-hero" viewBox="0 0 24 24" fill="none" stroke="var(--primary)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<circle cx="8" cy="8" r="6"/><path d="M18.09 10.37A6 6 0 1 1 10.34 18"/><path d="M7 6h1v4"/><path d="m16.71 13.88.7.71-2.82 2.82"/>
</svg>
</div>
</div>
<h2 class="headline" style="text-align: center; max-width: 800px; margin: 0 auto 24px;">Channel lo 100K view/bulan. <span class="highlight">RPM cuma $1.2</span>.</h2>
<p class="body" style="text-align: center; max-width: 700px; margin: 0 auto; color: var(--muted);">Kenapa? Karena topik lo masuk kategori "low advertiser demand" di US market.</p>
<div class="brand-ribbon">@loopra.id</div>
</section>
<!-- Slide 3: Setup (Layout D2) -->
<section class="slide carousel-slide bg-white-grid">
<div class="number-badge">03 / 10</div>
<div style="margin-bottom: 40px;">
<!-- Terminal prompt bar -->
<div style="font-family:'JetBrains Mono',monospace; padding:12px 18px; background:#1a1a1a; color:#10b981; border-radius:6px; font-size:14px; display: inline-block;">
<span style="color:#06b6d4;">$</span> analyze --category vlog <span style="color:#5a5a5a;">--market US</span>
</div>
</div>
<h2 class="headline" style="margin-bottom: 32px;">YouTube bukan cuma soal <span class="accent-word">view count</span>.</h2>
<p class="body" style="margin-bottom: 24px;">RPM (Revenue Per Mille) ditentuin 3 faktor:</p>
<div style="display: flex; flex-direction: column; gap: 16px; margin-top: 32px;">
<div class="soft-card">
<div style="width: 48px; height: 48px; border-radius: 50%; background: rgba(220,38,38,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0;">
<span style="font-family: 'JetBrains Mono', monospace; font-size: 20px; font-weight: 700; color: var(--primary);">01</span>
</div>
<div>
<p class="body" style="font-size: 24px; font-weight: 600;">Niche konten lu</p>
</div>
</div>
<div class="soft-card">
<div style="width: 48px; height: 48px; border-radius: 50%; background: rgba(30,41,59,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0;">
<span style="font-family: 'JetBrains Mono', monospace; font-size: 20px; font-weight: 700; color: var(--secondary);">02</span>
</div>
<div>
<p class="body" style="font-size: 24px; font-weight: 600;">Audience location (US ≠ ID)</p>
</div>
</div>
<div class="soft-card">
<div style="width: 48px; height: 48px; border-radius: 50%; background: rgba(255,15,15,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0;">
<span style="font-family: 'JetBrains Mono', monospace; font-size: 20px; font-weight: 700; color: var(--accent);">03</span>
</div>
<div>
<p class="body" style="font-size: 24px; font-weight: 600;">Advertiser competition di topik itu</p>
</div>
</div>
</div>
<div class="brand-ribbon">@loopra.id</div>
</section>
<!-- Slide 4: Value 1 — Stat shock (Layout D5) -->
<section class="slide carousel-slide bg-cream-textured">
<div class="number-badge">04 / 10</div>
<div style="text-align: center; margin-bottom: 40px;">
<p class="caption" style="color: var(--primary);">DATA ADVERTISER RATE 2026</p>
</div>
<div style="position: relative; text-align: center; margin-bottom: 32px;">
<div style="font-family: 'Plus Jakarta Sans', sans-serif; font-size: 240px; line-height: 0.9; font-weight: 800; color: var(--primary); letter-spacing: -0.04em;">$18</div>
<div style="font-family: 'Plus Jakarta Sans', sans-serif; font-size: 72px; line-height: 1; font-weight: 700; color: var(--muted); margin-top: -20px;">vs $1.2</div>
</div>
<p class="body" style="text-align: center; max-width: 750px; margin: 0 auto 16px;">RPM rata-rata kategori <span class="highlight">Finance/Tech US</span> = <strong>$18</strong>.</p>
<p class="body" style="text-align: center; max-width: 750px; margin: 0 auto; color: var(--muted);">Daily vlog / lifestyle = $1–3. Beda 15×.</p>
<div class="brand-ribbon">@loopra.id</div>
</section>
<!-- Slide 5: Value 2 — Why gap exists (Layout D2) -->
<section class="slide carousel-slide bg-white-grid">
<div class="number-badge">05 / 10</div>
<div class="icon-circle">
<svg class="icon-hero" viewBox="0 0 24 24" fill="none" stroke="var(--secondary)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"/><polyline points="22 4 12 14.01 9 11.01"/>
</svg>
</div>
<h2 class="headline" style="text-align: center; max-width: 800px; margin: 0 auto 32px;">Kenapa advertiser <span class="accent-word" style="color: var(--secondary);">bayar lebih</span> di finance/tech?</h2>
<p class="body" style="max-width: 750px; margin: 0 auto 24px; text-align: center;">Karena 1 viewer US di topik "how to invest" worth $50–200 <strong>lifetime value</strong> buat broker/bank.</p>
<p class="body" style="max-width: 750px; margin: 0 auto; text-align: center; color: var(--muted);">Daily vlog viewer? Worth $0 untuk advertiser kecuali produk consumer goods murah.</p>
<div class="brand-ribbon">@loopra.id</div>
</section>
<!-- Slide 6: Pause slide — Inverse dark (Layout D6) -->
<section class="slide carousel-slide bg-secondary-dark">
<div class="number-badge" style="color: var(--ink-on-dark);">06 / 10</div>
<div style="flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;">
<svg style="width: 80px; height: 80px; margin-bottom: 40px;" viewBox="0 0 24 24" fill="none" stroke="var(--accent)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<path d="m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z"/><path d="M12 9v4"/><path d="M12 17h.01"/>
</svg>
<h2 style="font-family: 'Plus Jakarta Sans', sans-serif; font-size: 72px; line-height: 1.1; font-weight: 800; color: var(--ink-on-dark); max-width: 800px; margin: 0 auto;">View tinggi bukan jaminan <span style="color: var(--accent);">earning tinggi</span>.</h2>
<div style="width: 12px; height: 12px; background: var(--accent); border-radius: 50%; margin-top: 56px;"></div>
</div>
<div class="brand-ribbon" style="color: var(--ink-on-dark);">@loopra.id</div>
</section>
<!-- Slide 7: Value 3 — Solution hint (Layout D2) -->
<section class="slide carousel-slide bg-cream-textured">
<div class="number-badge">07 / 10</div>
<div style="margin-bottom: 40px;">
<!-- Code brackets accent -->
<div style="font-family:'JetBrains Mono',monospace; font-size:120px; line-height:0.9; color:rgba(220,38,38,0.15); font-weight:800; text-align: center;">{ ? }</div>
</div>
<h2 class="headline" style="text-align: center; max-width: 800px; margin: 0 auto 32px;">Solusinya bukan <span class="highlight">ganti niche total</span>.</h2>
<p class="body" style="max-width: 750px; margin: 0 auto 24px; text-align: center;">Tapi <strong>pivot angle konten</strong> dalam niche yang sama.</p>
<p class="body" style="max-width: 750px; margin: 0 auto; text-align: center; color: var(--muted);">Contoh: daily vlog → "day in the life of remote worker earning $X/month".</p>
<div class="brand-ribbon">@loopra.id</div>
</section>
<!-- Slide 8: Value 4 — Tactical example (Layout D3 Numbered) -->
<section class="slide carousel-slide bg-white-grid">
<div class="number-badge">08 / 10</div>
<p class="caption" style="margin-bottom: 32px; color: var(--primary);">3 PIVOT ANGLE HIGH-RPM</p>
<div style="height: 2px; width: 100%; background: var(--primary); margin-bottom: 32px; opacity: 0.3;"></div>
<div class="soft-card" style="margin-bottom: 20px;">
<div style="width: 56px; height: 56px; border-radius: 50%; background: var(--primary); display: flex; align-items: center; justify-content: center; flex-shrink: 0;">
<span style="font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 800; color: #fff;">1</span>
</div>
<div style="flex: 1;">
<p class="body" style="font-size: 26px; font-weight: 700; margin-bottom: 8px;">Travel → "How I afford X trip with Y income"</p>
<p style="font-size: 20px; color: var(--muted); line-height: 1.4;">Finance angle = advertiser suka.</p>
</div>
</div>
<div class="soft-card" style="margin-bottom: 20px;">
<div style="width: 56px; height: 56px; border-radius: 50%; background: var(--secondary); display: flex; align-items: center; justify-content: center; flex-shrink: 0;">
<span style="font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 800; color: #fff;">2</span>
</div>
<div style="flex: 1;">
<p class="body" style="font-size: 26px; font-weight: 700; margin-bottom: 8px;">Lifestyle → "Productivity setup for remote $XK/year job"</p>
<p style="font-size: 20px; color: var(--muted); line-height: 1.4;">Tech/career angle = $12+ RPM.</p>
</div>
</div>
<div class="soft-card">
<div style="width: 56px; height: 56px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; flex-shrink: 0;">
<span style="font-family: 'Plus Jakarta Sans', sans-serif; font-size: 28px; font-weight: 800; color: #fff;">3</span>
</div>
<div style="flex: 1;">
<p class="body" style="font-size: 26px; font-weight: 700; margin-bottom: 8px;">Gaming → "How games teach me about [investing/business]"</p>
<p style="font-size: 20px; color: var(--muted); line-height: 1.4;">Edu angle = advertiser interest naik 4×.</p>
</div>
</div>
<div class="brand-ribbon">@loopra.id</div>
</section>
<!-- Slide 9: Connector / Summary (Layout D2) -->
<section class="slide carousel-slide bg-cream-textured">
<div class="number-badge">09 / 10</div>
<div style="margin-bottom: 40px; text-align: center;">
<!-- Tag/chip (npm-style) -->
<div style="display:inline-block; padding:6px 14px; background:rgba(220,38,38,0.1); color:var(--primary); border-radius:4px; font-family:'JetBrains Mono',monospace; font-size:14px; font-weight:600;">KEY TAKEAWAY</div>
</div>
<h2 class="headline" style="text-align: center; max-width: 800px; margin: 0 auto 32px;">Niche <span class="highlight">menentukan ceiling</span> earning lu.</h2>
<p class="body" style="max-width: 750px; margin: 0 auto 24px; text-align: center;">View count cuma multiplier. RPM = base rate.</p>
<p class="body" style="max-width: 750px; margin: 0 auto; text-align: center; color: var(--muted);">100K view × $1 RPM = $100. 50K view × $18 RPM = $900.</p>
<div class="brand-ribbon">@loopra.id</div>
</section>
<!-- Slide 10: CTA (Layout D7 Variant B — Soft CTA) -->
<section class="slide carousel-slide bg-white-grid">
<div class="number-badge">10 / 10</div>
<div style="flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;">
<svg style="width: 96px; height: 96px; margin-bottom: 40px;" viewBox="0 0 24 24" fill="none" stroke="var(--primary)" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<path d="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z"/>
</svg>
<h2 class="headline" style="margin-bottom: 24px; max-width: 750px;">Save buat reminder sebelum bikin konten berikutnya.</h2>
<p class="body" style="margin-bottom: 56px; color: var(--muted); max-width: 650px;">Atau share ke creator temen lo yang stuck di view tinggi earning rendah — lu tau siapa.</p>
<div style="padding: 16px 32px; border: 2px solid var(--primary); border-radius: 8px; display: inline-block;">
<p style="font-family: 'Inter', sans-serif; font-size: 24px; font-weight: 700; color: var(--primary); letter-spacing: 0.05em;">@LOOPRA.ID</p>
</div>
</div>
<div class="brand-ribbon">@loopra.id</div>
</section>
</body>
</html>
```