/* Page-specific styles for CipherCraft page */

.hero {
    padding: 80px 0;
}

.hero-subtitle {
    font-size: 20px;
    color: #4a4a4a;
    margin-bottom: 40px;
    max-width: 900px;
    line-height: 1.7;
}

.hero-tagline {
    font-size: 18px;
    color: #4a4a4a;
    margin-top: 24px;
    font-style: italic;
}

.content-section {
    max-width: 800px;
}

.content-section p {
    color: #4a4a4a;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.7;
}

.content-section ul {
    margin-bottom: 24px;
}

.content-section li {
    color: #4a4a4a;
    padding: 8px 0;
    font-size: 16px;
}

.highlight-text {
    font-size: 18px;
    color: #1a1a1a;
    font-style: italic;
    margin: 32px 0;
}

.footer-cta {
    background: #f8f8f8;
    padding: 80px 0;
    text-align: center;
    border-top: none;
}
