/* --- CSS STYLES START --- */
#bearwow-landing {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: #333;
line-height: 1.6;
max-width: 1200px;
margin: 0 auto;
background: #fff;
}
#bearwow-landing * {
box-sizing: border-box;
}
/* Colors */
#bearwow-landing .bw-primary { color: #2c3e50; }
#bearwow-landing .bw-accent { color: #3498db; }
#bearwow-landing .bw-bg-light { background-color: #f8f9fa; }
#bearwow-landing .bw-bg-gray { background-color: #f0f2f5; }
/* Typography */
#bearwow-landing h1,
#bearwow-landing h2,
#bearwow-landing h3 {
margin-top: 0;
color: #2c3e50;
line-height: 1.2;
}
#bearwow-landing h1 { font-size: 2.5rem; margin-bottom: 1rem; }
#bearwow-landing h2 { font-size: 2rem; margin-bottom: 1.5rem; text-align: center; }
#bearwow-landing h3 { font-size: 1.25rem; font-weight: normal; color: #555; }
#bearwow-landing p { margin-bottom: 1rem; }
/* Sections General */
#bearwow-landing section {
padding: 60px 20px;
border-bottom: 1px solid #eee;
}
#bearwow-landing section:last-child { border-bottom: none; }
/* Buttons */
#bearwow-landing .bw-btn {
display: inline-block;
padding: 12px 28px;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
font-size: 1rem;
transition: all 0.3s ease;
cursor: pointer;
margin: 5px;
}
#bearwow-landing .bw-btn-primary {
background-color: #3498db;
color: #fff;
border: 2px solid #3498db;
}
#bearwow-landing .bw-btn-primary:hover {
background-color: #2980b9;
border-color: #2980b9;
}
#bearwow-landing .bw-btn-secondary {
background-color: transparent;
color: #3498db;
border: 2px solid #3498db;
}
#bearwow-landing .bw-btn-secondary:hover {
background-color: #3498db;
color: #fff;
}
/* SECTION 1: HERO */
#bearwow-landing .bw-hero {
text-align: center;
padding: 80px 20px;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
border-radius: 8px;
}
#bearwow-landing .bw-hero-content {
max-width: 800px;
margin: 0 auto;
}
/* SECTION 2: WHY CHOOSE US */
#bearwow-landing .bw-features-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
margin-top: 40px;
}
#bearwow-landing .bw-feature-card {
text-align: center;
padding: 20px;
}
#bearwow-landing .bw-icon {
font-size: 3rem;
margin-bottom: 15px;
display: block;
}
/* SECTION 3: FORMATS */
#bearwow-landing .bw-formats-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
max-width: 1000px;
margin: 0 auto;
}
#bearwow-landing .bw-format-card {
background: #fff;
border: 1px solid #e1e4e8;
border-radius: 8px;
padding: 25px;
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
transition: transform 0.2s;
}
#bearwow-landing .bw-format-card:hover {
transform: translateY(-5px);
}
#bearwow-landing .bw-format-title {
font-size: 1.25rem;
font-weight: bold;
color: #2c3e50;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}
#bearwow-landing .bw-meta {
font-size: 0.9rem;
color: #666;
background: #f8f9fa;
padding: 8px;
border-radius: 4px;
margin-top: 15px;
display: inline-block;
}
/* SECTION 4: DO vs DON'T */
#bearwow-landing .bw-style-container {
display: flex;
gap: 40px;
max-width: 1000px;
margin: 0 auto;
}
#bearwow-landing .bw-style-col {
flex: 1;
background: #fff;
padding: 30px;
border-radius: 8px;
box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
#bearwow-landing .bw-list-item {
display: flex;
align-items: center;
margin-bottom: 15px;
font-size: 1.1rem;
}
#bearwow-landing .bw-check { color: #27ae60; margin-right: 12px; font-weight: bold; }
#bearwow-landing .bw-cross { color: #c0392b; margin-right: 12px; font-weight: bold; }
/* SECTION 5: EDUCATIONAL VALUE */
#bearwow-landing .bw-edu-list {
max-width: 800px;
margin: 0 auto;
text-align: center;
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 20px;
}
#bearwow-landing .bw-edu-item {
background: #fff;
border: 2px solid #3498db;
color: #3498db;
padding: 10px 20px;
border-radius: 50px;
font-weight: 600;
}
/* SECTION 6: PACKAGES */
#bearwow-landing .bw-pricing-grid {
display: flex;
justify-content: center;
gap: 30px;
flex-wrap: wrap;
}
#bearwow-landing .bw-price-card {
background: #fff;
border: 1px solid #ddd;
border-radius: 10px;
padding: 30px;
width: 350px;
text-align: center;
position: relative;
}
#bearwow-landing .bw-price-card.featured {
border: 2px solid #3498db;
box-shadow: 0 10px 20px rgba(52, 152, 219, 0.15);
}
#bearwow-landing .bw-price-tag {
font-size: 1.5rem;
font-weight: bold;
color: #2c3e50;
margin: 15px 0;
display: block;
}
#bearwow-landing .bw-price-note {
font-size: 0.9rem;
color: #7f8c8d;
font-style: italic;
}
/* SECTION 7: SPONSORSHIP (Certificates) */
#bearwow-landing .bw-sponsor-box {
background: #fffdf5; /* Very light yellow/gold tint */
border: 2px solid #f1c40f;
border-radius: 10px;
padding: 40px;
text-align: center;
max-width: 900px;
margin: 0 auto;
}
#bearwow-landing .bw-sponsor-badge {
background: #f1c40f;
color: #fff;
padding: 5px 15px;
border-radius: 20px;
font-weight: bold;
text-transform: uppercase;
font-size: 0.8rem;
letter-spacing: 1px;
margin-bottom: 15px;
display: inline-block;
}
/* SECTION 8: SAFETY */
#bearwow-landing .bw-safety-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
max-width: 800px;
margin: 0 auto;
gap: 15px;
}
#bearwow-landing .bw-safety-item {
background: #f8f9fa;
padding: 10px 15px;
border-radius: 5px;
border-left: 4px solid #27ae60;
}
/* SECTION 9: FAQ */
#bearwow-landing .bw-faq-container {
max-width: 800px;
margin: 0 auto;
}
#bearwow-landing details {
background: #fff;
margin-bottom: 10px;
border: 1px solid #e0e0e0;
border-radius: 5px;
overflow: hidden;
}
#bearwow-landing summary {
padding: 15px 20px;
cursor: pointer;
font-weight: 600;
color: #2c3e50;
background: #fcfcfc;
list-style: none; /* Hide default arrow */
position: relative;
}
#bearwow-landing summary::-webkit-details-marker {
display: none;
}
#bearwow-landing summary::after {
content: '+';
position: absolute;
right: 20px;
font-weight: bold;
}
#bearwow-landing details[open] summary::after {
content: '-';
}
#bearwow-landing details p {
padding: 20px;
margin: 0;
border-top: 1px solid #eee;
color: #555;
}
/* SECTION 10: FINAL CTA */
#bearwow-landing .bw-final-cta {
text-align: center;
background: #2c3e50;
color: #fff;
border-radius: 8px;
}
#bearwow-landing .bw-final-cta h2 { color: #fff; }
#bearwow-landing .bw-final-cta a { color: #3498db; }
/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
#bearwow-landing h1 { font-size: 1.8rem; }
#bearwow-landing h2 { font-size: 1.5rem; }
#bearwow-landing .bw-features-grid,
#bearwow-landing .bw-formats-grid,
#bearwow-landing .bw-style-container,
#bearwow-landing .bw-safety-list {
grid-template-columns: 1fr;
display: flex;
flex-direction: column;
}
#bearwow-landing .bw-style-container { gap: 20px; }
#bearwow-landing .bw-btn {
display: block;
width: 100%;
margin: 10px 0;
}
}
/* --- CSS STYLES END --- */
The BearWow School Spirit Program
A powerful way to boost student morale, celebrate achievements, and create vibrant marketing content for Private & Independent Schools in Lincoln and Omaha.
BearWow is a local family business creating “WOW moments” that bring joy to students and visibility to schools.
More Than Just a Mascot. A Tool for School Growth.
Designed specifically for Private, Parochial, Christian, and Independent schools seeking to elevate their student experience.
β
Boost Retention & Morale
Create joyful “Brain Breaks” that reduce stress and build a positive, warm school climate.
πΈ
Enrollment Marketing
Generate high-energy photos and videos for your social media that show happy students.
π
Incentives & Fundraising
The ultimate reward for student challenges, reading goals, and fundraising events.
What to Expect During a BearWow Visit
What We Do
β Visual Impact
β Active Interaction (Dancing, High-Fives)
β Non-Verbal Communication
What We Don’t Do
β No microphone / talking
β No scripted stage-shows
β No rigid static posing
Integrating Fun with School Values
- Community Building
- Stress Relief
- Character Development
- Safe Interaction
Packages & Investment
Spark Visit
Perfect for a single celebration
$150*
*Example price, please inquire
- 30 Minutes Performance
- 1 Giant Character
- Music (if permitted)
- Unlimited Photos
Annual School Spirit Plan
Best Value for Culture Building
Custom Quote
4 Strategic Visits Per Year
- Back to School / Holidays / End of Year
- Priority Booking
- Consistent Student Motivation
Custom Solutions: Available for Galas, Fundraisers, and Sports Games.
Safety & Logistics
Family-Owned Business
Performer Background Verification Available
Soft & Safe (Air-filled costume)
Requires 9ft Ceilings (Indoor)
Flexible Weather Guarantee
Serving Lincoln & Omaha
Frequently Asked Questions
Will this disrupt classes?
No. We recommend scheduling during non-instructional times like arrival, recess, or lunch. It acts as a “brain break” to help focus later.
Can we use photos/videos for marketing?
Yes! We highly encourage it. Content with our characters gets high engagement on social media.
What if a child is scared?
Our performers are trained to be “gentle giants.” We never approach a hesitant child and respect personal space.
Do the characters talk?
No, they are non-verbal. They communicate through dance, gestures, and body language.
Do you travel outside Lincoln/Omaha?
Yes, we can travel to nearby towns for an additional travel fee. Contact us for a quote.