* {
    box-sizing: border-box;
}

html {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #f5f7fa;
    color: #172033;
}

body {
    margin: 0;
    min-height: 100vh;
}

.site-shell {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.hero {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 780px;
    padding: 80px 0;
}

.badge {
    display: inline-flex;
    width: fit-content;
    padding: 8px 13px;
    border-radius: 999px;
    background: #e9eef5;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .02em;
}

h1 {
    margin: 24px 0 18px;
    font-size: clamp(42px, 7vw, 76px);
    line-height: .98;
    letter-spacing: -.05em;
}

.intro {
    margin: 0;
    max-width: 650px;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.55;
    color: #556176;
}

.status {
    margin-top: 34px;
    padding-top: 22px;
    border-top: 1px solid #dce2ea;
    color: #707c91;
    font-size: 14px;
}
