/* Renaissance Funding Network - built 2026-09-26 from the Renaissance-blue mockup; fonts self-hosted (SIL OFL 1.1). */
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/space-grotesk-latin-0.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/space-grotesk-latin-0.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Space Grotesk'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/space-grotesk-latin-0.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Work Sans'; font-style: normal; font-weight: 400; font-display: swap; src: url('fonts/work-sans-latin-1.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Work Sans'; font-style: normal; font-weight: 500; font-display: swap; src: url('fonts/work-sans-latin-1.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Work Sans'; font-style: normal; font-weight: 600; font-display: swap; src: url('fonts/work-sans-latin-1.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Work Sans'; font-style: normal; font-weight: 700; font-display: swap; src: url('fonts/work-sans-latin-1.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

    :root {
      --bg: #FFFFFF;
      --bg-raised: #F8FAFF;
      --bg-raised-2: #F1F5F9;
      --fg: #0D1220;
      --fg-muted: #374151;
      --fg-dim: #6B7280;
      --border: #E5E7EB;
      --border-strong: #C7D2FE;
      --accent-ink: #1A47E5;
      --accent: #1A47E5;
      --on-accent: #FFFFFF;
    }
    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; background: var(--bg); color: var(--fg); font-family: 'Work Sans', system-ui, sans-serif; font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
    h1, h2, h3 { font-family: 'Space Grotesk', system-ui, sans-serif; margin: 0; color: var(--fg); }
    p { margin: 0; }
    a { color: inherit; text-decoration: none; }
    button { font-family: inherit; cursor: pointer; }
    ul { margin: 0; padding: 0; list-style: none; }
    .wrap { max-width: 1180px; margin: 0 auto; padding-inline: 32px; }
    .section { padding-block: 96px; border-top: 1px solid var(--border); }
    .section.hero { border-top: none; padding-top: 56px; }
    .eyebrow { display: inline-block; font-size: 13px; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-ink); margin-bottom: 18px; }
    .h2 { font-size: clamp(28px, 4.4vw, 42px); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; }
    .lede { font-size: 18px; color: var(--fg-muted); max-width: 640px; margin-top: 16px; }
    .btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 15px; font-weight: 600; letter-spacing: 0.05em; text-transform: uppercase; padding: 18px 30px; border-radius: 3px; border: 1px solid transparent; min-height: 44px; white-space: nowrap; }
    .btn-primary { background: var(--accent); color: var(--on-accent); }
    .btn-secondary { background: transparent; color: var(--fg); border-color: var(--border-strong); }
    .btn-nav { padding: 12px 20px; font-size: 13px; }

    /* NAV */
    .nav { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--border); }
    .nav-inner { max-width: 1180px; margin: 0 auto; padding: 0 32px; height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
    .wordmark { font-family: 'Space Grotesk', system-ui, sans-serif; font-weight: 700; font-size: 16px; letter-spacing: 0.01em; text-transform: uppercase; white-space: nowrap; }
    .nav-links { display: flex; align-items: center; gap: 32px; }
    .nav-link { font-size: 14px; font-weight: 500; letter-spacing: 0.03em; text-transform: uppercase; color: var(--fg-muted); }
    .nav-link:hover { color: var(--fg); }
    .nav-right { display: flex; align-items: center; gap: 20px; }
    .hamburger { cursor: pointer; display: none; align-items: center; justify-content: center; width: 44px; height: 44px; background: transparent; border: 1px solid var(--border-strong); border-radius: 3px; color: var(--fg); }
    .mobile-menu { display: none; }
    .mobile-menu > summary { list-style: none; }
    .mobile-menu > summary::-webkit-details-marker { display: none; }
    .mobile-menu .icon-close, .mobile-menu[open] .icon-open { display: none; }
    .mobile-menu[open] .icon-close { display: block; }
    .mobile-panel { position: absolute; left: 0; right: 0; top: 100%; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-raised); }
    .mobile-link { display: flex; align-items: center; min-height: 56px; padding: 0 32px; font-size: 15px; font-weight: 500; letter-spacing: 0.03em; text-transform: uppercase; color: var(--fg); border-bottom: 1px solid var(--border); }
    .mobile-panel .btn { width: calc(100% - 64px); margin: 20px 32px; }

    @media (max-width: 860px) {
      .nav-links { display: none; }
      .mobile-menu { display: block; }
      .hamburger { display: inline-flex; }
      .nav { position: relative; }
      .nav-inner { height: 68px; }
    }
    @media (max-width: 480px) {
      .btn-nav { display: none; }
      .wordmark { font-size: 13px; }
    }

    /* HERO */
    .hero-copy { max-width: 760px; }
    .hero h1 { font-size: clamp(34px, 6.4vw, 60px); font-weight: 700; line-height: 1.06; letter-spacing: -0.015em; margin-top: 8px; }
    .hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 40px; }
    .disclosure-box { margin-top: 40px; max-width: 640px; padding: 22px 26px; border: 1px solid var(--border-strong); border-radius: 3px; background: var(--bg-raised); font-size: 16px; color: var(--fg-muted); line-height: 1.55; }
    .disclosure-box strong { color: var(--fg); font-weight: 600; }

    /* TRUST STRIP */
    .trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; }
    .stat-num { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: clamp(26px, 3.6vw, 36px); font-weight: 700; color: var(--accent-ink); }
    .stat-label { margin-top: 8px; font-size: 15px; color: var(--fg-muted); line-height: 1.4; }
    .trust-note { font-size: 15px; color: var(--fg-dim); text-align: center; }
    @media (max-width: 700px) {
      .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
    }

    /* HOW IT WORKS */
    .steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; margin-top: 48px; }
    .step { padding-top: 24px; border-top: 2px solid var(--border-strong); }
    .step-num { font-family: 'Space Grotesk', system-ui, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent-ink); }
    .step h3 { margin-top: 14px; font-size: 21px; font-weight: 600; line-height: 1.3; }
    .step p { margin-top: 12px; font-size: 16px; color: var(--fg-muted); }
    @media (max-width: 900px) {
      .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 520px) {
      .steps { grid-template-columns: 1fr; }
    }

    /* WHAT WE DO / DON'T */
    .contrast-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; margin-top: 48px; }
    .contrast-col { padding: 32px; border: 1px solid var(--border); border-radius: 3px; }
    .contrast-col.dont { background: var(--bg-raised); }
    .contrast-title { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
    .contrast-col.do .contrast-title { color: var(--accent-ink); }
    .contrast-col.dont .contrast-title { color: var(--fg-dim); }
    .contrast-list { margin-top: 24px; display: flex; flex-direction: column; gap: 18px; }
    .contrast-item { display: flex; gap: 14px; align-items: flex-start; font-size: 16px; color: var(--fg-muted); line-height: 1.5; }
    .contrast-item svg { flex: none; margin-top: 3px; }
    .payment-callout { margin-top: 32px; padding: 32px; border: 1px solid rgba(26,71,229,0.45); border-radius: 3px; background: rgba(26,71,229,0.07); }
    .payment-callout .eyebrow { margin-bottom: 12px; }
    .payment-callout p { font-size: 16px; color: var(--fg-muted); line-height: 1.6; }
    .payment-callout p + p { margin-top: 12px; }
    @media (max-width: 760px) {
      .contrast-grid { grid-template-columns: 1fr; }
    }

    /* WHO WE HELP */
    .who-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; margin-top: 48px; background: var(--border); border: 1px solid var(--border); }
    .who-item { background: var(--bg); padding: 32px; }
    .who-item p { font-size: 18px; font-weight: 500; line-height: 1.45; }
    @media (max-width: 700px) {
      .who-grid { grid-template-columns: 1fr; }
    }

    /* WHY US */
    .why-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }
    .why-card { padding: 28px 24px; border: 1px solid var(--border); border-radius: 3px; }
    .why-card h3 { font-size: 18px; font-weight: 600; line-height: 1.3; }
    .why-card p { margin-top: 12px; font-size: 15px; color: var(--fg-muted); line-height: 1.55; }
    @media (max-width: 900px) {
      .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    }
    @media (max-width: 520px) {
      .why-grid { grid-template-columns: 1fr; }
    }

    /* FAQ */
    .faq-list { margin-top: 40px; border-top: 1px solid var(--border); }
    .faq-item { border-bottom: 1px solid var(--border); }
    .faq-question { list-style: none; cursor: pointer; width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: transparent; border: none; padding: 26px 4px; text-align: left; min-height: 44px; }
    .faq-question span { font-size: 18px; font-weight: 600; color: var(--fg); }
    .faq-icon { flex: none; color: var(--accent-ink); }
    .faq-answer { padding: 0 4px 26px; max-width: 780px; }
    .faq-answer p { font-size: 16px; color: var(--fg-muted); line-height: 1.6; }
    .faq-question::-webkit-details-marker { display: none; }
    .faq-item[open] .faq-question span { color: var(--accent-ink); }
    .faq-icon svg { display: block; transition: transform 0.2s ease; }
    .faq-item[open] .faq-icon svg { transform: rotate(180deg); }

    /* CLOSING CTA */
    .closing { text-align: center; }
    .closing .h2 { max-width: 720px; margin: 0 auto; }
    .closing .lede { max-width: 520px; margin-inline: auto; text-align: center; }
    .closing .btn { margin-top: 36px; }

    /* FOOTER */
    .footer { border-top: 1px solid var(--border); padding-block: 56px; }
    .footer-grid { display: grid; grid-template-columns: 1.3fr 1.3fr 0.8fr; gap: 40px; }
    .footer-desc { margin-top: 14px; font-size: 15px; color: var(--fg-muted); max-width: 320px; line-height: 1.5; }
    .footer-heading { font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--fg-dim); margin-bottom: 18px; }
    .footer-links { display: flex; flex-direction: column; gap: 12px; }
    .footer-link { font-size: 15px; color: var(--fg-muted); overflow-wrap: break-word; }
    .footer-disclosure strong { color: var(--fg-muted); }
    .footer-link:hover { color: var(--fg); }
    .footer-bottom { margin-top: 56px; padding-top: 28px; border-top: 1px solid var(--border); display: flex; flex-direction: column; gap: 16px; }
    .footer-disclosure { font-size: 14px; color: var(--fg-dim); max-width: 760px; line-height: 1.6; }
    .footer-copy { font-size: 13px; color: var(--fg-dim); }
    @media (max-width: 760px) {
      .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    }

    @media (max-width: 700px) {
      .wrap { padding-inline: 20px; }
      .nav-inner { padding-inline: 20px; }
      .section { padding-block: 64px; }
      .section.hero { padding-top: 40px; }
    }

    .page { width: 100%; min-height: 100vh; background: var(--bg); color: var(--fg); }
    .section.trust { padding-block: 36px; }
    a:focus-visible, summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }
    @media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .faq-icon svg { transition: none; } }
