@import"https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Oswald:wght@300;400;700&display=swap";.app-header{width:100%;padding:1rem 0;display:flex;justify-content:center;align-items:center}.app-header nav ul{list-style:none;display:flex;justify-content:center;gap:2rem;padding:0;margin:0}.app-header nav a{text-decoration:none;color:var(--vsa-white);font-family:var(--heading-font);font-weight:400;font-size:1.25rem;text-transform:uppercase;letter-spacing:.05em;padding:.5rem 1rem;border-radius:5px;transition:color .2s,background-color .2s}.app-header nav a:hover,.app-header nav a.active{color:var(--vsa-yellow);text-decoration:none}.app-header nav a[href*="google.com"]{background-color:var(--vsa-orange);color:var(--vsa-white);padding:.7rem 1.5rem;border-radius:8px}.app-header nav a[href*="google.com"]:hover{background-color:var(--vsa-yellow);color:var(--vsa-blue)}@media (max-width: 600px){.app-header nav ul{flex-direction:column;align-items:center;gap:1.5rem}}.app-footer{text-align:center;padding:2rem 0;margin-top:2rem;border-top:1px solid var(--vsa-gray);color:var(--vsa-gray);font-size:.9rem}.home-page section{padding:4rem 2rem;max-width:900px;margin:0 auto 3rem;text-align:center}.hero-section{padding-top:5rem;padding-bottom:3rem}.home-page h1{font-size:3.5rem;color:var(--vsa-yellow);font-family:var(--heading-font);font-weight:300;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.5rem}.home-page h2{font-size:2.2rem;color:var(--vsa-yellow);font-family:var(--heading-font);font-weight:300;letter-spacing:.04em;text-transform:uppercase;margin-bottom:1rem}.home-page .subtitle{font-size:1.3rem;color:var(--vsa-gray);margin-bottom:2.5rem}.text-center{text-align:center}.italic-note{font-style:italic;color:var(--vsa-gray);margin-top:1rem}.join-button{display:inline-block;background-color:var(--vsa-yellow);color:var(--vsa-blue);border:none;font-family:var(--heading-font);font-size:1.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:1rem 3rem;border-radius:8px;margin:2.5rem auto 0;transition:background .2s,color .2s;box-shadow:0 2px 8px #00000014;cursor:pointer}.join-button:hover{background-color:var(--vsa-orange);color:var(--vsa-white)}.redeem-dream-section{display:flex;flex-direction:column;gap:1.5rem;align-items:center}.question{font-style:italic;color:var(--vsa-gray)}.home-page .made-for-walking-section p{margin:1rem 0;line-height:1.6}.democracy-motion-section h2{color:var(--vsa-orange)}.about-page{max-width:800px;margin:0 auto;padding:2rem;text-align:center}.about-page h2{font-size:2.5rem;margin-bottom:1.5rem}.about-page p{line-height:1.7;margin-bottom:1rem;color:var(--vsa-gray);max-width:650px;margin-left:auto;margin-right:auto}.video-section{margin-top:3rem;text-align:center}.video-section h3{font-size:1.8rem;margin-bottom:1.5rem}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%;background:#000;border-radius:8px}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.contact-page{max-width:800px;margin:0 auto;padding:2rem;text-align:center}.contact-page h2{font-size:2.5rem;margin-bottom:1rem}.contact-page p{font-size:1.1rem;color:var(--vsa-gray);margin-bottom:2.5rem}.contact-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.contact-links a{text-decoration:none;font-family:var(--heading-font);font-size:1.5rem;font-weight:700;text-transform:uppercase;color:var(--vsa-blue);background-color:var(--vsa-yellow);padding:1rem;border:none;border-radius:8px;display:block;transition:background-color .3s,color .3s}.contact-links a:hover{background-color:var(--vsa-orange);color:var(--vsa-white)}:root{--vsa-blue: #1a1a7e;--vsa-yellow: #ffc700;--vsa-orange: #ff5c35;--vsa-white: #fff;--vsa-gray: #e6e6e6;--heading-font: "Oswald", Arial, sans-serif;--body-font: "Lato", Arial, sans-serif}body{margin:0;min-width:320px;min-height:100vh;background:var(--vsa-blue);color:var(--vsa-white);font-family:var(--body-font)}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100vw;background:var(--vsa-blue)}main{flex-grow:1;width:100%;display:flex;flex-direction:column;align-items:center}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);font-weight:300;letter-spacing:.04em;text-transform:uppercase;color:var(--vsa-yellow);margin:0 0 1.5rem}p,li,a,button{font-family:var(--body-font);font-size:1.15rem;color:var(--vsa-white)}@media (max-width: 600px){main{padding:0 .5rem}}
