* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f3f6fb;
    color: #1e293b;
}

.hero-center {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hero-quote {
    font-size: 38px;
    font-style: italic;
    max-width: 800px;
    color: #0f172a;
    margin: 0 auto;
}