.problem{background:0 0}.problem-inner{gap:var(--space-16);display:grid}@media (min-width:768px){.problem-inner{align-items:start;gap:var(--space-20);grid-template-columns:42fr 58fr}}@media (min-width:1400px){.problem-inner{gap:var(--space-24)}}.problem-statements{gap:var(--space-5);flex-direction:column;display:flex}.problem-statements h2{font-size:var(--text-2xl);letter-spacing:-.02em;color:var(--text-main);margin:0;font-weight:600;line-height:1.3}@media (min-width:768px){.problem-statements h2{font-size:var(--text-3xl)}}.problem-statements h2.pivot{color:var(--accent-orange);margin-top:var(--space-4)}.problem-copy{margin-top:var(--space-10)}@media (min-width:768px){.problem-copy{margin-top:0}}.problem-copy p{margin:0 0 var(--space-6);font-size:var(--text-base);color:var(--text-muted);max-width:var(--content-prose);line-height:1.75}@media (min-width:1200px){.problem-copy p{max-width:38rem}}.problem-copy p:last-child{color:var(--text-main);margin-bottom:0;font-weight:500}.philosophy{background:0 0}.philosophy-inner{max-width:var(--content-narrow);text-align:center;margin-inline:auto}@media (min-width:1200px){.philosophy-inner{max-width:var(--content-wide)}}.philosophy .section-tag{color:var(--accent-orange)}.philosophy-quote{margin:0 0 var(--space-10);color:var(--text-main);font-size:clamp(1.75rem,2.5vw,2.25rem);font-style:italic;font-weight:500;line-height:1.4}.philosophy-body p{margin:0 0 var(--space-6);font-size:var(--text-lg);color:var(--text-muted);line-height:1.75}.philosophy-body p:last-child{margin-bottom:0}.philosophy-label-line{margin-top:var(--space-2)}.philosophy-label-line strong{color:var(--text-main);font-weight:600}.how-it-works{background:0 0}.how-it-works .section-tag,.how-it-works .section-title,.how-it-works .section-subhead{text-align:left}.how-it-works .section-title{margin-bottom:var(--space-6)}.how-it-works .section-subhead.centered{text-align:left;margin-inline:0}.steps-cards-wrap{min-height:20rem}.steps-grid{gap:var(--space-12);grid-template-columns:1fr;align-items:start;margin-bottom:0;display:grid}@media (min-width:768px){.steps-grid{gap:var(--space-10);grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.steps-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1400px){.steps-grid{gap:var(--space-16)}}.radiant-card{background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);border:var(--glass-border);border-radius:var(--radius-lg);box-shadow:0 8px 32px var(--shadow-card)}.step-card{padding:var(--space-10);overflow-wrap:break-word;min-width:0;min-height:23rem;transition:min-height var(--motion-duration-card)var(--motion-ease),transform var(--motion-duration-card)var(--motion-ease),box-shadow var(--motion-duration-fast)var(--motion-ease);position:relative}@media (min-width:768px){.step-card{height:23rem;transition:height var(--motion-duration-card)var(--motion-ease),transform var(--motion-duration-card)var(--motion-ease),box-shadow var(--motion-duration-fast)var(--motion-ease)}}@media (max-width:767px){.step-card{height:auto;min-height:17rem}}@media (hover:hover){.step-card:hover{box-shadow:var(--shadow-card-md);transform:translateY(-4px)scale(1.05,1.02)}.step-card.is-active{box-shadow:var(--shadow-card-md),0 0 0 1px color-mix(in srgb,var(--card-accent)24%,transparent);transform:translateY(-4px)scale(1.05,1.02)}}@media (prefers-reduced-motion:reduce){.step-card:hover,.step-card.is-active{transform:none}}@media (min-width:1200px){.steps-grid{position:relative}.steps-grid .step-card:nth-child(2){transform:translateY(-1.5rem)}.steps-grid .step-card:nth-child(3){transform:translateY(.5rem)}.steps-grid:before{content:"";background:linear-gradient(90deg,transparent 0%,var(--border-subtle)15%,var(--border-subtle)85%,transparent 100%);z-index:0;pointer-events:none;height:1px;position:absolute;top:50%;left:10%;right:10%}.steps-grid .step-card{z-index:1;position:relative}}@media (hover:hover) and (min-width:1200px){.step-card:nth-child(2):hover,.step-card:nth-child(2).is-active{transform:translateY(calc(-1.5rem - 4px))scale(1.05,1.02)}.step-card:nth-child(3):hover,.step-card:nth-child(3).is-active{transform:translateY(calc(.5rem - 4px))scale(1.05,1.02)}}.step-card-head{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.step-icon{justify-content:center;align-items:center;width:2.75rem;height:2.75rem;margin-bottom:0;display:flex}.step-icon svg{width:2.75rem;height:2.75rem;color:var(--accent-orange);stroke-width:1.75px}.step-card:nth-child(2) .step-icon svg{color:var(--accent-green)}.step-card:nth-child(3) .step-icon svg{color:var(--accent-amber)}.step-card h3{margin:0 0 var(--space-4);font-size:var(--text-2xl);color:var(--text-main);font-weight:600}.step-card p{margin:0 0 var(--space-5);font-size:var(--text-base);color:var(--text-muted);line-height:1.7}.step-result{font-size:var(--text-base);color:var(--accent-green);margin:0;font-weight:600}.prize-callout-wrap{max-width:40rem;margin-inline:auto;margin-top:var(--space-20)}.prize-callout{--callout-accent:var(--accent-orange);padding:var(--space-6)var(--space-8);background:var(--surface-glass);border:var(--glass-border);border-radius:var(--radius-md);box-shadow:var(--shadow-card-sm)}.prize-callout-heading{margin:0 0 var(--space-3);font-size:var(--text-lg);color:var(--text-main);font-weight:600}.prize-callout p{font-size:var(--text-base);color:var(--text-muted);margin:0;line-height:1.7}.prize-callout strong{color:var(--text-main)}.scoring-tier-lead{margin:var(--space-10)auto var(--space-6);max-width:40rem;font-size:var(--text-base);text-align:center;color:var(--text-main);font-weight:500;line-height:1.75}.scoring-tiers{margin-top:0;margin-bottom:var(--space-6)}.scoring-tier-details{text-align:center}.scoring-tier-details .expandable-block{margin-top:0}.scoring-tier-details .expandable-content{border-top:none;padding-top:0}.scoring-tier-details .tiers-caption{margin-top:var(--space-3)}.testimonials{background:0 0;display:none}.testimonials .section-title{text-align:center;margin-bottom:var(--space-12)}.testimonials-grid{gap:var(--space-8);max-width:40rem;margin-inline:auto;display:grid}@media (min-width:1200px){.testimonials-grid{max-width:48rem}}.testimonial-card{padding:var(--space-6)}.testimonial-placeholder{padding:var(--space-12);text-align:center;font-size:var(--text-lg);color:var(--text-muted);background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px dashed var(--border-subtle);border-radius:var(--radius-md);line-height:1.7}.tiers{background:0 0}.tiers .section-tag,.tiers .section-title{text-align:center}.tiers .section-title{margin-bottom:var(--space-12)}.tiers-visual{justify-content:center;gap:var(--space-4);margin-bottom:var(--space-12);flex-wrap:wrap;display:flex}@media (min-width:900px){.tiers-visual{flex-wrap:nowrap;gap:0}}.tier-node{min-width:9rem;padding:var(--space-5);text-align:center;background:var(--surface-glass);border:var(--glass-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-card-sm);flex:1}@media (min-width:900px){.tier-node{border-right:none;border-radius:0;min-width:0}.tier-node:first-child{border-radius:var(--radius-sm)0 0 var(--radius-sm)}.tier-node:last-child{border-radius:0 var(--radius-sm)var(--radius-sm)0;border-right:var(--glass-border)}}.tier-icon{width:2rem;height:2rem;margin:0 auto var(--space-3);justify-content:center;align-items:center;display:flex}.tier-icon svg{width:2rem;height:2rem;color:var(--accent-orange);stroke-width:1.75px}.tier-name{margin:0 0 var(--space-2);font-size:var(--text-base);color:var(--text-main);font-weight:600}.tier-meta{font-size:var(--text-sm);color:var(--text-muted);margin:0}.tier-meta .stake{color:var(--accent-green)}.tiers-caption{font-size:var(--text-base);color:var(--text-muted);text-align:center;max-width:44rem;margin:0 auto;line-height:1.75}@media (min-width:1200px){.tiers-caption{max-width:52rem}}.learner-demo-section{background:0 0}.learner-demo-inner{text-align:center;max-width:42rem;margin-inline:auto}@media (min-width:1200px){.learner-demo-inner{max-width:var(--content-wide)}}.learner-demo-inner .section-tag{margin-bottom:var(--space-4);display:block}.learner-demo-inner .section-subhead{margin-bottom:var(--space-8)}.learner-demo-cta-wrap{margin:0 0 var(--space-4)}.learner-demo-micro{font-size:var(--text-sm);color:var(--text-muted);margin:0;line-height:1.6}.beta-notice-section{background:0 0}.beta-notice-inner{text-align:center;max-width:42rem;margin-inline:auto}@media (min-width:1200px){.beta-notice-inner{max-width:var(--content-wide)}}.beta-notice-section .section-tag{color:var(--text-muted)}.beta-notice-section h2{margin:0 0 var(--space-8);color:var(--text-main);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;line-height:1.3}.beta-notice-section p{margin:0 0 var(--space-6);font-size:var(--text-lg);color:var(--text-muted);max-width:65ch;margin-inline:auto;line-height:1.75}.beta-notice-section .cta-link{margin-top:var(--space-8);font-size:var(--text-lg);color:var(--accent-orange);font-weight:500;display:inline-block}.beta-notice-section .cta-link:hover{color:var(--text-main);text-decoration:underline}.secondary-routes{background:0 0}.secondary-routes-inner{max-width:var(--content-wide);margin-inline:auto}.secondary-routes .section-tag,.secondary-routes .section-title,.secondary-routes .section-subhead{text-align:center}.secondary-routes .section-subhead{margin-inline:auto;margin-bottom:var(--space-16)}.secondary-routes-grid{gap:var(--space-8);display:grid}@media (min-width:768px){.secondary-routes-grid{gap:var(--space-10);grid-template-columns:repeat(3,1fr);align-items:stretch}}.secondary-route-card{align-items:flex-start;gap:var(--space-4);padding:var(--space-8);transition:transform var(--motion-duration-fast)var(--motion-ease),box-shadow var(--motion-duration-fast)var(--motion-ease);flex-direction:column;display:flex}@media (hover:hover){.secondary-route-card:hover{box-shadow:var(--shadow-card-md);transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.secondary-route-card:hover{transform:none}}.secondary-route-card.card-accent-surface--green .secondary-route-card-icon svg{color:var(--accent-green)}.secondary-route-card.card-accent-surface--violet .secondary-route-card-icon svg{color:var(--accent-violet)}.secondary-route-card.card-accent-surface--amber .secondary-route-card-icon svg{color:var(--accent-amber)}.secondary-route-card-icon{justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.secondary-route-card-icon svg{width:3rem;height:3rem;color:var(--accent-orange);stroke-width:1.75px}.secondary-route-card .section-tag{margin-bottom:0}.secondary-route-card h3{font-size:var(--text-xl);color:var(--text-main);margin:0;font-weight:600;line-height:1.35}.secondary-route-card p{font-size:var(--text-base);color:var(--text-muted);margin:0;line-height:1.7}.secondary-route-card .btn{width:100%;margin-top:auto}@media (min-width:480px){.secondary-route-card .btn{width:auto}}
