@charset "UTF-8";header p{font-size:1.3em;max-width:700px;margin:0 auto 30px;opacity:.9}.container{font-size:1.3em;margin:0 auto;padding:60px 20px 40px;background-color:#e6f0f9;text-align:center}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-buttons a{display:inline-block;padding:15px 35px;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1em;transition:all .3s ease;box-shadow:0 4px 8px var(--shadow-light)}.cta-buttons a:first-child{background-color:var(--secondary-color);color:var(--text-color);border:2px solid var(--secondary-color)}.cta-buttons a:first-child:hover{background-color:#d4e059}.cta-buttons a:last-child{background-color:transparent;color:var(--primary-color);border:2px solid var(--primary-color)}.cta-buttons a:last-child:hover{background-color:var(--primary-color);color:#fff}.why-people-join ul{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;padding:0;max-width:1000px;margin:0 auto}.why-people-join ul li{background-color:#fff;padding:30px;border-radius:12px;box-shadow:0 8px 16px #00000014;border-top:5px solid #4595cf;text-align:center;font-size:1.1rem;color:#666}.why-people-join ul li strong{display:block;margin-bottom:.5rem;color:#333}.checklist{max-width:600px;margin:0 auto;text-align:left}.checklist p{font-size:1.2rem;padding:10px 0;display:flex;align-items:center}.checklist p:before{content:"✅";margin-right:15px}.steps{font-size:1.3rem;margin:0 auto;padding:60px 20px 40px;text-align:center}.how-it-works ol{list-style:none;display:flex;justify-content:center;flex-wrap:wrap;gap:30px;margin:40px auto 0;padding:0;font-size:.9rem}.how-it-works ol li{flex:1 1 300px;max-width:350px;background-color:#fff;padding:30px;border-radius:12px;text-align:center;box-shadow:0 8px 16px #00000014}.how-it-works ol li:before{content:attr(data-step);display:inline-block;background-color:#bed531;color:#000;width:50px;height:50px;line-height:50px;margin-right:12px;font-weight:700;border-radius:50%;margin-bottom:15px}body{font-family:Poppins,Quicksand,Arial,sans-serif;margin:0;padding:0;box-sizing:border-box}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}h2{font-size:2.2rem;color:#4595cf;text-align:center;margin-bottom:2rem}:root{--primary-color: #4595cf;--secondary-color: #bed531;--text-color: #333;--light-text-color: #666;--background-light: #f8f8f8;--background-white: #ffffff;--border-color: #ddd;--shadow-light: rgba(0, 0, 0, .08)}@media (prefers-color-scheme: dark){:root{--primary-color: #82b3ff;--secondary-color: #d3e261;--text-color: #eee;--light-text-color: #aaa;--background-light: #222;--background-white: #111;--border-color: #444;--shadow-light: rgba(255, 255, 255, .08)}}.theme-dark{--primary-color: #82b3ff;--secondary-color: #d3e261;--text-color: #eee;--light-text-color: #aaa;--background-light: #222;--background-white: #111;--border-color: #444;--shadow-light: rgba(255, 255, 255, .08)}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:2rem}.full-width{width:100%}.full-height{height:100%}.center-xy{display:flex;justify-content:center;align-items:center}.screen-reader-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.p-1{padding:1rem}.p-2{padding:2rem}.px-1{padding-left:1rem;padding-right:1rem}.py-1{padding-top:1rem;padding-bottom:1rem}.m-1{margin:1rem}.m-2{margin:2rem}.mx-1{margin-left:1rem;margin-right:1rem}.my-1{margin-top:1rem;margin-bottom:1rem}.hidden{display:none!important}.visible{display:block!important}@media (min-width: 768px){.hide-on-desktop{display:none!important}}@media (max-width: 768px){.hide-on-mobile{display:none!important}}.header{background-color:#fff;color:#333;padding:1rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000}.header-section{flex:1;display:flex;align-items:center}.header-left{justify-content:flex-start}.header-center{flex:2;justify-content:center;min-width:300px}.header-right{justify-content:flex-end}.header-logo{width:60px;height:auto;cursor:pointer}.header-tagline{font-size:clamp(1.1rem,2.5vw + .4rem,2.2rem);color:#333;font-weight:900;text-align:center;word-break:break-word;margin-bottom:.25rem}@media (min-width: 640px){.header-logo{width:80px}.header-tagline{font-size:clamp(1.25rem,2.2vw + .6rem,2.5rem)}}@media (min-width: 768px){.header-logo{width:100px}.header-tagline{font-size:clamp(1.5rem,2vw + 1rem,2.8rem)}}@media (min-width: 1024px){.header-logo{width:120px}.header-tagline{font-size:clamp(1.625rem,1.75vw + 1rem,3rem)}}@media (min-width: 1280px){.header-logo{width:140px}.header-tagline{font-size:clamp(1.75rem,1.5vw + 1.2rem,3.25rem)}}@media (min-width: 1536px){.header-logo{width:160px}.header-tagline{font-size:clamp(2rem,1.2vw + 1.4rem,3.5rem)}}.footer{display:flex;justify-content:space-between;align-items:flex-start;background-color:var(--background-light);color:var(--text-color);padding:2rem;font-size:.9rem}@media (min-width: 768px){.footer{font-size:1rem}}.footer-section{flex:1;padding:0 1rem}.footer-section.left{text-align:left}.footer-section.right{text-align:right}.footer-logo{width:100px;height:auto;margin-bottom:.5rem}.footer-center ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;align-items:flex-start}.footer-center ul li a{text-decoration:none;color:var(--text-color);font-weight:700}.footer-center ul li a:hover{text-decoration:underline}.footer-links{list-style:none;padding:0}.footer-links li{margin:.5rem 0}.footer-links li a{color:var(--text-color);text-decoration:none}.footer-links li a:hover{text-decoration:underline}.footer-title{font-weight:700;margin-bottom:.5rem}.social-links{list-style:none;padding:0}.social-links li{margin:.5rem 0}.social-links li a{color:var(--text-color);text-decoration:none}.social-links li a:hover{text-decoration:underline}.social-icons{display:flex;gap:10px;justify-content:center;margin-top:.5rem}.social-icon{width:30px;height:30px;transition:transform .2s ease}.social-icon:hover{transform:scale(1.1)}nav{background-color:var(--primary-color);height:3em;display:flex;align-items:center;justify-content:center;padding:0 1rem;position:relative}nav ul{list-style:none;display:flex;gap:20px;margin:0;padding:0}nav ul li a{text-decoration:none;color:var(--background-white);font-weight:700}nav ul li a.active{text-decoration:underline}nav .hamburger{display:none;background:none;border:none;font-size:1.5rem;color:var(--background-white);cursor:pointer;left:1rem}@media (max-width: 768px){nav .hamburger{display:block;position:absolute;left:1rem;font-size:1.5rem;background:none;border:none;color:var(--background-white);cursor:pointer}nav ul{display:none;flex-direction:column;position:absolute;top:3em;left:0;background-color:var(--primary-color);width:200px;box-shadow:0 4px 6px #0000001a}nav ul.menu-open{display:flex}nav ul li{text-align:left;padding:1rem}}
