@font-face { font-family: Manrope; src: url('assets/fonts/manrope.ttf') format('truetype'); font-display: swap; }
:root { color-scheme: light dark; --ink:#143e3b; --ink-soft:#3a625e; --aqua:#48d9b6; --aqua-deep:#177f6b; --canvas:#f6fbf9; --surface:#fff; --mint:#e4f6f0; --line:#cfe4de; --muted:#52706b; --gold:#f5ab19; --page:min(1180px,calc(100% - clamp(2rem,7vw,6rem))); --radius:22px; --section:clamp(4rem,9vw,7rem); }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { min-width:280px; margin:0; overflow-x:clip; background:var(--canvas); color:var(--ink); font-family:Manrope,Arial,sans-serif; font-size:clamp(1rem,.95rem + .18vw,1.125rem); line-height:1.6; } a { color:inherit; text-decoration:none; } button,input { font:inherit; } button { cursor:pointer; } img { max-width:100%; display:block; } :focus-visible { outline:3px solid var(--gold); outline-offset:4px; } .skip-link { position:fixed; inset:1rem auto auto 1rem; z-index:20; padding:.7rem 1rem; border-radius:8px; background:var(--ink); color:#fff; transform:translateY(-180%); } .skip-link:focus { transform:translateY(0); }
.page-width { width:var(--page); margin-inline:auto; } .site-header { position:sticky; top:0; z-index:4; border-bottom:1px solid rgba(207,228,222,.8); background:rgba(246,251,249,.94); backdrop-filter:blur(14px); } .header-inner { min-height:65px; display:flex; align-items:center; justify-content:space-between; gap:1rem; } .brand img { width:152px; height:auto; } .desktop-nav { display:none; align-items:center; gap:1.35rem; font-size:.86rem; font-weight:750; } .desktop-nav a { color:var(--ink-soft); } .desktop-nav a:hover,.desktop-nav a:focus-visible { color:var(--aqua-deep); } .menu-toggle { width:46px; height:46px; display:grid; place-items:center; padding:0; border:1px solid var(--line); border-radius:50%; background:var(--surface); } .menu-toggle img { width:22px; } .mobile-panel { display:none; padding-bottom:1rem; } .mobile-panel.open { display:grid; gap:.2rem; } .mobile-panel a { padding:.62rem .2rem; font-weight:750; }
.button { min-height:48px; display:inline-flex; align-items:center; justify-content:center; gap:.6rem; padding:.72rem 1.05rem; border:1px solid transparent; border-radius:999px; color:#fff; background:var(--ink); font-size:.9rem; font-weight:800; white-space:nowrap; transition:transform .2s ease,background .2s ease; } .button:hover { background:var(--aqua-deep); } .button:active { transform:translateY(1px) scale(.985); } .button-secondary { border-color:var(--ink); background:transparent; color:var(--ink); } .button-secondary:hover { background:var(--mint); } .button-icon { width:17px; filter:invert(1); } .button-secondary .button-icon { filter:none; }
.eyebrow { margin:0 0 .7rem; color:var(--aqua-deep); font-size:.78rem; font-weight:850; letter-spacing:.09em; text-transform:uppercase; } h1,h2,h3,p { overflow-wrap:break-word; } h1,h2,h3 { letter-spacing:-.055em; line-height:1.1; } h1 { max-width:12ch; margin:0; font-size:clamp(3rem,7vw,6rem); } h2 { max-width:18ch; margin:0; font-size:clamp(2rem,3.7vw,3.45rem); } h3 { margin:0; font-size:1.18rem; } .lead { max-width:52ch; margin:1.25rem 0 0; color:var(--muted); }
.funding-hero { position:relative; height:50dvh; min-height:320px; display:grid; align-items:center; padding:0; background:#173d39; overflow:clip; isolation:isolate; } .funding-hero::before { display:none; } .funding-hero::after { content:""; position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(9,63,57,.78) 0%,rgba(9,63,57,.5) 34%,rgba(9,63,57,.14) 64%,rgba(9,63,57,.08) 100%); pointer-events:none; } .funding-hero-inner { position:relative; z-index:2; display:block; } .funding-hero-copy { position:relative; z-index:2; width:auto; max-width:none; margin-inline:0; color:#f7fffd; } .funding-hero h1 { max-width:none; margin:0; color:#fff; font-size:clamp(3.5rem,8vw,7.5rem); line-height:.9; letter-spacing:-.08em; text-shadow:0 3px 18px rgba(0,0,0,.16); } .hero-visual { position:absolute; inset:0; z-index:0; min-width:0; } .hero-visual img { width:100%; height:100%; aspect-ratio:auto; object-fit:cover; object-position:70% 12%; border-radius:0; box-shadow:none; } .hero-quote { display:none; }
.overview { padding-block:var(--section); background:var(--surface); } .overview-grid { display:grid; gap:2.5rem; align-items:start; } .overview-panel { padding:clamp(1.4rem,3vw,2rem); border:1px solid var(--line); border-radius:var(--radius); background:var(--canvas); } .overview-panel h3 { margin-bottom:1.2rem; } .support-list { display:grid; gap:.75rem; padding:0; margin:0; list-style:none; } .support-list li { display:flex; gap:.7rem; align-items:flex-start; color:var(--ink-soft); font-weight:700; } .support-list li::before { content:""; flex:0 0 9px; width:9px; height:9px; margin-top:.62rem; border-radius:50%; background:var(--aqua-deep); }
.path { padding-block:var(--section); } .path-header { display:grid; gap:1rem; } .path-header .lead { margin-top:0; } .path-grid { display:grid; gap:1rem; margin-top:2.8rem; } .path-card { min-height:220px; padding:1.5rem; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); } .path-card:nth-child(2) { background:var(--mint); } .path-card:nth-child(4) { background:var(--mint); } .path-number { display:grid; width:40px; height:40px; place-items:center; margin-bottom:1.5rem; border-radius:50%; background:var(--aqua); color:var(--ink); font-size:.86rem; font-weight:850; } .path-card p { margin:.6rem 0 0; color:var(--muted); font-size:.92rem; }
.included { padding-block:var(--section); background:var(--ink); color:#f7fffd; } .included .eyebrow { color:var(--aqua); } .included .lead { color:#b6d4ce; } .included-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr)); gap:1rem; margin-top:2.8rem; } .included-item { padding:1.35rem; border:1px solid rgba(228,246,240,.22); border-radius:var(--radius); } .included-item h3 { margin-top:1rem; } .included-item p { margin:.5rem 0 0; color:#b6d4ce; font-size:.9rem; } .item-icon { width:43px; height:43px; padding:10px; border-radius:14px; background:rgba(72,217,182,.18); filter:none; }
.next { padding-block:var(--section); } .next-panel { display:grid; gap:2rem; padding:clamp(1.5rem,5vw,3.5rem); border-radius:var(--radius); background:var(--gold); color:#163e39; } .next-panel h2 { max-width:15ch; } .next-panel p { max-width:52ch; margin:1rem 0 0; font-weight:650; } .next-actions { display:flex; flex-wrap:wrap; align-items:center; gap:.8rem; } .next-actions .button { background:var(--ink); } .next-actions .button-secondary { border-color:var(--ink); color:var(--ink); background:transparent; }
.faq { padding-block:var(--section); background:var(--surface); } .faq-list { display:grid; gap:.7rem; max-width:820px; margin-top:2.4rem; } details { border-bottom:1px solid var(--line); } summary { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 0; list-style:none; cursor:pointer; font-weight:800; } summary::-webkit-details-marker { display:none; } summary::after { content:"+"; color:var(--aqua-deep); font-size:1.4rem; font-weight:500; } details[open] summary::after { content:"−"; } details p { max-width:70ch; margin:0 2rem 1rem 0; color:var(--muted); font-size:.92rem; }
footer { padding:2.5rem 0 max(2.5rem,env(safe-area-inset-bottom)); background:#0e302d; color:#eafff9; } .footer-grid { display:grid; gap:1.8rem; } .footer-brand img { width:166px; filter:brightness(0) invert(1); } .footer-brand p { max-width:34ch; margin:1rem 0 0; color:#b6d4ce; font-size:.86rem; } .footer-links { display:flex; flex-wrap:wrap; gap:.7rem 1.2rem; align-content:start; font-size:.84rem; font-weight:700; } .footer-links a:hover { color:var(--aqua); } .copyright { margin:2rem 0 0; padding-top:1.2rem; border-top:1px solid rgba(228,246,240,.15); color:#9fc0b9; font-size:.75rem; }
@media (min-width:600px) { .path-grid { grid-template-columns:repeat(2,1fr); } .included-grid { grid-template-columns:repeat(2,1fr); } .footer-grid { grid-template-columns:1.4fr 1fr; } }
@media (min-width:800px) { .desktop-nav { display:flex; } .menu-toggle,.mobile-panel { display:none !important; } .overview-grid { grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:clamp(3rem,8vw,7rem); } .path-grid { grid-template-columns:repeat(4,1fr); } .included-grid { grid-template-columns:repeat(3,1fr); } .next-panel { grid-template-columns:1fr auto; align-items:center; } .footer-grid { grid-template-columns:1.1fr .85fr auto; } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { scroll-behavior:auto !important; transition-duration:.01ms !important; animation-duration:.01ms !important; } }
@media (max-width:799px) { .funding-hero::after { background:linear-gradient(180deg,rgba(9,63,57,.38) 0%,rgba(9,63,57,.72) 46%,rgba(9,63,57,.95) 100%); } .hero-visual img { object-position:70% 12%; } }
@media (prefers-color-scheme:dark) { :root { --ink:#e5fbf6; --ink-soft:#c1ded7; --aqua-deep:#68e8c8; --canvas:#0f2927; --surface:#163532; --mint:#1e4742; --line:#2a5750; --muted:#a5c4bd; } .site-header { background:rgba(15,41,39,.92); } .brand img { filter:brightness(0) invert(1); } .button-secondary { border-color:var(--aqua); color:var(--aqua); } .funding-hero { background:#173d39; } .funding-hero::after { background:linear-gradient(90deg,rgba(9,32,30,.84) 0%,rgba(9,32,30,.54) 34%,rgba(9,32,30,.18) 64%,rgba(9,32,30,.08) 100%); } .overview-panel { background:#12302d; } .next-panel { color:#102d29; } .next-actions .button-secondary { border-color:#102d29; color:#102d29; } .faq { background:var(--surface); } footer { background:#081e1c; } }

/* Keep every inner-page banner at a consistent half-screen height. */
.funding-hero { height:50dvh; min-height:320px; padding-block:0; }

/* Shared site chrome matches the homepage on every page. */
.header-inner { min-height:64px; } .desktop-nav { gap:1.1rem; font-size:.88rem; } .desktop-nav a { padding:.55rem .1rem; } .desktop-nav a:hover,.desktop-nav a:focus-visible { color:var(--aqua-deep); } .desktop-nav a[aria-current="page"],.mobile-panel a[aria-current="page"],.footer-links a[aria-current="page"] { color:#a85416; font-weight:850; } .desktop-nav a[aria-current="page"] { position:relative; } .desktop-nav a[aria-current="page"]::after { content:""; position:absolute; left:.1rem; right:.1rem; bottom:.2rem; height:3px; border-radius:999px; background:var(--gold); } .mobile-panel { padding:0 0 1.15rem; } .mobile-panel.open { gap:.25rem; } .mobile-panel a { padding:.65rem .25rem; } .mobile-panel a[aria-current="page"] { border-left:3px solid var(--gold); padding-left:.75rem; background:rgba(245,171,25,.12); } .footer-links a[aria-current="page"] { text-decoration:underline; text-decoration-thickness:2px; text-underline-offset:.3rem; text-decoration-color:var(--gold); } .social-links { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.35rem; } .social-link { width:42px; height:42px; display:grid; place-items:center; border:1px solid rgba(228,246,240,.28); border-radius:50%; color:#eafff9; background:rgba(228,246,240,.08); transition:transform .2s ease,background .2s ease,color .2s ease; } .social-link:hover { transform:translateY(-2px); color:var(--ink); background:var(--aqua); } .social-link img { width:21px; height:21px; filter:invert(1); } .social-link:hover img { filter:brightness(0) saturate(100%); } .footer-links { display:grid; gap:.7rem; align-content:start; justify-items:start; font-size:.85rem; font-weight:700; } .footer-contact { display:grid; gap:.5rem; align-content:start; font-size:.85rem; } .footer-contact-line { display:grid; grid-template-columns:6.5rem minmax(0,1fr); gap:.35rem; align-items:baseline; } .footer-contact-label { color:#86b4aa; font-size:.85rem; font-weight:800; letter-spacing:.04em; text-transform:uppercase; } .footer-contact strong,.footer-contact-value { color:#eafff9; font-size:.85rem; overflow-wrap:anywhere; } .footer-contact a:hover { color:var(--aqua); } @media (prefers-color-scheme:dark) { .desktop-nav a[aria-current="page"],.mobile-panel a[aria-current="page"],.footer-links a[aria-current="page"] { color:#ffd27a; } .mobile-panel a[aria-current="page"] { background:rgba(245,171,25,.18); } }
/* Required SAH level overview. Cards stay intrinsic so they reflow cleanly on smaller screens. */
.levels { padding-block:var(--section); background:var(--canvas); }
.levels-header { max-width:760px; }
.levels-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(min(240px,100%),1fr)); gap:1rem; margin-top:2.8rem; }
.level-card { min-height:220px; padding:1.5rem; border:1px solid var(--line); border-radius:var(--radius); background:var(--surface); }
.level-card:nth-child(2),.level-card:nth-child(4) { background:var(--mint); }
.level-number { display:inline-flex; align-items:center; min-height:36px; padding:.35rem .7rem; border-radius:999px; background:var(--aqua); color:var(--ink); font-size:.78rem; font-weight:850; letter-spacing:.02em; }
.level-card h3 { margin-top:1.45rem; }
.level-card p { margin:.6rem 0 0; color:var(--muted); font-size:.92rem; }
.levels-note { max-width:78ch; margin:1.5rem 0 0; color:var(--muted); font-size:.84rem; }
.levels-note a { color:var(--aqua-deep); font-weight:800; text-decoration:underline; text-underline-offset:.2rem; }
.path { background:#eef7f4; }
@media (prefers-color-scheme:dark) { .path { background:#12302d; } }

/* Required four-step flow: connectors appear only when the cards form a desktop row. */
.path-card { position:relative; }
@media (min-width:800px) {
  .path-card:not(:last-child)::after { content:"→"; position:absolute; top:50%; right:-.75rem; z-index:1; color:var(--aqua-deep); font-size:1.3rem; font-weight:850; transform:translate(50%,-50%); }
}
@media (max-width:799px) {
  .path-card:not(:last-child)::after { content:"↓"; position:absolute; bottom:-1rem; left:50%; z-index:1; color:var(--aqua-deep); font-size:1.2rem; font-weight:850; transform:translate(-50%,50%); }
}
.footer-links a[aria-current="page"] { text-decoration: none; }
.wechat-float { position:fixed; right:max(1rem,env(safe-area-inset-right)); bottom:max(1rem,env(safe-area-inset-bottom)); z-index:6; }
.chat-button { width:58px; height:58px; display:grid; place-items:center; padding:0; border:0; border-radius:50%; background:var(--aqua-deep); box-shadow:0 11px 24px rgba(20,62,59,.28); }
.chat-button img { width:28px; filter:invert(1); }
.wechat-qr { position:absolute; right:0; bottom:calc(100% + 12px); width:170px; padding:.7rem; border:1px solid var(--line); border-radius:16px; background:var(--surface); box-shadow:var(--shadow); opacity:0; transform:translateY(8px); visibility:hidden; pointer-events:none; transition:opacity .2s ease,transform .2s ease,visibility .2s ease; }
.wechat-float:hover .wechat-qr,.wechat-float:focus-within .wechat-qr { opacity:1; transform:translateY(0); visibility:visible; }
.wechat-qr p { margin:0 0 .55rem; color:var(--ink-soft); font-size:.72rem; font-weight:800; line-height:1.35; text-align:center; }
.wechat-qr img { width:100%; height:auto; aspect-ratio:1 / 1; object-fit:contain; border-radius:8px; }
.chat-panel { position:fixed; right:max(1rem,env(safe-area-inset-right)); bottom:calc(max(1rem,env(safe-area-inset-bottom)) + 72px); z-index:6; width:min(360px,calc(100% - 2rem)); padding:1.2rem; border:1px solid var(--line); border-radius:18px; background:var(--surface); box-shadow:var(--shadow); opacity:0; transform:translateY(12px); visibility:hidden; transition:opacity .2s ease,transform .2s ease,visibility .2s ease; }
.chat-panel.open { opacity:1; transform:translateY(0); visibility:visible; }
.chat-panel header { display:flex; align-items:center; justify-content:space-between; gap:1rem; }
.chat-panel h2 { margin:0; font-size:1.05rem; }
.chat-panel header button { width:34px; height:34px; display:grid; place-items:center; padding:0; border:0; border-radius:50%; background:var(--mint); }
.chat-panel header img { width:18px; }
.chat-panel p { margin:.7rem 0 1rem; color:var(--muted); font-size:.83rem; }
.chat-panel textarea { width:100%; min-height:80px; padding:.78rem .85rem; border:1px solid #a8c8c1; border-radius:10px; background:var(--canvas); color:var(--ink); font:inherit; resize:vertical; }
.chat-panel .button { width:100%; margin-top:.75rem; }
.chat-help { margin-top:.8rem!important; text-align:center; }
@media (prefers-color-scheme:dark) { .chat-panel { background:#183b37; } .chat-panel textarea { border-color:#47756d; background:#183b37; color:var(--ink); } }
