.comparison-page{background:var(--background);max-width:100%}.comparison-breadcrumb{max-width:900px;color:var(--muted-foreground);margin:0 auto;padding:1rem 1.5rem;font-size:.875rem}.comparison-breadcrumb a{color:var(--muted-foreground);text-decoration:none;transition:color .2s}.comparison-breadcrumb a:hover{color:var(--primary)}.breadcrumb-separator{opacity:.5;margin:0 .5rem}.comparison-hero{background:linear-gradient(135deg, var(--primary-light,#3b82f60d) 0%, var(--background) 100%);text-align:center;padding:3rem 1.5rem 4rem}.comparison-badge{background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.comparison-title{color:var(--foreground);margin:0 0 .75rem;font-size:2.5rem;font-weight:700;line-height:1.2}.comparison-subheadline{color:var(--muted-foreground);max-width:600px;margin:0 auto 1.5rem;font-size:1.125rem}.answer-capsule{border:1px solid #22c55e4d;border-left:4px solid var(--gr-sage-ink);text-align:left;background:linear-gradient(135deg,#22c55e14 0%,#22c55e0a 100%);border-radius:8px;align-items:flex-start;gap:.75rem;max-width:700px;margin:1.5rem auto;padding:1rem 1.25rem;display:flex}.answer-capsule-icon{flex-shrink:0;font-size:1.25rem}.answer-capsule-text{color:var(--foreground);margin:0;font-size:.9375rem;line-height:1.6}.comparison-quick-links{flex-wrap:wrap;justify-content:center;gap:1rem;margin:1.5rem 0;display:flex}.quick-link{color:var(--primary);font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s}.quick-link:hover{opacity:.8}.comparison-metadata{color:var(--muted-foreground);flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.8125rem;display:flex}.metadata-item{align-items:center;gap:.25rem;display:flex}.metadata-icon{font-size:.875rem}.metadata-divider{color:var(--border)}.metadata-item a{color:var(--primary);text-decoration:none}.metadata-item a:hover{text-decoration:underline}.comparison-section{padding:3rem 1.5rem}.comparison-muted{background:var(--muted,#00000005)}.section-content{max-width:900px;margin:0 auto}.section-label{color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.75rem;font-weight:600;display:inline-block}.section-title{color:var(--foreground);margin:0 0 1.5rem;font-size:1.75rem;font-weight:700}.comparison-table-wrapper{border:1px solid var(--border);border-radius:8px;overflow-x:auto}.comparison-table{border-collapse:collapse;width:100%;font-size:.9375rem}.comparison-table th,.comparison-table td{text-align:left;border-bottom:1px solid var(--border);padding:1rem}.comparison-table th{background:var(--muted,#00000008);color:var(--foreground);font-weight:600}.comparison-table th:first-child{width:30%}.comparison-table tr:last-child td{border-bottom:none}.feature-cell{color:var(--muted-foreground);font-weight:500}.differences-grid{gap:1.5rem;display:grid}.difference-card{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.difference-aspect{color:var(--foreground);margin:0 0 1rem;font-size:1rem;font-weight:600}.difference-values{grid-template-columns:1fr auto 1fr;align-items:start;gap:1rem;display:grid}.difference-value{text-align:center}.biomarker-label{background:var(--primary-light,#3b82f61a);color:var(--primary);border-radius:4px;margin-bottom:.5rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.difference-value p{color:var(--foreground);margin:0;font-size:.875rem;line-height:1.5}.difference-vs{color:var(--muted-foreground);text-transform:uppercase;justify-content:center;align-items:center;padding-top:1.5rem;font-size:.75rem;font-weight:600;display:flex}.when-to-use-grid{gap:1.5rem;display:grid}@media (min-width:768px){.when-to-use-grid{grid-template-columns:1fr 1fr}.when-both{grid-column:span 2}}.when-card{background:var(--background);border:1px solid var(--border);border-radius:8px;padding:1.25rem}.when-card h3{color:var(--foreground);margin:0 0 .75rem;font-size:1rem;font-weight:600}.when-card ul{margin:0;padding-left:1.25rem}.when-card li{color:var(--muted-foreground);margin-bottom:.25rem;font-size:.875rem;line-height:1.6}.when-both{background:linear-gradient(135deg, #22c55e0d 0%, var(--background) 100%);border-color:#22c55e4d}.comparison-faq-list{gap:.75rem;display:grid}.comparison-faq-item{background:var(--background);border:1px solid var(--border);border-radius:8px;overflow:hidden}.comparison-faq-item summary{color:var(--foreground);cursor:pointer;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:500;list-style:none;display:flex}.comparison-faq-item summary:after{content:"+";color:var(--muted-foreground);font-size:1.25rem;transition:transform .2s}.comparison-faq-item[open] summary:after{content:"-"}.comparison-faq-item p{color:var(--muted-foreground);margin:0;padding:0 1.25rem 1rem;font-size:.9375rem;line-height:1.6}.verdict-card{background:linear-gradient(135deg, var(--primary-light,#3b82f614) 0%, var(--background) 100%);border:1px solid var(--primary);border-radius:8px;padding:1.5rem}.verdict-card p{color:var(--foreground);margin:0;font-size:1rem;line-height:1.7}.comparison-cta-section{background:linear-gradient(135deg, var(--primary) 0%, color-mix(in oklab, var(--gr-accent-ink), var(--gr-ink) 12%) 100%);color:#fff}.comparison-cta-card{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.comparison-cta-card{text-align:left;flex-direction:row;justify-content:space-between}}.comparison-cta-section .section-label{color:#fffc}.comparison-cta-title{color:#fff;margin-bottom:.5rem}.comparison-cta-text{color:#ffffffe6;max-width:500px;margin:0}.comparison-cta-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.comparison-cta-actions .btn-primary{color:var(--primary);background:#fff}.comparison-cta-actions .btn-primary:hover{background:#ffffffe6}.comparison-cta-actions .btn-secondary{color:#fff;background:0 0;border:1px solid #ffffff80}.comparison-cta-actions .btn-secondary:hover{background:#ffffff1a}.comparison-disclaimer{background:var(--muted,#00000005);border-top:1px solid var(--border);padding:2rem 1.5rem}.comparison-disclaimer p{color:var(--muted-foreground);max-width:900px;margin:0 auto;font-size:.8125rem;line-height:1.6}.learn-dashboard-nav{max-width:900px;margin:0 auto;padding:1rem 1.5rem 0}@media (max-width:640px){.comparison-title{font-size:1.75rem}.comparison-hero{padding:2rem 1rem 3rem}.comparison-section{padding:2rem 1rem}.difference-values{text-align:left;grid-template-columns:1fr}.difference-vs{padding:.5rem 0}.comparison-table{font-size:.875rem}.comparison-table th,.comparison-table td{padding:.75rem}}