.nbw-newsletter-content {
max-width: 800px;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
}
.nbw-newsletter-header {
text-align: center;
margin-bottom: 40px;
padding: 30px 0;
border-bottom: 2px solid #f0f0f0;
}
.nbw-newsletter-logo {
font-size: 32px;
font-weight: bold;
color: #1a1a1a;
margin-bottom: 8px;
}
.nbw-newsletter-tagline {
font-size: 14px;
color: #666;
text-transform: uppercase;
letter-spacing: 1px;
}
.nbw-section {
margin-bottom: 50px;
}
.nbw-section-title {
font-size: 28px;
font-weight: bold;
color: #1a1a1a;
margin-bottom: 30px;
display: flex;
align-items: center;
gap: 10px;
}
.nbw-card {
background: #ffffff;
border: 1px solid #e0e0e0;
border-radius: 12px;
padding: 30px;
margin-bottom: 25px;
box-shadow: 0 2px 8px rgba(0,0,0,0.05);
transition: box-shadow 0.3s ease;
}
.nbw-card:hover {
box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.nbw-card-title {
font-size: 20px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 15px;
line-height: 1.4;
}
.nbw-card-summary {
font-size: 16px;
color: #555;
line-height: 1.6;
margin-bottom: 20px;
}
.nbw-card-link {
color: #0066cc;
text-decoration: none;
font-size: 16px;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 5px;
}
.nbw-card-link:hover {
color: #0052a3;
text-decoration: underline;
}
.nbw-text-ad {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border: 1px solid #dee2e6;
border-radius: 12px;
padding: 30px;
margin: 30px 0;
position: relative;
}
.nbw-text-ad::before {
content: “SPONSORED”;
position: absolute;
top: 12px;
right: 20px;
font-size: 11px;
color: #6c757d;
font-weight: 600;
letter-spacing: 1px;
}
.nbw-text-ad-title {
font-size: 20px;
font-weight: 600;
color: #212529;
margin-bottom: 12px;
}
.nbw-text-ad-desc {
font-size: 16px;
color: #495057;
line-height: 1.6;
margin-bottom: 20px;
}
.nbw-text-ad-sponsor {
font-size: 13px;
color: #6c757d;
margin-bottom: 12px;
}
.nbw-text-ad-link {
color: #28a745;
text-decoration: none;
font-size: 16px;
font-weight: 500;
display: inline-flex;
align-items: center;
gap: 5px;
}
.nbw-text-ad-link:hover {
color: #1e7e34;
text-decoration: underline;
}
.nbw-product-card {
display: flex;
align-items: flex-start;
gap: 20px;
}
.nbw-product-image {
width: 80px;
height: 80px;
border-radius: 12px;
object-fit: cover;
flex-shrink: 0;
}
.nbw-product-info {
flex: 1;
}
.nbw-product-name {
font-size: 20px;
font-weight: 600;
color: #1a1a1a;
margin-bottom: 8px;
}
.nbw-product-desc {
font-size: 16px;
color: #555;
margin-bottom: 12px;
line-height: 1.5;
}
.nbw-product-meta {
font-size: 14px;
color: #888;
margin-bottom: 12px;
}
.nbw-product-votes {
font-size: 14px;
color: #f59e0b;
font-weight: 500;
margin-bottom: 12px;
}
.nbw-product-makers {
font-size: 14px;
color: #666;
margin-bottom: 15px;
}
.nbw-otherwise-list {
list-style: none;
padding: 0;
margin: 0;
}
.nbw-otherwise-item {
padding: 20px 0;
border-bottom: 1px solid #f0f0f0;
}
.nbw-otherwise-item:last-child {
border-bottom: none;
}
.nbw-otherwise-link {
color: #1a1a1a;
text-decoration: none;
font-size: 16px;
line-height: 1.5;
font-weight: 500;
}
.nbw-otherwise-link:hover {
color: #0066cc;
text-decoration: underline;
}
.nbw-subscription-box {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
padding: 50px 40px;
border-radius: 20px;
text-align: center;
margin: 60px 0;
box-shadow: 0 20px 40px rgba(102, 126, 234, 0.3);
position: relative;
overflow: hidden;
}
.nbw-subscription-box::before {
content: ”;
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0px) rotate(0deg); }
50% { transform: translateY(-20px) rotate(180deg); }
}
.nbw-subscription-title {
font-size: 28px;
font-weight: bold;
margin-bottom: 12px;
position: relative;
z-index: 2;
}
.nbw-subscription-desc {
font-size: 18px;
opacity: 0.9;
margin-bottom: 35px;
position: relative;
z-index: 2;
}
.nbw-subscription-form {
max-width: 450px;
margin: 0 auto;
position: relative;
z-index: 2;
}
.nbw-form-group {
margin-bottom: 20px;
text-align: left;
}
.nbw-form-label {
display: block;
font-size: 14px;
font-weight: 600;
margin-bottom: 8px;
color: rgba(255, 255, 255, 0.9);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.nbw-subscription-input {
width: 100%;
padding: 16px 20px;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 12px;
font-size: 16px;
background: rgba(255, 255, 255, 0.1);
color: white;
backdrop-filter: blur(10px);
transition: all 0.3s ease;
box-sizing: border-box;
}
.nbw-subscription-input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.nbw-subscription-input:focus {
outline: none;
border-color: rgba(255, 255, 255, 0.5);
background: rgba(255, 255, 255, 0.15);
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}
.nbw-subscription-button {
width: 100%;
background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
color: white;
border: none;
padding: 18px 24px;
border-radius: 12px;
font-size: 18px;
font-weight: 700;
cursor: pointer;
transition: all 0.3s ease;
margin-top: 10px;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 8px 20px rgba(40, 167, 69, 0.4);
}
.nbw-subscription-button:hover {
background: linear-gradient(135deg, #218838 0%, #1ea085 100%);
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(40, 167, 69, 0.5);
}
.nbw-subscription-button:active {
transform: translateY(-1px);
}
.nbw-button-text {
flex: 1;
}
.nbw-button-icon {
font-size: 20px;
transition: transform 0.3s ease;
}
.nbw-subscription-button:hover .nbw-button-icon {
transform: translateX(5px);
}
.nbw-subscription-stats {
font-size: 16px;
opacity: 0.9;
margin-top: 25px;
font-weight: 600;
position: relative;
z-index: 2;
}
.nbw-subscription-privacy {
margin-top: 15px;
opacity: 0.8;
position: relative;
z-index: 2;
}
.nbw-privacy-link {
color: rgba(255, 255, 255, 0.9);
text-decoration: underline;
transition: opacity 0.3s ease;
}
.nbw-privacy-link:hover {
opacity: 1;
color: white;
}
@media (max-width: 768px) {
.nbw-subscription-box {
padding: 40px 25px;
margin: 40px 0;
}
.nbw-subscription-title {
font-size: 24px;
}
.nbw-subscription-desc {
font-size: 16px;
}
.nbw-subscription-input {
padding: 14px 16px;
font-size: 16px;
}
.nbw-subscription-button {
padding: 16px 20px;
font-size: 16px;
}
}
.nbw-subscription-stats {
font-size: 14px;
opacity: 0.8;
margin-top: 15px;
}
@media (max-width: 768px) {
.nbw-newsletter-content {
padding: 0 20px;
}
.nbw-section-title {
font-size: 24px;
}
.nbw-card {
padding: 20px;
}
.nbw-product-card {
flex-direction: column;
align-items: center;
text-align: center;
}
.nbw-product-image {
margin-bottom: 15px;
}
.nbw-subscription-form {
flex-direction: column;
}
.nbw-subscription-input,
.nbw-subscription-button {
width: 100%;
}
}
🔥 Big News
Elon Musk’s xAI Launches Grok 4 with $300 Monthly Subscription
Elon Musk’s AI company, xAI, introduced its latest flagship AI model, Grok 4, and introduced a new $300-per-month AI subscription plan called SuperGrok Heavy. Grok is positioned as xAI’s premier AI model and the subscription service aims to provide advanced AI capabilities to users for a monthly fee.
Google Introduces AI Marketing Tools in India Post ‘Google Tax’ Repeal
Google has launched its AI-powered advertising tools in India following the repeal of the ‘Google tax’, originally introduced to tax tech giants. The tools, first introduced in the U.S. in May, aim to help businesses in India optimize their marketing strategies using advanced AI technology.
How to turn your reputation into revenue🤑
The painful truth is that instead of changing the world, it’s easy to become a “best kept secret” who is overlooked and overshadowed by people who don’t have nearly as much credibility as you have but who gain more attention simply because they are better at marketing.
AWS to Launch AI Agent Marketplace with Anthropic Partnership
Amazon Web Services is set to launch an AI agent marketplace next week, with Anthropic announced as one of its partners. The marketplace aims to provide a platform for developers to access and deploy AI agents for various applications. Anthropic’s involvement highlights their role in the growing AI marketplace and signals potential opportunities for developers.
🚀 Products
🚀 So..What did you get done this week?
That’s the question Elon Musk asks his team. MELON brings the same to you —every weekend via a 3-minutes AI call. No fluff. Just brutal, honest reflection. Get it for 🆓
Stay ahead in AI with our newsletter
Get curated products and exclusive insights delivered to your inbox
Join 1M+ subscribers • Free • No spam
By subscribing, you agree to our Privacy Policy
📰 Otherwise
- Spotify Highlights Human Curators Amid AI Playlist Expansion
- Former Intel CEO Introduces AI Alignment Benchmark
- Google Introduces AI Marketing Tools in India Post ‘Google Tax’ Repeal
- AWS to Launch AI Agent Marketplace with Anthropic Partnership
- YouTube to Crack Down on ‘Mass-Produced’ and ‘Repetitive’ Videos
