* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    color: #1a1a1a;
    background: #fff;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 1.5rem;
}

.hero h1 {
    font-size: clamp(2.5rem, 9vw, 5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
}

.hero h1 em {
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
}
