/* Landing (pitch) page — separate from the board styles so the board's
   overflow:hidden / fullscreen rules don't break a scrolling marketing page. */
body {
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    background-color: #fff;
    color: #111;
    overflow-x: hidden;
}

.hero {
    padding: 96px 0 72px;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.hero-logo {
    height: 72px;
    width: auto;
}

.step-num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #0d6efd;
    color: #fff;
    font-weight: 700;
    margin: 0 auto 12px;
}

.features h6 {
    margin-bottom: 6px;
}

.pricing .card.border-primary {
    border-width: 2px;
}

footer a {
    color: #0d6efd;
    text-decoration: none;
}
