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

* { box-sizing: border-box; }

body { margin: 0; }

.container {
    width: min(1100px, calc(100% - 32px));
    margin: 0 auto;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #e3e7ee;
    padding: 18px 0;
}

.brand {
    color: inherit;
    font-size: 1.25rem;
    font-weight: 750;
    text-decoration: none;
}

.hero { padding: 80px 0; max-width: 760px; }
.eyebrow { font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); line-height: 1.05; margin: 12px 0 20px; }
.lead { font-size: 1.15rem; line-height: 1.7; color: #566176; }
.status-card { margin-top: 32px; padding: 18px 20px; background: #fff; border: 1px solid #e3e7ee; border-radius: 10px; display: flex; gap: 12px; justify-content: space-between; }
