/* Industry News Page Specific Styles */

/* Industry Trends Section */
.greenworld-industry-trends-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.greenworld-trends-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.greenworld-trend-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.greenworld-trend-card:hover {
    transform: translateY(-0.5rem);
}

.greenworld-trend-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.greenworld-trend-date {
    color: #FF9800;
    font-weight: bold;
    margin: 0.5rem 0;
}

.greenworld-trend-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #424242;
}

.greenworld-trend-desc {
    color: #757575;
    line-height: 1.6;
}

/* Tech Development Section */
.greenworld-tech-development-section {
    padding: 4rem 0;
    background: white;
}

.greenworld-tech-development-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.greenworld-tech-dev-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.greenworld-tech-dev-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.greenworld-tech-dev-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #424242;
}

.greenworld-tech-dev-desc {
    color: #757575;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.greenworld-tech-dev-details {
    background: white;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-top: 1rem;
}

.greenworld-tech-dev-details h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #424242;
}

.greenworld-tech-dev-details p {
    color: #757575;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* Market Research Section */
.greenworld-market-research-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.greenworld-market-research-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.greenworld-market-research-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.greenworld-market-research-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.greenworld-research-date {
    color: #FF9800;
    font-weight: bold;
    margin: 0.5rem 0;
}

.greenworld-research-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #424242;
}

.greenworld-research-desc {
    color: #757575;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.greenworld-market-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.greenworld-stat {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
}

.greenworld-stat-number {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #4CAF50;
}

.greenworld-stat-label {
    display: block;
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.5rem;
}

/* Expert Insights Section */
.greenworld-expert-insights-section {
    padding: 4rem 0;
    background: white;
}

.greenworld-expert-insights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.greenworld-expert-insight-card {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    position: relative;
}

.greenworld-expert-photo {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.greenworld-expert-name {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #424242;
}

.greenworld-expert-title {
    color: #FF9800;
    font-weight: bold;
    margin: 0.5rem 0;
}

.greenworld-expert-date {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: #4CAF50;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    font-size: 0.875rem;
    font-weight: bold;
}

.greenworld-expert-quote {
    color: #757575;
    line-height: 1.6;
    font-style: italic;
    margin-top: 1rem;
}

/* Industry Events Section */
.greenworld-industry-events-section {
    padding: 4rem 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.greenworld-events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.greenworld-event-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
    text-align: center;
}

.greenworld-event-image {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
}

.greenworld-event-date {
    color: #FF9800;
    font-weight: bold;
    margin: 0.5rem 0;
}

.greenworld-event-title {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #424242;
}

.greenworld-event-location {
    color: #666;
    margin: 0.5rem 0;
}

.greenworld-event-desc {
    color: #757575;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.greenworld-event-link {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: white;
    text-decoration: none;
    border-radius: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.greenworld-event-link:hover {
    background: linear-gradient(135deg, #2E7D32, #1B5E20);
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(46, 125, 50, 0.3);
}

/* Newsletter Section */
.greenworld-newsletter-section {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: white;
    padding: 4rem 0;
    text-align: center;
}

.greenworld-newsletter-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: white;
}

.greenworld-newsletter-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

.greenworld-newsletter-form {
    display: flex;
    gap: 1rem;
    max-width: 500px;
    margin: 0 auto;
    align-items: center;
}

.greenworld-newsletter-form input[type="email"] {
    flex: 1;
    padding: 1rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1rem;
    background: white;
    color: #333;
}

.greenworld-newsletter-form input[type="email"]::placeholder {
    color: #666;
}

.greenworld-newsletter-form button {
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    background: #FF9800;
    color: white;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.greenworld-newsletter-form button:hover {
    background: #F57C00;
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

/* Contact Section */
.greenworld-contact-section {
    padding: 4rem 0;
    background: white;
}

.greenworld-contact-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.greenworld-contact-desc {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #424242;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .greenworld-trends-grid,
    .greenworld-tech-development-grid,
    .greenworld-market-research-grid,
    .greenworld-expert-insights-grid,
    .greenworld-events-grid {
        grid-template-columns: 1fr;
    }

    .greenworld-market-stats {
        grid-template-columns: 1fr;
    }

    .greenworld-newsletter-form {
        flex-direction: column;
        gap: 1rem;
    }

    .greenworld-newsletter-form input[type="email"] {
        width: 100%;
    }

    .greenworld-newsletter-form button {
        width: 100%;
    }
}
