:root{--font-h1:3.052rem;--font-h2:2.441rem;--font-body:1rem;--font-small:0.8rem;--font-header:"Akshar",sans-serif;--font-body:"Happy Monkey",cursive;--max-width:1200px;--gap:clamp(1rem,4vw,2.5rem)}.landing-page{font-family:var(--font-body);margin:2rem auto}.hero-section,.landing-page{width:100%;max-width:var(--max-width);display:grid;grid-template-columns:repeat(12,1fr);grid-gap:var(--gap);gap:var(--gap);align-items:start}.hero-section{margin:0 auto;padding:4rem 2rem}.hero-left{margin-top:4rem;grid-column:1/span 8;display:grid;grid-template-columns:repeat(8,1fr);grid-gap:1.5rem;gap:1.5rem}.hero-left h1{grid-column:1/span 8;font-family:var(--font-header);text-align:left;font-size:var(--font-h1);line-height:1.2;font-weight:700;margin-bottom:.5rem}.hero-left p{grid-column:1/span 6;margin-top:0;font-size:var(--font-body);line-height:1.5;color:#333}.red-blue-gradient{font-style:italic;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--text);color:transparent}.red-green-gradient{color:#ff0000;background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.user-cta{grid-column:1/span 6;display:flex;flex-direction:column;gap:1rem}.user-cta input[type=text]{width:100%;max-width:500px;padding:1rem;font-size:var(--font-body);border:1px solid #ccc;border-radius:.5rem}.user-cta .cta-button{align-self:flex-start;background:none;border:none;padding:0;cursor:pointer;outline:none;transition:fill .25s}.cta-button .button-shape{transition:fill .25s}.cta-button:hover .button-shape{fill:#33e1bf}.user-cta cta-button:focus{outline:2px solid #555}.hero-media{margin-top:4rem;grid-column:9/span 4;display:"flex";align-items:flex-end;justify-content:center;gap:1rem}@media (max-width:900px){.hero-section{grid-template-columns:1fr}.hero-left,.hero-media{grid-column:1/-1}.hero-media{margin-top:2rem}}.Faq-section{margin-top:0;align-items:center;grid-column:1/span 12;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:1rem;gap:1rem}.Faq-section .Faq-list{grid-column:1/span 8}.Description-toggle-list,.large-block{padding:.5rem 1rem;width:100%;box-sizing:border-box}.Faq-section .Description-toggle-list{width:100%;max-width:100%}.right-side-text{grid-column:9/span 4;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.right-side-text h2{margin-bottom:.5rem}.right-side-text p{margin-top:0;font-size:1rem;color:#333;text-align:center}.Full_section{background-color:var(--accent);width:100%;display:flex;flex-direction:column;align-items:center;padding:2rem}.Contributions_Page_Section{margin-top:0;align-items:center;grid-column:1/span 12;display:grid;grid-template-columns:repeat(12,1fr);grid-gap:1rem;gap:1rem}.Contributions_Page_Section h1{grid-column:1/span 12;font-family:var(--font-header);text-align:center;font-size:var(--font-h1);line-height:1.2;font-weight:700;margin-bottom:.5rem}.Contributions_Page_Section p{grid-column:1/span 12;margin-top:0;font-size:var(--font-body);line-height:1.5;color:#333;text-align:center}