/* SoloStaff Emailer Landing Page Styles */

/* Product Badge - Free/Nonprofit Green Theme */
.product-badge.free {
    background: linear-gradient(135deg, #059669, #34d399);
    color: white;
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.5);
    animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 4px 15px rgba(5, 150, 105, 0.5);
    }
    50% {
        transform: scale(1.03);
        box-shadow: 0 6px 20px rgba(5, 150, 105, 0.7);
    }
}

/* Product Hero Section - Green Theme for Nonprofit Focus */
.emailer-hero {
    background: linear-gradient(135deg, #064e3b 0%, #059669 40%, #047857 100%);
}

.emailer-hero::before {
    background-image:
        radial-gradient(circle at 30% 30%, rgba(52, 211, 153, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.08) 0%, transparent 40%),
        radial-gradient(circle at 50% 50%, rgba(5, 150, 105, 0.3) 0%, transparent 60%);
}

/* Ensure hero text is white on dark background */
.emailer-hero .product-hero-content {
    color: white;
}

.emailer-hero h1,
.emailer-hero .product-tagline,
.emailer-hero .product-description {
    color: white;
}

.emailer-hero .stat-label {
    color: rgba(255, 255, 255, 0.85);
}

.emailer-hero .product-hero-content {
    padding: 4rem 2rem 3rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.emailer-hero h1 {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.emailer-hero .product-tagline {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    opacity: 0.95;
}

.emailer-hero .product-description {
    font-size: 1.2rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
}

/* Hero Stats in columns */
.emailer-hero .hero-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.emailer-hero .stat-item {
    text-align: center;
}

.emailer-hero .stat-number {
    display: block;
    font-size: 3rem;
    font-weight: 800;
    color: #34d399;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.emailer-hero .stat-label {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.85);
}

/* Audience Section - Green Theme */
.emailer-page .audience-card {
    border-bottom: 4px solid #059669;
}

.emailer-page .audience-icon {
    background: linear-gradient(135deg, #047857, #34d399);
}

/* Screenshots Section */
.emailer-page .screenshots-section {
    background: linear-gradient(135deg, #064e3b 0%, #059669 100%);
    color: white;
}

.emailer-page .screenshots-section .section-title,
.emailer-page .screenshots-section .section-subtitle {
    color: white;
}

.emailer-page .screenshot-caption h4 {
    color: #34d399;
}

.emailer-page .user-guide-cta .guide-link {
    color: #34d399;
}

.emailer-page .user-guide-cta .guide-link:hover {
    color: #6ee7b7;
}

/* Solution Section */
.emailer-page .solution-section {
    background: linear-gradient(135deg, #064e3b 0%, #059669 100%);
    color: white;
}

.emailer-page .solution-section .section-title,
.emailer-page .solution-section .section-subtitle {
    color: white;
}

.emailer-page .workflow-step .step-number {
    background: #34d399;
    color: #064e3b;
}

.emailer-page .workflow-connector-h {
    background: #34d399;
}

/* Honesty Section - Green accents */
.emailer-page .honesty-card.designed-for h3 {
    color: #059669;
    border-bottom-color: #059669;
}

.emailer-page .designed-for .honesty-list li::before {
    color: #059669;
}

.emailer-page .honesty-note {
    border-left-color: #34d399;
}

/* Pricing Section - Free emphasis */
.emailer-page .pricing-section {
    background: linear-gradient(to bottom, #ecfdf5 0%, white 100%);
}

.emailer-page .pricing-card {
    border: 2px solid #059669;
}

.emailer-page .price-main {
    color: #059669;
}

.emailer-page .pricing-features li::before {
    color: #059669;
}

.emailer-page .value-amount.highlight {
    color: #059669;
}

/* Early Access Section */
.emailer-page .early-access-section .version-badge {
    background: #047857;
}

.emailer-page .early-access-section .pilot-goals li::before {
    color: #059669;
}

.emailer-page .early-access-section .roadmap-list li::before {
    color: #34d399;
}

/* Technical Section */
.emailer-page .tech-card {
    border-top: 4px solid #059669;
}

.emailer-page .tech-card h3 {
    color: #064e3b;
}

.emailer-page .tech-list strong {
    color: #064e3b;
}

/* Features Grid - Green theme */
.emailer-page .feature-card {
    border-top: 4px solid #059669;
}

.emailer-page .feature-icon {
    background: linear-gradient(135deg, #047857, #34d399);
}

/* Comparison Section */
.emailer-page .comparison-table th.highlight {
    background: #059669;
}

.emailer-page .comparison-table td.highlight {
    background: rgba(5, 150, 105, 0.1);
}

.emailer-page .comparison-table .check {
    color: #059669;
}

/* Form Focus States */
.emailer-page .form-group input:focus,
.emailer-page .form-group textarea:focus,
.emailer-page .form-group select:focus {
    border-color: #34d399;
    box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.1);
}

/* Free Badge Styling */
.free-badge {
    display: inline-block;
    background: linear-gradient(135deg, #059669, #34d399);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    box-shadow: 0 4px 15px rgba(5, 150, 105, 0.4);
}

/* Mission Alignment Section */
.mission-section {
    background: linear-gradient(135deg, #ecfdf5 0%, white 100%);
}

.mission-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.mission-card {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: var(--shadow-sm);
    text-align: center;
    border-top: 4px solid #059669;
}

.mission-card h3 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 0.75rem;
}

.mission-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}

.mission-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #047857, #34d399);
    border-radius: 50%;
    color: white;
}

/* SendGrid Integration Callout */
.sendgrid-callout {
    background: linear-gradient(135deg, #064e3b, #047857);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    margin-top: 2rem;
    text-align: center;
}

.sendgrid-callout h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #34d399;
}

.sendgrid-callout p {
    opacity: 0.9;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

/* Responsive Adjustments */
@media (max-width: 850px) {
    .emailer-page .workflow-connector-h {
        background: linear-gradient(to bottom, #34d399, transparent);
    }
}

@media (max-width: 768px) {
    .emailer-hero h1 {
        font-size: 2.5rem;
    }

    .emailer-hero .product-tagline {
        font-size: 1.2rem;
    }

    .emailer-hero .stat-number {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .emailer-hero h1 {
        font-size: 2rem;
    }
}
