@@ -196,64 +196,18 @@ export default function ScorePage() {
196196 </ p >
197197 </ div >
198198
199- { /* ── Closing CTA band (matches landing page style) ── */ }
200- < section className = "box-glow mt-16 overflow-hidden rounded-2xl border border-gold/25 bg-gradient-to-b from-gold/5 to-bg-surface px-6 py-14 text-center" >
201- < div className = "font-mono text-xs uppercase tracking-widest text-gold" >
202- ⊙ Get on the board
203- </ div >
204- < h2 className = "mx-auto mt-3 max-w-2xl text-3xl font-semibold tracking-tight text-text-primary sm:text-4xl" >
205- Four integers in, full ledger out.
206- </ h2 >
207- < p className = "mx-auto mt-4 max-w-2xl text-base leading-relaxed text-text-secondary" >
208- Paste your numbers or run the agent — see your Υ Yield, your
209- archetype, and your rank in under a minute.
210- </ p >
211-
212- { /* Two glowing action buttons */ }
213- < div className = "mx-auto mt-8 grid w-full max-w-2xl grid-cols-1 gap-4 sm:grid-cols-2" >
214- < Link
215- href = "/score/paste"
216- className = "box-glow-soft group relative flex flex-col items-center justify-center gap-2 overflow-hidden rounded-xl border border-bg-border bg-bg-surface/80 px-6 py-6 transition-all duration-200 hover:-translate-y-0.5 hover:border-gold/50 hover:bg-bg-elevated hover:shadow-lg hover:shadow-gold/10"
217- >
218- < span className = "absolute inset-x-0 top-0 h-[2px] bg-gold/0 transition-colors group-hover:bg-gold" />
219- < span className = "font-mono text-3xl leading-none text-gold transition-transform duration-200 group-hover:scale-110" >
220- ⌨
221- </ span >
222- < span className = "font-mono text-sm font-semibold uppercase tracking-[0.12em] text-text-secondary transition-colors group-hover:text-text-primary" >
223- Paste your numbers
224- </ span >
225- < span className = "font-sans text-xs text-text-muted" >
226- 30 seconds · no install
227- </ span >
228- </ Link >
229- < a
230- href = "#install"
231- className = "box-glow-soft group relative flex flex-col items-center justify-center gap-2 overflow-hidden rounded-xl border border-bg-border bg-bg-surface/80 px-6 py-6 transition-all duration-200 hover:-translate-y-0.5 hover:border-gold/50 hover:bg-bg-elevated hover:shadow-lg hover:shadow-gold/10"
232- >
233- < span className = "absolute inset-x-0 top-0 h-[2px] bg-gold/0 transition-colors group-hover:bg-gold" />
234- < span className = "font-mono text-3xl leading-none text-gold transition-transform duration-200 group-hover:scale-110" >
235- ⚡
236- </ span >
237- < span className = "font-mono text-sm font-semibold uppercase tracking-[0.12em] text-text-secondary transition-colors group-hover:text-text-primary" >
238- Install the agent
239- </ span >
240- < span className = "font-sans text-xs text-text-muted" >
241- auto-reads logs · signed
242- </ span >
243- </ a >
244- </ div >
245-
246- { /* Learn more link */ }
247- < p className = "mt-6 font-sans text-xs text-text-muted" >
248- Want to understand the model first?{ " " }
199+ { /* ── Learn more ── */ }
200+ < div className = "mt-10 border-t border-bg-border-subtle pt-6 text-center" >
201+ < p className = "font-sans text-sm leading-relaxed text-text-secondary" >
202+ Want to understand the cascade model in depth?{ " " }
249203 < Link
250204 href = "/learn"
251205 className = "text-text-accent underline-offset-2 hover:underline"
252206 >
253207 Learn how it works →
254208 </ Link >
255209 </ p >
256- </ section >
210+ </ div >
257211
258212 { /* ── Data privacy ── */ }
259213 < div className = "mt-12 rounded-xl border border-bg-border bg-bg-surface p-6" >
0 commit comments