@keyframes roundPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.invest-page{padding-top:60px;min-height:100dvh;display:flex;flex-direction:column;overflow-x:hidden}.invest-hero{margin:clamp(1rem,3vw,2rem);padding:clamp(3rem,8vw,5rem) clamp(2rem,5vw,3rem);background:var(--primary);border:3px solid var(--hard-line);border-radius:24px;text-align:center;position:relative;overflow:hidden}.invest-hero-shape{position:absolute;border:3px solid rgba(255,255,255,.15);border-radius:20px;pointer-events:none}.invest-hero-shape-1{width:120px;height:120px;top:-30px;right:-20px;transform:rotate(15deg);animation:investFloat1 6s ease-in-out infinite}.invest-hero-shape-2{width:80px;height:80px;bottom:-20px;left:10%;transform:rotate(-10deg);animation:investFloat2 8s ease-in-out infinite}.invest-hero-shape-3{width:60px;height:60px;top:20%;left:-15px;border-radius:50%;animation:investFloat3 7s ease-in-out infinite}.invest-hero-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.15em;padding:.375rem 1rem;background:var(--card);color:var(--navy);border:2px solid var(--hard-line);border-radius:100px;margin-bottom:1.5rem;position:relative;z-index:1}.invest-hero-title{font-size:clamp(2.5rem,8vw,4rem);font-weight:900;letter-spacing:-.04em;margin-bottom:.75rem}.invest-hero-sub,.invest-hero-title{color:white;position:relative;z-index:1}.invest-hero-sub{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:600;opacity:.8;line-height:1.6;max-width:500px;margin:0 auto 2rem}.invest-hero-cta{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 2rem;background:var(--card);color:var(--navy);font-size:1rem;font-weight:800;text-decoration:none;border:3px solid var(--hard-line);border-radius:100px;box-shadow:4px 4px 0 var(--hard-shadow);z-index:1}.invest-section{padding:clamp(3rem,8vw,5rem) clamp(1rem,3vw,2rem);max-width:1000px;margin:0 auto;width:100%;box-sizing:border-box}.invest-section-tight{padding-top:0}.invest-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.875rem,2vw,1.25rem);margin-top:clamp(1.5rem,4vw,2.5rem)}@media (max-width:768px){.invest-metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.invest-metrics-grid{grid-template-columns:1fr;max-width:300px;margin:clamp(1.5rem,4vw,2.5rem) auto 0}}.invest-metric-value{font-size:clamp(2rem,5vw,2.75rem);font-weight:900;color:var(--navy);letter-spacing:-.03em;margin-bottom:.25rem}.invest-metric-label{font-size:clamp(.8125rem,2vw,.9375rem);font-weight:700;color:var(--navy);opacity:.6}.invest-vision-banner{margin:0 clamp(1rem,3vw,2rem) clamp(1.5rem,3vw,2rem);padding:clamp(3rem,7vw,4.5rem) clamp(2rem,5vw,3rem);background:var(--bold-teal);border:3px solid var(--hard-line);border-radius:24px;text-align:center}.invest-vision-title{font-size:clamp(2rem,6vw,3rem);font-weight:900;color:var(--navy);letter-spacing:-.03em;margin-bottom:1rem}.invest-vision-desc{font-size:clamp(.9375rem,2.5vw,1.0625rem);font-weight:600;color:var(--navy);opacity:.7;line-height:1.6;max-width:600px;margin:0 auto 2.5rem}.invest-vision-bullets{display:flex;flex-direction:column;gap:1rem;max-width:600px;margin:0 auto;text-align:left}.invest-vision-bullet{display:flex;align-items:flex-start;gap:.875rem;font-size:clamp(.9375rem,2.5vw,1rem);font-weight:600;color:var(--navy);line-height:1.5}.invest-bullet-icon{width:28px;height:28px;min-width:28px;display:flex;align-items:center;justify-content:center;background:var(--card);border:2px solid var(--hard-line);border-radius:8px;font-size:.75rem;color:var(--navy);margin-top:1px}.invest-rounds-list{display:flex;flex-direction:column;gap:clamp(1.25rem,3vw,2rem);max-width:700px;margin:0 auto}.invest-round-card{background:var(--card);border:3px solid var(--hard-line);border-radius:20px;padding:clamp(1.5rem,4vw,2.25rem);box-shadow:6px 6px 0 var(--hard-shadow);position:relative;top:0;left:0;transition:top .1s ease,left .1s ease,box-shadow .1s ease}.invest-round-card:hover{box-shadow:none;top:6px;left:6px}.invest-round-active{border-color:var(--primary);box-shadow:6px 6px 0 var(--primary)}.invest-round-active:hover{box-shadow:none}.invest-round-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.invest-round-name{font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:900;color:var(--navy);letter-spacing:-.02em}.invest-round-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;padding:.3rem .875rem;border-radius:100px;border:2px solid var(--hard-line)}.invest-round-status-active{background:var(--fill-green);color:var(--navy)}.invest-round-status-closed{background:var(--background);color:var(--navy);opacity:.5}.invest-round-status-upcoming{background:var(--bold-yellow);color:var(--navy)}.invest-round-pulse{width:8px;height:8px;border-radius:50%;background:var(--fill-moss);animation:roundPulse 2s ease-in-out infinite}.invest-round-desc{font-size:clamp(.875rem,2.5vw,.9375rem);font-weight:500;color:var(--navy);opacity:.6;line-height:1.6}.invest-round-desc,.invest-round-progress-wrap{margin-bottom:1.5rem}.invest-round-progress-bar{height:12px;background:var(--background);border:2px solid var(--hard-line);border-radius:100px;overflow:hidden;margin-bottom:.5rem}.invest-round-progress-fill{height:100%;background:linear-gradient(90deg,var(--primary),#5046E5);border-radius:100px;transition:width 1s ease-out;min-width:0}.invest-round-progress-labels{display:flex;justify-content:space-between;font-size:.75rem;font-weight:700;color:var(--navy);opacity:.5}.invest-round-stats{display:flex;gap:clamp(1rem,3vw,2rem);margin-bottom:1.5rem;flex-wrap:wrap}.invest-round-stat{display:flex;align-items:center;gap:.625rem}.invest-round-stat>i{font-size:1rem;color:var(--navy);opacity:.3}.invest-round-stat-label{display:block;font-size:.6875rem;font-weight:700;color:var(--navy);opacity:.4;text-transform:uppercase;letter-spacing:.04em}.invest-round-stat-value{display:block;font-size:clamp(.9375rem,2.5vw,1.0625rem);font-weight:800;color:var(--navy)}.invest-round-highlights{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding-top:1.25rem;border-top:2px solid rgba(var(--ink-rgb),.08)}.invest-round-highlight{display:flex;align-items:center;gap:.625rem;font-size:clamp(.8125rem,2vw,.875rem);font-weight:600;color:var(--navy);opacity:.7}.invest-round-highlight i{font-size:.6875rem;color:#22C55E}.invest-round-cta{gap:.5rem;padding:.75rem 1.5rem;background:var(--ink-fill);font-size:.875rem;transition:opacity .15s}.invest-round-cta:hover{opacity:.85}.invest-market-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.875rem,2vw,1.25rem);margin-top:clamp(1.5rem,4vw,2.5rem)}@media (max-width:640px){.invest-market-grid{grid-template-columns:1fr;max-width:340px;margin:clamp(1.5rem,4vw,2.5rem) auto 0}}.invest-market-card{background:var(--card);border:3px solid var(--hard-line);border-radius:20px;padding:clamp(1.5rem,4vw,2rem);text-align:center;box-shadow:6px 6px 0 var(--hard-shadow);position:relative;top:0;left:0;transition:top .1s ease,left .1s ease,box-shadow .1s ease}.invest-market-card:hover{box-shadow:none;top:6px;left:6px}.invest-market-value{font-size:clamp(2rem,6vw,3rem);font-weight:900;color:var(--navy);letter-spacing:-.03em;margin-bottom:.25rem}.invest-market-label{font-size:clamp(.8125rem,2vw,.9375rem);font-weight:700;color:var(--navy);opacity:.6;margin-bottom:.75rem}.invest-market-detail{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:800;color:#22C55E;background:rgba(34,197,94,.1);padding:.25rem .75rem;border-radius:100px;border:2px solid rgba(34,197,94,.2)}.invest-market-detail i{font-size:.625rem}.invest-market-insight{display:flex;align-items:flex-start;gap:.75rem;margin-top:clamp(1.5rem,4vw,2.5rem);padding:clamp(1rem,3vw,1.5rem);background:var(--tint-blue);border:2px solid var(--primary);border-radius:16px;max-width:700px;margin-left:auto;margin-right:auto}.invest-market-insight>i{font-size:1.25rem;color:var(--primary-text);margin-top:2px;flex-shrink:0}.invest-market-insight>span{font-size:clamp(.8125rem,2vw,.9375rem);font-weight:600;color:var(--navy);line-height:1.5}.invest-challenge-banner{margin:0 clamp(1rem,3vw,2rem) clamp(1.5rem,3vw,2rem);padding:clamp(2.5rem,7vw,4rem) clamp(1.5rem,4vw,2.5rem);background:var(--fill-peach);border:3px solid var(--hard-line);border-radius:24px}.invest-challenge-title{font-size:clamp(2rem,6vw,3rem);font-weight:900;color:var(--navy);letter-spacing:-.03em;text-align:center;margin-bottom:.5rem}.invest-challenge-subtitle{font-size:clamp(.9375rem,2.5vw,1.0625rem);font-weight:600;color:var(--navy);opacity:.7;text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.invest-challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,3vw,1.5rem);max-width:800px;margin:0 auto}@media (max-width:640px){.invest-challenge-grid{grid-template-columns:1fr;max-width:400px}}.invest-challenge-col{background:var(--card);border:3px solid var(--hard-line);border-radius:20px;padding:clamp(1.25rem,3vw,1.75rem)}.invest-challenge-col-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.invest-challenge-col-header i{font-size:1.125rem;color:var(--primary-text)}.invest-challenge-col-header h3{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:800;color:var(--navy)}.invest-challenge-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.invest-challenge-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:clamp(.8125rem,2vw,.875rem);font-weight:600;color:var(--navy);opacity:.7;line-height:1.4}.invest-challenge-list li i{font-size:.75rem;color:var(--danger-ink);margin-top:3px;flex-shrink:0}.invest-workflow-steps{display:flex;flex-wrap:wrap;gap:clamp(.5rem,1.5vw,.75rem);margin-top:clamp(1.5rem,4vw,2.5rem);justify-content:center}.invest-workflow-step{flex:1 1 140px;min-width:0;background:var(--primary);border:3px solid var(--hard-line);border-radius:20px;padding:clamp(1rem,2.5vw,1.5rem);text-align:center;position:relative}@media (max-width:640px){.invest-workflow-steps{flex-direction:column;max-width:300px;margin-left:auto;margin-right:auto}}.invest-workflow-num{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--card);border:2px solid var(--hard-line);border-radius:10px;font-size:.875rem;font-weight:900;color:var(--navy);margin:0 auto .75rem}.invest-workflow-step h3{font-size:clamp(.875rem,2vw,1rem);font-weight:800;color:white;margin-bottom:.375rem}.invest-workflow-step p{font-size:clamp(.6875rem,1.5vw,.75rem);font-weight:600;color:white;opacity:.75;line-height:1.4}.invest-workflow-arrow{display:none}.invest-workflow-features{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.875rem,2vw,1.25rem);margin-top:clamp(1.25rem,3vw,1.75rem)}@media (max-width:640px){.invest-workflow-features{grid-template-columns:1fr;margin-top:clamp(1.25rem,3vw,1.75rem)}}.invest-workflow-feature{display:flex;align-items:flex-start;gap:.75rem;background:var(--card);border:3px solid var(--hard-line);border-radius:16px;padding:clamp(1rem,2.5vw,1.25rem)}.invest-workflow-feature>i{font-size:1rem;color:var(--primary-text);margin-top:2px;flex-shrink:0}.invest-workflow-feature strong{display:block;font-size:clamp(.8125rem,2vw,.875rem);font-weight:800;color:var(--navy);margin-bottom:.25rem}.invest-workflow-feature span{font-size:clamp(.6875rem,1.5vw,.75rem);font-weight:600;color:var(--navy);opacity:.6;line-height:1.4}.invest-competitive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.875rem,2vw,1.25rem);margin-top:clamp(1.5rem,4vw,2.5rem)}@media (max-width:768px){.invest-competitive-grid{grid-template-columns:1fr;max-width:400px;margin:clamp(1.5rem,4vw,2.5rem) auto 0}}.invest-competitive-moat{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-top:clamp(1.5rem,4vw,2.5rem);padding:1rem 2rem;background:var(--primary);border:3px solid var(--hard-line);border-radius:100px;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto}.invest-competitive-moat i{font-size:1rem;color:white}.invest-competitive-moat span{font-size:clamp(.875rem,2vw,1rem);font-weight:800;color:white;text-transform:uppercase;letter-spacing:.08em}.invest-revenue-banner{margin:0 clamp(1rem,3vw,2rem) clamp(1.5rem,3vw,2rem);padding:clamp(2.5rem,7vw,4rem) clamp(1.5rem,4vw,2.5rem);background:var(--bold-yellow);border:3px solid var(--hard-line);border-radius:24px}.invest-revenue-title{font-size:clamp(2rem,6vw,3rem);font-weight:900;color:var(--navy);letter-spacing:-.03em;text-align:center;margin-bottom:.5rem}.invest-revenue-subtitle{font-size:clamp(.9375rem,2.5vw,1.0625rem);font-weight:600;color:var(--navy);opacity:.7;text-align:center;margin-bottom:clamp(2rem,5vw,3rem)}.invest-revenue-phases{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(.875rem,2vw,1.25rem);max-width:900px;margin:0 auto}@media (max-width:640px){.invest-revenue-phases{grid-template-columns:1fr;max-width:340px}}.invest-revenue-phase{background:var(--card);border:3px solid var(--hard-line);border-radius:20px;padding:clamp(1.25rem,3vw,1.75rem)}.invest-revenue-phase-active{border-color:var(--primary);box-shadow:4px 4px 0 var(--primary)}.invest-revenue-phase-num{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--ink-fill);color:white;border-radius:8px;font-size:.875rem;font-weight:900;margin-bottom:.75rem}.invest-revenue-phase h3{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:800;color:var(--navy);margin-bottom:.25rem}.invest-revenue-phase-sub{font-size:.6875rem;font-weight:700;color:var(--navy);opacity:.4;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.invest-revenue-phase p{font-size:clamp(.75rem,2vw,.8125rem);font-weight:600;color:var(--navy);opacity:.6;line-height:1.5;margin-bottom:.75rem}.invest-revenue-phase-tag{display:inline-flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:800;color:var(--primary-text);padding:.25rem .625rem;background:var(--tint-blue);border-radius:100px;border:1px solid rgba(0,102,255,.15)}.invest-revenue-phase-tag i{font-size:.5rem}.invest-revenue-vision{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-top:clamp(1.5rem,4vw,2.5rem);padding:.875rem 1.5rem;background:var(--ink-fill);border-radius:100px;max-width:-moz-fit-content;max-width:fit-content;margin-left:auto;margin-right:auto}.invest-revenue-vision i{font-size:1rem;color:#FACC15}.invest-revenue-vision span{font-size:clamp(.75rem,2vw,.875rem);font-weight:700;color:white}.invest-roadmap-layout{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1.25rem,3vw,2rem);margin-top:clamp(1.5rem,4vw,2.5rem)}@media (max-width:768px){.invest-roadmap-layout{grid-template-columns:1fr;max-width:500px;margin:clamp(1.5rem,4vw,2.5rem) auto 0}}.invest-roadmap-status{background:var(--card);border:3px solid var(--hard-line);border-radius:20px;padding:clamp(1.5rem,4vw,2rem)}.invest-roadmap-status h3{display:flex;align-items:center;gap:.625rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:800;color:var(--navy);margin-bottom:1.25rem}.invest-roadmap-status h3 i{color:#22C55E;font-size:1.125rem}.invest-roadmap-status ul{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.625rem}.invest-roadmap-status li{display:flex;align-items:flex-start;gap:.5rem;font-size:clamp(.75rem,2vw,.8125rem);font-weight:600;color:var(--navy);opacity:.7;line-height:1.4}.invest-roadmap-status li i{font-size:.625rem;color:#22C55E;margin-top:4px;flex-shrink:0}.invest-roadmap-pilot{display:flex;align-items:flex-start;gap:.75rem;padding:clamp(1rem,2.5vw,1.25rem);background:var(--primary);border:2px solid var(--hard-line);border-radius:16px}.invest-roadmap-pilot>i{font-size:1.25rem;color:white;margin-top:2px;flex-shrink:0}.invest-roadmap-pilot strong{display:block;font-size:clamp(1.25rem,3.5vw,1.5rem);font-weight:900;color:white;margin-bottom:.25rem}.invest-roadmap-pilot span{font-size:clamp(.6875rem,1.5vw,.75rem);font-weight:600;color:white;opacity:.75;line-height:1.4}.invest-roadmap-timeline{display:flex;flex-direction:column;gap:0;position:relative}.invest-roadmap-timeline:before{content:"";position:absolute;left:12px;top:12px;bottom:12px;width:2px;background:rgba(var(--ink-rgb),.1)}.invest-roadmap-phase{display:flex;gap:1rem;padding-bottom:1.5rem;position:relative}.invest-roadmap-phase:last-child{padding-bottom:0}.invest-roadmap-dot{width:24px;height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;background:var(--card);border:3px solid rgba(var(--ink-rgb),.2);border-radius:50%;position:relative;z-index:1}.invest-roadmap-dot-active{background:var(--primary);border-color:var(--primary)}.invest-roadmap-dot-active:after{content:"";width:8px;height:8px;background:var(--card);border-radius:50%}.invest-roadmap-label{position:absolute;left:calc(100% + 8px);top:50%;transform:translateY(-50%);white-space:nowrap;font-size:.5625rem;font-weight:800;color:white;background:var(--primary);padding:.15rem .5rem;border-radius:100px;text-transform:uppercase;letter-spacing:.06em}.invest-roadmap-content{padding-left:5.5rem}.invest-roadmap-content h4{font-size:clamp(.9375rem,2.5vw,1.0625rem);font-weight:800;color:var(--navy);margin-bottom:.25rem}.invest-roadmap-content p{font-size:clamp(.75rem,2vw,.8125rem);font-weight:600;color:var(--navy);opacity:.6;line-height:1.4}@keyframes invest-seed-pulse{0%,to{box-shadow:0 0 0 0 rgba(0,122,253,.55)}50%{box-shadow:0 0 0 10px rgba(0,122,253,0)}}.invest-seed-badge{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;font-size:13px;font-weight:800;letter-spacing:.04em;padding:.5rem 1.125rem;background:#007AFD;color:white;border-radius:100px;margin:0 auto 1rem;position:relative;z-index:2;animation:invest-seed-pulse 2.4s ease-out infinite}.invest-journey-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center;max-width:760px;margin-left:auto;margin-right:auto;gap:clamp(1rem,2vw,1.5rem);margin-top:clamp(1.5rem,4vw,2.5rem)}@media (max-width:900px){.invest-journey-grid{grid-template-columns:1fr}}.invest-journey-card{background:var(--card);border:3px solid var(--hard-line);border-radius:16px;padding:1.5rem 1.375rem;box-shadow:3px 3px 0 var(--hard-shadow)}.invest-journey-card h3{font-size:1rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-alt-text);margin:0 0 1rem}.invest-journey-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.invest-journey-card li{font-size:.9375rem;font-weight:600;line-height:1.45;color:var(--navy)}.invest-whygrid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(1rem,2vw,1.5rem)}@media (max-width:900px){.invest-whygrid{grid-template-columns:1fr}}.invest-whycol{background:var(--card);border:3px solid var(--hard-line);border-radius:16px;padding:1.75rem 1.5rem;box-shadow:3px 3px 0 var(--hard-shadow)}.invest-whycol-now{background:var(--neutral-warm)}.invest-whycol-us{background:var(--card)}.invest-whycol h3{font-size:1.5rem;font-weight:900;letter-spacing:-.02em;margin:0 0 1.125rem;color:var(--navy)}.invest-whycol-now h3{color:var(--brand-alt-text)}.invest-whycol ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.875rem}.invest-whycol li{display:flex;gap:.75rem;align-items:flex-start;font-size:.9375rem;font-weight:600;line-height:1.5;color:var(--navy)}.invest-whycol li i{color:var(--brand-alt-text);font-size:.9375rem;margin-top:.25rem;flex-shrink:0}.invest-round-banner{margin:clamp(1.5rem,3vw,2rem) clamp(1rem,3vw,2rem);padding:clamp(2.5rem,6vw,4rem) clamp(1.5rem,4vw,3rem);background:var(--card);border:3px solid var(--hard-line);border-radius:24px;box-shadow:4px 4px 0 var(--hard-shadow);text-align:center;min-height:600px}.invest-round-headline{font-size:clamp(3rem,9vw,72px);font-weight:900;color:var(--brand-alt-text);letter-spacing:-.04em;line-height:1;margin-bottom:.5rem}.invest-round-runway{font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700;color:var(--navy);opacity:.7;margin-bottom:clamp(2rem,5vw,3rem)}.invest-round-funds{max-width:640px;margin:0 auto clamp(1.75rem,4vw,2.5rem);text-align:left}.invest-round-funds-title{font-size:.875rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--navy);opacity:.6;margin-bottom:1rem;text-align:center}.invest-round-bar{margin-bottom:1rem}.invest-round-bar-row{display:flex;align-items:baseline;gap:.625rem;margin-bottom:.375rem}.invest-round-bar-pct{font-size:1.125rem;font-weight:900;color:var(--brand-alt-text);flex-shrink:0;min-width:3.25rem}.invest-round-bar-label{font-size:.9375rem;font-weight:600;color:var(--navy);flex:1 1 auto;min-width:0;word-break:break-word;overflow-wrap:anywhere;line-height:1.35}.invest-round-bar-track{height:12px;background:var(--neutral-warm);border:2px solid var(--hard-line);border-radius:100px;overflow:hidden}.invest-round-bar-fill{height:100%;background:#007AFD;border-radius:100px;transition:width .6s ease-out}.invest-round-terms{list-style:none;padding:0;margin:0 auto clamp(1.5rem,4vw,2rem);max-width:480px;display:flex;flex-direction:column;gap:.375rem}.invest-round-terms li{font-size:.875rem;font-weight:600;color:var(--navy);opacity:.7}.invest-round-cta{display:inline-flex;align-items:center;gap:.625rem;padding:1rem 2rem;background:#007AFD;color:white;font-size:1rem;font-weight:800;text-decoration:none;border:3px solid var(--hard-line);border-radius:100px;box-shadow:3px 3px 0 var(--hard-shadow);transition:transform .15s,box-shadow .15s}.invest-round-cta:hover{transform:translate(3px,3px);box-shadow:0 0 0 var(--hard-shadow)}.invest-radio-group{display:flex;flex-wrap:wrap;gap:.5rem}.invest-radio{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.125rem;background:var(--card);border:2px solid var(--hard-line);border-radius:100px;font-size:.875rem;font-weight:700;color:var(--navy);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s,color .15s,transform .1s}.invest-radio:hover{transform:translateY(-1px)}.cafes-form-field .invest-radio input[type=radio],.invest-radio input[type=radio]{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;pointer-events:none}.invest-radio span{display:inline-block;line-height:1}.invest-radio:has(input:checked){background:var(--card);color:var(--brand-alt-text);border-color:#007AFD}.invest-radio:focus-within{outline:2px solid #007AFD;outline-offset:2px}.invest-legal-disclaimer{max-width:640px;margin:clamp(1.5rem,3vw,2rem) auto 0;padding:0 1rem;font-size:12px;line-height:1.5;color:rgba(255,255,255,.5);text-align:center}.invest-page{padding-bottom:5.5rem}.invest-traction-headline{margin:0 clamp(1rem,3vw,2rem) clamp(1rem,3vw,1.5rem);padding:clamp(1.5rem,4vw,2.5rem);background:var(--bold-cream);border:3px solid var(--hard-line);border-radius:24px;box-shadow:6px 6px 0 var(--hard-shadow);text-align:center}.invest-traction-big{font-size:clamp(2.5rem,9vw,4.5rem);font-weight:900;line-height:1;color:var(--navy);letter-spacing:-.03em}.invest-traction-big span{color:var(--brand-alt-text)}.invest-traction-lead{margin:.75rem auto 0;max-width:46ch;font-size:clamp(.9375rem,2.4vw,1.125rem);font-weight:700;color:var(--navy);line-height:1.45}.invest-traction-note{margin:clamp(.75rem,2vw,1rem) clamp(1rem,3vw,2rem) 0;font-size:clamp(.75rem,1.9vw,.875rem);font-weight:600;color:var(--text-secondary);text-align:center;line-height:1.5}.invest-market-source{display:block;width:-moz-fit-content;width:fit-content;margin:.625rem auto 0;font-size:.6875rem;font-weight:700;color:var(--navy);opacity:.7;text-decoration:underline;text-underline-offset:2px}.invest-market-source:hover{opacity:1}@media (max-width:560px){.invest-reach{flex-direction:column;align-items:flex-start;gap:.5rem}}.invest-funnel{margin:clamp(1.25rem,3vw,2rem) clamp(1rem,3vw,2rem) 0;padding:clamp(1.25rem,3vw,1.75rem);background:var(--card);border:3px solid var(--hard-line);border-radius:20px;box-shadow:4px 4px 0 var(--hard-shadow)}.invest-funnel-title{margin:0 0 clamp(1rem,2.5vw,1.25rem);font-size:clamp(1rem,2.4vw,1.25rem);font-weight:800;color:var(--navy);text-align:center}.invest-funnel-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.5rem,1.5vw,.875rem);margin:0;padding:0;list-style:none;counter-reset:step}.invest-funnel-step{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:clamp(.75rem,2vw,1rem) .5rem;background:var(--background);border-radius:14px;text-align:center;position:relative}.invest-funnel-step+.invest-funnel-step:before{content:"›";position:absolute;left:calc(-.5 * clamp(.5rem, 1.5vw, .875rem) - .3em);top:50%;transform:translateY(-50%);color:var(--navy);opacity:.35;font-size:1.25rem;font-weight:800}.invest-funnel-value{font-size:clamp(1.25rem,3.4vw,1.75rem);font-weight:800;color:var(--navy);font-feature-settings:"tnum";font-variant-numeric:tabular-nums;line-height:1.1}.invest-funnel-label{font-size:clamp(.6875rem,1.6vw,.8125rem);font-weight:700;color:var(--navy);line-height:1.3}.invest-funnel-source{font-size:clamp(.5625rem,1.3vw,.6875rem);font-weight:600;color:var(--text-secondary);line-height:1.3}.invest-funnel-note{margin:clamp(.875rem,2vw,1.125rem) 0 0;font-size:clamp(.6875rem,1.6vw,.8125rem);color:var(--text-secondary);text-align:center;line-height:1.5}@media (max-width:720px){.invest-funnel-steps{grid-template-columns:repeat(2,1fr)}.invest-funnel-step:nth-child(3):before{content:none}}