.cta-section {
    background: var(--bg-color);
    color: var(--text-color);
    padding: 48px 0;
    text-align: center;
}
[data-theme='dark'] .cta-section {
    background: var(--bg-color);
    color: var(--text-color);
}
.cta-content h2 {
    font-size: 2em;
    margin-bottom: 12px;
}
.cta-content p {
    font-size: 1.2em;
    margin-bottom: 24px;
}
.cta-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.cta-buttons .btn-large {
    font-size: 1.2em;
    padding: 16px 32px;
}
.app-download {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.app-download img {
    height: 40px;
} 