body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.8;
    color: #333;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    margin: 0;
    padding: 20px;
}

.press-release {
    max-width: 800px;
    margin: 0 auto;
    background: white;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.header {
    text-align: center;
    border-bottom: 3px solid #0066cc;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.logo {
    font-size: 2em;
    font-weight: bold;
    color: #0066cc;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.logo-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 102, 204, 0.4);
    object-fit: cover;
}

.release-type {
    color: #666;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 2px;
}

h1 {
    color: #0066cc;
    font-size: 2.2em;
    margin: 30px 0 20px 0;
    line-height: 1.3;
}

.meta {
    color: #666;
    font-size: 0.95em;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.meta strong {
    color: #0066cc;
}

.lead {
    font-size: 1.2em;
    font-weight: 500;
    color: #444;
    margin-bottom: 25px;
    line-height: 1.6;
}

p {
    margin-bottom: 20px;
    text-align: justify;
}

.quote {
    border-left: 4px solid #0066cc;
    padding: 20px;
    margin: 30px 0;
    background: #f8f9fa;
    font-style: italic;
    border-radius: 4px;
}

.quote-attribution {
    margin-top: 15px;
    font-style: normal;
    font-weight: bold;
    color: #0066cc;
}

.features {
    background: #f0f7ff;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
}

.features h2 {
    color: #0066cc;
    margin-top: 0;
    font-size: 1.5em;
}

.features ul {
    margin: 15px 0;
    padding-left: 25px;
}

.features li {
    margin-bottom: 12px;
    line-height: 1.6;
}

.contact {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #eee;
}

.contact h3 {
    color: #0066cc;
    margin-bottom: 15px;
}

.footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 0.9em;
    color: #666;
    text-align: center;
}

.back-link {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #0066cc;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.back-link:hover {
    background: #0052a3;
}
