.why-hero{min-height:50vh}.comparison-section{max-width:1000px;margin:0 auto}.comparison-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.comparison-tag{display:inline-block;font-family:var(--font-display);font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--accent-orange);border:1px solid var(--accent-orange-soft);border-radius:var(--radius-sm);padding:.2rem .6rem}.comparison-tag.tag-freelancer{color:var(--text-body);border-color:var(--card-border)}.comparison-tag.tag-inhouse{color:var(--text-body);border-color:var(--card-border)}.comparison-tag.tag-boutique{color:var(--text-body);border-color:var(--card-border)}.comparison-frame{font-size:.85rem;color:var(--text-muted);font-style:italic}.comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.2rem;margin-bottom:3rem}.comparison-point{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:1.5rem;transition:border-color .3s ease,box-shadow .3s ease;display:flex;align-items:flex-start;gap:1rem}.comparison-point:hover{border-color:var(--accent-orange-soft);box-shadow:var(--shadow-md)}.comparison-point .point-icon{width:42px;height:42px;min-width:42px;border-radius:50%;border:1px solid var(--accent-orange-soft);background:var(--accent-orange-translucent);display:flex;align-items:center;justify-content:center}.comparison-point .point-icon img{width:20px;height:20px;object-fit:contain}.comparison-point h4{font-family:var(--font-display);font-size:.85rem;font-weight:600;color:var(--text-display);margin-bottom:.4rem;letter-spacing:.02em}.comparison-point p{color:var(--text-body);font-size:.88rem;line-height:1.6}.solo-narrative{max-width:700px;margin:0 auto 2rem;text-align:center}.solo-narrative p{color:var(--text-body);font-size:1rem;line-height:1.8;margin-bottom:1rem}.solo-narrative a{color:var(--accent-orange);text-decoration:underline;text-underline-offset:3px;transition:color .2s}.solo-narrative a:hover{color:var(--accent-orange-hover)}.section-3d-bg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.comparison-section{position:relative;z-index:1}.guarantees-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto}.guarantee-card{text-align:center;padding:2rem 1.5rem!important}.guarantee-card .card-icon{margin:0 auto 1rem;border-color:var(--accent-orange-soft);background:var(--accent-orange-translucent)}.guarantee-card h3{font-family:var(--font-display);font-size:.9rem;font-weight:600;color:var(--accent-orange);margin-bottom:.6rem;letter-spacing:.02em}.guarantee-card p{color:var(--text-body);font-size:.85rem;line-height:1.7}@media (max-width:768px){.comparison-grid{grid-template-columns:1fr}.guarantees-grid{grid-template-columns:1fr}}