.hero-full{max-width:780px;padding-top:16px}.hero-full h1{margin-bottom:20px}.hero-full p{font-size:18px;line-height:1.7}.community-body{padding:56px 0 0}@media (min-width:768px){.community-body{padding:80px 0 0}}.community-body-content{max-width:720px;margin:0 auto;color:var(--ink);font-size:16.5px;line-height:1.75}.community-body-content p{margin-bottom:1em}.community-body-content p:last-child{margin-bottom:0}.community-body-content h2{color:var(--blue);font-size:clamp(22px, 3vw, 28px);font-weight:800;margin:1.4em 0 .4em;line-height:1.25}.community-body-content h3{color:var(--blue);font-size:18px;font-weight:800;margin:1.2em 0 .3em}.community-body-content ul,.community-body-content ol{margin:0 0 1em 1.4em}.community-body-content li{margin-bottom:.4em}.community-body-content a{color:var(--blue);font-weight:600;text-decoration:underline;text-decoration-color:var(--green);text-underline-offset:3px}.community-body-content a:hover{color:var(--green-dark)}.community-body-content blockquote{margin:1.4em 0;padding:16px 22px;background:var(--bg-soft);border-left:4px solid var(--green);font-style:italic}.help-section{background:var(--bg-soft);padding:64px 0}.help-grid{display:grid;gap:20px;grid-template-columns:1fr}@media (min-width:640px){.help-grid{grid-template-columns:1fr 1fr}}@media (min-width:1000px){.help-grid{grid-template-columns:1fr 1fr 1fr}}.help-card{background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg);padding:28px 26px;transition:all 0.25s;display:flex;flex-direction:column;gap:12px}.help-card:hover{border-color:var(--blue);transform:translateY(-3px);box-shadow:var(--shadow-md)}.help-card h3{font-size:20px;color:var(--blue);font-weight:800}.help-card p{color:var(--ink-soft);font-size:14.5px;line-height:1.6;flex-grow:1}.spotlight-section{padding:64px 0}.spotlight-card{display:grid;gap:24px;grid-template-columns:1fr;background:var(--white);border:1px solid var(--line);border-radius:var(--r-lg);padding:32px;max-width:920px;margin:0 auto}@media (min-width:768px){.spotlight-card{grid-template-columns:1fr 1.2fr;gap:40px;align-items:center}}.spotlight-card h3{color:var(--blue);font-size:20px;font-weight:800;margin-bottom:12px}.spotlight-card p{font-size:15px;color:var(--ink-soft);line-height:1.6;margin-bottom:12px}.spotlight-card p:last-child{margin-bottom:0}.spotlight-card a{display:inline-block;margin-top:8px;color:var(--blue);font-weight:700;border-bottom:1px solid var(--green);text-decoration:none}.spotlight-card a:hover{color:var(--green-dark)}.spotlight-logo{background:var(--bg-soft);border-radius:var(--r-md);padding:32px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--ink-mute);min-height:160px;text-align:center}.spotlight-logo img{max-width:100%;height:auto}.photo-grid{display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}@media (min-width:600px){.photo-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:960px){.photo-grid{grid-template-columns:repeat(4,1fr)}}.photo-item{text-align:center}.photo-img{aspect-ratio:1;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;overflow:hidden}.photo-img img{width:100%;height:100%;object-fit:cover;border-radius:var(--r-md)}.photo-caption{font-size:13px;color:var(--ink-mute);margin-top:8px;line-height:1.4}