/* =========================
   Base layout & typography
   ========================= */

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
                 Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: #111;
    background-color: #ffffff;
}

header, main, footer {
    max-width: 900px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

header {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

/* =========================
   LOGO — THIS IS THE FIX
   ========================= */

.site-logo {
    width: 260px;              /* visual size you expect */
    height: auto;
    display: block;
    margin: 0 auto 1rem auto;

    /* FORCE SVG TO FILL */
    object-fit: contain;
}

/* =========================
   Tagline
   ========================= */

.tagline {
    margin: 0;
    color: #555;
    font-size: 1.05rem;
}

/* =========================
   Headings
   ========================= */

h1 {
    font-size: 2.1rem;
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.4rem;
    margin-top: 2.5rem;
}

/* =========================
   Links
   ========================= */

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

a:hover {
    text-decoration: underline;
}

/* =========================
   Lists
   ========================= */

ul {
    padding-left: 1.2rem;
}

/* =========================
   CTA section
   ========================= */

.cta {
    margin-top: 3rem;
    padding: 1.5rem;
    background-color: #f6f8ff;
    border-left: 4px solid #0a58ff;
}

/* =========================
   Footer
   ========================= */

footer {
    border-top: 1px solid #e5e5e5;
    font-size: 0.9rem;
    color: #555;
    text-align: center;
}

footer nav {
    margin-bottom: 0.5rem;
}

.footer-note {
    margin: 0;
}
