crypto-commons-gather.ing-w.../CCG26-Sponsorship-Deck-prin...

623 lines
30 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>CCG 2026 — Sponsorship Deck</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');
@page {
size: 1280px 720px;
margin: 0;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', system-ui, -apple-system, sans-serif;
color: #1c1917;
-webkit-font-smoothing: antialiased;
font-size: 11px;
}
.slide {
width: 1280px;
height: 720px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 48px 64px;
position: relative;
overflow: hidden;
background: #fafaf9;
page-break-after: always;
page-break-inside: avoid;
}
.slide-number {
position: absolute;
bottom: 20px;
right: 32px;
font-size: 10px;
color: #78716c;
font-weight: 500;
letter-spacing: 0.05em;
}
.slide-logo {
position: absolute;
bottom: 20px;
left: 32px;
font-size: 10px;
font-weight: 700;
color: #78716c;
letter-spacing: 0.02em;
}
h1 { font-size: 44px; font-weight: 900; line-height: 1.05; letter-spacing: -0.03em; }
h2 { font-size: 32px; font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; }
h3 { font-size: 22px; font-weight: 700; line-height: 1.2; }
h4 { font-size: 14px; font-weight: 700; line-height: 1.3; }
p, li { font-size: 13px; line-height: 1.5; }
.content { max-width: 1152px; width: 100%; }
.grid-2 { display: flex; gap: 32px; }
.grid-2 > * { flex: 1; }
.grid-3 { display: flex; gap: 20px; }
.grid-3 > * { flex: 1; }
.grid-4 { display: flex; gap: 16px; }
.grid-4 > * { flex: 1; }
.mb-4 { margin-bottom: 4px; }
.mb-8 { margin-bottom: 8px; }
.mb-12 { margin-bottom: 12px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.mb-40 { margin-bottom: 40px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.text-center { text-align: center; }
.card {
background: #ffffff;
border: 1px solid #e7e5e4;
border-radius: 10px;
padding: 20px;
}
.card-sm { padding: 16px; }
.card-highlight {
border-color: #b91c1c;
position: relative;
}
.card-highlight::before {
content: '';
position: absolute;
top: 0; left: 0; right: 0;
height: 3px;
background: #b91c1c;
border-radius: 10px 10px 0 0;
}
.stat-value { font-size: 36px; font-weight: 900; color: #b91c1c; line-height: 1; margin-bottom: 4px; }
.stat-label { font-size: 11px; color: #78716c; font-weight: 500; }
.tier-price { font-size: 32px; font-weight: 900; color: #b91c1c; line-height: 1; }
.tier-name { font-size: 18px; font-weight: 800; letter-spacing: -0.01em; }
.checklist { list-style: none; }
.checklist li { padding: 3px 0 3px 22px; position: relative; font-size: 12px; line-height: 1.4; }
.checklist li::before { content: '✓'; position: absolute; left: 0; color: #b91c1c; font-weight: 700; font-size: 11px; }
.checklist-label { font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #78716c; margin-bottom: 6px; }
.budget-row { display: flex; justify-content: space-between; align-items: baseline; padding: 8px 0; border-bottom: 1px solid #e7e5e4; font-size: 12px; }
.budget-row:last-child { border-bottom: none; }
.budget-row.total { border-top: 2px solid #1c1917; border-bottom: none; padding-top: 12px; margin-top: 6px; font-weight: 700; font-size: 14px; }
.budget-amount { font-family: 'Courier New', monospace; font-weight: 600; }
.budget-desc { font-size: 10px; color: #78716c; }
.progress-track { height: 6px; background: #f5f5f4; border-radius: 3px; overflow: hidden; margin-top: 4px; }
.progress-fill { height: 100%; background: #b91c1c; border-radius: 3px; }
.uppercase { text-transform: uppercase; letter-spacing: 0.1em; font-size: 10px; font-weight: 600; }
.primary { color: #b91c1c; }
.muted { color: #78716c; }
/* Cover */
.slide-cover { background: linear-gradient(135deg, #991b1b 0%, #b91c1c 50%, #7f1d1d 100%); color: white; }
.slide-cover h1 { color: white; }
.slide-cover p { color: rgba(255,255,255,0.85); }
.slide-cover .slide-number, .slide-cover .slide-logo { color: rgba(255,255,255,0.4); }
.cover-badge { display: inline-block; padding: 6px 16px; border: 2px solid rgba(255,255,255,0.3); border-radius: 100px; font-weight: 600; font-size: 13px; }
.cover-divider { width: 50px; height: 3px; background: rgba(255,255,255,0.4); margin: 24px auto; }
/* Dark */
.slide-dark { background: #1c1917; color: white; }
.slide-dark h2, .slide-dark h3, .slide-dark h4 { color: white; }
.slide-dark p, .slide-dark li { color: rgba(255,255,255,0.8); }
.slide-dark .muted { color: rgba(255,255,255,0.5); }
.slide-dark .slide-number, .slide-dark .slide-logo { color: rgba(255,255,255,0.3); }
.slide-dark .card { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.1); }
.slide-dark .stat-value { color: #fca5a5; }
.slide-dark .checklist li::before { color: #fca5a5; }
.slide-dark .checklist-label { color: rgba(255,255,255,0.4); }
/* Accent */
.slide-accent { background: #b91c1c; color: white; }
.slide-accent h2 { color: white; }
.slide-accent p { color: rgba(255,255,255,0.9); }
.slide-accent .slide-number, .slide-accent .slide-logo { color: rgba(255,255,255,0.4); }
blockquote { border-left: 3px solid #b91c1c; padding-left: 16px; font-style: italic; font-size: 14px; line-height: 1.5; }
blockquote cite { display: block; margin-top: 8px; font-style: normal; font-size: 11px; font-weight: 600; color: #78716c; }
</style>
</head>
<body>
<!-- SLIDE 1: COVER -->
<div class="slide slide-cover">
<div class="content text-center">
<div class="cover-badge mb-32">6th Edition — August 16-22, 2026</div>
<h1 class="mb-24">Crypto Commons<br>Gathering 2026</h1>
<div class="cover-divider"></div>
<p style="font-size: 18px; max-width: 500px; margin: 0 auto;">Sponsorship Partnership Deck</p>
<p class="mt-24" style="font-size: 12px; opacity: 0.6;">Commons Hub, Austrian Alps · cryptocommonsgather.ing</p>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">01</span>
</div>
<!-- SLIDE 2: WHAT IS CCG -->
<div class="slide">
<div class="content">
<p class="uppercase primary mb-12">About the Gathering</p>
<h2 class="mb-24">A week-long unconference where crypto meets the commons</h2>
<div class="grid-2">
<div>
<p class="muted mb-16" style="font-size: 13px;">
The Crypto Commons Gathering is an annual retreat in the Austrian Alps where builders,
researchers, and activists working on regenerative finance, cooperative economics, and
commons-based infrastructure come together for a week of co-living, co-creating, and radical imagination.
</p>
<p class="muted" style="font-size: 13px;">
Now in its <strong style="color: #1c1917;">6th edition</strong>, CCG has become the
premier gathering for the people building post-capitalist economic infrastructure.
Not a conference — a convivium.
</p>
</div>
<div class="grid-4" style="gap: 12px;">
<div class="card card-sm text-center">
<div class="stat-value" style="font-size: 30px;">6th</div>
<div class="stat-label">Annual Edition</div>
</div>
<div class="card card-sm text-center">
<div class="stat-value" style="font-size: 30px;">60+</div>
<div class="stat-label">Participants</div>
</div>
<div class="card card-sm text-center">
<div class="stat-value" style="font-size: 30px;">15+</div>
<div class="stat-label">Countries</div>
</div>
<div class="card card-sm text-center">
<div class="stat-value" style="font-size: 30px;">&infin;</div>
<div class="stat-label">Real Value Produced</div>
</div>
</div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">02</span>
</div>
<!-- SLIDE 3: IMPACT -->
<div class="slide slide-dark">
<div class="content">
<p class="uppercase mb-12" style="color: #fca5a5;">Track Record</p>
<h2 class="mb-32">Real impact across five editions</h2>
<div class="grid-2" style="gap: 24px;">
<div class="card" style="display: flex; flex-direction: column; justify-content: center; text-align: center;">
<div class="stat-value mb-4" style="font-size: 48px;">300+</div>
<div class="stat-label mb-12" style="font-size: 13px;">Total Attendees Across Five Editions</div>
<p style="font-size: 11px;">Builders, researchers, activists, artists, and funders from 15+ countries.</p>
</div>
<div class="card">
<h4 style="color: white; margin-bottom: 12px;">Movements Catalyzed</h4>
<p style="font-size: 12px; margin-bottom: 8px;"><strong style="color: #fca5a5;">#CoFi</strong> — Cooperative Finance: redefining collaborative financial infrastructure</p>
<p style="font-size: 12px; margin-bottom: 12px;"><strong style="color: #fca5a5;">#MycoFi</strong> — Mycelial Finance: biomimetic approaches to economic design</p>
<p style="font-size: 11px; color: rgba(255,255,255,0.5); padding-top: 12px; border-top: 1px solid rgba(255,255,255,0.1);">
New protocols, collaborative frameworks, and digital public infrastructures have emerged from these gatherings.
</p>
</div>
</div>
<div class="mt-16 text-center">
<p style="font-size: 11px; color: rgba(255,255,255,0.5);">
Teams from Commons Stack, BlockScience, Regen Network, EthicHub, Circles UBI, ReFi DAO, Holochain, Economic Space Agency, zkNetwork, and more.
</p>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">03</span>
</div>
<!-- SLIDE 4: WHY SPONSOR -->
<div class="slide">
<div class="content">
<p class="uppercase primary mb-12">Why Partner With Us</p>
<h2 class="mb-32">Four reasons to sponsor CCG</h2>
<div style="display: flex; flex-wrap: wrap; gap: 16px;">
<div class="card" style="flex: 1; min-width: 45%;">
<h4 class="mb-4">Reach Influential Builders</h4>
<p class="muted" style="font-size: 12px;">
ReFi protocol teams, DAO governance researchers, cooperative founders, academic researchers,
and impact investors. Decision-makers you won't find at traditional crypto conferences.
</p>
</div>
<div class="card" style="flex: 1; min-width: 45%;">
<h4 class="mb-4">Association with Real Impact</h4>
<p class="muted" style="font-size: 12px;">
CCG has catalyzed #CoFi and #MycoFi — movements shaping regenerative finance.
Your brand joins a legacy of genuine innovation.
</p>
</div>
<div class="card" style="flex: 1; min-width: 45%;">
<h4 class="mb-4">Values-Aligned Audience</h4>
<p class="muted" style="font-size: 12px;">
These aren't casual observers. They lead projects with real traction, make
purchasing decisions, and influence discourse across crypto-commons and open source.
</p>
</div>
<div class="card" style="flex: 1; min-width: 45%;">
<h4 class="mb-4">Six Years of Trust</h4>
<p class="muted" style="font-size: 12px;">
Complete financial transparency. Non-extractive economics. Participant-driven format.
500+ active community members. No one profits — all funds serve the gathering.
</p>
</div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">04</span>
</div>
<!-- SLIDE 5: AUDIENCE -->
<div class="slide slide-dark">
<div class="content">
<p class="uppercase mb-12" style="color: #fca5a5;">Who You'll Reach</p>
<h2 class="mb-8">60+ participants from 15+ countries</h2>
<p class="mb-32" style="color: rgba(255,255,255,0.6); font-size: 13px;">
Not casual observers — committed builders who influence discourse and make decisions for their organizations.
</p>
<div class="grid-3" style="gap: 16px; flex-wrap: wrap;">
<div class="card card-sm">
<div class="stat-value" style="font-size: 28px;">35%</div>
<h4 style="margin: 4px 0 2px;">Builders &amp; Devs</h4>
<p style="font-size: 10px;">Protocol engineers, smart contract devs, infrastructure builders</p>
</div>
<div class="card card-sm">
<div class="stat-value" style="font-size: 28px;">25%</div>
<h4 style="margin: 4px 0 2px;">Researchers</h4>
<p style="font-size: 10px;">PhD students, professors, think tank members, policy experts</p>
</div>
<div class="card card-sm">
<div class="stat-value" style="font-size: 28px;">15%</div>
<h4 style="margin: 4px 0 2px;">Artists &amp; Designers</h4>
<p style="font-size: 10px;">Game designers, solarpunk creators, UX/UI specialists</p>
</div>
</div>
<div class="grid-3 mt-16" style="gap: 16px;">
<div class="card card-sm">
<div class="stat-value" style="font-size: 28px;">15%</div>
<h4 style="margin: 4px 0 2px;">Activists &amp; Organizers</h4>
<p style="font-size: 10px;">Cooperative founders, community organizers, policy advocates</p>
</div>
<div class="card card-sm">
<div class="stat-value" style="font-size: 28px;">10%</div>
<h4 style="margin: 4px 0 2px;">Investors &amp; Funders</h4>
<p style="font-size: 10px;">Impact investors, grant makers, ecosystem funders</p>
</div>
<div class="card card-sm">
<div class="stat-value" style="font-size: 28px;">60%</div>
<h4 style="margin: 4px 0 2px;">Based in Europe</h4>
<p style="font-size: 10px;">20% N. America, 15% Global South, 5% Asia-Pacific</p>
</div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">05</span>
</div>
<!-- SLIDE 6: TIERS OVERVIEW -->
<div class="slide">
<div class="content">
<div class="text-center mb-32">
<p class="uppercase primary mb-8">Partnership Tiers</p>
<h2 class="mb-8">Three ways to support CCG 2026</h2>
<p class="muted" style="max-width: 500px; margin: 0 auto; font-size: 12px;">
We're seeking €10,00015,000 in total sponsorship. Every contribution makes CCG more accessible and impactful.
</p>
</div>
<div class="grid-3" style="gap: 20px;">
<div class="card card-highlight" style="padding-top: 28px;">
<div class="tier-name mb-4">MYCELIUM</div>
<div class="tier-price mb-16" style="font-size: 28px;">€5,000</div>
<div class="checklist-label">Recognition</div>
<ul class="checklist mb-12">
<li>Logo on website hero &amp; all pages</li>
<li>Featured on all event materials &amp; badges</li>
<li>Opening &amp; closing acknowledgment</li>
<li>Social media across all channels</li>
</ul>
<div class="checklist-label">Engagement</div>
<ul class="checklist mb-12">
<li><strong>2 event tickets, lodging and food</strong></li>
<li>30-min sponsored session slot</li>
<li>Participant introductions</li>
</ul>
<div class="checklist-label">Content &amp; Media</div>
<ul class="checklist">
<li>Pre-event spotlight</li>
<li>Post-event report feature</li>
<li>"Official Sponsor" usage rights</li>
</ul>
</div>
<div class="card" style="padding-top: 28px;">
<div class="tier-name mb-4">SPORE</div>
<div class="tier-price mb-16" style="font-size: 28px;">€2,500</div>
<div class="checklist-label">Recognition</div>
<ul class="checklist mb-12">
<li>Logo on website sponsor section</li>
<li>Logo on event signage</li>
<li>Social media mention</li>
</ul>
<div class="checklist-label">Engagement</div>
<ul class="checklist mb-12">
<li><strong>1 event ticket</strong></li>
<li>Priority registration</li>
</ul>
<div class="checklist-label">Content &amp; Media</div>
<ul class="checklist">
<li>Event newsletter mention</li>
<li>Post-event summary inclusion</li>
</ul>
</div>
<div class="card" style="padding-top: 28px;">
<div class="tier-name mb-4" style="font-size: 15px;">FRIEND OF THE COMMONS</div>
<div class="tier-price mb-16" style="font-size: 28px;">€1,000</div>
<div class="checklist-label">Recognition</div>
<ul class="checklist mb-12">
<li>Name/logo on supporters section</li>
<li>Social media thank-you</li>
<li>Ceremony acknowledgment</li>
</ul>
<div class="checklist-label">Engagement</div>
<ul class="checklist">
<li><strong>1 event ticket at 50% off</strong></li>
</ul>
</div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">06</span>
</div>
<!-- SLIDE 7: MYCELIUM DEEP DIVE -->
<div class="slide slide-dark">
<div class="content">
<div class="grid-2" style="align-items: center;">
<div>
<p class="uppercase mb-12" style="color: #fca5a5;">Lead Partner</p>
<h2 class="mb-4">MYCELIUM</h2>
<div class="tier-price mb-24" style="color: #fca5a5;">€5,000</div>
<p style="font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 24px;">
Become part of the CCG ecosystem. Maximum visibility, meaningful engagement,
and lasting association with the commons movement.
</p>
<blockquote style="border-left-color: #fca5a5; color: rgba(255,255,255,0.8); font-size: 13px;">
"The ideas I encountered at CCG completely changed how I think about protocol design.
It's like nothing else in the crypto space."
<cite style="color: rgba(255,255,255,0.5);">— ReFi builder, 2023</cite>
</blockquote>
</div>
<div>
<div class="card" style="padding: 28px;">
<div class="checklist-label">What You Get</div>
<ul class="checklist" style="font-size: 12px;">
<li><strong>2 event tickets, lodging and food</strong> to the week-long gathering</li>
<li><strong>30-minute sponsored session</strong> — workshop, presentation, or demo</li>
<li><strong>Logo on website hero section</strong> and every page</li>
<li>Featured on <strong>all event materials</strong>, badges, and signage</li>
<li><strong>Acknowledgment</strong> at opening and closing ceremonies</li>
<li>Social media spotlight across <strong>all CCG channels</strong></li>
<li><strong>Spotlight</strong> in pre-event communications to 500+ members</li>
<li>Dedicated <strong>feature in post-event report</strong></li>
<li>Rights to use <strong>"Official Sponsor of CCG 2026"</strong></li>
<li>Participant introductions (with consent)</li>
</ul>
</div>
</div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">07</span>
</div>
<!-- SLIDE 8: SPORE DEEP DIVE -->
<div class="slide">
<div class="content">
<div class="grid-2" style="align-items: center;">
<div>
<div class="card" style="padding: 28px;">
<div class="checklist-label">What You Get</div>
<ul class="checklist" style="font-size: 12px;">
<li><strong>1 event ticket</strong> to the week-long gathering</li>
<li><strong>Priority registration</strong> — secure your spot before public sales</li>
<li>Logo on the <strong>website sponsor section</strong></li>
<li>Logo on <strong>event signage</strong> at the Commons Hub</li>
<li><strong>Social media mention</strong> across CCG channels</li>
<li>Named in <strong>event newsletter</strong> to 500+ subscribers</li>
<li>Included in <strong>post-event summary</strong> and documentation</li>
</ul>
</div>
</div>
<div>
<p class="uppercase primary mb-12">Supporter</p>
<h2 class="mb-4">SPORE</h2>
<div class="tier-price mb-24">€2,500</div>
<p class="muted" style="font-size: 13px; margin-bottom: 24px;">
Plant seeds for regenerative futures. Meaningful recognition and a direct
connection to the community, at an accessible investment level.
</p>
<blockquote style="font-size: 13px;">
"CCG is where I found my people — the ones who actually believe another world
is possible and are building it together."
<cite>— Returning participant, 2024</cite>
</blockquote>
</div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">08</span>
</div>
<!-- SLIDE 9: FRIEND DEEP DIVE -->
<div class="slide slide-dark">
<div class="content">
<div class="grid-2" style="align-items: center;">
<div>
<p class="uppercase mb-12" style="color: #fca5a5;">Solidarity</p>
<h2 class="mb-4">FRIEND OF<br>THE COMMONS</h2>
<div class="tier-price mb-24" style="color: #fca5a5;">€1,000</div>
<p style="font-size: 13px; color: rgba(255,255,255,0.7); margin-bottom: 24px;">
Show solidarity with the movement. Every contribution helps keep CCG accessible
and makes a real difference for participants who need support.
</p>
<blockquote style="border-left-color: #fca5a5; color: rgba(255,255,255,0.8); font-size: 13px;">
"I came for the unconference, I stayed for the community. Four years later,
my closest collaborators are people I met at CCG."
<cite style="color: rgba(255,255,255,0.5);">— Cooperative founder, 2022</cite>
</blockquote>
</div>
<div>
<div class="card" style="padding: 28px;">
<div class="checklist-label">What You Get</div>
<ul class="checklist" style="font-size: 12px;">
<li><strong>1 event ticket at 50% off</strong> — attend the full gathering at half price</li>
<li>Name or logo on the <strong>website supporters section</strong></li>
<li><strong>Social media thank-you</strong> post across CCG channels</li>
<li><strong>Acknowledgment</strong> at opening and closing ceremonies</li>
</ul>
<div style="margin-top: 24px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,0.1);">
<p style="font-size: 11px; color: rgba(255,255,255,0.5);">
Perfect for individuals, small organizations, and cooperatives who want to
show support for commons-based futures.
</p>
</div>
</div>
</div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">09</span>
</div>
<!-- SLIDE 10: BUDGET -->
<div class="slide">
<div class="content">
<p class="uppercase primary mb-12">Full Transparency</p>
<h2 class="mb-32">Where your sponsorship goes</h2>
<div class="grid-2" style="gap: 40px;">
<div>
<h4 class="mb-12">Estimated Event Budget</h4>
<div class="budget-row"><div><span>Food &amp; catering</span><div class="budget-desc">6 days, 60+ participants</div></div><span class="budget-amount">€8,500</span></div>
<div class="budget-row"><div><span>Venue</span><div class="budget-desc">Facility, electricity, water, internet</div></div><span class="budget-amount">€5,000</span></div>
<div class="budget-row"><div><span>Accessibility &amp; travel support</span><div class="budget-desc">Grants, subsidies, accommodations</div></div><span class="budget-amount">€3,500</span></div>
<div class="budget-row"><div><span>Event coordination</span><div class="budget-desc">Part-time logistics &amp; comms</div></div><span class="budget-amount">€3,000</span></div>
<div class="budget-row"><div><span>Design &amp; marketing</span><div class="budget-desc">Branding, print materials, outreach</div></div><span class="budget-amount">€2,000</span></div>
<div class="budget-row"><div><span>Documentation &amp; media</span><div class="budget-desc">Photo, video, written summaries</div></div><span class="budget-amount">€1,500</span></div>
<div class="budget-row"><div><span>Supplies &amp; admin</span><div class="budget-desc">Materials, insurance, processing</div></div><span class="budget-amount">€1,500</span></div>
<div class="budget-row total"><span>Total</span><span class="budget-amount" style="color: #b91c1c; font-size: 18px;">€25,000</span></div>
</div>
<div>
<h4 class="mb-12">Revenue Sources</h4>
<div class="card card-sm mb-12">
<div style="display: flex; justify-content: space-between; margin-bottom: 4px; font-size: 12px;">
<span>Food contributions</span><span class="budget-amount">~€8.5k</span>
</div>
<div class="progress-track"><div class="progress-fill" style="width: 34%;"></div></div>
</div>
<div class="card card-sm mb-12">
<div style="display: flex; justify-content: space-between; margin-bottom: 4px; font-size: 12px;">
<span>Ticket sales</span><span class="budget-amount">~€7k</span>
</div>
<div class="progress-track"><div class="progress-fill" style="width: 28%;"></div></div>
</div>
<div class="card card-sm card-highlight" style="padding-top: 20px;">
<div style="display: flex; justify-content: space-between; margin-bottom: 4px; font-size: 12px;">
<span style="font-weight: 700;">Sponsorship gap</span><span class="budget-amount" style="color: #b91c1c; font-size: 16px;">€1015k</span>
</div>
<div class="progress-track"><div class="progress-fill" style="width: 0%; background: #e7e5e4;"></div></div>
<p style="font-size: 10px; color: #78716c; margin-top: 8px;">This is where your support makes the difference.</p>
</div>
<div class="mt-16" style="padding: 14px; background: #fef2f2; border-radius: 8px;">
<p style="font-size: 11px; font-weight: 600; margin-bottom: 2px;">No organizer profits</p>
<p style="font-size: 10px; color: #78716c;">All organizing team members cover their own expenses. Full budget published publicly.</p>
</div>
</div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">10</span>
</div>
<!-- SLIDE 11: ALTERNATIVE PARTNERSHIPS -->
<div class="slide">
<div class="content">
<p class="uppercase primary mb-12">Beyond Financial Sponsorship</p>
<h2 class="mb-32">Alternative partnerships welcome</h2>
<div class="grid-3" style="gap: 16px; flex-wrap: wrap;">
<div class="card card-sm"><h4 class="mb-4">Track Sponsorship</h4><p style="font-size: 10px; color: #78716c; margin-bottom: 4px;">Custom pricing</p><p class="muted" style="font-size: 11px;">Sponsor a specific theme track with naming rights and session curation involvement.</p></div>
<div class="card card-sm"><h4 class="mb-4">Accommodation</h4><p style="font-size: 10px; color: #78716c; margin-bottom: 4px;">~€3,0005,000</p><p class="muted" style="font-size: 11px;">Cover accommodation for participants who need financial support, broadening access.</p></div>
<div class="card card-sm"><h4 class="mb-4">Meal Sponsorship</h4><p style="font-size: 10px; color: #78716c; margin-bottom: 4px;">~€2,0004,000</p><p class="muted" style="font-size: 11px;">Sponsor catered meals — your name becomes synonymous with nourishment and care.</p></div>
</div>
<div class="grid-3 mt-16" style="gap: 16px;">
<div class="card card-sm"><h4 class="mb-4">Documentation</h4><p style="font-size: 10px; color: #78716c; margin-bottom: 4px;">~€1,500</p><p class="muted" style="font-size: 11px;">Support professional photography, videography, and written summaries with credit.</p></div>
<div class="card card-sm"><h4 class="mb-4">Travel Grants</h4><p style="font-size: 10px; color: #78716c; margin-bottom: 4px;">Custom</p><p class="muted" style="font-size: 11px;">Fund travel scholarships for participants from underrepresented regions or backgrounds.</p></div>
<div class="card card-sm"><h4 class="mb-4">Tech Partnership</h4><p style="font-size: 10px; color: #78716c; margin-bottom: 4px;">In-kind</p><p class="muted" style="font-size: 11px;">Provide tools, platforms, or infrastructure (streaming, collaboration) in exchange for recognition.</p></div>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">11</span>
</div>
<!-- SLIDE 12: CTA -->
<div class="slide slide-accent">
<div class="content text-center">
<h2 style="font-size: 40px; margin-bottom: 20px;">Let's build together.</h2>
<p style="font-size: 16px; max-width: 500px; margin: 0 auto 36px; opacity: 0.9;">
We're not seeking logo placement in exchange for attention. We're seeking partners who
share our vision of regenerative, cooperative, and commons-based futures.
</p>
<div style="display: inline-block; padding: 16px 32px; border: 2px solid rgba(255,255,255,0.4); border-radius: 10px; margin-bottom: 36px;">
<p style="font-size: 12px; opacity: 0.7; margin-bottom: 4px;">Get in touch</p>
<p style="font-size: 20px; font-weight: 700;">contact@cryptocommonsgather.ing</p>
</div>
<div>
<p style="font-size: 12px; opacity: 0.7; margin-bottom: 8px;">Learn more</p>
<p style="font-size: 15px; font-weight: 600;">cryptocommonsgather.ing/sponsorships</p>
</div>
<div style="margin-top: 20px; padding: 12px 24px; border: 1px solid rgba(255,255,255,0.25); border-radius: 8px; display: inline-block;">
<p style="font-size: 12px; opacity: 0.95;">
<strong>Bonus:</strong> Valley of the Commons takes place at the same venue immediately after CCG — sponsors gain extended visibility across both events.
</p>
</div>
<div class="mt-16" style="opacity: 0.5; font-size: 11px;">
<p>Crypto Commons Association · Commons Hub, Reichenau an der Rax, Austria</p>
</div>
</div>
<span class="slide-logo">CCG 2026</span>
<span class="slide-number">12</span>
</div>
</body>
</html>