.CAGR .results {
    animation: slideIn 0.5s ease;
}

.CAGR .summary-card {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin-bottom: 25px;
    text-align: center;
}

.CAGR .summary-amount {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.CAGR .summary-label {
    font-size: 1.1em;
    opacity: 0.9;
}

.CAGR h2 {
    color: #333;
    margin-bottom: 25px;
    font-size: 1.8em;
    font-weight: 400;
}