:root{--color-primary: #0052cc;--color-primary-dark: #003d99;--color-secondary: #f0f7ff;--color-text: #111827;--color-text-light: #4b5563;--color-white: #ffffff;--color-bg-light: #f9f9fb;--color-accent: #eef2ff;--font-family: "Inter", system-ui, -apple-system, sans-serif;--border-radius: 16px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1), 0 1px 2px rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{box-sizing:border-box;margin:0;padding:0}html.snap-enabled{scroll-snap-type:y mandatory;padding:0;margin:0;overscroll-behavior-y:none;overscroll-behavior-x:none;background-color:#000;width:100%}.hero-text-block,.selection-content{position:relative;z-index:10}html.snap-enabled body{background-color:transparent;overflow-x:hidden;touch-action:pan-y}body{font-family:var(--font-family);color:var(--color-text);line-height:1.5;background-color:#000;-webkit-font-smoothing:antialiased;margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100%;touch-action:pan-y;overscroll-behavior-x:none}img{max-width:100%;height:auto;display:block}h1,h2,h3{font-weight:800;letter-spacing:-.02em;margin-bottom:.5em;line-height:1.2}p{color:var(--color-text-light);margin-bottom:1em}.container{width:90%;max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.subpage-hero{display:flex;justify-content:center;align-items:center;padding:6rem 1rem 4rem;min-height:60vh;text-align:center}.btn-primary{background-color:var(--color-primary);color:var(--color-white);border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;font-size:1.05rem;letter-spacing:.01em;cursor:pointer;transition:all .2s ease-out;white-space:nowrap;box-shadow:0 4px 12px #0052cc33}.btn-primary:hover{background-color:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 6px 16px #0052cc4d}.btn-primary:active{transform:translateY(0)}.input-primary{padding:1rem 1.5rem;border:1px solid #e0e0e0;border-radius:50px;font-size:1rem;width:100%;transition:all .2s;background:#fcfcfc}.input-primary:focus{outline:none;border-color:var(--color-primary);background:#fff;box-shadow:0 0 0 4px #0052cc1a}.navbar{padding:1rem 0;border-bottom:1px solid rgba(255,255,255,.1)!important;background:#0009!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.navbar a,.nav-container a{color:#fff!important}.nav-container{display:flex;align-items:center;justify-content:space-between}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-text{font-family:var(--font-family);font-weight:700;font-size:1.25rem;color:#fff!important;letter-spacing:-.03em}.hero{padding:6rem 0 4rem;background:radial-gradient(circle at top right,rgba(0,82,204,.08) 0%,transparent 40%),radial-gradient(circle at bottom left,rgba(0,82,204,.05) 0%,transparent 40%);text-align:center}@media (min-width: 768px){.hero{padding:8rem 0 6rem}.hero-content{display:flex;justify-content:center;text-align:center}.hero-text{max-width:800px;margin:0 auto}}.badge-trust{display:inline-block;background:#eefdf5;color:#0f766e;padding:.4rem .8rem;border-radius:20px;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero h1{font-size:2.5rem;margin-bottom:1.5rem;background:-webkit-linear-gradient(bottom left,var(--color-primary-dark),var(--color-primary));-webkit-background-clip:text;background-clip:text;color:var(--color-text);-webkit-text-fill-color:transparent}.hero-core-message{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem;margin-top:-.5rem}.hero-tagline{font-size:1.5rem;font-weight:500;color:var(--color-primary);margin-bottom:1.5rem}@supports not (-webkit-background-clip: text){.hero h1{background:none;color:var(--color-text);-webkit-text-fill-color:currentcolor}}@media (min-width: 768px){.hero h1{font-size:4rem;line-height:1.1}.hero-tagline{font-size:1.75rem}}.mission-section{padding:6rem 0;background:#fff;position:relative;overflow:hidden}.mission-section:before{content:"";position:absolute;top:-50%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,var(--color-secondary) 0%,transparent 70%);z-index:0;opacity:.6}.mission-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.mission-content h2{font-size:2.25rem;margin-bottom:2rem;color:var(--color-text);letter-spacing:-.02em}.mission-types{margin:3rem 0;text-align:left;background:#fff;padding:2.5rem;border-radius:var(--border-radius);border:1px solid rgba(0,0,0,.04);box-shadow:var(--shadow-lg);display:inline-block;width:100%}.mission-types h3{font-size:1.25rem;margin-bottom:2rem;text-align:center;color:var(--color-primary-dark);font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem}.mission-list{list-style:none;display:flex;flex-direction:column;gap:2rem}.mission-list li{display:flex;align-items:flex-start;gap:1.5rem;font-size:1.125rem;padding:1.5rem;background:var(--color-bg-light);border-radius:12px;transition:transform .2s}.mission-list li:hover{transform:translateY(-2px);background:#f3f4f6}.mission-icon{font-size:2rem;flex-shrink:0;background:#fff;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:var(--shadow-sm)}.mission-highlight{font-weight:500;color:var(--color-primary-dark)}@media (min-width: 600px){.mission-list{flex-direction:row;justify-content:center;gap:2rem}.mission-list li{flex:1}}.hero-worker-cta{margin-top:2.5rem;font-size:.95rem;color:var(--color-text-light);line-height:1.5;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;max-width:600px;margin-left:auto;margin-right:auto;text-align:left;box-shadow:0 4px 6px #00000005;position:relative;overflow:hidden}.hero-worker-cta:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--color-primary)}.hero-worker-cta h3{font-size:.9rem;text-transform:uppercase;color:var(--color-primary-dark);font-weight:700;letter-spacing:.05em;margin-bottom:.5rem}.hero-worker-cta a{color:var(--color-primary);font-weight:600;text-decoration:none;display:inline-block;margin-top:.25rem}.hero-worker-cta a:hover{text-decoration:underline}.hero-subtitle{font-size:1.125rem;margin-bottom:2rem}.worker-hero{background-color:#0d1b2a;color:#fff;padding:6rem 0;text-align:center}.worker-hero h1{font-size:2.5rem;margin-bottom:1rem}.worker-hero p{color:#ccc;font-size:1.125rem;max-width:600px;margin:0 auto 2rem}.benefits-grid{display:grid;gap:2rem;margin:4rem 0}@media (min-width: 768px){.benefits-grid{grid-template-columns:repeat(3,1fr)}}.benefit-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px #0000000d;text-align:left}.benefit-icon{font-size:2rem;margin-bottom:1rem;display:inline-block}.join-form{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}@media (min-width: 600px){.join-form{flex-direction:row;background:#fff;padding:.5rem;border-radius:60px;box-shadow:var(--shadow-md);border:1px solid #eee}.input-primary{border:none;flex:1}}.launch-date{font-size:.875rem;font-weight:500;color:var(--color-primary);margin-bottom:.5rem}.categories-section{padding:4rem 0}.categories-section h2{text-align:center;margin-bottom:2rem}.categories-grid{display:flex;overflow-x:auto;gap:1rem;padding-bottom:1rem;scroll-snap-type:x mandatory}.category-card{flex:0 0 auto;scroll-snap-align:start;background:var(--color-white);border:1px solid rgba(0,0,0,.05);border-radius:var(--border-radius);padding:1.5rem;min-width:140px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;box-shadow:0 4px 20px #00000008;cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1)}.category-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0052cc14;border-color:#0052cc33}.cat-icon{font-size:2.5rem;margin-bottom:.5rem;transition:transform .3s}.category-card:hover .cat-icon{transform:scale(1.1)}@media (min-width: 600px){.categories-grid{justify-content:center;flex-wrap:wrap;overflow-x:visible}}.process-section{padding:4rem 0;background:var(--color-bg-light)}.process-section h2{text-align:center;margin-bottom:3rem}.process-steps{display:grid;gap:2rem;text-align:left}@media (min-width: 768px){.process-steps{grid-template-columns:repeat(3,1fr);text-align:center}.step{display:flex;flex-direction:column;align-items:center}}.step-icon-bg{width:64px;height:64px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:var(--shadow-sm);margin-bottom:1rem}.features-section{padding:4rem 0}.features-list{list-style:none;max-width:600px;margin:0 auto}.features-list li{font-size:1.125rem;margin-bottom:1rem;background:var(--color-bg-light);padding:1rem;border-radius:var(--border-radius)}.footer{padding:4rem 0;background:#f1f5f9;text-align:center}.footer-form{max-width:500px;margin:2rem auto}.copyright{font-size:.875rem;color:#999;margin-top:3rem}.selection-hero{height:100vh;min-height:100vh;width:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;position:relative;padding:calc(2rem + env(safe-area-inset-top)) 1rem calc(6.5rem + env(safe-area-inset-bottom));overflow:visible;max-width:100vw;box-sizing:border-box;background-color:transparent;scroll-snap-align:start;scroll-snap-stop:normal}.selection-hero:before{content:"";position:absolute;top:-50vh;left:0;width:100%;height:50vh;background:#000;z-index:5}.selection-hero:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#000,#0000 5px,#0000 calc(100% - 150px),#000c);z-index:1;pointer-events:none}.snap-container{display:block}.fixed-background{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:url(/assets/hero-collage.jpg) no-repeat center center;background-size:cover;z-index:-1;animation:panSideToSide 15s ease-in-out infinite alternate;opacity:1;filter:brightness(.7) saturate(1.1)}@keyframes panSideToSide{0%{background-position:0% 50%;transform:scale(1.1)}to{background-position:100% 50%;transform:scale(1.1)}}.top-logo-container{position:relative;width:100%;display:flex;justify-content:center;padding-top:1rem;z-index:20;pointer-events:none;flex:0 0 auto;margin-bottom:auto}.logo-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem}.brand-header img{filter:drop-shadow(0 0 15px rgba(255,255,255,.4));width:50px;height:50px}.brand-name{font-size:2rem;font-weight:800;color:#f8fafc;letter-spacing:-.03em;font-family:Inter,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.5);line-height:1}.selection-content{position:relative;z-index:2;width:100%;max-width:1000px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:1.5rem;padding-bottom:1rem;flex:0 0 auto;margin-top:auto}.hero-text-block{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center;max-width:600px;background:transparent;padding:0;border:none;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}.hero-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 4px 12px rgba(0,0,0,.8)}.hero-subtitle-text{font-size:.95rem;color:#ffffffe6;margin:0;line-height:1.4;font-weight:400;text-shadow:0 3px 8px rgba(0,0,0,.8)}@media (min-width: 768px){.hero-title{font-size:2rem}}.story-reveal{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));text-align:center;z-index:10;scroll-snap-align:start;scroll-snap-stop:normal;margin-top:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 -80px 120px #000c;color:#fff;overflow:hidden}.story-content{max-width:800px;margin:0 auto;max-height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.story-content h2{font-size:1.5rem;margin-bottom:1.5rem;text-shadow:0 4px 12px rgba(0,0,0,.5);line-height:1.25;color:#fff}@media (min-width: 768px){.story-reveal{padding:4rem 2rem}.story-content h2{font-size:2.25rem;margin-bottom:2rem}}.story-text-block{text-align:left;background:#ffffff14;padding:1.5rem;border-radius:24px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);margin-bottom:2rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 20px #0003;max-width:800px;width:100%}.story-text-block p{color:#e2e8f0;font-size:.95rem;margin-bottom:1rem;line-height:1.5}.story-text-block p:last-child{margin-bottom:0}@media (min-width: 768px){.story-text-block{padding:3rem;margin-bottom:3rem;max-height:none;overflow-y:visible}.story-text-block p{font-size:1.15rem;line-height:1.6}}.story-link{color:#000;font-weight:700;font-size:1.1rem;text-decoration:none;display:inline-block;padding:1rem 2rem;background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);box-shadow:0 10px 25px #0000001a;border-radius:50px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.context-bar{width:100%;background:#ffffff14;border-bottom:1px solid rgba(255,255,255,.1);padding:.75rem 1rem;text-align:center;font-size:.9rem;color:#ffffffe6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;z-index:90}.hero-glass-card{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;padding:3rem 2rem;border:none;box-shadow:none;max-width:800px;width:100%;z-index:2;position:relative;text-align:center;display:flex;flex-direction:column;align-items:center}.hero-glass-card h1{color:#fff;text-shadow:0 10px 30px rgba(0,0,0,.5);margin-bottom:1.5rem;text-align:center}.hero-glass-card p{color:#ffffffe6;font-size:1.25rem;line-height:1.6;text-align:center}.bg-light-theme{position:fixed;top:0;left:0;width:100%;height:100vh;min-height:100svh;background:url(/assets/hero-collage.jpg) no-repeat center center;background-size:cover;z-index:-1;animation:panSideToSide 15s ease-in-out infinite alternate}.bg-light-theme:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;z-index:0}.content-surface{background:var(--color-bg-light);border-radius:40px 40px 0 0;padding:4rem 1.5rem 6rem;position:relative;z-index:5;box-shadow:0 -20px 80px #00000080;width:100%;margin-top:-2rem}@media (min-width: 768px){.content-surface{border-radius:64px 64px 0 0;padding:6rem 4rem;max-width:100%;margin-top:-3rem}}.sources-list-styled{list-style:none;padding:0;font-size:.85rem;color:#666}.sources-list-styled li{margin-bottom:.5rem;line-height:1.4}.sources-list-styled a{font-weight:600;color:#0052cc;text-decoration:none}.sources-list-styled a:hover{text-decoration:underline}.source-author{color:#888;font-weight:400}.glass-article{max-width:720px;margin:6rem 1rem 4rem;padding:1.5rem;background:#ffffffe6;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:20px;box-shadow:0 20px 60px #00000026;border:1px solid rgba(255,255,255,.8)}@media (min-width: 768px){.glass-article{padding:4rem;margin:8rem auto 4rem;border-radius:24px}}.story-link:hover{transform:translateY(-3px);background:#ffffffd9;box-shadow:0 15px 35px #00000026}.start-footer{position:relative;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;text-align:center;z-index:10;scroll-snap-align:start;margin-top:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 60px 100px #000}.start-footer:after{content:"";position:absolute;bottom:-50vh;left:0;width:100%;height:50vh;background:#000;z-index:-1}.footer-content{max-width:700px;display:flex;flex-direction:column;gap:3rem}.start-footer .footer-content{color:#fff}.footer .footer-content,.footer .footer-content h2,.footer .footer-content h3{color:var(--color-text)}.footer .footer-content p{color:var(--color-text-light)}.footer-content h2{font-size:2rem;font-weight:700;margin-top:0;color:#fff}.footer-info{margin-top:0;font-size:1rem;opacity:.9;display:flex;flex-direction:column;gap:1.5rem;line-height:1.6}.footer-info p{margin:0;color:#fff}.footer-info a{color:#fff;text-decoration:underline;font-weight:600}.selection-cards{display:flex;flex-direction:row;gap:1rem;width:100%;padding:0}.selection-card{flex:1;position:relative;height:180px;border-radius:20px;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;transition:all .3s cubic-bezier(.25,.8,.25,1);box-shadow:0 10px 30px #0003;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}@media (min-width: 768px){.selection-card{height:240px;border-radius:24px;padding:1.5rem}}.card-icon-svg{margin-bottom:1rem;transition:transform .3s ease}.selection-card:hover .card-icon-svg{transform:scale(1.1)}.selection-card{background:#ffffff59;border:1px solid rgba(255,255,255,.5)}.selection-card .card-icon-svg{color:var(--color-primary)}.selection-card .card-title{color:#0f172a;text-shadow:0 0 20px rgba(255,255,255,.5)}.selection-card .card-desc{color:#1f2937;font-weight:600}.selection-card:hover{transform:translateY(-5px);background:#ffffff8c;box-shadow:0 20px 40px #fff3}.selection-card:first-child{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.6);box-shadow:0 20px 40px #0000001a}.selection-card:first-child:hover{background:#ffffffd9;transform:translateY(-5px) scale(1.02);box-shadow:0 25px 50px #00000026}.card-content{position:relative;z-index:2;text-align:center}.card-title{display:block;font-size:1.75rem;font-weight:800;color:var(--color-text);margin-bottom:.75rem}.card-desc{display:block;font-size:1rem;color:var(--color-text-light);font-weight:500}.card-badge,.card-icon,.card-btn,.selection-card:before,.selection-card:after{display:none}
