.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{text-align:center}.how-it-works .section-title{text-align:center;margin-bottom:var(--space-16)}.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);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);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:0 12px 40px var(--shadow-card-hover);transform:translateY(-4px)scale(1.05,1.02)}.step-card.is-active{box-shadow:0 12px 40px var(--shadow-card-hover),0 0 0 1px #ff6b353d,0 0 24px #ff6b3538;transform:translateY(-4px)scale(1.05,1.02)}}@media (prefers-reduced-motion:reduce){.step-card:hover,.step-card.is-active{transform:none}}.step-card:first-child{border-top:3px solid var(--accent-orange)}.step-card:nth-child(2){border-top:3px solid var(--accent-green)}.step-card:nth-child(3){border-top:3px solid #d97706}@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-icon{width:2.75rem;height:2.75rem;margin-bottom:var(--space-4);border-radius:var(--radius-md);background:#ff6b351f;justify-content:center;align-items:center;display:flex}.step-icon svg{width:1.375rem;height:1.375rem;color:var(--accent-orange);stroke-width:1.75px}.step-card:nth-child(2) .step-icon{background:#84cc161f}.step-card:nth-child(2) .step-icon svg{color:var(--accent-green)}.step-card:nth-child(3) .step-icon{background:#d977061f}.step-card:nth-child(3) .step-icon svg{color:#d97706}.step-num{top:var(--space-4);right:var(--space-5);letter-spacing:-.04em;color:#ff6b3547;font-size:5.5rem;font-weight:800;line-height:1;position:absolute}.step-card:nth-child(2) .step-num{color:#84cc1647}.step-card:nth-child(3) .step-num{color:#d9770647}.step-card h3{margin:0 0 var(--space-4);font-size:var(--text-2xl);color:var(--text-main);padding-right:4.5rem;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{padding:var(--space-6)var(--space-8);background:var(--surface-glass);-webkit-backdrop-filter:blur(12px);border:var(--glass-border);border-left:4px solid var(--accent-orange);border-radius:var(--radius-md);box-shadow:0 8px 32px var(--shadow-card)}.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}.two-products{background:0 0}.two-products .section-title{text-align:center;margin-bottom:var(--space-16)}.products-grid{gap:var(--space-10);display:grid}@media (min-width:768px){.products-grid{gap:var(--space-12);grid-template-columns:repeat(2,1fr)}}@media (min-width:1400px){.products-grid{gap:var(--space-16)}}.product-card{padding:var(--space-10);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);transition:transform var(--motion-duration-fast)var(--motion-ease),box-shadow var(--motion-duration-fast)var(--motion-ease)}@media (hover:hover){.product-card:hover{box-shadow:0 12px 40px var(--shadow-card-hover);transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.product-card:hover{transform:none}}.product-card.arena{border-left:4px solid var(--accent-orange)}.product-card.edu{border-left:4px solid var(--accent-green)}.product-card .section-tag{margin-bottom:var(--space-2)}.product-card h3{margin:0 0 var(--space-4);font-size:var(--text-2xl);color:var(--text-main);font-weight:600}.product-card p{margin:0 0 var(--space-5);font-size:var(--text-base);color:var(--text-muted);line-height:1.7}.product-card ul{margin:0 0 var(--space-5);padding-left:var(--space-6)}.product-card li{margin-bottom:var(--space-3);font-size:var(--text-base);color:var(--text-muted);line-height:1.6}.product-card .micro{margin:0 0 var(--space-6);font-size:var(--text-base);color:var(--text-muted);opacity:.9}.product-card .expandable-content .micro{margin:0}.product-pricing-expandable{margin:0 0 var(--space-5)}.product-pricing-expandable .expandable-trigger-inline{font-size:var(--text-sm);color:var(--text-muted)}.product-pricing-expandable .expandable-content{padding-top:var(--space-2);margin-top:var(--space-2);border-top:none}.product-pricing-inline{margin:0 0 var(--space-6);font-size:var(--text-base);color:var(--text-muted);opacity:.9}.product-pricing-inline strong{color:var(--text-main);font-weight:600}.product-card .btn{width:100%}@media (min-width:480px){.product-card .btn{width:auto}}.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);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:var(--glass-border);border-radius:var(--radius-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-node.rookie{border-left:3px solid #ff6b3566}.tier-node.skilled{border-left:3px solid #ff6b3599}.tier-node.expert{border-left:3px solid #ff6b35cc}.tier-node.master,.tier-node.grandmaster{border-left:3px solid var(--accent-orange)}.tier-icon{width:2rem;height:2rem;margin:0 auto var(--space-3);border-radius:var(--radius-sm);background:#ff6b351f;justify-content:center;align-items:center;display:flex}.tier-icon svg{width:1.125rem;height:1.125rem;color:var(--accent-orange);stroke-width:1.75px}.tier-node.grandmaster .tier-icon{background:#ff6b3533}.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}}.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}.early-users{background:0 0}.early-users .section-tag,.early-users .section-title,.early-users .section-subhead{text-align:center}.early-users .section-subhead{margin-inline:auto;margin-bottom:var(--space-16)}.early-users-grid{gap:var(--space-10);display:grid}@media (min-width:768px){.early-users-grid{gap:var(--space-12);grid-template-columns:repeat(2,1fr);align-items:start}}@media (min-width:1400px){.early-users-grid{gap:var(--space-16)}}.early-user-card{padding:var(--space-10);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);transition:transform var(--motion-duration-fast)var(--motion-ease),box-shadow var(--motion-duration-fast)var(--motion-ease);position:relative}@media (hover:hover){.early-user-card:hover{box-shadow:0 12px 40px var(--shadow-card-hover);transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.early-user-card:hover{transform:none}}@media (max-width:767px){.early-user-card.green-highlight{padding-right:5rem}}.early-user-card.orange{border-top:4px solid var(--accent-orange)}.early-user-card.green-highlight{border-top:4px solid var(--accent-green);box-shadow:0 8px 32px var(--shadow-card),0 0 0 1px #84cc1633}.early-user-card.navy{border-top:4px solid var(--border-subtle)}.early-user-card.amber{border-top:4px solid #d97706}.early-user-card.violet{border-top:4px solid #c53030}.badge-limited{top:var(--space-4);right:var(--space-4);padding:var(--space-2)var(--space-3);font-size:var(--text-xs);letter-spacing:.04em;text-transform:uppercase;background:var(--accent-green);color:var(--bg-navy);border-radius:4px;font-weight:700;position:absolute}@media (max-width:767px){.badge-limited{top:var(--space-2);right:var(--space-2);padding:var(--space-1)var(--space-2);letter-spacing:.02em;font-size:.625rem}}.early-user-card h3{margin:0 0 var(--space-3);font-size:var(--text-xl);color:var(--text-main);font-weight:600}.early-user-card .stat{margin:0 0 var(--space-4);font-size:var(--text-base);color:var(--accent-orange);font-weight:600}.early-user-card p{margin:0 0 var(--space-5);font-size:var(--text-base);color:var(--text-muted);line-height:1.7}.early-user-card ul{margin:0 0 var(--space-6);padding-left:var(--space-6)}.early-user-card li{margin-bottom:var(--space-3);font-size:var(--text-base);color:var(--text-muted);line-height:1.6}.early-user-card .btn{width:100%}.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);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);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:0 12px 40px var(--shadow-card-hover);transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.secondary-route-card:hover{transform:none}}.secondary-route-card.green{border-top:4px solid var(--accent-green)}.secondary-route-card.violet{border-top:4px solid #c53030}.secondary-route-card.amber{border-top:4px solid #d97706}.secondary-route-card-icon{border-radius:var(--radius-md);background:#ff6b351a;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.secondary-route-card-icon svg{width:1.5rem;height:1.5rem;color:var(--accent-orange);stroke-width:1.75px}.secondary-route-card.green .secondary-route-card-icon{background:#84cc161a}.secondary-route-card.green .secondary-route-card-icon svg{color:var(--accent-green)}.secondary-route-card.violet .secondary-route-card-icon{background:#c530301a}.secondary-route-card.violet .secondary-route-card-icon svg{color:#c53030}.secondary-route-card.amber .secondary-route-card-icon{background:#d977061a}.secondary-route-card.amber .secondary-route-card-icon svg{color:#d97706}.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}}
